All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support
@ 2016-04-08  3:06 Shawn Guo
  2016-04-08  6:54 ` Przemyslaw Marczak
  2016-04-08 14:04 ` Anand Moon
  0 siblings, 2 replies; 4+ messages in thread
From: Shawn Guo @ 2016-04-08  3:06 UTC (permalink / raw)
  To: u-boot

The firmware from link [1] only works with U-Boot image that is no
bigger than 328KiB.  Using it with the default mainline U-Boot today
which is already around 500KiB is just not working.  Correct the link
to be hardkernel_1mb_uboot one [2], so that users can get mainline
U-Boot work out of box.

While at it, the README is updated to include XU4 support, like DTB file
name.

[1] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
[2] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot

Signed-off-by: Shawn Guo <shawnguo@kernel.org>
---
 doc/README.odroid | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/README.odroid b/doc/README.odroid
index ef243d1bde36..c088ec4cb08f 100644
--- a/doc/README.odroid
+++ b/doc/README.odroid
@@ -1,11 +1,11 @@
- U-Boot for Odroid X2/U3/XU3
+ U-Boot for Odroid X2/U3/XU3/XU4
 ========================
 
 1. Summary
 ==========
 This is a quick instruction for setup Odroid boards.
 Board config: odroid_config for X2/U3
-Board config: odroid-xu3_config for XU3
+Board config: odroid-xu3_config for XU3/XU4
 
 2. Supported devices
 ====================
@@ -14,6 +14,7 @@ This U-BOOT config can be used on three boards:
 - Odroid X2
 with CPU Exynos 4412 rev 2.0 and 2GB of RAM
 - Odroid XU3
+- Odroid XU4
 with CPU Exynos5422 and 2GB of RAM
 
 3. Boot sequence
@@ -29,9 +30,9 @@ http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boo
 or here:
 http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
 
-<< XU3 >>
+<< XU3/XU4 >>
 It can be downloaded from:
-https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
+https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
 
 
 4. Boot media layout
@@ -120,6 +121,7 @@ Supported fdt files are:
 - exynos4412-odroidx2.dtb
 - exynos4412-odroidu3.dtb
 - exynos5422-odroidxu3.dtb
