| #
25f7c6d4 |
| 27-Apr-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rockchip: add image and build configure
They are coming from make.sh
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I45ddc82241a9b0cad2633dc888566cbb407bd0b8
|
| #
1a7e8142 |
| 27-Apr-2021 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rockchip: sync files
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8fbe3392fe792d3636fe6c23b57651f3aafc02ec
|
| #
1a4f6af8 |
| 02-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
473221da |
| 07-Sep-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: usb: gadget: Make g_dnl USB settings common
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 gadg
UPSTREAM: usb: gadget: Make g_dnl USB settings common
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)
show more ...
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
a05d6684 |
| 13-Nov-2019 |
Andy Yan <andy.yan@rock-chips.com> |
rockchip: rv1108: reduce u-boot.bin size below 512KB
According to rkcommon.h, when back to bootrom from ddr initializing, the next payload size is defined RK_MAX_BOOT_SIZE, which is 512KB.
So we di
rockchip: rv1108: reduce u-boot.bin size below 512KB
According to rkcommon.h, when back to bootrom from ddr initializing, the next payload size is defined RK_MAX_BOOT_SIZE, which is 512KB.
So we disable some cmd module here.
Current u-boot-dtb.bin is 508KB.
Change-Id: I1ff97907c19fd33f428627a6de66ec790514599a Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
show more ...
|
| #
e5f39383 |
| 06-Mar-2019 |
Zhihuan He <huan.he@rock-chips.com> |
driver: ram: rv1108: use common code to setup ddr parameter
use rockchip_setup_ddr_param to setup ddr parameter. The dram_init() and dram_init_banksize() make use of sdram common code.
Change-Id: I
driver: ram: rv1108: use common code to setup ddr parameter
use rockchip_setup_ddr_param to setup ddr parameter. The dram_init() and dram_init_banksize() make use of sdram common code.
Change-Id: Icfc6cbef9fcc128e3a835184b46b89b9b22aab16 Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
show more ...
|
| #
4cd861d0 |
| 06-Mar-2019 |
Zhihuan He <huan.he@rock-chips.com> |
arm64: dts: rockchip: rv1108: add u-boot,dm-pre-reloc
The uart, dmc and grf device add "u-boot,dm-pre-reloc". Before relocated, u-boot will analyse dram capacity which is need the device of "u-boot,
arm64: dts: rockchip: rv1108: add u-boot,dm-pre-reloc
The uart, dmc and grf device add "u-boot,dm-pre-reloc". Before relocated, u-boot will analyse dram capacity which is need the device of "u-boot,dm-pre-reloc" attribute.
Change-Id: I1d18b564b0c521b176a2293a03403139034ccc0b Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
show more ...
|
| #
2fea0d71 |
| 28-Feb-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rv1108: change the CONFIG_FASTBOOT_BUF_SIZE value
Change the CONFIG_FASTBOOT_BUF_SIZE value to 0x4000000.
Change-Id: Ia591a0daba78330b9c407f6eb473751135fd8cdf Signed-off-by: Jason Zhu <jas
configs: rv1108: change the CONFIG_FASTBOOT_BUF_SIZE value
Change the CONFIG_FASTBOOT_BUF_SIZE value to 0x4000000.
Change-Id: Ia591a0daba78330b9c407f6eb473751135fd8cdf Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
3ebdbc6a |
| 29-Jan-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: config: evb-rv1108: enable mmc and aosp image
Change-Id: I464460f1386acfecadc7a116f11ef3b3bb66d3cb Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
491dd334 |
| 28-Aug-2018 |
Zhihuan He <huan.he@rock-chips.com> |
rockchip: rv1108: tpl: Add RV1108 TPL_TINY_FRAMEWORK support
We can init ddr in tiny tpl because of SRAM size limit.
Change-Id: I2d914b7dc9c01399b418539f1b564f9cbbe1be5b Signed-off-by: Zhihuan He <
rockchip: rv1108: tpl: Add RV1108 TPL_TINY_FRAMEWORK support
We can init ddr in tiny tpl because of SRAM size limit.
Change-Id: I2d914b7dc9c01399b418539f1b564f9cbbe1be5b Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
show more ...
|
| #
5b580fb9 |
| 27-Jul-2018 |
Zhihuan He <huan.he@rock-chips.com> |
rockchip: rv1108: spl: disable SPL_LIBCOMMON/GENERIC configs
remove CONFIG_SPL_LIBCOMMON_SUPPORT and CONFIG_SPL_LIBGENERIC_SUPPORT defconfig for reducing spl size.
Change-Id: Ie7b1905c44976f8a62e24
rockchip: rv1108: spl: disable SPL_LIBCOMMON/GENERIC configs
remove CONFIG_SPL_LIBCOMMON_SUPPORT and CONFIG_SPL_LIBGENERIC_SUPPORT defconfig for reducing spl size.
Change-Id: Ie7b1905c44976f8a62e2462acd455a6ec6bb8be7 Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
show more ...
|
| #
3cf7b58c |
| 09-Jun-2018 |
Nickey Yang <nickey.yang@rock-chips.com> |
defconfig: rv1108: enable drm display drivers
Change-Id: Id01979462e9ea0cf8329e3afbcdf83c16ca4c1fc Signed-off-by: Sandy Huang <hjc@rock-chips.com> Signed-off-by: Nickey Yang <nickey.yang@rock-chips.
defconfig: rv1108: enable drm display drivers
Change-Id: Id01979462e9ea0cf8329e3afbcdf83c16ca4c1fc Signed-off-by: Sandy Huang <hjc@rock-chips.com> Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
show more ...
|
| #
d5d88d94 |
| 29-May-2018 |
Andy Yan <andy.yan@rock-chips.com> |
rockchip: rv1108: use RKIMG_BOOTCOMMAND
Boot system by bootrkp or boot_android
Change-Id: Ieea7aa778ae14a08f7c40c48a88822058a2985f5 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
|
| #
9c629953 |
| 06-Jun-2018 |
Elaine Zhang <zhangqing@rock-chips.com> |
defconfig: rockchip: rv1108: enable PMIC and regulator by default
Change-Id: I8c144c507efa9bf3608d70554ab0866faa309e99 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
|
| #
52f7b21d |
| 01-Feb-2018 |
Zhihuan He <huan.he@rock-chips.com> |
rockchip: Add RV1108 SPL support
add rv1108 spl support so we can load u-boot from SPL
Change-Id: I9d36cd590a22d26a46dd84bc3ee0c761048f7b01 Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
|
| #
342662e9 |
| 31-Jan-2018 |
David Wu <david.wu@rock-chips.com> |
defconfig: rockchip: Clean the unused pinctrl config
If we used the pinctrl-rockchip driver, these config is not needed, so remove them.
Change-Id: I606b706dd7d45a947a9aeb32c0ca61d44cef0651 Signed-
defconfig: rockchip: Clean the unused pinctrl config
If we used the pinctrl-rockchip driver, these config is not needed, so remove them.
Change-Id: I606b706dd7d45a947a9aeb32c0ca61d44cef0651 Signed-off-by: David Wu <david.wu@rock-chips.com>
show more ...
|
| #
14464b32 |
| 24-Aug-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to Kconfig
CONFIG_RANDOM_UUID is used by the GPT command to generate random UUID when none are provided.
Move that option to Kconfig.
Reviewed-by: Tom Rini <
UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to Kconfig
CONFIG_RANDOM_UUID is used by the GPT command to generate random UUID when none are provided.
Move that option to Kconfig.
Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Change-Id: Ie4c840fb583d1e5c95170e452ccbb04034926119 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 47738acceda5bae52b7c33ce912da6b52244c033)
show more ...
|
| #
b4e77670 |
| 06-Dec-2017 |
Andy Yan <andy.yan@rock-chips.com> |
rockchip: evb_rv1108: enable ROCKCHIP_SFC
This enable Rockchip Serial Flash controller for SPI Nor divices.
Change-Id: I5ee3a0697336be04b5619e4592a2c49de7099cf9 Signed-off-by: Andy Yan <andy.yan@ro
rockchip: evb_rv1108: enable ROCKCHIP_SFC
This enable Rockchip Serial Flash controller for SPI Nor divices.
Change-Id: I5ee3a0697336be04b5619e4592a2c49de7099cf9 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
show more ...
|
| #
cc14d084 |
| 02-Nov-2017 |
Elaine Zhang <zhangqing@rock-chips.com> |
rockchip: configs: enable DM_RESET config by default
Change-Id: Iff8e5ff45a1acc6255ca1ca41892c837891a9ac0 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Kever Yang <kever.yang
rockchip: configs: enable DM_RESET config by default
Change-Id: Iff8e5ff45a1acc6255ca1ca41892c837891a9ac0 Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
b125c711 |
| 25-Sep-2017 |
Wu Liang feng <wulf@rock-chips.com> |
configs: rv1108: enable usb2 phy driver
Add defconfig to enable generic PHY framework and USB 2.0 PHY driver which used for DWC2, EHCI and OHCI usb controllers.
Change-Id: Ib238269faa5046b8853590d6
configs: rv1108: enable usb2 phy driver
Add defconfig to enable generic PHY framework and USB 2.0 PHY driver which used for DWC2, EHCI and OHCI usb controllers.
Change-Id: Ib238269faa5046b8853590d6de3ade3ca38e6882 Signed-off-by: Wu Liang feng <wulf@rock-chips.com>
show more ...
|
| #
31d551b6 |
| 09-Aug-2017 |
William Wu <william.wu@rock-chips.com> |
configs: rockchip: add USB configs for evb-rv1108 board
This patch adds USB configs to support the USB OTG port(consist of DWC2 controller) and the USB Host port(consist of EHCI and OHCI controllers
configs: rockchip: add USB configs for evb-rv1108 board
This patch adds USB configs to support the USB OTG port(consist of DWC2 controller) and the USB Host port(consist of EHCI and OHCI controllers) on evb-rv1108 board, and also support fastboot over USB and USB mass storage.
Change-Id: I80b1ff133a3e16ca0e8202fe737c93d18b6e5b08 Signed-off-by: William Wu <william.wu@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| #
ecad7051 |
| 25-Aug-2017 |
Tom Rini <trini@konsulko.com> |
configs: Migrate all of the existing USB symbols, except fastboot
This syncs all of the currently Kconfig'd symbols out of the headers and into the defconfig files. This has two exceptions, first a
configs: Migrate all of the existing USB symbols, except fastboot
This syncs all of the currently Kconfig'd symbols out of the headers and into the defconfig files. This has two exceptions, first am335x_evm needs to be converted to DM in SPL and then it can stop undef'ing CONFIG_DM_USB. Leaving this as-is results in a build failure, and without work, run time failure. The other case is am43xx_evm.h and in turn am43xx_evm_usbhost_boot. The problem here is that we need DWC3 USB host mode in SPL, but still desire to have gadget mode in U-Boot proper.
Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
5dc4dfd2 |
| 28-Aug-2017 |
Tom Rini <trini@konsulko.com> |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
|
| #
2be29653 |
| 24-Jul-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_MMC CONFIG_ENV_IS_IN_NAND CONFIG_ENV_IS_IN_UBI CONFIG_ENV_IS_NOWHERE
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_MMC CONFIG_ENV_IS_IN_NAND CONFIG_ENV_IS_IN_UBI CONFIG_ENV_IS_NOWHERE
In fact this already exists for sunxi as a 'choice' config. However not all the choices are available in Kconfig yet so we cannot use that. It would lead to more than one option being set.
In addition, one purpose of this series is to allow the environment to be stored in more than one place. So the existing choice is converted to a normal config allowing each option to be set independently.
There are not many opportunities for Kconfig updates to reduce the size of this patch. This was tested with
./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMC
And then manual updates. This is because for CHAIN_OF_TRUST boards they can only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logic now.
Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|