History log of /rk3399_rockchip-uboot/configs/ (Results 251 – 275 of 3834)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0c3b324b17-Jun-2022 YouMin Chen <cym@rock-chips.com>

configs: rk3588: remove CONFIG_ROCKCHIP_SDRAM_COMMON

RK3588 unsupported initialize DRAM in TPL, so it do not need to enable
CONFIG_ROCKCHIP_SDRAM_COMMON and CONFIG_ROCKCHIP_TPL_INIT_DRAM_TYPE.

Sign

configs: rk3588: remove CONFIG_ROCKCHIP_SDRAM_COMMON

RK3588 unsupported initialize DRAM in TPL, so it do not need to enable
CONFIG_ROCKCHIP_SDRAM_COMMON and CONFIG_ROCKCHIP_TPL_INIT_DRAM_TYPE.

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Change-Id: I21db73215a8bb8ad956cd1d3920d0c98ee134f3d

show more ...

ffab0c9913-Jun-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rk3308{-aarch32}: Enable ramboot support

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

5192f11809-Jun-2022 Jason Zhu <jason.zhu@rock-chips.com>

configs: rk3588: increase CONFIG_FASTBOOT_BUF_SIZE

When use fastboot to flash boot.img whose size exceeds
CONFIG_FASTBOOT_BUF_SIZE, then fastboot will seperate the
boot.img in several subpackages. B

configs: rk3588: increase CONFIG_FASTBOOT_BUF_SIZE

When use fastboot to flash boot.img whose size exceeds
CONFIG_FASTBOOT_BUF_SIZE, then fastboot will seperate the
boot.img in several subpackages. But if boot.img is not
aligned to 4KB, the fastboot error occur with message
"error: write_sparse_skip_chunk: don't care size 6166528
is not a multiple of the block size 4096".

We can solve this problem with ailgning boot.img to 4KB and
increase CONFIG_FASTBOOT_BUF_SIZE.

The fastboot log:
Invalid sparse file format at header magic
error: write_sparse_skip_chunk: don't care size 6166528
is not a multiple of the block size 4096
Sending sparse 'boot_a_a' 1/2 (65532 KB) error:
write_sparse_skip_chunk: don't care size 6166528 is not a
multiple of the block size 4096
error: write_sparse_skip_chunk: don't care size 6166528 is
not a multiple of the block size 4096
OKAY [ 2.147s]
Writing 'boot_a_a' FAILED
(remote: 'sparse image write failure')

The uboot error log:
Flashing sparse image at offset 61440
Flashing Sparse Image
Wrote 20480 blocks, expected to write 18501 blocks
........ wrote 69611520 bytes to 'boot_a'
request 00000000ebe04480 was not queued to ep1in-bulk

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

show more ...

1376b28331-May-2022 Wu Liangqing <wlq@rock-chips.com>

configs: rk3588: Enable CONFIG_XBC

Change-Id: Ic81044184e259ccb3058e09b4ff7632183bbd6d5
Signed-off-by: Wu Liangqing <wlq@rock-chips.com>

93ce15ec30-May-2022 Qiqi Zhang <eddy.zhang@rock-chips.com>

configs: rk3036: enable CONFIG_REGULATOR_PWM and CONFIG_PWM_ROCKCHIP

Change-Id: I07fd05778bc7ca23c31c71709f2975af10489cb9
Signed-off-by: Qiqi Zhang <eddy.zhang@rock-chips.com>

5768868f28-May-2022 jun.zeng <jun.zeng@rock-chips.com>

configs: add rk312x-slc-nand.config

Change-Id: I4a7e7d44d01cfa6b13aa6871bfaea9fc013bf8d3
Signed-off-by: Jun Zeng <jun.zeng@rock-chips.com>

6a88065325-May-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rk3308-aarch32: Remove some unnecessary config

Fix the compile error:
ERROR: pack uboot failed! u-boot.bin actual: 536672 bytes, max limit: 522240 bytes

