[U-Boot] Please pull u-boot-rockchip
Simon Glass
sjg at chromium.org
Fri Jan 13 03:18:57 CET 2017
Hi Tom,
This includes rockchip Ethernet support and various other minor fixes/changes.
The following changes since commit 4386feb73da7946fc79b55c4fa41c6dd66dcb2e2:
SPL: Adjust more debug prints for ulong entry_point (2017-01-11
10:45:48 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-rockchip.git
for you to fetch changes up to 35a05761a1aebc857e73bec7d9e72a7f84cd96ba:
rockchip: Drop Ethernet from the TODO (2017-01-11 20:24:19 -0700)
----------------------------------------------------------------
Jacob Chen (2):
rockchip: configs: correct env offset when enable
CONFIG_ROCKCHIP_SPL_BACK_TO_BROM
rockchip: configs: make rk3036 env config same as rk3288
Kever Yang (6):
rockchip: board: popmetal: de-assert the host rst pin in board init
rockchip: config: popmetal: enable the USB host controller and function
rockchip: dts: popmetal: add usb host power supply node
mmc: rockchip_sdhci: add clock init for mmc
dts: arm64: rk3399: add max-frequency for sdhci
arm64: rk3399: update rockchip_get_cru API
Martin Michlmayr (1):
rockchip: Fix veyron-minnie's Kconfig description
Nickey Yang Nickey Yang (2):
rockchip: rk3288: set isp/vop qos priority level
rockchip: video: fix mpixelclock in rockchip HDMI
Romain Perier (2):
Enable DISTRO_DEFAULTS for Rockchip platforms
rockchip: Enable ETH address randomization for the rock2
Simon Glass (4):
net: designware: Adjust dw_adjust_link() to return an error
net: designware: Split the link init into a separate function
net: designware: Export the operation functions
rockchip: evb-rk3339: Enable DHCP
Sjoerd Simons (5):
net: designware: Export various functions/struct to allow subclassing
net: gmac_rockchip: Add Rockchip GMAC driver
rockchip: Enable networking support on rock2 and firefly
rockchip: Add PXE and DHCP to the default boot targets
rockchip: Drop Ethernet from the TODO
Kconfig | 1 +
arch/arm/dts/rk3288-popmetal.dtsi | 23 ++++++++++++
arch/arm/dts/rk3399.dtsi | 1 +
arch/arm/include/asm/arch-rockchip/qos_rk3288.h | 20 ++++++++++
arch/arm/mach-rockchip/rk3288-board.c | 20 ++++++++++
arch/arm/mach-rockchip/rk3288/Kconfig | 2 +-
arch/arm/mach-rockchip/rk3399/clk_rk3399.c | 6 +--
board/chipspark/popmetal_rk3288/popmetal-rk3288.c | 17 +++++++++
configs/evb-rk3399_defconfig | 3 ++
configs/firefly-rk3288_defconfig | 4 ++
configs/popmetal-rk3288_defconfig | 3 ++
configs/rock2_defconfig | 5 +++
doc/README.rockchip | 1 -
drivers/mmc/rockchip_sdhci.c | 19 +++++++++-
drivers/net/Kconfig | 7 ++++
drivers/net/Makefile | 1 +
drivers/net/designware.c | 57
++++++++++++++++++++--------
drivers/net/designware.h | 13 +++++++
drivers/net/gmac_rockchip.c | 154
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/video/rockchip/rk_hdmi.c | 20 +++++-----
include/configs/evb_rk3288.h | 9 +++++
include/configs/fennec_rk3288.h | 9 +++++
include/configs/kylin_rk3036.h | 17 +++++++--
include/configs/miniarm_rk3288.h | 9 +++++
include/configs/popmetal_rk3288.h | 9 +++++
include/configs/rk3288_common.h | 7 ++++
include/configs/rockchip-common.h | 4 +-
27 files changed, 404 insertions(+), 37 deletions(-)
create mode 100644 arch/arm/include/asm/arch-rockchip/qos_rk3288.h
create mode 100644 drivers/net/gmac_rockchip.c
Regards,
Simon
More information about the U-Boot
mailing list