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)
Make sure there is enough memory when more nodes are
enabled in u-boot.dtb.
Change-Id: Ieb204daa41c04035b86064962569b08152375124
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Relocate spl to a high address(48M + 4KB) to avoid
overlap wit ATF.
Change-Id: Iae767d7e5b18b24872d2a6975ef25b2146f05095
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
As rk3308 is a aarch64 based soc, we only let
it run spl on aarch64 excution state. But for
u-boot stage, it may run on aarch32 or aarch64
state.
Change-Id: I592375aef19a35f10555f7c5b991445cf02c4543
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
TPL do not need CONFIG_TPL_SYS_MALLOC_F_LEN to reserve early malloc area.
U-boot, u-boot-spl and u-boot-tpl do not want to print "<debug_uart>" in
debug_uart_init() function, so remove CONFIG_DEBUG_UART_ANNOUNCE.
Change-Id: I30527bef4958655538f8aa62c1ceb51f485fb245
Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
We want to generate the devices serail number from
linux kernel itself.
Change-Id: Idfc8461a703e314a626013a3ecb622069d2fd3db
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>