public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Merge conflicts between ARM and mainline U-Boot  trees
@ 2014-04-08  7:49 Albert ARIBAUD
  2014-04-08  8:19 ` Marek Vasut
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Albert ARIBAUD @ 2014-04-08  7:49 UTC (permalink / raw)
  To: u-boot

Hello all,

There are four merge conflicts currently between ARM and mainline.

I have created a 'merged' branch on the ARM repository with what I
think the resolutions should be. Some are trivial, others, less.

Could commit authors and/or custodians (CC:ed) please confirm or
indicate correct resolutions?

Overall resolutions can be seen (assuming your remote for the ARM tree
is 'u-boot-arm'

	git fetch git://git.denx.de/u-boot-arm merged:arm-merged
	git show arm-merged

Resolutions, from the most to the least trivial:

	arch/arm/cpu/arm926ejs/mxs/Makefile:
	- commits 1a9df13d and b97241b3 (both Marek)

	include/mmc.h:
	- commits 3c7ca967 (Fabio) and 93bfd616 (Pantelis)

	include/configs/trats2.h:
	- commits 4d6c9671 (Piotr) and aafd2c5d (Przemyslaw)

	include/configs/trats.h:
	- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
	- note: I manually removed CONFIG_EFI_PARTITION and
	  CONFIG_PARTITION_UUIDS which are already defined in
	  include/configs/exynos4-dt.h

Thanks in advance!

Amicalement,
-- 
Albert.

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

* [U-Boot] Merge conflicts between ARM and mainline U-Boot trees
  2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
@ 2014-04-08  8:19 ` Marek Vasut
  2014-04-08  8:34 ` Lukasz Majewski
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Marek Vasut @ 2014-04-08  8:19 UTC (permalink / raw)
  To: u-boot

On Tuesday, April 08, 2014 at 09:49:17 AM, Albert ARIBAUD wrote:
> Hello all,
> 
> There are four merge conflicts currently between ARM and mainline.
> 
> I have created a 'merged' branch on the ARM repository with what I
> think the resolutions should be. Some are trivial, others, less.
> 
> Could commit authors and/or custodians (CC:ed) please confirm or
> indicate correct resolutions?
> 
> Overall resolutions can be seen (assuming your remote for the ARM tree
> is 'u-boot-arm'
> 
> 	git fetch git://git.denx.de/u-boot-arm merged:arm-merged
> 	git show arm-merged
> 
> Resolutions, from the most to the least trivial:
> 
> 	arch/arm/cpu/arm926ejs/mxs/Makefile:
> 	- commits 1a9df13d and b97241b3 (both Marek)

What was the problem here ... the MKIMAGE/UIMAGE change, right? Looks correct.
Best regards,
Marek Vasut

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

* [U-Boot] Merge conflicts between ARM and mainline U-Boot trees
  2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
  2014-04-08  8:19 ` Marek Vasut
@ 2014-04-08  8:34 ` Lukasz Majewski
  2014-04-08  8:54 ` Piotr Wilczek
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Lukasz Majewski @ 2014-04-08  8:34 UTC (permalink / raw)
  To: u-boot

Hi Albert,


> 
> 	include/configs/trats.h:
> 	- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
> 	- note: I manually removed CONFIG_EFI_PARTITION and
> 	  CONFIG_PARTITION_UUIDS which are already defined in
> 	  include/configs/exynos4-dt.h
> 

I can confirm that Albert's solution provided at u-boot-denx-arm/merged
works at Samsung's Trats device.

Acked-by:  Lukasz Majewski <l.majewski@samsung.com>
Tested-by: Lukasz Majewski <l.majewski@samsung.com>

-- 
Best regards,

Lukasz Majewski

Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

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

* [U-Boot] Merge conflicts between ARM and mainline U-Boot trees
  2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
  2014-04-08  8:19 ` Marek Vasut
  2014-04-08  8:34 ` Lukasz Majewski
