| #
bf9f5366 |
| 07-Apr-2025 |
Damon Ding <damon.ding@rock-chips.com> |
UPSTREAM: rockchip: evb_rk3288: Add console settings
Add console settings like stdin, stdout and stderr as usbkbd and vidconsole respectively for evb-rk3288 targets.
This would certainly help to de
UPSTREAM: rockchip: evb_rk3288: Add console settings
Add console settings like stdin, stdout and stderr as usbkbd and vidconsole respectively for evb-rk3288 targets.
This would certainly help to detect the attached video devices (like HDMI) and print the console messages on display.
Change-Id: I808d4388eab1353d91d7e72d8bbd2eb6f5cfa2bb Signed-off-by: Suniel Mahesh <sunil@amarulasolutions.com> Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Signed-off-by: Damon Ding <damon.ding@rock-chips.com> (cherry picked from commit c997d1c87b20217273879239cbd644064a461689)
show more ...
|
| #
c125f782 |
| 12-Jul-2018 |
Nickey Yang <nickey.yang@rock-chips.com> |
configs: rockchip: enable edp display for evb-rk3288
Change-Id: I57bf828e287b7a1cd64fa87472ca46171c8046fd Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
|
| #
33cde59d |
| 16-Apr-2018 |
Nickey Yang <nickey.yang@rock-chips.com> |
rockchip/rk3288: modify CONFIG_BOOTCOMMAND
Support boot with resource.img kernel.img.
Change-Id: Ifbf4180322bde0c55f312e05c0eaebaed71406e5 Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
|
| #
a4cb2757 |
| 11-Apr-2018 |
Nickey Yang <nickey.yang@rock-chips.com> |
rockchip/rk3288: prevent to build error with SPL
As rk3288 enables the CONFIG_BOOTCOMMAN that will cause the build error with SPL enabled.
Change-Id: I3e66333ff38ee04e57cba172fc4f90aa74cb36e6 Signe
rockchip/rk3288: prevent to build error with SPL
As rk3288 enables the CONFIG_BOOTCOMMAN that will cause the build error with SPL enabled.
Change-Id: I3e66333ff38ee04e57cba172fc4f90aa74cb36e6 Signed-off-by: Nickey Yang <nickey.yang@rock-chips.com>
show more ...
|
| #
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 ...
|
| #
4f66e09b |
| 09-May-2017 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <sbabic@denx.de>
|
| #
983b103f |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y on variou
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y on various SoCs] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
483a8014 |
| 15-Mar-2017 |
Jacob Chen <jacob2.chen@rock-chips.com> |
rockchip: configs: correct mmc env dev for rk3288 based boards
we are using mmc alias , so mmc index have been changed. now mmc dev 0 is emmc and mmc dev 1 is sdmmc.
Signed-off-by: Jacob Chen <jaco
rockchip: configs: correct mmc env dev for rk3288 based boards
we are using mmc alias , so mmc index have been changed. now mmc dev 0 is emmc and mmc dev 1 is sdmmc.
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
show more ...
|
| #
b16f6804 |
| 11-Feb-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
3d1bf166 |
| 17-Jan-2017 |
Jacob Chen <jacob2.chen@rock-chips.com> |
rockchip: configs: move env offset to common header
To reduce redundant code.
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
|
| #
70c1e047 |
| 13-Jan-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
e1e9703a |
| 18-Nov-2016 |
Jacob Chen <jacob2.chen@rock-chips.com> |
rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO_BROM
With CONFIG_ROCKCHIP_SPL_BACK_TO_BROM enabled, the environment is inside u-boot. So solve it by moving environment
rockchip: configs: correct env offset when enable CONFIG_ROCKCHIP_SPL_BACK_TO_BROM
With CONFIG_ROCKCHIP_SPL_BACK_TO_BROM enabled, the environment is inside u-boot. So solve it by moving environment after u-boot.
Signed-off-by: Jacob Chen <jacob2.chen@rock-chips.com>
show more ...
|
| #
b87ca80b |
| 18-Oct-2016 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@kons
Convert CONFIG_CONSOLE_SCROLL_LINES to Kconfig
This converts the following to Kconfig: CONFIG_CONSOLE_SCROLL_LINES
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
1fdf7c64 |
| 13-Sep-2016 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
26fb8db0 |
| 01-Aug-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
cba6bb1b |
| 26-Jul-2016 |
jk.kernel@gmail.com <jk.kernel@gmail.com> |
rockchip: rk3288: move evb board to rockchip folder
The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is the real vendor name.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Ac
rockchip: rk3288: move evb board to rockchip folder
The 'evb-rk3288' is not a vendor name, change it to 'rockchip' which is the real vendor name.
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|