[U-Boot] Pull request: u-boot-arm/master

Albert ARIBAUD albert.u.boot at aribaud.net
Fri Sep 12 15:42:19 CEST 2014


Hello Tom,

The following changes since commit
d6c1ffc7d23f4fe4ae8c91101861055b8e1501b6:

  Prepare v2014.10-rc2 (2014-09-02 16:58:29 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-arm master

for you to fetch changes up to a7f99bf139b3aaa0d5494693fd0395084355e41a:

  arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG (2014-09-11 18:04:39
  +0200)

NOTE that 7 boards still fail building, two with warnings (k2e_evm
k2hk_evm), five with errors (openrd_client tricorder_flash tricorder
openrd_ultimate openrd_base).

----------------------------------------------------------------
Ajay Kumar (8):
      exynos_fb: Remove usage of static defines
      arm: exynos: Add RPLL for Exynos5420
      arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks for
Exynos5420 video: exynos_fimd: Add framework to disable FIMD sysmmu
      ARM: exynos: Add missing declaration for gpio_direction_input
      exynos5420: add callbacks needed for exynos_fb driver
      ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge
chip CONFIGS: peach-pit: Enable display for peach_pit board

Albert ARIBAUD (2):
      Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
      Merge branch 'u-boot-sunxi/master' into 'u-boot-arm/master'

Benoît Thébaudeau (2):
      arm: Make reset position-independent
      arm: Fix _start for CONFIG_SYS_DV_NOR_BOOT_CFG

Enric Balletbo i Serra (1):
      AM335x: igep0033: Convert to generic board and use
ti_am335x_common.h.

FUKAUMI Naoki (1):
      sun7i: Add support for Olimex A20-OLinuXino-LIME

Guillaume GARDET (1):
      omap3_beagle: Add boot script support to omap3 beagle board

Ian Campbell (1):
      sunxi: Correct typo CONFIG_FTDFILE => CONFIG_FDTFILE

Jeroen Hofstee (8):
      board_r: ARM[64] do not set gd again
      ARM: SPL: do not set gd again
      cc-option: also detect unsupported warnings options
      ARM: make gd a function for clang
      eabi_compat: add __aeabi_memcpy __aeabi_memset
      clang: workaround for generated constants
      Makefile: default to cc for host compiler
      README.clang: build command with clang

Khoronzhuk, Ivan (3):
      ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
      keystone2: use readl/writel functions instead of redefinition
      mtd: nand: davinci_nand: correct keystone RBL layout definition

Masahiro Yamada (3):
      arm: am335x: add Kconfig range attribute to prevent invalid
CONS_INDEX MAINTAINERS: update the maintainer of Arndale board
      kconfig: remove redundant "SPL" from CONFIG_SYS_EXTRA_OPTIONS

Przemyslaw Marczak (13):
      samsung: misc: fix soc revision setting in the set_board_info()
      exynos: pinmux: fix the gpio names for exynos4x12 mmc
      arch:exynos: boot mode: add get_boot_mode(), code cleanup
      board:samsung: check the boot device and init the right mmc
driver. samsung: misc: add function for setting $dfu_alt_info
      samsung:board: misc_init_r: call set_dfu_alt_info()
      arm:reset: call the reset_misc() before the cpu reset
      samsung: board: enable support of multiple board types
      samsung: misc: use board specific functions to set env board info
      odroid: add board file for Odroid X2/U3 based on Samsung
Exynos4412 odroid: add odroid U3/X2 device tree description
      odroid: kconfig: add odroid_defconfig
      odroid: set MPLL clock to 880MHz

R Sricharan (1):
      ARM: DRA72: DDR3: Add emif settings for 666MHz clock

Rostislav Lisovy (2):
      mtd: nand: omap_gpmc: Enable multiple NAND flash devices
      mtd: nand: omap_gpmc: Fix 'bit-flip' errors

Vadim Bendebury (1):
      video: Add driver for Parade PS8625 dP to LVDS bridge

 Kbuild                                         |   3 +-
 Makefile                                       |   4 +-
 arch/arm/cpu/armv7/exynos/Kconfig              |   4 +
 arch/arm/cpu/armv7/exynos/clock.c              |  83
 +++++++++++++++++++-- arch/arm/cpu/armv7/exynos/clock_init.h
 |   3 + arch/arm/cpu/armv7/exynos/clock_init_exynos5.c |  13 ++++
 arch/arm/cpu/armv7/exynos/exynos5_setup.h      |   2 +-
 arch/arm/cpu/armv7/exynos/pinmux.c             |   4 +-
 arch/arm/cpu/armv7/exynos/power.c              |   7 ++
 arch/arm/cpu/armv7/exynos/spl_boot.c           |   7 +-
 arch/arm/cpu/armv7/keystone/clock.c            |   2 +-
 arch/arm/cpu/armv7/keystone/psc.c              |  44 +++++------
 arch/arm/cpu/armv7/omap5/hw_data.c             |  39 +++++++++-
 arch/arm/cpu/armv7/omap5/sdram.c               |  60 ++++++++++++++-
 arch/arm/dts/Makefile                          |   3 +-
 arch/arm/dts/exynos4412-odroid.dts             |  70 ++++++++++++++++++
 arch/arm/dts/exynos5420-peach-pit.dts          |  30 ++++++++
 arch/arm/dts/exynos54xx.dtsi                   |  10 +++
 arch/arm/include/asm/arch-exynos/clk.h         |   1 +
 arch/arm/include/asm/arch-exynos/gpio.h        |   1 +
 arch/arm/include/asm/arch-exynos/power.h       |  21 ++++++
 arch/arm/include/asm/arch-exynos/spl.h         |  17 +----
 arch/arm/include/asm/arch-exynos/system.h      |   4 +
 arch/arm/include/asm/arch-keystone/emac_defs.h |   7 +-
 arch/arm/include/asm/global_data.h             |  25 +++++++
 arch/arm/lib/eabi_compat.c                     |  15 +++-
 arch/arm/lib/reset.c                           |   6 ++
 arch/arm/lib/spl.c                             |   3 -
 arch/arm/lib/vectors.S                         |   6 +-
 board/samsung/arndale/MAINTAINERS              |   2 +-
 board/samsung/common/board.c                   |  69 ++++++++++++++----
 board/samsung/common/misc.c                    |  57 ++++++++++++++-
 board/samsung/odroid/Kconfig                   |  15 ++++
 board/samsung/odroid/MAINTAINERS               |   6 ++
 board/samsung/odroid/Makefile                  |   8 ++
 board/samsung/odroid/odroid.c                  | 470
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/samsung/odroid/setup.h                   | 255
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 board/samsung/smdk5420/smdk5420.c              | 129
 ++++++++++++---------------------
 board/sunxi/Kconfig                            |   4 +-
 board/sunxi/MAINTAINERS                        |   6 ++
 board/sunxi/Makefile                           |   1 +
 board/sunxi/dram_a20_olinuxino_l.c             |  31 ++++++++
 board/ti/am335x/Kconfig                        |   1 +
 common/board_r.c                               |   2 +-
 configs/A10-OLinuXino-Lime_defconfig           |   4 +-
 configs/A10s-OLinuXino-M_defconfig             |   4 +-
 configs/A13-OLinuXinoM_defconfig               |   4 +-
 configs/A13-OLinuXino_defconfig                |   4 +-
 configs/A20-OLinuXino-Lime_defconfig           |   5 ++
 configs/A20-OLinuXino_MICRO_defconfig          |   4 +-
 configs/Auxtek-T004_defconfig                  |   4 +-
 configs/Bananapi_defconfig                     |   4 +-
 configs/Cubieboard2_FEL_defconfig              |   2 +-
 configs/Cubieboard2_defconfig                  |   4 +-
 configs/Cubieboard_defconfig                   |   4 +-
 configs/Cubietruck_FEL_defconfig               |   2 +-
 configs/Cubietruck_defconfig                   |   4 +-
 configs/Linksprite_pcDuino3_defconfig          |   4 +-
 configs/Mele_A1000G_defconfig                  |   4 +-
 configs/Mele_A1000_defconfig                   |   4 +-
 configs/Mini-X-1Gb_defconfig                   |   4 +-
 configs/Mini-X_defconfig                       |   4 +-
 configs/ba10_tv_box_defconfig                  |   4 +-
 configs/gwventana_defconfig                    |   2 +-
 configs/i12-tvbox_defconfig                    |   4 +-
 configs/odroid_defconfig                       |   3 +
 configs/qt840a_defconfig                       |   4 +-
 configs/r7-tv-dongle_defconfig                 |   4 +-
 doc/README.clang                               |  56 ++++++++++++++
 doc/README.odroid                              | 143
 ++++++++++++++++++++++++++++++++++++
 doc/device-tree-bindings/video/exynos-fb.txt   |   6 ++
 drivers/mtd/nand/davinci_nand.c                |   2 +-
 drivers/mtd/nand/omap_gpmc.c                   |  46 ++++++------
 drivers/net/keystone_net.c                     |  35 ++++-----
 drivers/video/Makefile                         |   1 +
 drivers/video/exynos_fb.c                      |  18 ++---
 drivers/video/exynos_fimd.c                    |  43 +++++++++++
 drivers/video/parade.c                         | 220
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/common.h                               |   1 +
 include/configs/am335x_igep0033.h              | 221
 +++++++++++---------------------------------------------
 include/configs/exynos5250-dt.h                |   2 -
 include/configs/odroid.h                       | 216
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 include/configs/omap3_beagle.h                 |  13 +++-
 include/configs/peach-pit.h                    |  10 +++
 include/configs/s5pc210_universal.h            |   3 -
 include/configs/sunxi-common.h                 |   2 +-
 include/configs/trats.h                        |   3 -
 include/configs/trats2.h                       |   3 -
 include/fdtdec.h                               |   2 +
 include/linux/kbuild.h                         |   6 +-
 include/samsung/misc.h                         |  10 +++
 lib/fdtdec.c                                   |   2 +
 scripts/Kbuild.include                         |   4 +- 93 files
 changed, 2235 insertions(+), 473 deletions(-) create mode 100644
 arch/arm/dts/exynos4412-odroid.dts create mode 100644
 board/samsung/odroid/Kconfig create mode 100644
 board/samsung/odroid/MAINTAINERS create mode 100644
 board/samsung/odroid/Makefile create mode 100644
 board/samsung/odroid/odroid.c create mode 100644
 board/samsung/odroid/setup.h create mode 100644
 board/sunxi/dram_a20_olinuxino_l.c create mode 100644
 configs/A20-OLinuXino-Lime_defconfig create mode 100644
 configs/odroid_defconfig create mode 100644 doc/README.clang create
 mode 100644 doc/README.odroid create mode 100644
 drivers/video/parade.c create mode 100644 include/configs/odroid.h

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list