This small patchset enables bootstrap support for the Atmel AT91SAM9263-EK evaluation board. To achive this there is one questionaable fix in lib/bootstrap/disk.c - where a detect_all() is used to allow us to mount the SD card. I dunno if this is the right approach, but it was required to mount the SD card. The patchset is based upon the next branch and is made on top of the previous patchset I sent with "random collection". The only dependency is in: arch/arm/boards/at91sam9263ek/Makefile I am happy to finally get this working. Considering that all the heavy lifting was done already by Jean-Christophe this took me much more effort than one could expect. Sam Sam Ravnborg (3): arm: at91: fix clock to mci1 for at91sam9263 lib: bootstrap: detect SD card before mounting at91sam9263ek: add bootstrap support arch/arm/boards/Makefile | 1 + arch/arm/boards/at91sam9263ek/Makefile | 4 +--- arch/arm/boards/at91sam9263ek/lowlevel_init.c | 9 +++++++++ arch/arm/configs/at91sam9263ek_bootstrap_defconfig | 19 +++++++++++++++++++ arch/arm/mach-at91/Kconfig | 14 ++++++++++++++ arch/arm/mach-at91/at91sam9263_devices.c | 3 +++ lib/bootstrap/disk.c | 2 ++ 7 files changed, 49 insertions(+), 3 deletions(-) _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox