Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: 96rocks/u-boot

Tags

release-20171218

Toggle release-20171218's commit message
Revert "Revert "usb: rockchip: add the rockusb gadget""

This reverts commit 7a4b754.

release-20171107

Toggle release-20171107's commit message
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]>

release-20170705

Toggle release-20170705's commit message
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]>

release-20170518

Toggle release-20170518's commit message
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]>

release-20170417

Toggle release-20170417's commit message
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]>

release-20170222

Toggle release-20170222's commit message
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]>

release-20161011

Toggle release-20161011's commit message
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]>

RK3036_BOOTLOADER_V1

Toggle RK3036_BOOTLOADER_V1's commit message
kylin: set fastboot bootloader-version to RK3036_BOOTLOADER_V1