[U-Boot] please pull u-boot-samsung master

Dear Albert,
The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:
drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
---------------------------------------------------------------- Chander Kashyap (2): CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles exynos5250: Add arndale board support
Inderpal Singh (1): exynos5250: arndale: Add mmc support
Minkyu Kang (2): arm: smdkc100: remove config.mk file arm: goni: remove config.mk file
Piotr Wilczek (2): arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12 drivers:power:max77686: add function to set voltage and mode
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/include/asm/arch-exynos/gpio.h | 17 +- board/samsung/arndale/Makefile | 34 ++++ board/samsung/arndale/arndale.c | 101 ++++++++++++ board/samsung/arndale/arndale_spl.c | 50 ++++++ board/samsung/dts/exynos5250-arndale.dts | 39 +++++ board/samsung/goni/config.mk | 18 --- board/samsung/smdkc100/config.mk | 16 -- boards.cfg | 1 + drivers/power/pmic/pmic_max77686.c | 192 ++++++++++++++++++++++ include/configs/arndale.h | 255 ++++++++++++++++++++++++++++++ include/configs/exynos5250-dt.h | 2 +- include/configs/s5p_goni.h | 3 + include/configs/smdkc100.h | 3 + include/power/max77686_pmic.h | 26 +++ tools/Makefile | 4 +- 17 files changed, 725 insertions(+), 42 deletions(-) create mode 100644 board/samsung/arndale/Makefile create mode 100644 board/samsung/arndale/arndale.c create mode 100644 board/samsung/arndale/arndale_spl.c create mode 100644 board/samsung/dts/exynos5250-arndale.dts delete mode 100644 board/samsung/goni/config.mk delete mode 100644 board/samsung/smdkc100/config.mk create mode 100644 include/configs/arndale.h

Hi Minkyu,
On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.kang@samsung.com wrote:
Dear Albert,
The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:
drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
Chander Kashyap (2): CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles exynos5250: Add arndale board support
Inderpal Singh (1): exynos5250: arndale: Add mmc support
Minkyu Kang (2): arm: smdkc100: remove config.mk file arm: goni: remove config.mk file
Piotr Wilczek (2): arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12 drivers:power:max77686: add function to set voltage and mode
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/include/asm/arch-exynos/gpio.h | 17 +- board/samsung/arndale/Makefile | 34 ++++ board/samsung/arndale/arndale.c | 101 ++++++++++++ board/samsung/arndale/arndale_spl.c | 50 ++++++ board/samsung/dts/exynos5250-arndale.dts | 39 +++++ board/samsung/goni/config.mk | 18 --- board/samsung/smdkc100/config.mk | 16 -- boards.cfg | 1 + drivers/power/pmic/pmic_max77686.c | 192 ++++++++++++++++++++++ include/configs/arndale.h | 255 ++++++++++++++++++++++++++++++ include/configs/exynos5250-dt.h | 2 +- include/configs/s5p_goni.h | 3 + include/configs/smdkc100.h | 3 + include/power/max77686_pmic.h | 26 +++ tools/Makefile | 4 +- 17 files changed, 725 insertions(+), 42 deletions(-) create mode 100644 board/samsung/arndale/Makefile create mode 100644 board/samsung/arndale/arndale.c create mode 100644 board/samsung/arndale/arndale_spl.c create mode 100644 board/samsung/dts/exynos5250-arndale.dts delete mode 100644 board/samsung/goni/config.mk delete mode 100644 board/samsung/smdkc100/config.mk create mode 100644 include/configs/arndale.h
Fails for arndale:
Error: /home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9 syntax error
My dtc -v: "Version: DTC 1.4.0", built from source.
Amicalement,

