[PATCH] ARM: Fix memory at end of address space

Sascha Hauer s.hauer at pengutronix.de
Fri Apr 1 05:05:15 PDT 2016


When the registered SDRAM reaches the end of the address space the
vector table is not properly initialized. This series fixes this.

Sascha

----------------------------------------------------------------
Sascha Hauer (4):
      ARM: pbl-multi: Fix SDRAM at end of address space
      ARM: start: Fix wrong format specifier
      ARM: Do not use last 64KiB of address space for barebox
      ARM: Rework vector table setup

 arch/arm/cpu/entry.c               |   3 +-
 arch/arm/cpu/mmu.c                 | 164 ++++++++++++++++++++++++++++---------
 arch/arm/cpu/start.c               |   2 +-
 arch/arm/cpu/uncompress.c          |   2 +-
 arch/arm/include/asm/barebox-arm.h |   2 +-
 arch/arm/lib/barebox.lds.S         |   1 +
 6 files changed, 133 insertions(+), 41 deletions(-)



More information about the barebox mailing list