[U-Boot] [GIT PULL] u-boot-rockchip/master

Dr. Philipp Tomsich philipp.tomsich at theobroma-systems.com
Thu Jul 27 13:03:24 UTC 2017


Tom,

Here’s the second PR for u-boot-rockchip for v2017.09.

Cheers,
Philipp.


The following changes since commit f19955a01482d118eac0fdaf530ec6e5b08cf414:

  Merge git://git.denx.de/u-boot-uniphier (2017-07-26 11:29:25 -0400)

are available in the git repository at:

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

for you to fetch changes up to 26722335253a9fa384ceb423419254cb00d0def1:

  rockchip: puma-rk3399: remove duplicate code (merge artifact) (2017-07-27 14:59:04 +0200)

----------------------------------------------------------------
Andy Yan (10):
      spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
      mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
      powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
      microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot
      sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation
      rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 based board
      rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036
      rockchip: enable SPL_LIBGENERIC for rk3036 based boards
      rockchip: use puts instead of printf when back to bootrom
      rockchip: add u-boot specific dts for rk3036 sdk

Kever Yang (7):
      rockchip: dts: firefly using ddr3 1600
      rockchip: dts: correct vdd_log setting for firefly-rk3399
      power: pwm_regulator: fix the pwm_set_config parameter order
      power: pwm_regulator: remove redundant code
      rockchip: pwm: add mask for config setting
      rockchip: use UUID for root partitions
      rockchip: puma-rk3399: remove duplicate code (merge artifact)

Leo Wen (3):
      rockchip: firefly: Add some macros to enable the usb keyboard
      rockchip: firefly: Set the environment variable 'usbkbd' to the stdin
      rockchip: firefly: Add "usb start" to auto-start USB device

Meng Dongyang (1):
      rockchip: dts: rk3229: add dwc2 node for fastboot

Philipp Tomsich (9):
      rockchip: timer: make register sizes explicit
      rockchip: efuse: dm: change to use dev_read_addr
      rockchip: spl: make boot0 hook TPL safe
      rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for auto-alloc
      rockchip: clk: rk3368: remove unused fields from rk3368_clk_priv
      rockchip: clk: rk3399: remove unused fields from priv-structures
      rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
      rockchip: dts: rk3399-puma: put EFI partition entries at 2MB
      rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via Kconfig

Romain Perier (3):
      rockchip: rk3288: Remove phy reset GPIO pull up
      rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMAC
      rockchip: rk3288: Add support for drive-strength in PINCTRL

Wadim Egorov (1):
      rockchip: phycore: Add ID page of M24C32-D EEPROM

 Kconfig                                           | 10 ++++++++++
 arch/arm/dts/rk3036-sdk-u-boot.dtsi               | 11 +++++++++++
 arch/arm/dts/rk3229-evb.dts                       |  4 ++++
 arch/arm/dts/rk322x.dtsi                          | 10 ++++++++++
 arch/arm/dts/rk3288-phycore-som.dtsi              |  8 ++++++++
 arch/arm/dts/rk3399-firefly.dts                   |  5 +++--
 arch/arm/dts/rk3399-puma.dtsi                     |  4 +++-
 arch/arm/include/asm/arch-rockchip/boot0.h        | 13 ++++++++++++-
 arch/arm/include/asm/arch-rockchip/cru_rk3368.h   |  2 --
 arch/arm/include/asm/arch-rockchip/cru_rk3399.h   |  2 --
 arch/arm/include/asm/arch-rockchip/pwm.h          |  2 ++
 arch/arm/include/asm/arch-rockchip/timer.h        | 12 ++++++------
 arch/arm/mach-rockchip/Kconfig                    |  2 ++
 arch/arm/mach-rockchip/bootrom.c                  |  4 ++--
 arch/arm/mach-rockchip/rk3036-board-spl.c         |  6 ------
 arch/arm/mach-rockchip/rk_timer.c                 |  2 +-
 arch/microblaze/cpu/start.S                       |  8 ++++----
 arch/mips/cpu/start.S                             |  6 +++---
 arch/powerpc/cpu/mpc83xx/start.S                  |  8 ++++----
 arch/powerpc/cpu/mpc85xx/start.S                  | 11 +++++------
 arch/sandbox/cpu/start.c                          |  2 +-
 board/theobroma-systems/puma_rk3399/puma-rk3399.c | 20 +++++++-------------
 cmd/bdinfo.c                                      |  4 ++--
 common/Makefile                                   |  4 +++-
 common/board_f.c                                  |  4 ++--
 common/board_r.c                                  |  2 +-
 common/dlmalloc.c                                 | 12 ++++++------
 common/init/board_init.c                          |  8 ++++----
 common/spl/spl.c                                  |  8 ++++----
 configs/evb-rk3036_defconfig                      |  7 ++++++-
 configs/firefly-rk3288_defconfig                  |  4 ++++
 configs/kylin-rk3036_defconfig                    |  7 ++++++-
 drivers/clk/rockchip/clk_rk3368.c                 |  2 +-
 drivers/core/Kconfig                              |  8 ++++----
 drivers/misc/rockchip-efuse.c                     |  2 +-
 drivers/pinctrl/rockchip/pinctrl_rk3288.c         | 18 ++++++++++++++----
 drivers/power/regulator/pwm_regulator.c           | 10 ++--------
 drivers/pwm/rk_pwm.c                              |  1 +
 drivers/serial/serial-uclass.c                    |  4 ++--
 include/asm-generic/global_data.h                 |  2 +-
 include/configs/firefly-rk3288.h                  |  5 +++--
 include/configs/rk3399_common.h                   |  2 --
 include/configs/rockchip-common.h                 |  8 +++++++-
 lib/asm-offsets.c                                 |  2 +-
 lib/efi/efi_app.c                                 |  2 +-
 45 files changed, 174 insertions(+), 104 deletions(-)
 create mode 100644 arch/arm/dts/rk3036-sdk-u-boot.dtsi



More information about the U-Boot mailing list