| #
f9894d1a |
| 10-Jan-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
configs: rk3328: Solve u-boot.bin exceeds limit problem
Build command: ./make.sh rk3328 --spl-new
Pack error: ERROR: pack uboot failed! u-boot.bin actual: 1051744 bytes, max limit: 1046528 bytes
C
configs: rk3328: Solve u-boot.bin exceeds limit problem
Build command: ./make.sh rk3328 --spl-new
Pack error: ERROR: pack uboot failed! u-boot.bin actual: 1051744 bytes, max limit: 1046528 bytes
Change-Id: I55ca6fa9fa2af17b27c6cce5d01ff5aa09f6bbc9 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|
| #
e7f38eb4 |
| 23-May-2024 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3328: Reduce size to fix compile error
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ifbdead4c51c105ce3e5d5d6dfd5fa0208d303017
|
| #
dd10d8d6 |
| 20-Sep-2023 |
David Wu <david.wu@rock-chips.com> |
configs: Enable IO Domain configs for RK322x, RK3308 and RK3328
Signed-off-by: David Wu <david.wu@rock-chips.com> Change-Id: I205402ecffc35a03e0e5be9e7e1b7b5ac3cab6a2
|
| #
42ac2844 |
| 27-Sep-2023 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3328: Sync with make savedefconfig
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I356c032c56fdaaa94558289d5388731bd76855d0
|
| #
21a2dd59 |
| 30-Nov-2022 |
Damon Ding <damon.ding@rock-chips.com> |
configs: rename CONFIG_ROCKCHIP_DRM_TVE to CONFIG_DRM_ROCKCHIP_TVE
Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: Ia854d7ef08932e9947016f2fdc5a488f36285d83
|
| #
894a9e55 |
| 17-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
5c6a522a |
| 16-Apr-2020 |
Frank Wang <frank.wang@rock-chips.com> |
configs: rk3328/rk3399: enable usb3.0 host support
Update RK3328 and RK3399 default config to support USB3.0 host.
Change-Id: I2a208478de9711138a85f2cc5fe3bbe69551883b Signed-off-by: Frank Wang <fr
configs: rk3328/rk3399: enable usb3.0 host support
Update RK3328 and RK3399 default config to support USB3.0 host.
Change-Id: I2a208478de9711138a85f2cc5fe3bbe69551883b Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
1a4f6af8 |
| 02-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
ad761bde |
| 07-Jan-2020 |
Frank Wang <frank.wang@rock-chips.com> |
configs: rk3328: enable dwc3 core
Change-Id: I2a3b7e0afaadb36db46d36e84bdf03ca712aa84c Fixes: d648a50c0a27 ("dwc3: move phy operation to core.c") Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
|
| #
473221da |
| 07-Sep-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: usb: gadget: Make g_dnl USB settings common
The g_dnl USB settings for the vendor ID, product ID and manufacturer are actually common settings that can and should be shared by all the gadg
UPSTREAM: usb: gadget: Make g_dnl USB settings common
The g_dnl USB settings for the vendor ID, product ID and manufacturer are actually common settings that can and should be shared by all the gadgets.
Make them common by renaming them, and convert all the users.
Conflicts: configs/cgtqmx6eval_defconfig configs/dms-ba16-1g_defconfig configs/evb-rk3036_defconfig configs/evb-rk3229_defconfig configs/evb-rv1108_defconfig configs/fennec-rk3288_defconfig configs/stih410-b2260_defconfig
Change-Id: Ib855d37af9f539ef794a2519c75c027e67bd091c Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Lukasz Majewski <lukma@denx.de> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com> (cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)
show more ...
|
| #
897c2694 |
| 21-Nov-2019 |
Lin Jinhan <troy.lin@rock-chips.com> |
configs: rk3328: enable crypto v1
enable CONFIG_DM_CRYPTO enable CONFIG_ROCKCHIP_CRYPTO_V1
Change-Id: I26a5c561c768a28bb63cfce382b59ad2b3f69296 Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
0bd79574 |
| 22-Oct-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: configs: rk3328: no need to reserve IRAM in SPL
Remove CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 and it will default to 0. No need to reserve the space for we move the bl31 entry to 0x40000
rockchip: configs: rk3328: no need to reserve IRAM in SPL
Remove CONFIG_ROCKCHIP_SPL_RESERVE_IRAM=0x50000 and it will default to 0. No need to reserve the space for we move the bl31 entry to 0x40000 and limit the size of SPL at 0~0x40000.
Change-Id: I39a69f2ee03a93b4556cc29ab41f62c344f28a02 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
16bd7102 |
| 24-Sep-2019 |
YouMin Chen <cym@rock-chips.com> |
driver: ram: rockchip: rk3328: dram init select common code
Change-Id: Ifa9561942a631ec5feed75e558a0cbe5e20673af Signed-off-by: YouMin Chen <cym@rock-chips.com>
|
| #
2bdcdc9a |
| 10-Sep-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3328: enable CONFIG_CMD_BOOTD
Change-Id: Ibd90f0c4df08a2bfd52a2575b1bd14070d4a7415 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
0699ea8b |
| 13-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3328: defconfig: remove legacy and raw image support
We only support FIT and rockchip image in SPL.
Change-Id: Id994fa60f04bdd278d5e4e723ec03626d47037a5 Signed-off-by: Kever Yang <kever
rockchip: rk3328: defconfig: remove legacy and raw image support
We only support FIT and rockchip image in SPL.
Change-Id: Id994fa60f04bdd278d5e4e723ec03626d47037a5 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
ec0c7379 |
| 12-Aug-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: config: enable USB HOST driver for rk3328
Enable USB XHCI, EHCI, OHCI and storage drivers.
Change-Id: I22ffe431e04a33d01789fb3d9ed1dc4a6cdbc76f Signed-off-by: Kever Yang <kever.yang@rock-
rockchip: config: enable USB HOST driver for rk3328
Enable USB XHCI, EHCI, OHCI and storage drivers.
Change-Id: I22ffe431e04a33d01789fb3d9ed1dc4a6cdbc76f Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
7e02d185 |
| 31-Jul-2019 |
Zhangbin Tong <zebulun.tong@rock-chips.com> |
configs: rk3328_defconfig: enable CONFIG_CMD_DTIMG
Change-Id: Ic15017931d22a0fa3c5b9f92aebc4a5bfe74d780 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
|
| #
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 ...
|
| #
03a69140 |
| 03-Apr-2019 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3328: update defconfig for spl support
1. rk3328_defconfig output for tpl is too big, remove TPL_MISC 2. we need to reserve IRAM for ATF binary loading.
Change-Id: Ie3286405d44386e30976
rockchip: rk3328: update defconfig for spl support
1. rk3328_defconfig output for tpl is too big, remove TPL_MISC 2. we need to reserve IRAM for ATF binary loading.
Change-Id: Ie3286405d44386e309760b59d502224fb76ce24d Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
ef6ed412 |
| 28-Feb-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rk3328: add default CONFIG_FASTBOOT_BUF_SIZE
The CONFIG_FASTBOOT_BUF_SIZE is 0x4000000
Change-Id: I813a6b117bbce7029ffe76516ed12b4e0d1e0940 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.c
configs: rk3328: add default CONFIG_FASTBOOT_BUF_SIZE
The CONFIG_FASTBOOT_BUF_SIZE is 0x4000000
Change-Id: I813a6b117bbce7029ffe76516ed12b4e0d1e0940 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| #
d01ceddd |
| 18-Oct-2018 |
Zhangbin Tong <zebulun.tong@rock-chips.com> |
configs: rk3328_defconfig: enable avb
Change-Id: I1eb26f5f643e6ce5898e17a6a18ca6c37579e7c1 Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com>
|
| #
a64079e6 |
| 17-Sep-2018 |
Jason Zhu <jason.zhu@rock-chips.com> |
configs: rk3328: delete clock-names
The clock property is used when emmc initialized.
Change-Id: I9b55c0f8bb91c25326abc45436cbd4d4c2516a08 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
|
| #
ab620ebd |
| 21-Jan-2019 |
Joseph Chen <chenjh@rock-chips.com> |
configs: rk3328: remove unused modules
Change-Id: I2f4e28d7089ba22dbc87fbc4a60ba471b4aa9eec Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|