| #
afc5def0 |
| 29-Apr-2024 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl_fit_tb: Support append sys_bootargs into kernel fdt bootargs
Update: bee57f9617 common: spl_fit_tb: Support append sys_bootargs into kernel fdt bootargs fd004d5f65 common: spl_ab: Re-org
common: spl_fit_tb: Support append sys_bootargs into kernel fdt bootargs
Update: bee57f9617 common: spl_fit_tb: Support append sys_bootargs into kernel fdt bootargs fd004d5f65 common: spl_ab: Re-organize coding style about appending bootargs
Build from commit id 63cea019a9 under u-boot-tb repo with additional configs as follows based on rv1106-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=0x200 CONFIG_RSA_E_SIZE=0x10 CONFIG_RSA_C_SIZE=0x20 CONFIG_SPL_OPTEE=y CONFIG_SPL_GZIP=y
Change-Id: I49096fb506c3e0f7df8b2b930514079ee6f583a3 Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com>
show more ...
|
| #
f34b44cf |
| 09-Feb-2023 |
Xuhui Lin <xuhui.lin@rock-chips.com> |
common: spl: do reset automatically when boot A/B slot fail
Without this patch, spl will hang and wait for reset when slot boot fail. Example: if uboot_a is damaged, user needs to repeat pressing do
common: spl: do reset automatically when boot A/B slot fail
Without this patch, spl will hang and wait for reset when slot boot fail. Example: if uboot_a is damaged, user needs to repeat pressing down reset key, and then spl boot uboot_b. It's really inconvenient.
Now, spl will reset automatically when slot boot fail. If all media and slots boot fail, spl enter maskrom mode.
Signed-off-by: Xuhui Lin <xuhui.lin@rock-chips.com> Change-Id: I8a90dd4314434e44dca78e9faa25279631cf4dfb
show more ...
|
| #
093f4d99 |
| 04-Jan-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: ab: support decreasing 1 in spl
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ie3bad33476e25bbcbf9d845abc87c6e075671e0c
|
| #
ab6f8011 |
| 06-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
1e33e3cb |
| 27-Apr-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: ab: update new function to support ab system
Add spl_ab_append_part_slot() Delete spl_get_partitions_sector()
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I116d6d7086
common: spl: ab: update new function to support ab system
Add spl_ab_append_part_slot() Delete spl_get_partitions_sector()
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I116d6d708604762203974dc66a39be1a0e7b6bbe
show more ...
|
| #
0cc16201 |
| 26-Jul-2019 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: ab: add ab interface to get slot info
Change-Id: Iffd16dfcf9014b024e522639cbcd851f002b742e Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
|