Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-21 Thread Robert Gadsdon
On 05/20/2016 12:34 PM, Carlo Caione wrote: > On 20/05/16 11:58, Robert Gadsdon wrote: >> On 05/20/2016 01:07 AM, Carlo Caione wrote: >>> On 20/05/16 08:27, Carlo Caione wrote: On 19/05/16 21:51, Robert Gadsdon wrote: > Applied this on my Odroid C2, and it worked OK when installed on the >

Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-20 Thread Carlo Caione
On 20/05/16 11:58, Robert Gadsdon wrote: > On 05/20/2016 01:07 AM, Carlo Caione wrote: > > On 20/05/16 08:27, Carlo Caione wrote: > >> On 19/05/16 21:51, Robert Gadsdon wrote: > >>> Applied this on my Odroid C2, and it worked OK when installed on the > >>> SDcard, but failed when installed on the e

Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-20 Thread Robert Gadsdon
On 05/20/2016 01:07 AM, Carlo Caione wrote: > On 20/05/16 08:27, Carlo Caione wrote: >> On 19/05/16 21:51, Robert Gadsdon wrote: >>> Applied this on my Odroid C2, and it worked OK when installed on the >>> SDcard, but failed when installed on the eMMC module: > > Oh, reading this again you meant t

Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-20 Thread Carlo Caione
On 19/05/16 21:51, Robert Gadsdon wrote: > Applied this on my Odroid C2, and it worked OK when installed on the > SDcard, but failed when installed on the eMMC module: > > => version > U-Boot 2016.05-rc3 (May 14 2016 - 21:06:28 -0700) odroid-c2 > aarch64-linux-gnu-gcc (GCC) 5.3.1 20160212 (Red Hat

Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-20 Thread Carlo Caione
On 20/05/16 08:27, Carlo Caione wrote: > On 19/05/16 21:51, Robert Gadsdon wrote: > > Applied this on my Odroid C2, and it worked OK when installed on the > > SDcard, but failed when installed on the eMMC module: Oh, reading this again you meant that you put u-boot directly on the eMMC? Ok then, s

Re: [U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-19 Thread Robert Gadsdon
Applied this on my Odroid C2, and it worked OK when installed on the SDcard, but failed when installed on the eMMC module: => version U-Boot 2016.05-rc3 (May 14 2016 - 21:06:28 -0700) odroid-c2 aarch64-linux-gnu-gcc (GCC) 5.3.1 20160212 (Red Hat Cross 5.3.1-2) GNU ld version 2.26.20160125 => mmc

[U-Boot] [PATCH 0/2] Add support for Amlogic Meson MMC controller

2016-05-12 Thread Carlo Caione
From: Carlo Caione This patchset is a port / rewrite of the Amlogic driver shipped in the SDK for the Meson GXBB (S905) platform. It has been tested on the Hardkernel Odroid-C2 board. The driver is enabled using U_BOOT_DEVICE in the board file because there is no MMC driver yet in the linux kern