History log of /rk3399_rockchip-uboot/include/configs/evb_rk3328.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 39c032f2 07-Apr-2025 Damon Ding <damon.ding@rock-chips.com>

UPSTREAM: configs: evb-rk3328: Enable vidconsole for rk3328

Enable video console for Rockchip RK3328.

Change-Id: I9cebfad280efb06f2fb54f1bf245cf9e52b85905
Signed-off-by: Jagan Teki <jagan@amarulaso

UPSTREAM: configs: evb-rk3328: Enable vidconsole for rk3328

Enable video console for Rockchip RK3328.

Change-Id: I9cebfad280efb06f2fb54f1bf245cf9e52b85905
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
(cherry picked from commit cd0b42da7b051210be744fc204af127867cc03cd)

show more ...


# 51117ff4 16-Jul-2018 Joseph Chen <chenjh@rock-chips.com>

rockchip: rk3328: enable vidconsole

Change-Id: I5eebb1e10fe2fac7c3e0cec1884cd1c121fa9587
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# 26258180 01-Jun-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3328: config: update for rkimg support

Change-Id: Ia1599b94f6a243bd75edb923d7956a45396193ac
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>


# 5e8d3e94 23-May-2018 Jason Zhu <jason.zhu@rock-chips.com>

rockchip: evb-rk3328: use RKIMG_BOOTCOMMAND

Change-Id: If56d53ff6c7eba3a32a868d63cf5b754c5291790
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# e131d822 26-Oct-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET

Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h

Change-Id: I2cbc1e94ea0ddb3923b019ed1e2337877eb59222
Signed-off-by: Kever Yan

rockchip: evb-rk3328: remove CONFIG_ENV_OFFSET

Remove CONFIG_ENV_OFFSET for there already have one in rockchip_common.h

Change-Id: I2cbc1e94ea0ddb3923b019ed1e2337877eb59222
Signed-off-by: Kever Yang <kever.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 ...


# f9515756 17-Mar-2017 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip

This includes support for rk3188 from Heiko Stübner and and rk3328 from
Kever Yang. Also included is SPL support for rk3399 and a fix for
rk3288 to get it bo

Merge git://git.denx.de/u-boot-rockchip

This includes support for rk3188 from Heiko Stübner and and rk3328 from
Kever Yang. Also included is SPL support for rk3399 and a fix for
rk3288 to get it booting again (spl_early_init()).

show more ...


# 625ec503 23-Feb-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3328: add evb-rk3328 support

evb-rk3328 is an evb from Rockchip based on rk3328 SoC:
- 2 USB2.0 Host port;
- 1 USB3.0 Host port;
- 1 HDMI port;
- 2 10/100M eth port;
- 2GB ddr;
- 16GB eM

rockchip: rk3328: add evb-rk3328 support

evb-rk3328 is an evb from Rockchip based on rk3328 SoC:
- 2 USB2.0 Host port;
- 1 USB3.0 Host port;
- 1 HDMI port;
- 2 10/100M eth port;
- 2GB ddr;
- 16GB eMMC;
- UART to USB debug port;

Signed-off-by: William Zhang <william.zhang@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...