@ 2014-04-08  8:54 ` Piotr Wilczek
  2014-04-08  9:01 ` Pantelis Antoniou
  2014-04-08 11:03 ` Przemyslaw Marczak
  4 siblings, 0 replies; 6+ messages in thread
From: Piotr Wilczek @ 2014-04-08  8:54 UTC (permalink / raw)
  To: u-boot

Hi Albert,

>
> 	include/configs/trats2.h:
> 	- commits 4d6c9671 (Piotr) and aafd2c5d (Przemyslaw)
>
> 	include/configs/trats.h:
> 	- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
> 	- note: I manually removed CONFIG_EFI_PARTITION and
> 	  CONFIG_PARTITION_UUIDS which are already defined in
> 	  include/configs/exynos4-dt.h
>
> Thanks in advance!
>
> Amicalement,
>

Acked-by: Piotr Wilczek <p.wilczek@samsung.com>
Tested-by: Piotr Wilczek <p.wilczek@samsung.com>

Tested on Trats2.

Best regards,
Piotr Wilczek

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

* [U-Boot] Merge conflicts between ARM and mainline U-Boot trees
  2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
                   ` (2 preceding siblings ...)
  2014-04-08  8:54 ` Piotr Wilczek
@ 2014-04-08  9:01 ` Pantelis Antoniou
  2014-04-08 11:03 ` Przemyslaw Marczak
  4 siblings, 0 replies; 6+ messages in thread
From: Pantelis Antoniou @ 2014-04-08  9:01 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On Apr 8, 2014, at 10:49 AM, Albert ARIBAUD wrote:

> Hello all,
> 
> There are four merge conflicts currently between ARM and mainline.
> 
> I have created a 'merged' branch on the ARM repository with what I
> think the resolutions should be. Some are trivial, others, less.
> 
> Could commit authors and/or custodians (CC:ed) please confirm or
> indicate correct resolutions?
> 
> Overall resolutions can be seen (assuming your remote for the ARM tree
> is 'u-boot-arm'
> 
> 	git fetch git://git.denx.de/u-boot-arm merged:arm-merged
> 	git show arm-merged
> 
> Resolutions, from the most to the least trivial:
> 
> 	arch/arm/cpu/arm926ejs/mxs/Makefile:
> 	- commits 1a9df13d and b97241b3 (both Marek)
> 
> 	include/mmc.h:
> 	- commits 3c7ca967 (Fabio) and 93bfd616 (Pantelis)
> 


Looks fine to me.

> 	include/configs/trats2.h:
> 	- commits 4d6c9671 (Piotr) and aafd2c5d (Przemyslaw)
> 
> 	include/configs/trats.h:
> 	- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
> 	- note: I manually removed CONFIG_EFI_PARTITION and
> 	  CONFIG_PARTITION_UUIDS which are already defined in
> 	  include/configs/exynos4-dt.h
> 
> Thanks in advance!
> 
> Amicalement,
> -- 
> Albert.

Acked-by: Pantelis Antoniou <panto@antoniou-consulting.com>

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

* [U-Boot] Merge conflicts between ARM and mainline U-Boot trees
  2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
                   ` (3 preceding siblings ...)
  2014-04-08  9:01 ` Pantelis Antoniou
@ 2014-04-08 11:03 ` Przemyslaw Marczak
  4 siblings, 0 replies; 6+ messages in thread
From: Przemyslaw Marczak @ 2014-04-08 11:03 UTC (permalink / raw)
  To: u-boot

Hi Albert,

On 04/08/2014 09:49 AM, Albert ARIBAUD wrote:
> Hello all,
>
> There are four merge conflicts currently between ARM and mainline.
>
> I have created a 'merged' branch on the ARM repository with what I
> think the resolutions should be. Some are trivial, others, less.
>
> Could commit authors and/or custodians (CC:ed) please confirm or
> indicate correct resolutions?
>
> Overall resolutions can be seen (assuming your remote for the ARM tree
> is 'u-boot-arm'
>
> 	git fetch git://git.denx.de/u-boot-arm merged:arm-merged
> 	git show arm-merged
>
> Resolutions, from the most to the least trivial:
>
> 	arch/arm/cpu/arm926ejs/mxs/Makefile:
> 	- commits 1a9df13d and b97241b3 (both Marek)
>
> 	include/mmc.h:
> 	- commits 3c7ca967 (Fabio) and 93bfd616 (Pantelis)
>
> 	include/configs/trats2.h:
> 	- commits 4d6c9671 (Piotr) and aafd2c5d (Przemyslaw)
>
> 	include/configs/trats.h:
> 	- commits fe601647 (Piotr) and 9960d9a8 (Lukasz)
> 	- note: I manually removed CONFIG_EFI_PARTITION and
> 	  CONFIG_PARTITION_UUIDS which are already defined in
> 	  include/configs/exynos4-dt.h
>
> Thanks in advance!
>
> Amicalement,
>

I also tested this on Trats2.

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

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

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

end of thread, other threads:[~2014-04-08 11:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-08  7:49 [U-Boot] Merge conflicts between ARM and mainline U-Boot trees Albert ARIBAUD
2014-04-08  8:19 ` Marek Vasut
2014-04-08  8:34 ` Lukasz Majewski
2014-04-08  8:54 ` Piotr Wilczek
2014-04-08  9:01 ` Pantelis Antoniou
2014-04-08 11:03 ` Przemyslaw Marczak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox