History log of /rk3399_rockchip-uboot/include/configs/evb_rk3229.h (Results 1 – 12 of 12)
Revision Date Author Comments
# e20fb212 07-Apr-2021 Jason Zhu <jason.zhu@rock-chips.com>

include: rockchip: remove CONFIG_SUPPORT_EMMC_RPMB

The macro is default selected.

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


# 99b88660 17-Jul-2018 Joseph Chen <chenjh@rock-chips.com>

rockchip: evb_rk3229: remove unused configure

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


# 9bfe736c 16-Jul-2018 Joseph Chen <chenjh@rock-chips.com>

rockchip: rk322x: enable vidconsole

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


# 0fe38820 14-Dec-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3229: update header macro

Do not use a common name '_CONFIG_H_'

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


# d816b973 14-Nov-2017 Cody Xie <cody.xie@rock-chips.com>

evb_rk3229: Add preboot commands.

1. Select eMMC as default device.
2. Enter fastboot mode if no partition table exists.

Change-Id: Iebdf94c94605bd1165155bc7de027f364324cb19
Signed-off-by: Cody Xie

evb_rk3229: Add preboot commands.

1. Select eMMC as default device.
2. Enter fastboot mode if no partition table exists.

Change-Id: Iebdf94c94605bd1165155bc7de027f364324cb19
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>

show more ...


# f70bed31 14-Sep-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: evb-rk3229: enable RPMB

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


# 5c0bf219 31-Oct-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: config: use common CONFIG_ENV_SIZE for all SoCs

All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE.

Change-Id: I4e7bb94be70ece871fa339feb90a591f889e833d
Signed-off-by: Kever Yang <kever.yang@r

rockchip: config: use common CONFIG_ENV_SIZE for all SoCs

All Rockchip SoCs use 32KB as CONFIG_ENV_SIZE.

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

show more ...


# 010527dd 14-Sep-2017 Kever Yang <kever.yang@rock-chips.com>

evb-rk3229: do not modify the boot cmd

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


# 48f6232e 25-Aug-2017 Tom Rini <trini@konsulko.com>

Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs

- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it's
not strictly part of fastboot.
- Add some defaults for the fastboo

Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs

- Move ANDROID_IMAGE_SUPPORT to top level Kconfig under images as it's
not strictly part of fastboot.
- Add some defaults for the fastboot buffer location and size
- Migrate all options listed in cmd/fastboot/Kconfig
- Cleanup the README

Signed-off-by: Tom Rini <trini@konsulko.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 ...


# d43ef73b 11-Jul-2017 Tom Rini <trini@konsulko.com>

Merge branch 'master' of git://git.denx.de/u-boot-rockchip


# b24a8ec1 23-Jun-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: add evb_rk3229 board

evb_rk3229 is a RK3229 based board, with:
- 8GB eMMC;
- 1GB DDR SDRAM;
- 2 USB2.0 HOST port;
- 1 MAC port;
- 1 HDMI port;
- IR;
- WiFi;

Signed-off-by: Kever Yang <kev

rockchip: add evb_rk3229 board

evb_rk3229 is a RK3229 based board, with:
- 8GB eMMC;
- 1GB DDR SDRAM;
- 2 USB2.0 HOST port;
- 1 MAC port;
- 1 HDMI port;
- IR;
- WiFi;

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

show more ...