[PATCH 0/3] at91: add boot mode detection support
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Feb 5 12:59:27 EST 2013
Hi,
The following changes since commit e43e1498f65fe03cfc6b2744247eeccf27b26876:
MIPS: pbl: fix none compression support (2013-02-05 09:43:17 +0100)
are available in the git repository at:
git://git.jcrosoft.org/barebox.git delivery/sama5d3_bootmode
for you to fetch changes up to ce538beef9fabea8c461a206bf0335eb582a9eee:
sama5d3: detect boot mode (2013-02-05 11:29:18 +0800)
----------------------------------------------------------------
Jean-Christophe PLAGNIOL-VILLARD (3):
at91: add boot mode detection support
sama5d3: add boot mode supprot
sama5d3: detect boot mode
arch/arm/boards/sama5d3xek/init.c | 24 ++++++++++++++++--------
arch/arm/mach-at91/Kconfig | 9 +++++++++
arch/arm/mach-at91/Makefile | 2 ++
arch/arm/mach-at91/bootmode.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/bootmode.h | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/include/mach/sama5d3.h | 1 +
arch/arm/mach-at91/include/mach/sama5d3_bootmode.h | 45 +++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/sama5d3.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm/mach-at91/setup.c | 3 +++
9 files changed, 284 insertions(+), 8 deletions(-)
create mode 100644 arch/arm/mach-at91/bootmode.c
create mode 100644 arch/arm/mach-at91/include/mach/bootmode.h
create mode 100644 arch/arm/mach-at91/include/mach/sama5d3_bootmode.h
Best Regards,
J.
More information about the barebox
mailing list