Add support for BeagleBoard-X15

This commit is contained in:
2019-08-22 15:08:01 +02:00
parent 98ebf56c9d
commit ef2612c5db
5 changed files with 19 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
PLATFORM_NAME = "BeagleBoard-X15"
PLATFORM_ARCH = arm
PLATFORM_RAM_BASE = 0x80000000
PLATFORM_RAM_SIZE_MB = 2046

View File

@@ -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

View File

@@ -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