| 509fe567 | 01-Dec-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: image-sig: use static sha1/256 prefix array data
So that we can disable CONFIG_SHA1/256.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6a570df186cdceba9d5edc0a266f316159bfd
common: image-sig: use static sha1/256 prefix array data
So that we can disable CONFIG_SHA1/256.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6a570df186cdceba9d5edc0a266f316159bfdca4
show more ...
|
| 835c5a4c | 03-Dec-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: mmc: correct the mmc_load_image_raw_partition()
Since we use this function to load image as gpt partition but not mmc partition by mistake, and rockcjip do not use mmc boot 1 & 2 partitions to
spl: mmc: correct the mmc_load_image_raw_partition()
Since we use this function to load image as gpt partition but not mmc partition by mistake, and rockcjip do not use mmc boot 1 & 2 partitions to store firmwares anymore. So correct this function usage.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I4600c137c7dea0e295731372d5ce086d1be0e355
show more ...
|
| 4793dcaf | 01-Dec-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: fit: add paramrter for spl_fit_standalone_release()
Change spl_fit_standalone_release(uintptr_t entry_point) as spl_fit_standalone_release(char *id, uintptr_t entry_point)
Signed-off-by: Jason
spl: fit: add paramrter for spl_fit_standalone_release()
Change spl_fit_standalone_release(uintptr_t entry_point) as spl_fit_standalone_release(char *id, uintptr_t entry_point)
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ibd3fbd7937b95e853e04f61f50ac9353a21cec10
show more ...
|
| 48ee633b | 24-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: board_r: fix compiler error if not set CONFIG_USING_KERNEL_DTB=y
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9e75403902a0bf178d2392e03b5f982afb8a191c |
| c22ada67 | 25-Aug-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: image-fit: fix compiler error
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ibb59a99ccb0ab128a7d426545b59ef0f39cf16a4 |
| 7d3c933e | 11-Nov-2021 |
Jianwei Zheng <jianwei.zheng@rock-chips.com> |
common: usb: fix the failure to read the descriptor
current code to read the descriptor of this device failed, so delay 200us when sending control message.
Signed-off-by: Jianwei Zheng <jianwei.zhe
common: usb: fix the failure to read the descriptor
current code to read the descriptor of this device failed, so delay 200us when sending control message.
Signed-off-by: Jianwei Zheng <jianwei.zheng@rock-chips.com> Change-Id: I4746bd9d12052154578c477829b6218220501023
show more ...
|
| c1006ae0 | 22-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
spl: fit: support bring up max 5 mcu firmware
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ic2a137985d5865f5d34c1a4c00f4bbe41c780890 |
| 7b709173 | 24-Nov-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: android: support update avb rollback index
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib1ca1551f6a5c6db874ab8721d75ba026a7ff621 |
| 7e6f3a66 | 11-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
spl: fit: print sectors
It's helpful to know where the spl loads next stage.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I59941e4cece958e2bacaa56264c526723c2d735b |
| 5a94b264 | 09-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
env: add env fragment support
It's a way to partly update env by user.
configure: - CONFIG_ENVF - CONFIG_ENVF_LIST - CONFIG_ENV_SIZE
Tool example: ./tools/mkenvimage -s 0x8000 -p 0x0 -o e
env: add env fragment support
It's a way to partly update env by user.
configure: - CONFIG_ENVF - CONFIG_ENVF_LIST - CONFIG_ENV_SIZE
Tool example: ./tools/mkenvimage -s 0x8000 -p 0x0 -o envf.bin envf.txt
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie141f9ae9d91228c206f6d770d07ed6a54497b35
show more ...
|
| 4e7cb295 | 05-Nov-2021 |
Joseph Chen <chenjh@rock-chips.com> |
lib: bootm-fdt: fix compile error when not set CONFIG_ARCH_FIXUP_FDT_MEMORY
Showing memory banks is helpful.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I07aa5ae727d52b22e6034c193
lib: bootm-fdt: fix compile error when not set CONFIG_ARCH_FIXUP_FDT_MEMORY
Showing memory banks is helpful.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I07aa5ae727d52b22e6034c1935f133d3b9fd9b71
show more ...
|
| 4c3bac62 | 27-Oct-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: bootm: pass bootm header structure for arch_preboot_os()
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id2735cd4224a0aa04fac2d208757e104ba8e82b0 |
| ff06e2a5 | 26-Oct-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: image: fix ramdisk length calculation error
Fix kernel error: "rootfs image is not initramfs (junk in compressed archive); looks like an initrd"
Fixes: (39bac65552 common: android: Add andr
common: image: fix ramdisk length calculation error
Fix kernel error: "rootfs image is not initramfs (junk in compressed archive); looks like an initrd"
Fixes: (39bac65552 common: android: Add android header v4 support)
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ia74a112a7b7d0c6caf37ca5f985074bdaefb5035
show more ...
|
| 39bac655 | 06-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: android: Add android header v4 support
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If36fde370263147b70b2eded83724678aeab07f9 |
| 6aa9b52e | 10-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: fdt_support: export fdt_setprop_uxx()
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Iea72c5bf19bf15daf3e41fe417c8b31968aed765 |
| eb4b0e9c | 06-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: android: improve variables name
New name is more easy to be understood.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I6692d3d83c40a91c4c34ee909d146bf90be2e998 |
| f26d9e52 | 06-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
BACKPORT: fdt_support.c: Allow late kernel cmdline modification
By declaring board-specific board_fdt_chosen_bootargs() the kernel command line arguments can be adjusted before injecting to flat dt
BACKPORT: fdt_support.c: Allow late kernel cmdline modification
By declaring board-specific board_fdt_chosen_bootargs() the kernel command line arguments can be adjusted before injecting to flat dt chosen node.
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie6fd81686ff8df87dc7f40e275e01fad1093955f (cherry-picked from f0b21ebd417cfe75f266b4dc16318bb3581783b9)
show more ...
|
| 1191de92 | 22-Oct-2021 |
Nico Cheng <nico.cheng@rock-chips.com> |
android: fix normative issues with parameter passing
In the case of non-AB firmware boot, the androidboot.slot_suffix parameter will not be passed.
Signed-off-by: Nico Cheng <nico.cheng@rock-chips.
android: fix normative issues with parameter passing
In the case of non-AB firmware boot, the androidboot.slot_suffix parameter will not be passed.
Signed-off-by: Nico Cheng <nico.cheng@rock-chips.com> Change-Id: Ie6c44b838c97ffbb145c1bed615fafae01415c69
show more ...
|
| 1af1a3cf | 21-Oct-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: Kconfig: add android features support menu
So that the configs can be selected when execute "make menuconfig".
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ia785c383da123c
common: Kconfig: add android features support menu
So that the configs can be selected when execute "make menuconfig".
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ia785c383da123c16ad6cb773ccd57d6240ff1fa5
show more ...
|
| 68555ad7 | 18-Oct-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: android: fix recovery fail with two "androidboot.verifiedbootstate=orange"
Fix the commit:beeaf83f44795c4adb4e6b4b86003789b21db70a common: android: support AVB_SLOT_VERIFY_FLAGS_NO_VBMETA_P
common: android: fix recovery fail with two "androidboot.verifiedbootstate=orange"
Fix the commit:beeaf83f44795c4adb4e6b4b86003789b21db70a common: android: support AVB_SLOT_VERIFY_FLAGS_NO_VBMETA_PARTITION
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I65d1e21c1b083b647178d42c95ed9d70ff1da4f3
show more ...
|
| add4295e | 08-Sep-2021 |
Nico Cheng <nico.cheng@rock-chips.com> |
common: dfu: switch the boot slot priority after upgrade firmwares
If the device current boot from slot A,then increase the boot priority of slot B.
Signed-off-by: Nico Cheng <nico.cheng@rock-chips
common: dfu: switch the boot slot priority after upgrade firmwares
If the device current boot from slot A,then increase the boot priority of slot B.
Signed-off-by: Nico Cheng <nico.cheng@rock-chips.com> Change-Id: Ie481f815d8a3b72b91fcf1acaf9524c19b8a71e8
show more ...
|
| c1d79eb4 | 27-Sep-2021 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: fit: append ab info for kernel
Open CONFIG_SPL_AB to enable it.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib9d78ca0ae8f38316b41f8063bfc0a3f1cf87b69 |
| 48650c55 | 16-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: load: add "loadz" and "loadzflash"
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9349127f1a10fffb0bd28586a2eac1caf626fb61 |
| a1b93f02 | 16-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: zmodem: fix compile warnings
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id2190e36b8d0250b22fd526cb13af32a3851e010 |
| f8a983e5 | 13-Sep-2021 |
Joseph Chen <chenjh@rock-chips.com> |
common: add zmodem protocol core files
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If239bf15f056100e486266cb6a19a1d1eea36402 |