Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-23 Thread Hyungwon Hwang
Dear Jaehoon Chung, On Thu, 20 Nov 2014 21:08:30 +0900 Jaehoon Chung wrote: > Hi, > > CPU:Exynos5800@1200MHz > Board: Odroid XU3 based on EXYNOS5422 > > Exynos5800? is it right? > Exynos5800 is a variant of Exynos5422 for chromebook, so they are almost same. The support for this SOC is m

Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-20 Thread Jaehoon Chung
Hi, CPU:Exynos5800@1200MHz Board: Odroid XU3 based on EXYNOS5422 Exynos5800? is it right? On 11/14/2014 03:25 PM, Hyungwon Hwang wrote: > This patch adds support for Odroid-XU3. > > Signed-off-by: Hyungwon Hwang > Tested-by: Lukasz Majewski > Acked-by: Lukasz Majewski > Cc: Minkyu Kang

Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-18 Thread Przemyslaw Marczak
Hello Hyungwon, On 11/18/2014 12:44 PM, Przemyslaw Marczak wrote: Hello, On 11/18/2014 02:57 AM, Hyungwon Hwang wrote: Dear Przemyslaw Marczak, +/* + * FIXME: The number of bank is actually 8. But there is no way to reserver the + * last 16 Mib in the last bank now. So I just excluded the la

Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-18 Thread Przemyslaw Marczak
Hello, On 11/18/2014 02:57 AM, Hyungwon Hwang wrote: Dear Przemyslaw Marczak, +/* + * FIXME: The number of bank is actually 8. But there is no way to reserver the + * last 16 Mib in the last bank now. So I just excluded the last bank + * temporally. + */ It's not prober solution, since non-d

Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-17 Thread Hyungwon Hwang
Dear Przemyslaw Marczak, > > +/* > > + * FIXME: The number of bank is actually 8. But there is no way to > > reserver the > > + * last 16 Mib in the last bank now. So I just excluded the last > > bank > > + * temporally. > > + */ > > It's not prober solution, since non-dt kernel could get wrong D

Re: [U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-17 Thread Przemyslaw Marczak
Hello, On 11/14/2014 07:25 AM, Hyungwon Hwang wrote: This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang Tested-by: Lukasz Majewski Acked-by: Lukasz Majewski Cc: Minkyu Kang Cc: Lukasz Majewski --- Changes for v3: - Remove unnecessary node from DT file - Remove unnecessar

[U-Boot] [PATCH v8 2/3] Odroid-XU3: Add support for Odroid-XU3

2014-11-13 Thread Hyungwon Hwang
This patch adds support for Odroid-XU3. Signed-off-by: Hyungwon Hwang Tested-by: Lukasz Majewski Acked-by: Lukasz Majewski Cc: Minkyu Kang Cc: Lukasz Majewski --- Changes for v3: - Remove unnecessary node from DT file - Remove unnecessary features from config file - Remove unnecessary macros