| #
753367ec |
| 21-May-2025 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl_fit_tb: Add return value for board_fit_image_post_process()
Build from: 9316f2dcae common: spl_fit_tb: Flush dcache when load data for other cpu
Change-Id: Id5faae501bbfcf004ea88bcc21f
common: spl_fit_tb: Add return value for board_fit_image_post_process()
Build from: 9316f2dcae common: spl_fit_tb: Flush dcache when load data for other cpu
Change-Id: Id5faae501bbfcf004ea88bcc21fe7aa435691d29 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|
| #
a9368cb8 |
| 13-Mar-2024 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl_fit_tb: Not allow append fdt fail for rv1126
Mainly update: 23f139f243 spl: fit_tb: Not allow append fdt fail
Build from commit id 7d735feb7c under u-boot-tb repo with additional config
common: spl_fit_tb: Not allow append fdt fail for rv1126
Mainly update: 23f139f243 spl: fit_tb: Not allow append fdt fail
Build from commit id 7d735feb7c under u-boot-tb repo with additional configs as follows based on rv1126-spi-nor-tb.config:
CONFIG_FIT_SIGNATURE=y CONFIG_DM_CRYPTO=y CONFIG_FIT_HW_CRYPTO=y CONFIG_SPL_FIT_SIGNATURE=y CONFIG_SPL_FIT_ROLLBACK_PROTECT=y CONFIG_SPL_AB=y CONFIG_RSA_N_SIZE=0x100 CONFIG_RSA_E_SIZE=0x100 CONFIG_RSA_C_SIZE=0x14 CONFIG_SPL_GZIP=y
Change-Id: Ibb57d4a707a07a3d2b3c4f231029c84c03ba7c4d Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|
| #
c975ea71 |
| 05-Mar-2024 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl_fit_tb: Update SPL_AB support for rv1126
Build from commit id 7d735feb7c under u-boot-tb repo with additional configs as follows based on rv1126-spi-nor-tb.config:
CONFIG_FIT_SIGNATURE=
common: spl_fit_tb: Update SPL_AB support for rv1126
Build from commit id 7d735feb7c under u-boot-tb repo with additional configs as follows based on rv1126-spi-nor-tb.config:
CONFIG_FIT_SIGNATURE=y CONFIG_DM_CRYPTO=y CONFIG_FIT_HW_CRYPTO=y CONFIG_SPL_FIT_SIGNATURE=y CONFIG_SPL_FIT_ROLLBACK_PROTECT=y CONFIG_SPL_AB=y CONFIG_RSA_N_SIZE=0x100 CONFIG_RSA_E_SIZE=0x100 CONFIG_RSA_C_SIZE=0x14 CONFIG_SPL_GZIP=y
Change-Id: I91cc883091343f0821922b9d2f4cff5df277730e Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|
| #
253529d7 |
| 05-Sep-2023 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl: fit: Add spl_fit_tb.S dedicated to rv1106
1. Solve the problem that the different memory distribution between rv1106 and rv1126 causing different spl_fit_tb.S code to be required. 2.
common: spl: fit: Add spl_fit_tb.S dedicated to rv1106
1. Solve the problem that the different memory distribution between rv1106 and rv1126 causing different spl_fit_tb.S code to be required. 2. At present, only one spl_fit_tb.c code needs to be maintained. In the future, it is possible to do dedicated thunderboot optimizations for different platforms.
Build from Gerrit 192219 patchset-18 with local additional configs based on rv1106-spi-nor-tb_defconfig: CONFIG_FIT_SIGNATURE=y CONFIG_DM_CRYPTO=y CONFIG_FIT_HW_CRYPTO=y CONFIG_SPL_FIT_SIGNATURE=y CONFIG_SPL_FIT_ROLLBACK_PROTECT=y CONFIG_SPL_AB=y CONFIG_RSA_N_SIZE=0x200 CONFIG_RSA_E_SIZE=0x10 CONFIG_RSA_C_SIZE=0x20 CONFIG_SPL_OPTEE=y CONFIG_SPL_GZIP=y
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com> Change-Id: I625de900a3012790f214a4d59d97187884eaf219
show more ...
|