odroid_xu: prevent tests with sd/platform/ahci/fb

Drivers like SD-Card, platform, AHCI, and framebuffer are specified as Exynos5
compliant. But they are at least not compliant with Odroid-XU although this is
Exynos5. Thus, prevent tests that rely on such drivers when building for
hw_odoid_xu. Furthermore, make previous Arndale regulator/consts.h,
uart_defs.h, and some Board_base enums available to all Exynos5 builds to
enable at least building the drivers.

Fixes #1419
This commit is contained in:
Martin Stein
2015-02-24 14:53:15 +01:00
committed by Christian Helmuth
parent 9737b5d966
commit c78efd4428
29 changed files with 221 additions and 152 deletions

View File

@@ -38,15 +38,6 @@ namespace Genode
USB_HOST20_IRQ = 103,
USB_DRD30_IRQ = 104,
/* SATA/AHCI */
SATA_IRQ = 147,
/* I2C */
I2C_HDMI_IRQ = 96,
/* SD card */
SDMMC0_IRQ = 107,
/* UART */
UART_2_CLOCK = 100000000,

View File

@@ -71,6 +71,15 @@ class Genode::Exynos5
/* hardware name of the primary processor */
PRIMARY_MPIDR_AFF_0 = 0,
/* SATA/AHCI */
SATA_IRQ = 147,
/* SD card */
SDMMC0_IRQ = 107,
/* I2C */
I2C_HDMI_IRQ = 96,
};
};