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

Minkyu Kang mk7.kang at samsung.com
Wed Oct 8 13:36:34 CEST 2014


Dear Albert,

The following changes since commit 6dd0e7c00bfa5ce861a72b8e4a3ef9e787306125:

  git-mailrc: add me as a maintainer of UniPhier platform (2014-10-05 14:10:09 +0900)

are available in the git repository at:

  http://git.denx.de/u-boot-samsung 

for you to fetch changes up to b219773957d2ee8fedb56f0fcb19288eb72d4867:

  odroid: clock: set aclk_cores to 200MHz (2014-10-08 19:48:43 +0900)

----------------------------------------------------------------
Masahiro Yamada (1):
      exynos: update maintainer of Snow and SMDK5420 board

Minkyu Kang (3):
      Revert "odroid: set MPLL clock to 880MHz"
      Merge branch 'master' of http://git.denx.de/u-boot-samsung
      Merge branch 'uboot'

Przemyslaw Marczak (1):
      odroid: clock: set aclk_cores to 200MHz

Robert Baldyga (1):
      armv7: s5pc1xx: improve cache handling

Simon Glass (15):
      Exynos: Use 900MHz ARM frequency in SPL for peach_pit
      exynos5: Enable data cache
      cros_ec: power: Add a tunnelled version of the tps65090 driver
      cros_ec: exynos: Use the correct tps65090 driver in each case
      dm: exynos: Split out the cros_ec drivers
      exynos: dts: Add device tree node for cros_ec keyboard
      exynos: Rename -dt config files to -common
      exynos: Move common exynos settings into a common file
      exynos: Move common smdk5420 things to common file
      exynos: config: Move cros_ec and tps65090 out of smdk boards
      config: Move arndale to use common exynos5250 file
      config: Move smdkv310 to use common exynos4 file
      samsung: Enable device tree for s5p_goni
      samsung: Enable device tree for smdkc100
      exynos: Enable pre-relocation malloc()

 arch/arm/Kconfig                                   |   13 +-
 arch/arm/cpu/armv7/exynos/Kconfig                  |    1 +
 arch/arm/cpu/armv7/s5pc1xx/Kconfig                 |   25 +++
 arch/arm/cpu/armv7/s5pc1xx/cache.S                 |   30 ---
 arch/arm/cpu/armv7/s5pc1xx/cache.c                 |   47 +++++
 arch/arm/dts/Makefile                              |    3 +
 arch/arm/dts/exynos4210-smdkv310.dts               |   21 ++
 arch/arm/dts/exynos5420-peach-pit.dts              |   57 ++++-
 arch/arm/dts/s5pc1xx-goni.dts                      |   28 +++
 arch/arm/dts/s5pc1xx-smdkc100.dts                  |   29 +++
 arch/arm/include/asm/arch-s5pc1xx/periph.h         |   61 ++++++
 arch/arm/include/asm/arch-s5pc1xx/pinmux.h         |   50 +++++
 board/samsung/odroid/odroid.c                      |   64 +++---
 board/samsung/smdk5250/MAINTAINERS                 |    2 +-
 board/samsung/smdk5420/MAINTAINERS                 |    4 -
 configs/s5p_goni_defconfig                         |    2 +
 configs/smdkc100_defconfig                         |    2 +
 configs/smdkv310_defconfig                         |    1 +
 drivers/mmc/s5p_sdhci.c                            |    2 -
 drivers/power/pmic/Makefile                        |    3 +-
 drivers/power/pmic/pmic_tps65090_ec.c              |  218 ++++++++++++++++++++
 include/configs/arndale.h                          |  195 +----------------
 include/configs/{exynos4-dt.h => exynos-common.h}  |  110 +++-------
 include/configs/exynos4-common.h                   |   68 ++++++
 include/configs/{exynos5-dt.h => exynos5-common.h} |  126 ++---------
 include/configs/exynos5-dt-common.h                |   35 ++++
 .../{exynos5250-dt.h => exynos5250-common.h}       |    7 +-
 .../configs/{exynos5420.h => exynos5420-common.h}  |   22 +-
 include/configs/odroid.h                           |    4 +-
 include/configs/origen.h                           |    5 +-
 include/configs/peach-pit.h                        |   16 +-
 include/configs/s5p_goni.h                         |    9 +-
 include/configs/s5pc210_universal.h                |    5 +-
 include/configs/smdk5250.h                         |   23 ++-
 include/configs/smdk5420.h                         |    5 +-
 include/configs/smdkc100.h                         |    6 +
 include/configs/smdkv310.h                         |   61 +-----
 include/configs/snow.h                             |   25 ++-
 include/configs/trats.h                            |    6 +-
 include/configs/trats2.h                           |    6 +-
 40 files changed, 840 insertions(+), 557 deletions(-)
 create mode 100644 arch/arm/cpu/armv7/s5pc1xx/Kconfig
 delete mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.S
 create mode 100644 arch/arm/cpu/armv7/s5pc1xx/cache.c
 create mode 100644 arch/arm/dts/exynos4210-smdkv310.dts
 create mode 100644 arch/arm/dts/s5pc1xx-goni.dts
 create mode 100644 arch/arm/dts/s5pc1xx-smdkc100.dts
 create mode 100644 arch/arm/include/asm/arch-s5pc1xx/periph.h
 create mode 100644 arch/arm/include/asm/arch-s5pc1xx/pinmux.h
 create mode 100644 drivers/power/pmic/pmic_tps65090_ec.c
 rename include/configs/{exynos4-dt.h => exynos-common.h} (51%)
 create mode 100644 include/configs/exynos4-common.h
 rename include/configs/{exynos5-dt.h => exynos5-common.h} (64%)
 create mode 100644 include/configs/exynos5-dt-common.h
 rename include/configs/{exynos5250-dt.h => exynos5250-common.h} (88%)
 rename include/configs/{exynos5420.h => exynos5420-common.h} (71%)
-- 
Thanks,
Minkyu Kang.


More information about the U-Boot mailing list