mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-07 20:00:23 +00:00
By now, the enumeration of peripheral interrupts on Raspberry Pi 1 was different in between base-hw kernel and Fiasco.OC. Therefore, hacks were needed in every driver to request the correct interrupt number dependent on the kernel. Before reproducing the same in the platform driver for rpi, we can more easily use the same enumeration with base-hw. Ref #3864