[U-Boot] how to add mmc/sd support in 6410 u-boot?

hello, everyone. Has somebody ported U-boot to s3c6410? I want add mmc/sd reading and writing in 6410 u-boot. Can somebody give me some hints? Thanks in advance. -------------- Michael L. Jul 30, 2009

Hi Michael,
In the latest version, mmc is implemented in driver/mmc.
If 6410 is not supported in current uboot, then what you need to do is:
1). Add hardware init code, like iomux and clock in your board init files. 2). Add host operation code. Maybe you can refer to fsl_esdhc.c. 3). Test and debug.
Thanks~~
Yours Terry
-----Original Message----- From: u-boot-bounces@lists.denx.de [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Michael Lin Sent: 2009年7月30日 12:33 To: u-boot Subject: [U-Boot] how to add mmc/sd support in 6410 u-boot?
hello, everyone. Has somebody ported U-boot to s3c6410? I want add mmc/sd reading and writing in 6410 u-boot. Can somebody give me some hints? Thanks in advance. -------------- Michael L. Jul 30, 2009
_______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Lv Terry-R65388
-
Michael Lin