Signed-off-by: Joseph Chen <chenjh@

configs: rk3308-aarch32: Remove some unnecessary config

Fix the compile error:
ERROR: pack uboot failed! u-boot.bin actual: 536672 bytes, max limit: 522240 bytes

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

show more ...

a3dda7f427-May-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: Remove SPL dos partition

We don't need it in SPL at all.

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

d610fcf719-May-2022 Wyon Bi <bivvy.bi@rock-chips.com>

configs: rk3588: Enable CONFIG_I2C_MUX

Support I2C multiplexers.

Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Change-Id: I2bc5f9f4d2ef46a99ba302de52b8482910f43eb3

a44ed02424-May-2022 David Wu <david.wu@rock-chips.com>

configs: rv1106: ENABLE OTP and MISC config for macphy

Signed-off-by: David Wu <david.wu@rock-chips.com>
Change-Id: If9fa40956e28201e115b79c0d3816906fba2bb4c

7c3b8a5820-May-2022 Joseph Chen <chenjh@rock-chips.com>

configs: Add rk3308-aarch32-amp_defconfig

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

63d26afe19-May-2022 Jason Zhu <jason.zhu@rock-chips.com>

configs: rv1126-emmc-tb: enlarge CONFIG_SPL_SYS_MALLOC_F_LEN

The thunder boot process may use more heap to load larger ramdisk
with eMMC.

Fix commit:
commit f7b5e3b1ce6e47b51a966ef86dd0bb0b89d133ae

configs: rv1126-emmc-tb: enlarge CONFIG_SPL_SYS_MALLOC_F_LEN

The thunder boot process may use more heap to load larger ramdisk
with eMMC.

Fix commit:
commit f7b5e3b1ce6e47b51a966ef86dd0bb0b89d133ae
configs: rv1126-emmc-tb: enlarge CONFIG_SYS_MALLOC_F_LEN

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

show more ...

b40d86f320-May-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rk3588: Enable CONFIG_LZMA

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


/rk3399_rockchip-uboot/arch/arm/cpu/armv8/cache.S
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/cru_rk3588.h
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/param.h
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/board.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/param.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/px30/px30.c
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rv1106/rv1106.c
/rk3399_rockchip-uboot/common/image-sig.c
rk3588_defconfig
/rk3399_rockchip-uboot/drivers/clk/rockchip/clk_rk3588.c
/rk3399_rockchip-uboot/drivers/mtd/mtd_blk.c
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/fmsh.c
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/winbond.c
/rk3399_rockchip-uboot/drivers/pci/pcie_dw_rockchip.c
/rk3399_rockchip-uboot/drivers/power/charge_animation.c
/rk3399_rockchip-uboot/drivers/usb/dwc3/gadget.c
/rk3399_rockchip-uboot/drivers/usb/gadget/f_rockusb.c
/rk3399_rockchip-uboot/drivers/video/drm/Kconfig
/rk3399_rockchip-uboot/drivers/video/drm/Makefile
/rk3399_rockchip-uboot/drivers/video/drm/drm_dsc.c
/rk3399_rockchip-uboot/drivers/video/drm/drm_mipi_dsi.c
/rk3399_rockchip-uboot/drivers/video/drm/dw_hdmi_qp.c
/rk3399_rockchip-uboot/drivers/video/drm/dw_hdmi_qp.h
/rk3399_rockchip-uboot/drivers/video/drm/dw_mipi_dsi2.c
/rk3399_rockchip-uboot/drivers/video/drm/rockchip_display.h
/rk3399_rockchip-uboot/drivers/video/drm/rockchip_panel.c
/rk3399_rockchip-uboot/drivers/video/drm/rockchip_vop2.c
/rk3399_rockchip-uboot/drivers/video/rk_eink/rk_ebc_tcon.c
/rk3399_rockchip-uboot/include/drm/drm_dp_helper.h
/rk3399_rockchip-uboot/include/drm/drm_dsc.h
/rk3399_rockchip-uboot/include/drm/drm_mipi_dsi.h
/rk3399_rockchip-uboot/include/mipi_display.h
/rk3399_rockchip-uboot/include/power/charge_animation.h
d1e5ab2329-Apr-2022 Joseph Chen <chenjh@rock-chips.com>

