All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-rockchip-20190823
@ 2019-08-24  0:27 Kever Yang
  2019-08-24 16:43 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Kever Yang @ 2019-08-24  0:27 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull the rockchip update:
- remove rk3288 fennec board
- remove SPL raw image support for Rockchip SoCs
- add common misc_init_r() for ethaddr from cpuid
- enable USB HOST support for rk3328
- unify code for finding a valid gpt in part driver

Gitlab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/506

Thanks,
- Kever

The following changes since commit c399dca83434290ac502207f2d6db13c59d89267:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2019-08-22 07:29:54 -0400)

are available in the Git repository at:

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

for you to fetch changes up to cbd298b6ee78f3a1187798a30ecdca339df8c65d:

  evb_rk3399: revert CONFIG_SYS_MMC_ENV_DEV to 0 (2019-08-23 18:15:31 +0800)

----------------------------------------------------------------
Kever Yang (10):
      ram: rk3399: update cap and ddrconfig for each channel after init
      rockchip: clk: rk3328: add clk_enable ops for HCLK_HOST0
      rockchip: dts: rk3328-rock64: enable usb3 xhci controller
      rockchip: rk3328: migrate u-boot node to -u-boot.dtsi
      rockchip: dts: rk3328-rock64: fix usb power supply
      rockchip: Move config SYS_MALLOC_LEN to Kconfig
      rockchip: rk3328: defconfig: remove SPL raw image support
      rockchip: rk3368: defconfig: remove SPL raw image support
      rockchip: rk3399: defconfig: remove SPL raw image support
      rockchip: rk3288: remove fennec board support

Max Kellermann (1):
      evb_rk3399: revert CONFIG_SYS_MMC_ENV_DEV to 0

Rohan Garg (3):
      rockchip: rk3399: derive ethaddr from cpuid
      rockchip: rk3399: Enable CONFIG_MISC_INIT_R for the Rock PI 4
      board: puma: Use rockchip_* helpers to setup cpuid and macaddr

