The g_dnl USB settings for the vendor ID, product ID and manufacturer are
actually common settings that can and should be shared by all the gadgets.
Make them common by renaming them, and convert all the users.
Conflicts:
configs/cgtqmx6eval_defconfig
configs/dms-ba16-1g_defconfig
configs/evb-rk3036_defconfig
configs/evb-rk3229_defconfig
configs/evb-rv1108_defconfig
configs/fennec-rk3288_defconfig
configs/stih410-b2260_defconfig
Change-Id: Ib855d37af9f539ef794a2519c75c027e67bd091c
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
(cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)
Remove the config about SDRAM_COMMON_CAP_DETECT,SDRAM_COMMON_OSREG,
SDRAM_COMMON_MSCH_RK3399 and SDRAM_COMMON_MSCH_PX30.
Change-Id: I17f2bdae585454a1d869ae9d967843d1d169381f
Signed-off-by: YouMin Chen <cym@rock-chips.com>
The CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION force to use the security
partition. But in routine situation, scan the storage device to find
whether RPMB exist. If not, then use the security partition. So in
conventional defconfig, delete CONFIG_OPTEE_ALWAYS_USE_SECURITY_PARTITION.
fixes: b9a7e756c4
(lib: optee_client: change the condition for eMMC devices)
Change-Id: Ibad49030f76a69c5f32c5deac963f49c96c9670b
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Since the clock-names will be used by mmc module, so remove it from
CONFIG_OF_SPL_REMOVE_PROPS.
Change-Id: Ie42897b6b9eadfea86724ea1e25a6d47b57113af
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Because px30 sram size is small, so need define CONFIG_TPL_TINY_FRAMEWORK
to reduce TPL size when build TPL firmware.
Change-Id: I5c190946314725e325e14599707a2be5b2e4ec22
Signed-off-by: YouMin Chen <cym@rock-chips.com>
The new SoC is not going to support legacy partition type.
Change-Id: If606de1f55d84f3d57b5c7eceddcf64c5c2526e5
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Enable ECHI & OHCI host support for Rockchip evb-px30 SoC.
Change-Id: I156ca98b569ccf0181433661ed0f79b0b40ecdab
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Enable usb-phy support for Rockchip evb-px30 SoC.
Change-Id: Id4b3c56e23f6f6fb4f09ede7680db333c0a3a510
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Enable CONFIG_OF_LIVE for px30.
Remove ENV_IS_IN_EMMC for we use ENV_IS_NOWHERE.
Change-Id: I98d0372433e42e56b3c303d0a4b18c81f4103c37
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit adds rockusb and fastboot support for evb-px30 board.
Change-Id: I0ce468a829a506f74123427c5ac3d0fe9162bcae
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
PX30 is a rockchip evb for px30, including all harware interface
from px30.
Change-Id: I5bac5a7ebf23b5c51b3a01f51fe0404db0a1b5fc
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>