[U-Boot] AT91 working SD with u-boot
Konrad Mattheis
mattheis at ukma.de
Thu Oct 1 09:59:24 CEST 2009
Hi,
for me this is working:
Downloaded u-boot 2009.08
file cpu/arm926ejs/at91/at91sam9260_devices.c
>
> changed:
> >#if defined(CONFIG_HAS_DATAFLASH)
> to:
> >#if defined(CONFIG_HAS_DATAFLASH) || defined(CONFIG_ATMEL_SPI)
patches:
SOC headers:
http://lists.denx.de/pipermail/u-boot/2009-September/060053.html
SD Patch V3
http://lists.denx.de/pipermail/u-boot/2009-September/060243.html
MCI support
http://lists.denx.de/pipermail/u-boot/2009-August/059595.html
add to board init code:
at91_mciX_hw_init (X for mci unit 0 / 1) for parameters have a look at cpu/arm926ejs/at91/at91sam9260_devices.c
bye
Konrad Mattheis
More information about the U-Boot
mailing list