Urja Rannikko (2):
      disk: efi: unify code for finding a valid gpt
      disk: efi: ignore 'IGNOREME' GPT header found on cros eMMCs

 Kconfig                                           |   3 +-
 arch/arm/dts/Makefile                             |   1 -
 arch/arm/dts/rk3288-fennec-u-boot.dtsi            |  54 ---
 arch/arm/dts/rk3288-fennec.dts                    |  31 --
 arch/arm/dts/rk3288-fennec.dtsi                   | 421 ----------------------
 arch/arm/dts/rk3328-evb-u-boot.dtsi               |  31 +-
 arch/arm/dts/rk3328-evb.dts                       |   5 -
 arch/arm/dts/rk3328-rock64-u-boot.dtsi            |  33 +-
 arch/arm/dts/rk3328-rock64.dts                    |  23 +-
 arch/arm/dts/rk3328-u-boot.dtsi                   |  58 +++
 arch/arm/dts/rk3328.dtsi                          |  24 --
 arch/arm/include/asm/arch-rockchip/misc.h         |  13 +
 arch/arm/mach-rockchip/Makefile                   |   4 +
 arch/arm/mach-rockchip/board.c                    |  23 ++
 arch/arm/mach-rockchip/misc.c                     | 114 ++++++
 arch/arm/mach-rockchip/rk3288/Kconfig             |   2 -
 board/rockchip/fennec_rk3288/Kconfig              |  15 -
 board/rockchip/fennec_rk3288/MAINTAINERS          |   6 -
 board/rockchip/fennec_rk3288/Makefile             |   7 -
 board/rockchip/fennec_rk3288/fennec-rk3288.c      |   5 -
 board/theobroma-systems/puma_rk3399/puma-rk3399.c | 108 +-----
 configs/chromebook_bob_defconfig                  |   1 +
 configs/evb-px5_defconfig                         |   1 +
 configs/evb-rk3328_defconfig                      |   1 +
 configs/evb-rk3399_defconfig                      |   1 +
 configs/fennec-rk3288_defconfig                   |  84 -----
 configs/ficus-rk3399_defconfig                    |   1 +
 configs/firefly-rk3399_defconfig                  |   1 +
 configs/khadas-edge-captain-rk3399_defconfig      |   1 +
 configs/khadas-edge-rk3399_defconfig              |   1 +
 configs/khadas-edge-v-rk3399_defconfig            |   1 +
 configs/nanopc-t4-rk3399_defconfig                |   1 +
 configs/nanopi-m4-rk3399_defconfig                |   1 +
 configs/nanopi-neo4-rk3399_defconfig              |   1 +
 configs/orangepi-rk3399_defconfig                 |   1 +
 configs/roc-rk3399-pc_defconfig                   |   1 +
 configs/rock-pi-4-rk3399_defconfig                |   2 +
 configs/rock64-rk3328_defconfig                   |   1 +
 configs/rock960-rk3399_defconfig                  |   1 +
 configs/rockpro64-rk3399_defconfig                |   1 +
 disk/part_efi.c                                   |  89 +++--
 doc/README.rockchip                               |   3 +-
 drivers/clk/rockchip/clk_rk3328.c                 |  12 +
 drivers/ram/rockchip/sdram_rk3399.c               | 159 ++++----
 include/configs/evb_rk3399.h                      |   2 +-
 include/configs/fennec_rk3288.h                   |  14 -
 include/configs/rk3036_common.h                   |   1 -
 include/configs/rk3128_common.h                   |   1 -
 include/configs/rk3188_common.h                   |   1 -
 include/configs/rk322x_common.h                   |   1 -
 include/configs/rk3288_common.h                   |   1 -
 include/configs/rk3328_common.h                   |   1 -
 include/configs/rk3368_common.h                   |   1 -
 include/configs/rk3399_common.h                   |   1 -
 include/configs/rv1108_common.h                   |   1 -
 include/part_efi.h                                |   2 +
 56 files changed, 409 insertions(+), 965 deletions(-)
 delete mode 100644 arch/arm/dts/rk3288-fennec-u-boot.dtsi
 delete mode 100644 arch/arm/dts/rk3288-fennec.dts
 delete mode 100644 arch/arm/dts/rk3288-fennec.dtsi
 create mode 100644 arch/arm/dts/rk3328-u-boot.dtsi
 create mode 100644 arch/arm/include/asm/arch-rockchip/misc.h
 create mode 100644 arch/arm/mach-rockchip/misc.c
 delete mode 100644 board/rockchip/fennec_rk3288/Kconfig
 delete mode 100644 board/rockchip/fennec_rk3288/MAINTAINERS
 delete mode 100644 board/rockchip/fennec_rk3288/Makefile
 delete mode 100644 board/rockchip/fennec_rk3288/fennec-rk3288.c
 delete mode 100644 configs/fennec-rk3288_defconfig
 delete mode 100644 include/configs/fennec_rk3288.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot] Pull request: u-boot-rockchip-20190823
  2019-08-24  0:27 [U-Boot] Pull request: u-boot-rockchip-20190823 Kever Yang
@ 2019-08-24 16:43 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-08-24 16:43 UTC (permalink / raw)
  To: u-boot

On Sat, Aug 24, 2019 at 08:27:30AM +0800, Kever Yang wrote:

> Hi Tom,
> 
> Please pull the rockchip update:
> - remove rk3288 fennec board
> - remove SPL raw image support for Rockchip SoCs
> - add common misc_init_r() for ethaddr from cpuid
> - enable USB HOST support for rk3328
> - unify code for finding a valid gpt in part driver
> 
> Gitlab CI:
> https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip/pipelines/506
> 
> Thanks,
> - Kever
> 
> The following changes since commit c399dca83434290ac502207f2d6db13c59d89267:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2019-08-22 07:29:54 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git tags/u-boot-rockchip-20190823
> 
> for you to fetch changes up to cbd298b6ee78f3a1187798a30ecdca339df8c65d:
> 
>   evb_rk3399: revert CONFIG_SYS_MMC_ENV_DEV to 0 (2019-08-23 18:15:31 +0800)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190824/5162398d/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-24 16:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-24  0:27 [U-Boot] Pull request: u-boot-rockchip-20190823 Kever Yang
2019-08-24 16:43 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.