Hi Albert,
On 5 September 2013 14:43, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Minkyu,
On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.kang@samsung.com wrote:
Dear Albert,
The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:
drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
Chander Kashyap (2): CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles exynos5250: Add arndale board support
Inderpal Singh (1): exynos5250: arndale: Add mmc support
Minkyu Kang (2): arm: smdkc100: remove config.mk file arm: goni: remove config.mk file
Piotr Wilczek (2): arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12 drivers:power:max77686: add function to set voltage and mode
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/include/asm/arch-exynos/gpio.h | 17 +- board/samsung/arndale/Makefile | 34 ++++ board/samsung/arndale/arndale.c | 101 ++++++++++++ board/samsung/arndale/arndale_spl.c | 50 ++++++ board/samsung/dts/exynos5250-arndale.dts | 39 +++++ board/samsung/goni/config.mk | 18 --- board/samsung/smdkc100/config.mk | 16 -- boards.cfg | 1 + drivers/power/pmic/pmic_max77686.c | 192 ++++++++++++++++++++++ include/configs/arndale.h | 255 ++++++++++++++++++++++++++++++ include/configs/exynos5250-dt.h | 2 +- include/configs/s5p_goni.h | 3 + include/configs/smdkc100.h | 3 + include/power/max77686_pmic.h | 26 +++ tools/Makefile | 4 +- 17 files changed, 725 insertions(+), 42 deletions(-) create mode 100644 board/samsung/arndale/Makefile create mode 100644 board/samsung/arndale/arndale.c create mode 100644 board/samsung/arndale/arndale_spl.c create mode 100644 board/samsung/dts/exynos5250-arndale.dts delete mode 100644 board/samsung/goni/config.mk delete mode 100644 board/samsung/smdkc100/config.mk create mode 100644 include/configs/arndale.h
Fails for arndale:
Error: /home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9 syntax error
My dtc -v: "Version: DTC 1.4.0", built from source.
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Amicalement,
Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On 5 September 2013 15:12, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Albert,
On 5 September 2013 14:43, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Minkyu,
On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang mk7.kang@samsung.com wrote:
Dear Albert,
The following changes since commit 9ed887caecb9ecb0c68773a1870d143b9f28d3da:
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' (2013-08-17 18:24:13 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-samsung master
for you to fetch changes up to 812d7576cdbecc12d7eec7b533333d3a4a06234b:
drivers:power:max77686: add function to set voltage and mode (2013-08-30 12:24:54 +0900)
Chander Kashyap (2): CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles exynos5250: Add arndale board support
Inderpal Singh (1): exynos5250: arndale: Add mmc support
Minkyu Kang (2): arm: smdkc100: remove config.mk file arm: goni: remove config.mk file
Piotr Wilczek (2): arm:exynos:gpio: fix s5p_gpio_part_max for exynos4x12 drivers:power:max77686: add function to set voltage and mode
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/include/asm/arch-exynos/gpio.h | 17 +- board/samsung/arndale/Makefile | 34 ++++ board/samsung/arndale/arndale.c | 101 ++++++++++++ board/samsung/arndale/arndale_spl.c | 50 ++++++ board/samsung/dts/exynos5250-arndale.dts | 39 +++++ board/samsung/goni/config.mk | 18 --- board/samsung/smdkc100/config.mk | 16 -- boards.cfg | 1 + drivers/power/pmic/pmic_max77686.c | 192 ++++++++++++++++++++++ include/configs/arndale.h | 255 ++++++++++++++++++++++++++++++ include/configs/exynos5250-dt.h | 2 +- include/configs/s5p_goni.h | 3 + include/configs/smdkc100.h | 3 + include/power/max77686_pmic.h | 26 +++ tools/Makefile | 4 +- 17 files changed, 725 insertions(+), 42 deletions(-) create mode 100644 board/samsung/arndale/Makefile create mode 100644 board/samsung/arndale/arndale.c create mode 100644 board/samsung/arndale/arndale_spl.c create mode 100644 board/samsung/dts/exynos5250-arndale.dts delete mode 100644 board/samsung/goni/config.mk delete mode 100644 board/samsung/smdkc100/config.mk create mode 100644 include/configs/arndale.h
Fails for arndale:
Error: /home/albert/src/u-boot-arm/board/samsung/dts/exynos5250-arndale.dts:11.2-9 syntax error
My dtc -v: "Version: DTC 1.4.0", built from source.
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Tested now with dtc -v: "Version: DTC 1.4.0"
It got compiled. properly. Or I missed something.
Amicalement,
Albert. _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
-- with warm regards, Chander Kashyap

Hi Chander,
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
On my setup (debian - 1.3.0-4) it fails.
Tested now with dtc -v: "Version: DTC 1.4.0"
It got compiled. properly. Or I missed something.
The Exynos5x boards with DT support shall be compiled with DTC version 1.4+. Otherwise they fail:
Configuring for snow board... make: *** [checkdtc] Error 1 make: *** [checkdtc] Error 1 make: *** Waiting for unfinished jobs.... Configuring for smdk5250 board... make: *** [checkdtc] Error 1 make: *** [checkdtc] Error 1 make: *** Waiting for unfinished jobs....

Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
On my setup (debian - 1.3.0-4) it fails.
Tested now with dtc -v: "Version: DTC 1.4.0"
It got compiled. properly. Or I missed something.
The Exynos5x boards with DT support shall be compiled with DTC version 1.4+. Otherwise they fail:
Configuring for snow board... make: *** [checkdtc] Error 1 make: *** [checkdtc] Error 1 make: *** Waiting for unfinished jobs.... Configuring for smdk5250 board... make: *** [checkdtc] Error 1 make: *** [checkdtc] Error 1 make: *** Waiting for unfinished jobs....
-- Best regards,
Lukasz Majewski
Samsung R&D Institute Poland (SRPOL) | Linux Platform Group

Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Amicalement,

Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Sorry for big mess. I had re-based my tree to u-boot samsung. I have tested it after re-basing to u-boot tree. It was failing.
Shall i send all the patches again, or is it possible to send the single failing patch.
Amicalement,
Albert.

