History log of /rk3399_rockchip-uboot/include/configs/rk3399_common.h (Results 1 – 25 of 66)
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


# b8dc613c 19-Nov-2019 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 191d31cd 22-Oct-2019 Kever Yang <kever.yang@rock-chips.com>

rockchip: update CONFIG_SPL_MAX_SIZE to 0x40000

We are using DRAM offset 0~0x40000 as SPL text size, Note that BSS,
STACK and MALLOC may using separate space.

Change-Id: I1d9128b339140569e427fad44d

rockchip: update CONFIG_SPL_MAX_SIZE to 0x40000

We are using DRAM offset 0~0x40000 as SPL text size, Note that BSS,
STACK and MALLOC may using separate space.

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

show more ...


# 99ae8364 22-Aug-2019 Joseph Chen <chenjh@rock-chips.com>

configs: rk3399: update malloc size to 32MB

Since AVB use sysmem alloc, we can decrease malloc size.

Change-Id: I627ceab0440a1655524904a8c4b11905bcdc830d
Signed-off-by: Joseph Chen <chenjh@rock-chi

configs: rk3399: update malloc size to 32MB

Since AVB use sysmem alloc, we can decrease malloc size.

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

show more ...


# ebe70719 01-Jul-2019 Jon Lin <jon.lin@rock-chips.com>

UPSTREAM: Convert CONFIG_SF_DEFAULT_* to Kconfig

This converts the following to Kconfig:
CONFIG_SF_DEFAULT_BUS
CONFIG_SF_DEFAULT_CS
CONFIG_SF_DEFAULT_MODE
CONFIG_SF_DEFAULT_SPEED

I use move

UPSTREAM: Convert CONFIG_SF_DEFAULT_* to Kconfig

This converts the following to Kconfig:
CONFIG_SF_DEFAULT_BUS
CONFIG_SF_DEFAULT_CS
CONFIG_SF_DEFAULT_MODE
CONFIG_SF_DEFAULT_SPEED

I use moveconfig script and then manual check on generated u-boot.cfg
to solve the remaining issue.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Change-Id: I6aaaaf572649fd16925af9eb457ea19423372e60
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 14453fbfadc2f98ca35d6033140466c7a4b4947a)

show more ...


# d480bdd7 14-Jan-2019 Joseph Chen <chenjh@rock-chips.com>

rk3399: move fdt addr to 131MB

It avoids fdt overlap with large boot.img/recovery.img, moving
fdt ahead of boot.img/recovery.img is safer.

Change-Id: I7b2ac8a511a2ffcde127a707868e3fffded7b2f8
Signe

rk3399: move fdt addr to 131MB

It avoids fdt overlap with large boot.img/recovery.img, moving
fdt ahead of boot.img/recovery.img is safer.

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

show more ...


# 0d734c9d 18-Dec-2018 Guochun Huang <hero.huang@rock-chips.com>

configs: rk3399: enable avb for Android P

Change-Id: Ib2fadd3de0767d15a5b127e762ab992636ccc421
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Signed-off-by: Jason Zhu <jason.zhu@rock-chips

configs: rk3399: enable avb for Android P

Change-Id: Ib2fadd3de0767d15a5b127e762ab992636ccc421
Signed-off-by: Guochun Huang <hero.huang@rock-chips.com>
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>

show more ...


# 66768e9e 04-Dec-2018 Joseph Chen <chenjh@rock-chips.com>

rk3399: set "kernel_addr_r" as 0x00280000

load kernel as close as possible to the start of system RAM in
order to make full use of memory for kernel.

Change-Id: I95562432bca16566e92459f8cd56d07f65f

rk3399: set "kernel_addr_r" as 0x00280000

load kernel as close as possible to the start of system RAM in
order to make full use of memory for kernel.

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

show more ...


# c7b9ee6b 09-Nov-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3399: add tpl support in Kconfig

Rockchp platform suppose to use TPL(run in SRAM) as dram init and
SPL(run in DDR SDRAM) as pre-loader, so that the SPL would not be
limited by SRAM size.

rockchip: rk3399: add tpl support in Kconfig

Rockchp platform suppose to use TPL(run in SRAM) as dram init and
SPL(run in DDR SDRAM) as pre-loader, so that the SPL would not be
limited by SRAM size.

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

show more ...


# 72c44abc 25-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

rk3399: decrease 16KB from BSS section

the 16KB size is used for SPL code, it fixes compile issue:

section .bss VMA [00000000ff8e0000,00000000ff8e01bf] overlaps
section .u_boot_list VMA [00000000ff

rk3399: decrease 16KB from BSS section

the 16KB size is used for SPL code, it fixes compile issue:

section .bss VMA [00000000ff8e0000,00000000ff8e01bf] overlaps
section .u_boot_list VMA [00000000ff8df450,00000000ff8e0bf7]

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

show more ...


# 2a864b7a 11-Sep-2018 Joseph Chen <chenjh@rock-chips.com>

rockchip: rk3399: set init sp address backward

U-Boot max size is default 1MB, so that if init sp starts
from the tail of 1M, it overrides the U-Boot images which
causes a relocation failure.

Chang

rockchip: rk3399: set init sp address backward

U-Boot max size is default 1MB, so that if init sp starts
from the tail of 1M, it overrides the U-Boot images which
causes a relocation failure.

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

show more ...


# f13b6e28 27-Jun-2018 William Wu <william.wu@rock-chips.com>

rockchip: config: enable ohci support for rk3399

We have added OHCI nodes in rk3399 device-tree, so let's
enable OHCI config to support USB 1.1/1.0 in rk3399 boards.

Change-Id: I0a2af0e404b281c6bec

rockchip: config: enable ohci support for rk3399

We have added OHCI nodes in rk3399 device-tree, so let's
enable OHCI config to support USB 1.1/1.0 in rk3399 boards.

Change-Id: I0a2af0e404b281c6bec627dc7871471043b8a65a
Signed-off-by: William Wu <william.wu@rock-chips.com>

show more ...


# 2eddc6d6 11-Jun-2018 Caesar Wang <wxt@rock-chips.com>

rockchip/rk3399: Fixes the typo

Change-Id: I2133cae52c78edbead32ad57b47d22dfb12ab785
Signed-off-by: Caesar Wang <wxt@rock-chips.com>


# 31c3ca32 09-May-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: config: add RKIMG_DET_BOOTDEV in soc headers

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


# f457a3ac 03-May-2018 Caesar Wang <wxt@rock-chips.com>

rockchip: fixes the kernel/ramdisk base address for rk3399

For the arm64 SoCs, the kernel base address must aligh the 0x80000 with
kernel bringing up when it run the boot android way.

And increase

rockchip: fixes the kernel/ramdisk base address for rk3399

For the arm64 SoCs, the kernel base address must aligh the 0x80000 with
kernel bringing up when it run the boot android way.

And increase the ramdisk base address for leaving enough space.

Change-Id: Iaecf507cbe1906942be74e5b218ba20eaaf2b766
Signed-off-by: Caesar Wang <wxt@rock-chips.com>

show more ...


# 839aff50 29-Mar-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: update and move CONFIG_NR_DRAM_BANKS to common header

Most of SoCs have 2 banks after we enable OP-TEE,
for those still only have 1 bank soc, it's OK to use 2 bank
for the other one have s

rockchip: update and move CONFIG_NR_DRAM_BANKS to common header

Most of SoCs have 2 banks after we enable OP-TEE,
for those still only have 1 bank soc, it's OK to use 2 bank
for the other one have size 0 if not used.

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

show more ...


# 60b9259c 20-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: enable SYS_NS16550 for all SoCs by default

All rockchip SoCs can use ns16550 driver, enable it for all
and set SYS_NS16550_MEM32 for all SoCs.

Change-Id: I4be3a801bf5537b94ed0c100cb44f49d

rockchip: enable SYS_NS16550 for all SoCs by default

All rockchip SoCs can use ns16550 driver, enable it for all
and set SYS_NS16550_MEM32 for all SoCs.

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

show more ...


# 2d2f5f9a 20-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: add common MACRO to enable sys arch timer

All rockchip SoCs can use ARM arch timer, let's enable it in
common header file

Change-Id: Ic74024b34c72cfbeffa2288ef2b2375f5f141c2c
Signed-off-b

rockchip: add common MACRO to enable sys arch timer

All rockchip SoCs can use ARM arch timer, let's enable it in
common header file

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

show more ...


# ba437c8c 13-Nov-2017 Frank Wang <frank.wang@rock-chips.com>

usb: gadget: force rockchip vid and pid for rockusb

This change amend USB VID & PID to Rockchip for rockusb.

Change-Id: I3c94e442cc0190d2d3f13424470dd2d84af55eb0
Signed-off-by: Frank Wang <frank.wa

usb: gadget: force rockchip vid and pid for rockusb

This change amend USB VID & PID to Rockchip for rockusb.

Change-Id: I3c94e442cc0190d2d3f13424470dd2d84af55eb0
Signed-off-by: Frank Wang <frank.wang@rock-chips.com>

show more ...


# 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 ...


# 4cfbff4d 04-Sep-2017 Mark Yao <mark.yao@rock-chips.com>

rockchip: rk3399: default enable vidconsole display

Change-Id: I934ed8c2fe579d800e0287ba680c2490641bf743
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>


# 8f557da1 07-Sep-2017 Joseph Chen <chenjh@rock-chips.com>

rockchip: rk3399: enable interrupt support

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


# 8a4ef50b 09-Aug-2017 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3399: enable preboot for boot mode detect

We need to get into preboot once we detect that we are not
get into normal boot.

Change-Id: I7e4b6eed990167b3b0fcca2fbc2beb0b5f40cd4b
Signed-of

rockchip: rk3399: enable preboot for boot mode detect

We need to get into preboot once we detect that we are not
get into normal boot.

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

show more ...


# 0f0669ea 08-Oct-2016 Kever Yang <kever.yang@rock-chips.com>

rk3399: config: enable usb mass storage gadget

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


# f58ad98a 28-Aug-2017 Chris Packham <judge.packham@gmail.com>

usb: net: migrate USB Ethernet adapters to Kconfig

This migrates ASIX, ASIX88179, MCS7830, RTL8152 and SMSC95XX to Kconfig.
Update defconfigs.

Signed-off-by: Chris Packham <judge.packham@gmail.com>

usb: net: migrate USB Ethernet adapters to Kconfig

This migrates ASIX, ASIX88179, MCS7830, RTL8152 and SMSC95XX to Kconfig.
Update defconfigs.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

show more ...


123