From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chander Kashyap Date: Thu, 5 Sep 2013 15:29:55 +0530 Subject: [U-Boot] please pull u-boot-samsung master In-Reply-To: References: <5220293B.4090601@samsung.com> <20130905111318.682b90fc@lilith> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 5 September 2013 15:12, Chander Kashyap wrote: > Hi Albert, > > On 5 September 2013 14:43, Albert ARIBAUD wrote: >> Hi Minkyu, >> >> On Fri, 30 Aug 2013 14:10:19 +0900, Minkyu Kang >> 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 at lists.denx.de >> http://lists.denx.de/mailman/listinfo/u-boot > > > > -- > with warm regards, > Chander Kashyap -- with warm regards, Chander Kashyap