From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?SHVtYmVydG8gTMOzcGV6IExlw7Nu?= Date: Tue, 25 Aug 2015 15:10:11 -0400 Subject: [U-Boot] DWMMC crontroller in Exynos4412 Message-ID: <55DCBD93.5050404@uclv.cu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, I'm working on implementing a driver for SD/MMC cards in the framework GenodeOS. I think you could help me with your experience in this type of implementation in the u-boot. The hardware platform on which the driver will work is a ODROID-x2 (exynos4412). I use the DWMMC contoller, but I'm not sure if this is the right controller to handle SD/MMC cards in Exynos4412 SoC. The SDHCI controller is most appropriate? Thank you for your help