Hi Chander,
On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
Its working for me. But my dtc -v: "Version: DTC 1.3.0"
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Sorry for big mess. I had re-based my tree to u-boot samsung. I have tested it after re-basing to u-boot tree. It was failing.
Shall i send all the patches again, or is it possible to send the single failing patch.
Well, if you have rebased to u-boot-master, then you can as well do an interactive rebase so that the commit which breaks builds is omitted.
Amicalement,

Hi Albert,
On 5 September 2013 18:58, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
> > Its working for me. > But my dtc -v: "Version: DTC 1.3.0" >
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Sorry for big mess. I had re-based my tree to u-boot samsung. I have tested it after re-basing to u-boot tree. It was failing.
Shall i send all the patches again, or is it possible to send the single failing patch.
Well, if you have rebased to u-boot-master, then you can as well do an interactive rebase so that the commit which breaks builds is omitted.
Offending patch was part of two patch series. I have fixed it and resend it with series again.
Amicalement,
Albert.

Dear Chander Kashyap,
On 06/09/13 13:32, Chander Kashyap wrote:
Hi Albert,
On 5 September 2013 18:58, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote:
Hi Chander,
>> >> Its working for me. >> But my dtc -v: "Version: DTC 1.3.0" >>
Have you managed to properly build test Samsung's u-boot tree with DTC 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Sorry for big mess. I had re-based my tree to u-boot samsung. I have tested it after re-basing to u-boot tree. It was failing.
Shall i send all the patches again, or is it possible to send the single failing patch.
Well, if you have rebased to u-boot-master, then you can as well do an interactive rebase so that the commit which breaks builds is omitted.
Offending patch was part of two patch series. I have fixed it and resend it with series again.
Since the patchset is already applied to u-boot-samsung, If you send new patchset, then I should do rebase and forced push. If possible please send fixing patch instead of new patchset.
Thanks, Minkyu Kang.

Hi Minkyu,
On 9 September 2013 13:55, Minkyu Kang mk7.kang@samsung.com wrote:
Dear Chander Kashyap,
On 06/09/13 13:32, Chander Kashyap wrote:
Hi Albert,
On 5 September 2013 18:58, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 17:36:34 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Albert,
On 5 September 2013 17:08, Albert ARIBAUD albert.u.boot@aribaud.net wrote:
Hi Chander,
On Thu, 5 Sep 2013 16:47:27 +0530, Chander Kashyap chander.kashyap@linaro.org wrote:
Hi Lukasz,
On 5 September 2013 16:27, Lukasz Majewski l.majewski@samsung.com wrote: > Hi Chander, > >>> >>> Its working for me. >>> But my dtc -v: "Version: DTC 1.3.0" >>> > > Have you managed to properly build test Samsung's u-boot tree with DTC > 1.3.0?
Yes, I am able to build and test. I am running on ubuntu.
Then you are not testing on a recent enough U-Boot source tree; currently, master (and arm) require dtc version >= 1.4.0, and will fail as indicated by Lukasz and as experienced by me -- I had to build dtc version 1.4.0 from git source.
Sorry for big mess. I had re-based my tree to u-boot samsung. I have tested it after re-basing to u-boot tree. It was failing.
Shall i send all the patches again, or is it possible to send the single failing patch.
Well, if you have rebased to u-boot-master, then you can as well do an interactive rebase so that the commit which breaks builds is omitted.
Offending patch was part of two patch series. I have fixed it and resend it with series again.
Since the patchset is already applied to u-boot-samsung, If you send new patchset, then I should do rebase and forced push. If possible please send fixing patch instead of new patchset.
Sure I will do that.
Thanks,
Thanks, Minkyu Kang.
participants (4)
-
Albert ARIBAUD
-
Chander Kashyap
-
Lukasz Majewski
-
Minkyu Kang