[U-Boot] [PATCH 0/3] Add Arndale board support
Inderpal Singh
inderpal.singh at linaro.org
Fri Jun 7 13:22:24 CEST 2013
Dear Minkyu Kang,
Thanks for the comments.
On 21 May 2013 18:23, Minkyu Kang <mk7.kang at samsung.com> wrote:
> On 26/03/13 18:37, Inderpal Singh wrote:
> > The Arndale board is based on samsung's exynos5250 SOC.
> >
> > First patch just removes the redundant SPI configs from common exynos5250
> > config file. Second patch moves the board specific configs to board
> specific
> > config file. The third adds the andale board support.
> >
> > This patchset depends on [1] for tzpc initialization, on [2] for copying
> > u-boot to RAM from spl, and on first 6 patches of [3] for mmc support.
> >
> > [1] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156168
> > [2] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/156272
> > [3] http://comments.gmane.org/gmane.comp.boot-loaders.u-boot/155368
> >
> > Inderpal Singh (3):
> > exynos5250: remove redundant SPI related configs
> > exynos5250: move board specific configs to board specific config file
> > exynos5250: Add arndale board support
> >
> > MAINTAINERS | 4 +
> > board/samsung/arndale/Makefile | 54 +++
> > board/samsung/arndale/arndale.c | 117 ++++++
> > board/samsung/arndale/arndale_spl.c | 66 +++
> > board/samsung/arndale/clock_init.c | 655
> ++++++++++++++++++++++++++++++
> > board/samsung/arndale/clock_init.h | 149 +++++++
> > board/samsung/arndale/dmc_common.c | 199 +++++++++
> > board/samsung/arndale/dmc_init_ddr3.c | 228 +++++++++++
> > board/samsung/arndale/lowlevel_init.S | 92 +++++
> > board/samsung/arndale/setup.h | 569
> ++++++++++++++++++++++++++
> > board/samsung/dts/exynos5250-arndale.dts | 36 ++
> > boards.cfg | 1 +
> > include/configs/arndale.h | 39 ++
> > include/configs/exynos5250-dt.h | 29 +-
> > include/configs/smdk5250.h | 12 +-
> > include/configs/snow.h | 12 +-
> > tools/Makefile | 2 +
> > 17 files changed, 2232 insertions(+), 32 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/arndale/clock_init.c
> > create mode 100644 board/samsung/arndale/clock_init.h
> > create mode 100644 board/samsung/arndale/dmc_common.c
> > create mode 100644 board/samsung/arndale/dmc_init_ddr3.c
> > create mode 100644 board/samsung/arndale/lowlevel_init.S
> > create mode 100644 board/samsung/arndale/setup.h
> > create mode 100644 board/samsung/dts/exynos5250-arndale.dts
> > create mode 100644 include/configs/arndale.h
> >
>
> Patch 1,2 looks good.
> But please rebase.
>
Ok. I will rebase and send it again.
>
> please split patch 3 to another patchset.
> And please check Wolfgang's review.
>
>
Ok, I will split the 3rd patch into another patchset and incorporate the
review comments.
With Regards,
Inder
> Thanks,
> Minkyu Kang.
>
More information about the U-Boot
mailing list