summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/lpc32xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-06-30 15:17:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2023-08-09 07:22:10 +0200
commit573a7202e614b4f4b94d581f3b5a0bc758b4ca7f (patch)
tree939f3a24c9dc71bea830ac1f02b8bec00eaf3d2b /spec/build/bsps/arm/lpc32xx
parentbsp/lpc32xx: Fix warning (diff)
downloadrtems-573a7202e614b4f4b94d581f3b5a0bc758b4ca7f.tar.bz2
bsp/lpc32xx: Restore lpc32xx_set_translation_table_entries()
This implementation disables the MMU during the modification of the translation table. This behaviour is required by boot loaders for these boards.
Diffstat (limited to 'spec/build/bsps/arm/lpc32xx')
-rw-r--r--spec/build/bsps/arm/lpc32xx/obj.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/bsps/arm/lpc32xx/obj.yml b/spec/build/bsps/arm/lpc32xx/obj.yml
index d039fdd0be..86dfda869a 100644
--- a/spec/build/bsps/arm/lpc32xx/obj.yml
+++ b/spec/build/bsps/arm/lpc32xx/obj.yml
@@ -48,6 +48,7 @@ source:
- bsps/arm/lpc32xx/start/bspstart.c
- bsps/arm/lpc32xx/start/bspstarthooks.c
- bsps/arm/lpc32xx/start/emc.c
+- bsps/arm/lpc32xx/start/mmu.c
- bsps/arm/lpc32xx/start/restart.c
- bsps/arm/lpc32xx/start/system-clocks.c
- bsps/arm/lpc32xx/start/timer.c