Add support for BeagleBoard-X15
This commit is contained in:
4
l4/conf/platforms/bb_x15.conf
Normal file
4
l4/conf/platforms/bb_x15.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
PLATFORM_NAME = "BeagleBoard-X15"
|
||||
PLATFORM_ARCH = arm
|
||||
PLATFORM_RAM_BASE = 0x80000000
|
||||
PLATFORM_RAM_SIZE_MB = 2046
|
||||
@@ -12,6 +12,7 @@ SUPPORT_CC_arm-omap3_am33xx := platform/omap.cc
|
||||
SUPPORT_CC_arm-beagleboard := platform/omap.cc
|
||||
SUPPORT_CC_arm-pandaboard := platform/omap.cc
|
||||
SUPPORT_CC_arm-omap5 := platform/omap.cc
|
||||
SUPPORT_CC_arm-bb_x15 := platform/omap.cc
|
||||
SUPPORT_CC_arm-tegra2 := platform/tegra2.cc
|
||||
SUPPORT_CC_arm-tegra3 := platform/tegra3.cc
|
||||
SUPPORT_CC_arm-imx21 := platform/imx.cc
|
||||
|
||||
@@ -32,7 +32,7 @@ class Platform_arm_omap : public Platform_single_region_ram
|
||||
static L4::Io_register_block_mmio r(0x4806a000);
|
||||
#elif defined(PLATFORM_TYPE_omap3_am33xx)
|
||||
static L4::Io_register_block_mmio r(0x44e09000);
|
||||
#elif defined(PLATFORM_TYPE_pandaboard) || defined(PLATFORM_TYPE_omap5)
|
||||
#elif defined(PLATFORM_TYPE_pandaboard) || defined(PLATFORM_TYPE_omap5) || defined(PLATFORM_TYPE_bb_x15)
|
||||
static L4::Io_register_block_mmio r(0x48020000);
|
||||
#else
|
||||
#error Unknown platform
|
||||
|
||||
Reference in New Issue
Block a user