configs: Add rv1106-dfu.config

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

51d3678419-Apr-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: sync with make savedefconfig

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

5ed9240a18-Apr-2022 Jason Zhu <jason.zhu@rock-chips.com>

configs: rv1106: add rv1106-spi-nor-tb_defconfig

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

e98f02f218-Apr-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: Change FIT generator

Don't allow tee.bin to be packed into uboot.img.

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

d766065b14-Apr-2022 Jason Zhu <jason.zhu@rock-chips.com>

configs: rv1106: add rv1106-emmc-tb_defconfig

Test on RV1106 with eMMC(kernel gzip) with baudrate 115200

Jumping to Kernel(0x00208000)
Total: 153.378 ms

Signed-off-by: Jason Zhu <jason.zhu@rock-ch

configs: rv1106: add rv1106-emmc-tb_defconfig

Test on RV1106 with eMMC(kernel gzip) with baudrate 115200

Jumping to Kernel(0x00208000)
Total: 153.378 ms

Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: I5a23127ec96e6914a0d80df87e48007d74c96f61

show more ...

3627342511-Apr-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: Update default baudrate as 115200

Keep the same as rkbin commit:
(cb08784 rv1106: ddr: Update DDR bin to v1.03 20220330)

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

configs: rv1106: Update default baudrate as 115200

Keep the same as rkbin commit:
(cb08784 rv1106: ddr: Update DDR bin to v1.03 20220330)

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

show more ...

c914425309-Apr-2022 Weiwen Chen <cww@rock-chips.com>

configs: rv1106 enable dos partition default

Signed-off-by: Weiwen Chen <cww@rock-chips.com>
Change-Id: I13a4448fd46cac7c636a505e604901f89a5c0487

59b5687f06-Apr-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rk3308: Enable hardware crypto for FIT

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

bc8361e429-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: Add RSA_N/E/C size and enable crypto RSA

So that only CONFIG_{SPL_}FIT_SIGNATURE need to be enabled
for secure boot.

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

configs: rv1106: Add RSA_N/E/C size and enable crypto RSA

So that only CONFIG_{SPL_}FIT_SIGNATURE need to be enabled
for secure boot.

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

show more ...

d29941d529-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

configs: rv1106: update fit generator

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

28f80af629-Mar-2022 Zhichao Guo <zhichao.guo@rock-chips.com>

configs: Use less options to support tftp in *ipc.config

modify: rk3588-ipc.config and rv1126-ipc.config

Signed-off-by: Zhichao Guo <zhichao.guo@rock-chips.com>
Change-Id: Iae9ae9cb44bbb7dbe10ed36e

configs: Use less options to support tftp in *ipc.config

modify: rk3588-ipc.config and rv1126-ipc.config

Signed-off-by: Zhichao Guo <zhichao.guo@rock-chips.com>
Change-Id: Iae9ae9cb44bbb7dbe10ed36ed90f968ab270d1b9

show more ...

7dd7a44d29-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

Revert "configs: rv1106-spi-nor: change env size to 64K"

This reverts commit e71b878dd9bb7867a44ed226ff607e9a06ad89bf.

We have add CONFIG_ENV_NOR_SIZE and default 64K, CONFIG_ENV_SIZE
is for eMMC a

Revert "configs: rv1106-spi-nor: change env size to 64K"

This reverts commit e71b878dd9bb7867a44ed226ff607e9a06ad89bf.

We have add CONFIG_ENV_NOR_SIZE and default 64K, CONFIG_ENV_SIZE
is for eMMC and SD.

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

show more ...

1...<<11121314151617181920>>...154