[U-Boot] Pull request: u-boot-rockchip-20191124

Kever Yang kever.yang at rock-chips.com
Sun Nov 24 00:31:44 UTC 2019


Hi Tom,

Please pull the rockchip update:
- Clean vid/pid in Kconfig and add fastboot for rk3399
- add 'u-boot, spl-fifo-mode' for mmc
- Use FIT generator for rk3229 optee and rk3368 ATF
- fan53555: add support for Silergy SYR82X and SYR83X

Fix the u8 type comparision with '-1'.

Travis:
https://travis-ci.org/keveryang/u-boot/builds/616004990

Thanks,
- Kever

The following changes since commit d4a31e8ee5592072d8d5208b3e950cba2d89b6bd:

  Prepare v2020.01-rc3 (2019-11-18 21:31:49 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20191124

for you to fetch changes up to 8019d32c4701b95410113541deb7f28d5c2b02a5:

  rockchip: px30: enable spl-fifo-mode for both emmc and sdmmc on evb (2019-11-23 23:41:44 +0800)

----------------------------------------------------------------
Heiko Stuebner (2):
      rockchip: dwmmc: add handling for u-boot, spl-fifo-mode
      rockchip: px30: enable spl-fifo-mode for both emmc and sdmmc on evb

Jagan Teki (10):
      gadget: Select USB_GADGET_MANUFACTURER for rockchip
      gadget: Select USB_GADGET_VENDOR_NUM for rockchip
      gadget: rockchip: USB_GADGET_PRODUCT_NUM
      gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM
      fastboot: rockchip: Select FASTBOOT_FLASH[_MMC_DEV]
      fastboot: rockchip: Fix rk3328 default mmc device
      usb: dwc3: Add phy interface for dwc3_uboot
      gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
      rockchip: Setup dwc3_device (for non-dm gadgets)
      rock960: Enable USB Gadget

Kever Yang (3):
      rockchip: Convert to use FIT generator for optee
      rockchip: lion-rk3368: Migrate to use common FIT generator
      Kconfig: Enable building of u-boot.itb on Rockchip platform

Vasily Khoruzhick (3):
      power: fan53555: add support for Silergy SYR82X and SYR83X
      rockchip: i2c: don't sent stop bit after each message
      power: fan53555: fix fan53555_regulator_set_value

 Kconfig                                            |  2 +-
 arch/arm/dts/px30-evb-u-boot.dtsi                  |  7 +-
 arch/arm/mach-rockchip/board.c                     | 32 ++++++++-
 arch/arm/mach-rockchip/fit_spl_optee.its           | 50 --------------
 arch/arm/mach-rockchip/fit_spl_optee.sh            | 78 ++++++++++++++++++++++
 .../theobroma-systems/lion_rk3368/fit_spl_atf.its  | 52 ---------------
 configs/elgin-rv1108_defconfig                     |  2 -
 configs/evb-rk3036_defconfig                       |  5 --
 configs/evb-rk3128_defconfig                       |  2 -
 configs/evb-rk3229_defconfig                       |  7 +-
 configs/evb-rk3288_defconfig                       |  5 --
 configs/evb-rk3328_defconfig                       |  5 --
 configs/evb-rv1108_defconfig                       |  2 -
 configs/firefly-rk3288_defconfig                   |  5 --
 configs/kylin-rk3036_defconfig                     |  5 --
 configs/lion-rk3368_defconfig                      |  1 -
 configs/miqi-rk3288_defconfig                      |  5 --
 configs/phycore-rk3288_defconfig                   |  5 --
 configs/popmetal-rk3288_defconfig                  |  5 --
 configs/rock2_defconfig                            |  2 -
 configs/rock64-rk3328_defconfig                    |  5 --
 configs/rock960-rk3399_defconfig                   |  2 +
 configs/tinker-rk3288_defconfig                    |  5 --
 configs/tinker-s-rk3288_defconfig                  |  5 --
 configs/vyasa-rk3288_defconfig                     |  3 -
 drivers/fastboot/Kconfig                           |  3 +-
 drivers/i2c/rk_i2c.c                               |  5 +-
 drivers/mmc/rockchip_dw_mmc.c                      |  5 ++
 drivers/power/pmic/fan53555.c                      |  7 +-
 drivers/power/regulator/fan53555.c                 | 47 +++++++++----
 drivers/usb/dwc3/core.c                            | 27 ++++++++
 drivers/usb/dwc3/core.h                            | 12 ++++
 drivers/usb/gadget/Kconfig                         |  7 ++
 include/dwc3-uboot.h                               |  2 +
 include/linux/usb/phy.h                            | 19 ++++++
 include/power/fan53555.h                           | 14 ++++
 36 files changed, 247 insertions(+), 198 deletions(-)
 delete mode 100644 arch/arm/mach-rockchip/fit_spl_optee.its
 create mode 100755 arch/arm/mach-rockchip/fit_spl_optee.sh
 delete mode 100644 board/theobroma-systems/lion_rk3368/fit_spl_atf.its
 create mode 100644 include/linux/usb/phy.h
 create mode 100644 include/power/fan53555.h




More information about the U-Boot mailing list