[U-Boot] [PATCH v2] AT91: Add SD/MMC controller support

2011-05-13 Thread Valerio Bardelli
Hi. I see that "[PATCH v2] AT91: Add SD/MMC controller support" and "[PATCH v3] AT91: Add SD/MMC controller support" adds the possibility (I suppose) to use the SD card inside the U-BOOT also for my board based on Atmel at91sam9263. But these patches also integrate the mmc commands (like mmcin

Re: [U-Boot] [PATCH v2] AT91: Add SD/MMC controller support & [PATCH v3]

2009-09-09 Thread Albin Tonnerre
On Wed, 09 Sep 2009 09:06 +0200, Konrad Mattheis wrote : > Hi Albin, > > > >Someone encoutered the same issue: > >http://lists.denx.de/pipermail/u-boot/2009-September/059684.html > >This is because the patch is based on a change that was part of another > >patch that added support to a new >boa

Re: [U-Boot] [PATCH v2] AT91: Add SD/MMC controller support & [PATCH v3]

2009-09-09 Thread Konrad Mattheis
Hi Albin, >Someone encoutered the same issue: >http://lists.denx.de/pipermail/u-boot/2009-September/059684.html >This is because the patch is based on a change that was part of another patch >that added support to a new >board. You can work around this easily: in >at91sam9260_devices.c, simply

[U-Boot] [PATCH v2] AT91: Add SD/MMC controller support

2009-09-05 Thread Albin Tonnerre
This patch allows to use the atmel_mci SD/MMC driver on the at91 architecture. It contains: - initialization code for the MCI controller for all the supported AT91. It allows the use of only one controller even if a SoC has two controllers (anyway there's no support for it in atmel_mci as of