+- exynos5422-odroidxu4.dtb
 
 Supported kernel files are:
 - Image.itb
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support
  2016-04-08  3:06 [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support Shawn Guo
@ 2016-04-08  6:54 ` Przemyslaw Marczak
  2016-04-08 14:04 ` Anand Moon
  1 sibling, 0 replies; 4+ messages in thread
From: Przemyslaw Marczak @ 2016-04-08  6:54 UTC (permalink / raw)
  To: u-boot

Hello Shawn,

On 04/08/2016 05:06 AM, Shawn Guo wrote:
> The firmware from link [1] only works with U-Boot image that is no
> bigger than 328KiB.  Using it with the default mainline U-Boot today
> which is already around 500KiB is just not working.  Correct the link
> to be hardkernel_1mb_uboot one [2], so that users can get mainline
> U-Boot work out of box.
>
> While at it, the README is updated to include XU4 support, like DTB file
> name.
>
> [1] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
> [2] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>
> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> ---
>   doc/README.odroid | 10 ++++++----
>   1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/doc/README.odroid b/doc/README.odroid
> index ef243d1bde36..c088ec4cb08f 100644
> --- a/doc/README.odroid
> +++ b/doc/README.odroid
> @@ -1,11 +1,11 @@
> - U-Boot for Odroid X2/U3/XU3
> + U-Boot for Odroid X2/U3/XU3/XU4
>   ========================
>
>   1. Summary
>   ==========
>   This is a quick instruction for setup Odroid boards.
>   Board config: odroid_config for X2/U3
> -Board config: odroid-xu3_config for XU3
> +Board config: odroid-xu3_config for XU3/XU4
>
>   2. Supported devices
>   ====================
> @@ -14,6 +14,7 @@ This U-BOOT config can be used on three boards:
>   - Odroid X2
>   with CPU Exynos 4412 rev 2.0 and 2GB of RAM
>   - Odroid XU3
> +- Odroid XU4
>   with CPU Exynos5422 and 2GB of RAM
>
>   3. Boot sequence
> @@ -29,9 +30,9 @@ http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boo
>   or here:
>   http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
>
> -<< XU3 >>
> +<< XU3/XU4 >>
>   It can be downloaded from:
> -https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
> +https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>
>
>   4. Boot media layout
> @@ -120,6 +121,7 @@ Supported fdt files are:
>   - exynos4412-odroidx2.dtb
>   - exynos4412-odroidu3.dtb
>   - exynos5422-odroidxu3.dtb
> +- exynos5422-odroidxu4.dtb
>
>   Supported kernel files are:
>   - Image.itb
>

Thank you for correcting this.

Acked-by: Przemyslaw Marczak <p.marczak@samsung.com>

Best regards,
-- 
Przemyslaw Marczak
Samsung R&D Institute Poland
Samsung Electronics
p.marczak at samsung.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support
  2016-04-08  3:06 [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support Shawn Guo
  2016-04-08  6:54 ` Przemyslaw Marczak
@ 2016-04-08 14:04 ` Anand Moon
  2016-04-14 10:41   ` Minkyu Kang
  1 sibling, 1 reply; 4+ messages in thread
From: Anand Moon @ 2016-04-08 14:04 UTC (permalink / raw)
  To: u-boot

Hi Shawn,

On 8 April 2016 at 08:36, Shawn Guo <shawnguo@kernel.org> wrote:
> The firmware from link [1] only works with U-Boot image that is no
> bigger than 328KiB.  Using it with the default mainline U-Boot today
> which is already around 500KiB is just not working.  Correct the link
> to be hardkernel_1mb_uboot one [2], so that users can get mainline
> U-Boot work out of box.
>
> While at it, the README is updated to include XU4 support, like DTB file
> name.
>
> [1] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
> [2] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>
> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
> ---
>  doc/README.odroid | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/doc/README.odroid b/doc/README.odroid
> index ef243d1bde36..c088ec4cb08f 100644
> --- a/doc/README.odroid
> +++ b/doc/README.odroid
> @@ -1,11 +1,11 @@
> - U-Boot for Odroid X2/U3/XU3
> + U-Boot for Odroid X2/U3/XU3/XU4
>  ========================
>
>  1. Summary
>  ==========
>  This is a quick instruction for setup Odroid boards.
>  Board config: odroid_config for X2/U3
> -Board config: odroid-xu3_config for XU3
> +Board config: odroid-xu3_config for XU3/XU4
>
>  2. Supported devices
>  ====================
> @@ -14,6 +14,7 @@ This U-BOOT config can be used on three boards:
>  - Odroid X2
>  with CPU Exynos 4412 rev 2.0 and 2GB of RAM
>  - Odroid XU3
> +- Odroid XU4
>  with CPU Exynos5422 and 2GB of RAM
>
>  3. Boot sequence
> @@ -29,9 +30,9 @@ http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boo
>  or here:
>  http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
>
> -<< XU3 >>
> +<< XU3/XU4 >>
>  It can be downloaded from:
> -https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
> +https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>
>
>  4. Boot media layout
> @@ -120,6 +121,7 @@ Supported fdt files are:
>  - exynos4412-odroidx2.dtb
>  - exynos4412-odroidu3.dtb
>  - exynos5422-odroidxu3.dtb
> +- exynos5422-odroidxu4.dtb
>
>  Supported kernel files are:
>  - Image.itb
> --
> 1.9.1
>

Reviewed-by: Anand Moon <linux.amoon@gmail.com>

Best Regards.
-Anand Moon

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support
  2016-04-08 14:04 ` Anand Moon
@ 2016-04-14 10:41   ` Minkyu Kang
  0 siblings, 0 replies; 4+ messages in thread
From: Minkyu Kang @ 2016-04-14 10:41 UTC (permalink / raw)
  To: u-boot

On 08/04/16 23:04, Anand Moon wrote:
> Hi Shawn,
> 
> On 8 April 2016 at 08:36, Shawn Guo <shawnguo@kernel.org> wrote:
>> The firmware from link [1] only works with U-Boot image that is no
>> bigger than 328KiB.  Using it with the default mainline U-Boot today
>> which is already around 500KiB is just not working.  Correct the link
>> to be hardkernel_1mb_uboot one [2], so that users can get mainline
>> U-Boot work out of box.
>>
>> While at it, the README is updated to include XU4 support, like DTB file
>> name.
>>
>> [1] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
>> [2] https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>>
>> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
>> ---
>>  doc/README.odroid | 10 ++++++----
>>  1 file changed, 6 insertions(+), 4 deletions(-)
>>
>> diff --git a/doc/README.odroid b/doc/README.odroid
>> index ef243d1bde36..c088ec4cb08f 100644
>> --- a/doc/README.odroid
>> +++ b/doc/README.odroid
>> @@ -1,11 +1,11 @@
>> - U-Boot for Odroid X2/U3/XU3
>> + U-Boot for Odroid X2/U3/XU3/XU4
>>  ========================
>>
>>  1. Summary
>>  ==========
>>  This is a quick instruction for setup Odroid boards.
>>  Board config: odroid_config for X2/U3
>> -Board config: odroid-xu3_config for XU3
>> +Board config: odroid-xu3_config for XU3/XU4
>>
>>  2. Supported devices
>>  ====================
>> @@ -14,6 +14,7 @@ This U-BOOT config can be used on three boards:
>>  - Odroid X2
>>  with CPU Exynos 4412 rev 2.0 and 2GB of RAM
>>  - Odroid XU3
>> +- Odroid XU4
>>  with CPU Exynos5422 and 2GB of RAM
>>
>>  3. Boot sequence
>> @@ -29,9 +30,9 @@ http://dev.odroid.com/projects/4412boot/wiki/FrontPage?action=download&value=boo
>>  or here:
>>  http://odroid.in/guides/ubuntu-lfs/boot.tar.gz
>>
>> -<< XU3 >>
>> +<< XU3/XU4 >>
>>  It can be downloaded from:
>> -https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel
>> +https://github.com/hardkernel/u-boot/tree/odroidxu3-v2012.07/sd_fuse/hardkernel_1mb_uboot
>>
>>
>>  4. Boot media layout
>> @@ -120,6 +121,7 @@ Supported fdt files are:
>>  - exynos4412-odroidx2.dtb
>>  - exynos4412-odroidu3.dtb
>>  - exynos5422-odroidxu3.dtb
>> +- exynos5422-odroidxu4.dtb
>>
>>  Supported kernel files are:
>>  - Image.itb
>> --
>> 1.9.1
>>
> 
> Reviewed-by: Anand Moon <linux.amoon@gmail.com>
> 
> Best Regards.
> -Anand Moon
> 
> 

Applied to u-boot-samsung.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-14 10:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-08  3:06 [U-Boot] [PATCH] odroid: Update README with correct firmware link and XU4 support Shawn Guo
2016-04-08  6:54 ` Przemyslaw Marczak
2016-04-08 14:04 ` Anand Moon
2016-04-14 10:41   ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.