mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
6106e64aac
This commit moves the headers residing in `repos/base/include/spec/*/drivers` to `repos/base/include/drivers/defs` or repos/base/include/drivers/uart` respectively. The first one contains definitions about board-specific MMIO iand RAM addresses, or IRQ lines. While the latter contains device driver code for UART devices. Those definitions are used by driver implementations in `repos/base-hw`, `repos/os`, and `repos/dde-linux`, which now need to include them more explicitely. This work is a step in the direction of reducing 'SPEC' identifiers overall. Ref #2403 |
||
---|---|---|
.. | ||
arm | ||
arm_v6 | ||
arm_v7 | ||
arndale | ||
cortex_a8 | ||
cortex_a9 | ||
cortex_a15 | ||
exynos5 | ||
imx6 | ||
imx53_qsb | ||
muen | ||
odroid_xu | ||
panda | ||
pbxa9 | ||
riscv | ||
rpi | ||
smp | ||
usb_armory | ||
wand_quad | ||
x86_64 | ||
x86_pc | ||
zynq | ||
zynq_qemu |