Tags: 96rocks/u-boot
Tags
Revert "Revert "usb: rockchip: add the rockusb gadget"" This reverts commit 7a4b754.
rockchip: rk3328: add spl board file support rk3328 spl is locate at dram, so do not have strict size limit, suppose to enable storage media controller driver, load ATF and U-Boot, then boot into ATF. Change-Id: I60d0e2b278dc09b04bd098f682c06bd5fb6cecf7 Signed-off-by: Kever Yang <[email protected]>
REBASE: rockchip: Add basic support for phyCORE-RK3288 SoM based carr… …ier board The phyCORE-RK3288 is a SoM (System on Module) containing a RK3288 SoC. The module can be connected to different carrier boards. It can be also equipped with different RAM, SPI flash and eMMC variants. The Rapid Development Kit option is using the following setup: - 1 GB DDR3 RAM (2 Banks) - 1x 4 KB EEPROM - DP83867 Gigabit Ethernet PHY - 16 MB SPI Flash - 4 GB eMMC Flash Add basic support for the PCM-947 carrier board, a RK3288 based development board made by PHYTEC. This board works in a combination with the phyCORE-RK3288 System on Module. Change-Id: I758874d235fdcb6c6cb02dda416aa1583f8fd989 Signed-off-by: Wadim Egorov <[email protected]> Reviewed-by: Simon Glass <[email protected]> Acked-by: Philipp Tomsich <[email protected]>
GITHUB: net: designware: Add phy supply support Some board need a regulator for gmac phy, so add this code to handle it. Series-cc: [email protected], [email protected], [email protected] Series-version: 2 Change-Id: Icf787e48d3519c0f7b03d772c776e118bc2c256f Signed-off-by: Jacob Chen <[email protected]>
net: gmac_rockchip: Add phy supply support Some board need a regulator for gmac phy, so add this code to handle it. Change-Id: Icf787e48d3519c0f7b03d772c776e118bc2c256f Signed-off-by: Jacob Chen <[email protected]>
rockchip: firefly: configs: remove config_spl_of_platdata We should remove config_spl_of_platdata to build u-boot-spl-dtb.bin rather than u-boot-spl-nodtb.bin since we use spl_back_to_brom. I miss it because i forget to clean build-dir.. Signed-off-by: Jacob Chen <[email protected]>
rk3288: kconfig: remove duplicate definition of SPL_MMC_SUPPORT SPL_MMC_SUPPORT defined in rockchip top level Kconfig instead of inside rk3288 and default to disable if ROCKCHIP_SPL_BACK_TO_BROM defined. Patch-cc: [email protected] Change-Id: I77fcb2dda8afdf89684fc57cdc6e485a5840314c Signed-off-by: Kever Yang <[email protected]>
kylin: set fastboot bootloader-version to RK3036_BOOTLOADER_V1