| #
b6135784 |
| 25-Aug-2021 |
Jon Lin <jon.lin@rock-chips.com> |
spl: rkfw: Compatible with Nand MTD devices
When bad block at the first block of the partition, all the valid image shift one Nand flash block and it can no longer be scanned by 512KB scanning granu
spl: rkfw: Compatible with Nand MTD devices
When bad block at the first block of the partition, all the valid image shift one Nand flash block and it can no longer be scanned by 512KB scanning granularity. So change to use 128KB scanning granularity for better compatible.
Change-Id: I65f8f089c074fc3eb83f1f6302760c842b3d1ecc Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
show more ...
|
| #
8a5f71e4 |
| 21-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
spl: rkfw: get partition sector independ on outside
- clean and simplify the code. - support a/b system and spl boot kernel.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I1adb2c185
spl: rkfw: get partition sector independ on outside
- clean and simplify the code. - support a/b system and spl boot kernel.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I1adb2c1853e51a01e80d7453715ba2aabe0fc973
show more ...
|
| #
41bb8b73 |
| 07-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
Conflicts: common/spl/spl_rkfw.c drivers/pinctrl/pinctrl-rockchip.c make.sh
Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf Signed-off-by: Joseph C
Merge branch 'next-dev' into thunder-boot
Conflicts: common/spl/spl_rkfw.c drivers/pinctrl/pinctrl-rockchip.c make.sh
Change-Id: I93f4dbe1e067c3b938bf64c4964bd5e7023b1daf Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
aa415ed9 |
| 07-Apr-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: spl: fix cherry-pick sync conflict
fixes: (1cb393f common: spl: rkfw: support bing-up arm32 firmware)
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I1b7f1a6269794ea9a4a50893
common: spl: fix cherry-pick sync conflict
fixes: (1cb393f common: spl: rkfw: support bing-up arm32 firmware)
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I1b7f1a6269794ea9a4a508933381bbb8e3e7133b
show more ...
|
| #
1cb393f1 |
| 09-Mar-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: rkfw: support bing-up arm32 firmware
1. the arm32 trust firmware is diffirent with arm64, support it. 2. add entry_point_os to indicate the uboot or kernel entry point.
Signed-off-by:
common: spl: rkfw: support bing-up arm32 firmware
1. the arm32 trust firmware is diffirent with arm64, support it. 2. add entry_point_os to indicate the uboot or kernel entry point.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I24d1601323e99f40e81d18f1937f762b2ecc137f (cherry picked from commit a64fd729d49f96f99e0291b10a16307d306ebb09)
Change-Id: I3b1420989d158c52259365d90011524b047b5750
show more ...
|
| #
440eb126 |
| 12-Mar-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: rkfw: add boot_sector to seperate uboot and boot load-address
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I04e2b00a8615fee24ee7722ab7bb9ad4931f4332
|
| #
a64fd729 |
| 09-Mar-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: rkfw: support bing-up arm32 firmware
1. the arm32 trust firmware is diffirent with arm64, support it. 2. add entry_point_os to indicate the uboot or kernel entry point.
Signed-off-by:
common: spl: rkfw: support bing-up arm32 firmware
1. the arm32 trust firmware is diffirent with arm64, support it. 2. add entry_point_os to indicate the uboot or kernel entry point.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I24d1601323e99f40e81d18f1937f762b2ecc137f
show more ...
|
| #
13c5d8ec |
| 11-Jun-2019 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: spl: add rockchip image load support
This patch add SPL support to load rockchip images(trust and U-Boot).
Change-Id: I4f66dbd26af051feb93dfaca57062fd31b3dc695 Signed-off-by: Joseph Chen
rockchip: spl: add rockchip image load support
This patch add SPL support to load rockchip images(trust and U-Boot).
Change-Id: I4f66dbd26af051feb93dfaca57062fd31b3dc695 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|