summaryrefslogtreecommitdiffstats
path: root/bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c
diff options
context:
space:
mode:
authorKinsey Moore <kinsey.moore@oarcorp.com>2022-09-26 10:51:09 -0500
committerJoel Sherrill <joel@rtems.org>2022-11-09 08:01:03 -0600
commit7842a333e06a9fbbf361e78ca9e2427e153a15da (patch)
tree0477af7d26b4364f545e704ffb9b1b74a771db55 /bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c
parentrtems: Fix type in description (diff)
downloadrtems-7842a333e06a9fbbf361e78ca9e2427e153a15da.tar.bz2
zynqmp: Add support for the CFC-400X
This adds a BSP variant for the ZynqMP BSP family to support the Innoflight CFC-400X platform. To properly support the CFC-400X, device trees were added to the ZynqMP platform due to both the optional management interface as well as alternate physical configuration of the ethernet interfaces.
Diffstat (limited to 'bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c')
-rw-r--r--bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c b/bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c
index 33ca1eafab..e727f9b1de 100644
--- a/bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c
+++ b/bsps/aarch64/xilinx-zynqmp/start/bspstartmmu.c
@@ -50,6 +50,10 @@ zynqmp_mmu_config_table[] = {
.begin = 0xfd000000U,
.end = 0xffc00000U,
.flags = AARCH64_MMU_DEVICE
+ }, {
+ .begin = 0x80000000U,
+ .end = 0x80100000U,
+ .flags = 0
}
};