| #
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 ...
|
| #
56a40692 |
| 22-Aug-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3328: update malloc size to 32MB
Since AVB use sysmem alloc, we can decrease malloc size.
Change-Id: If806c7736ada2852931f8e06d137658d8cf3c0db Signed-off-by: Joseph Chen <chenjh@rock-chi
configs: rk3328: update malloc size to 32MB
Since AVB use sysmem alloc, we can decrease malloc size.
Change-Id: If806c7736ada2852931f8e06d137658d8cf3c0db Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
1490eb89 |
| 15-Apr-2018 |
Adam Ford <aford173@gmail.com> |
UPSTREAM: Convert CONFIG_SPI to Kconfig
This converts the following to Kconfig: CONFIG_SPI
This partly involves updating code that assumes that CONFIG_SPI implies things that are specific to the
UPSTREAM: Convert CONFIG_SPI to Kconfig
This converts the following to Kconfig: CONFIG_SPI
This partly involves updating code that assumes that CONFIG_SPI implies things that are specific to the MPC8xx SPI driver. For now, just update the CONFIG tests. This also involves reworking the default for CONFIG_SYS_DEF_EEPROM_ADDR so that we don't set it when we cannot make a reasonable default, as it does not cause any compile failures.
Signed-off-by: Adam Ford <aford173@gmail.com> Signed-off-by: Tom Rini <trini@konsulko.com> (cherry picked from commit f1b1f77060beadbfe9f42a3be00019bd025afbd6) Change-Id: Ie9f15ada869105eb407f41d4df7eecbaa916b940 Signed-off-by: Jon Lin <jon.lin@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 ...
|
| #
c964ade6 |
| 05-Feb-2019 |
Vignesh R <vigneshr@ti.com> |
UPSTREAM: configs: Move CONFIG_SPI_FLASH into defconfigs
Completely move CONFIG_SPI_FLASH from remaining board header files to defconfigs
Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Jag
UPSTREAM: configs: Move CONFIG_SPI_FLASH into defconfigs
Completely move CONFIG_SPI_FLASH from remaining board header files to defconfigs
Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com> #zynq-microzed Change-Id: Iab125975d8e45a953666dcc04c989da9ae9b7f93 Signed-off-by: Jon Lin <jon.lin@rock-chips.com> (cherry picked from commit ea4805d6b26282451eee9c701a456225bcf7db85)
show more ...
|
| #
d9342fe9 |
| 18-Jan-2019 |
Joseph Chen <chenjh@rock-chips.com> |
include: rk3328: move fdt to 131M and ramdisk to 162M
It avoids fdt overlap with large boot.img/recovery.img, moving fdt ahead of boot.img/recovery.img and moving ramdisk backward is safer.
Change-
include: rk3328: move fdt to 131M and ramdisk to 162M
It avoids fdt overlap with large boot.img/recovery.img, moving fdt ahead of boot.img/recovery.img and moving ramdisk backward is safer.
Change-Id: I8a74d0749bd76905a8ce8699bbf9eb6fb180c00e Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
bcf66543 |
| 04-Dec-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rk3328: 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: I95ed8c58d5bbb2de6132d0bbd99ed0a65c8
rk3328: 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: I95ed8c58d5bbb2de6132d0bbd99ed0a65c8104fe Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
f799a636 |
| 22-Oct-2018 |
Zhangbin Tong <zebulun.tong@rock-chips.com> |
configs: rk3328_common: Increase the size of malloc to 128MB.
If vbmeta does not have signature information, avb will load all data in the vbmeta partition, which requires more malloc size.
Change-
configs: rk3328_common: Increase the size of malloc to 128MB.
If vbmeta does not have signature information, avb will load all data in the vbmeta partition, which requires more malloc size.
Change-Id: I8f03ec149a5b516d5dfa2b7906a54260c4e2e149 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
show more ...
|
| #
12c19cb4 |
| 18-Oct-2018 |
Zhangbin Tong <zebulun.tong@rock-chips.com> |
configs: rk3328_common: enable CONFIG_SUPPORT_EMMC_RPMB
Change-Id: I3c1989db974be233395080a777fc7d5cd554d70e Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
|
| #
f3ed57b7 |
| 11-Sep-2018 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3328: 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: rk3328: 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: I572e5edb26e2f7430c89fd057761ddc9abf077c6 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
bb14c03b |
| 07-Aug-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3328: increase spl size
Since we have TPL, the SPL is actually running in SDRAM and there should be no size limit by sram size.
Change-Id: Ic466777c51e75c9ac83c1cc7be926a0f2c0cacaa Sign
rockchip: rk3328: increase spl size
Since we have TPL, the SPL is actually running in SDRAM and there should be no size limit by sram size.
Change-Id: Ic466777c51e75c9ac83c1cc7be926a0f2c0cacaa Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
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>
|
| #
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 ...
|
| #
b66b4823 |
| 06-Mar-2018 |
Kever Yang <kever.yang@rock-chips.com> |
Revert "configs: rk3328_common: Increase the spl size for new pinctrl build-in"
This reverts commit e7d7797312218d27453532d1fe6e5ce7e4729fc4. 0x10000 is start address of atf, we can not use it now.
Revert "configs: rk3328_common: Increase the spl size for new pinctrl build-in"
This reverts commit e7d7797312218d27453532d1fe6e5ce7e4729fc4. 0x10000 is start address of atf, we can not use it now.
Change-Id: I11267f2b20b38c1f67da2c7a44093a140b6574ac Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
e7d77973 |
| 29-Jan-2018 |
David Wu <david.wu@rock-chips.com> |
configs: rk3328_common: Increase the spl size for new pinctrl build-in
If there is tpl, the spl size is not limited at dram, and can build in the pinctrl-rockchip driver.
Change-Id: I75a30048cd6bfe
configs: rk3328_common: Increase the spl size for new pinctrl build-in
If there is tpl, the spl size is not limited at dram, and can build in the pinctrl-rockchip driver.
Change-Id: I75a30048cd6bfea75b4147c25520ceaef52ecb18 Signed-off-by: David Wu <david.wu@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 ...
|
| #
4b7908ad |
| 20-Dec-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3328: ram: pass ddr params to trustos
0x2000000 is a fixed address for share the ddr info.
Change-Id: I37e77f73028b0504776ea662ec7b308ab7d21204 Signed-off-by: Kever Yang <kever.yang@roc
rockchip: rk3328: ram: pass ddr params to trustos
0x2000000 is a fixed address for share the ddr info.
Change-Id: I37e77f73028b0504776ea662ec7b308ab7d21204 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 ...
|
| #
cb2b7a1b |
| 26-Oct-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3328: add config option for TPL/SPL
Enable SPL_FRAMEWORK and TPL/SPL related base addr and size.
Change-Id: I59ee5675b66ec63c531931be7ba43606718c527f Signed-off-by: Kever Yang <kever.ya
rockchip: rk3328: add config option for TPL/SPL
Enable SPL_FRAMEWORK and TPL/SPL related base addr and size.
Change-Id: I59ee5675b66ec63c531931be7ba43606718c527f Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
8f3e6817 |
| 30-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
rockchip: add usb mass storage gadget for common functions
The rockusb command implementation depend on USB mass storage gadget, so enable it for all rockchip common files as default.
Change-Id: I5
rockchip: add usb mass storage gadget for common functions
The rockusb command implementation depend on USB mass storage gadget, so enable it for all rockchip common files as default.
Change-Id: I5c2cd8aaf44af077b38f70099b1bea033b0a3e34 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 ...
|
| #
55da6f73 |
| 07-Sep-2017 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: rk3328: enable interrupt support
Change-Id: Ib579a37a82e1da469a2706b110ca653fc992d761 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|