Hi All, Please do let me if any review comments on these patches.
On Wed, Sep 11, 2013 at 3:31 PM, Rajeshwari S Shinde <rajeshwar...@samsung.com> wrote: > This patch adds basic board support for SMDK5420 board. > These patches are tested for booting fine on EVT1 SMDK5420. > > Changes in V2: > - Corrected a compilation issue for SMDK5420. > > Changes in V3: > - Add patch to support variable size SPL support > - Add patch to disable SMU for eMMC. > > Akshay Saraswat (4): > Exynos5420: Add base addresses for 5420 > Exynos5420: Modify TZPC init to support 5420 > Exynos5420: Alter UNCON and UFCON for 5420 > Exynos5420: Add support for 5420 in pinmux and gpio > > Rajeshwari S Shinde (8): > EXYNOS5: Create a common board file > Exynos5420: Add clock initialization for 5420 > Exynos5420: Add DDR3 initialization for 5420 > Exynos5420: Add base patch for SMDK5420 > DTS: Add dts support for SMDK5420 > Config: Add initial config for SMDK5420 > SPL: EXYNOS: Prepare for variable size SPL support > DWMMC: SMDK5420: Disable SMU for eMMC > > MAINTAINERS | 1 + > Makefile | 2 +- > arch/arm/cpu/armv7/exynos/clock.c | 270 ++++++++- > arch/arm/cpu/armv7/exynos/clock_init.h | 17 + > arch/arm/cpu/armv7/exynos/clock_init_exynos5.c | 352 +++++++++++- > arch/arm/cpu/armv7/exynos/dmc_common.c | 8 - > arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c | 413 +++++++++++++- > arch/arm/cpu/armv7/exynos/exynos5_setup.h | 740 > +++++++++++++++++++------ > arch/arm/cpu/armv7/exynos/pinmux.c | 171 +++++- > arch/arm/cpu/armv7/exynos/tzpc.c | 7 +- > arch/arm/dts/exynos5.dtsi | 213 +++++++ > arch/arm/dts/exynos5250.dtsi | 177 +----- > arch/arm/dts/exynos5420.dtsi | 74 +++ > arch/arm/include/asm/arch-exynos/board.h | 17 + > arch/arm/include/asm/arch-exynos/clk.h | 1 + > arch/arm/include/asm/arch-exynos/clock.h | 494 +++++++++++++++++ > arch/arm/include/asm/arch-exynos/cpu.h | 52 +- > arch/arm/include/asm/arch-exynos/dmc.h | 121 ++-- > arch/arm/include/asm/arch-exynos/gpio.h | 52 ++ > board/samsung/common/Makefile | 4 + > board/samsung/common/board.c | 314 +++++++++++ > board/samsung/dts/exynos5420-smdk5420.dts | 172 ++++++ > board/samsung/smdk5250/exynos5-dt.c | 269 +-------- > board/samsung/smdk5250/smdk5250.c | 182 +----- > board/samsung/smdk5420/Makefile | 50 ++ > board/samsung/smdk5420/smdk5420.c | 281 ++++++++++ > board/samsung/smdk5420/smdk5420_spl.c | 68 +++ > boards.cfg | 1 + > drivers/mmc/dw_mmc.c | 7 + > drivers/serial/serial_s5p.c | 6 + > include/configs/exynos5250-dt.h | 2 + > include/configs/smdk5420.h | 321 +++++++++++ > include/dwmmc.h | 12 + > spl/Makefile | 7 +- > tools/Makefile | 2 + > tools/mkexynosspl.c | 166 ++++-- > 36 files changed, 4132 insertions(+), 914 deletions(-) > create mode 100644 arch/arm/dts/exynos5.dtsi > create mode 100644 arch/arm/dts/exynos5420.dtsi > create mode 100644 arch/arm/include/asm/arch-exynos/board.h > create mode 100644 board/samsung/common/board.c > create mode 100644 board/samsung/dts/exynos5420-smdk5420.dts > create mode 100644 board/samsung/smdk5420/Makefile > create mode 100644 board/samsung/smdk5420/smdk5420.c > create mode 100644 board/samsung/smdk5420/smdk5420_spl.c > create mode 100644 include/configs/smdk5420.h > > -- > 1.7.12.4 > > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot -- Regards, Rajeshwari Shinde _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot