| 1258f25b | 09-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: rkfw: fix decompress error when boot.img has no ramdisk
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I43066282cd8449b08b37d5ef68d57dd3046b956b |
| 44da3fa1 | 08-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: mtd_blk: load rk firmware when load fit failed
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ic8b0a397e9193e62f7349bbd2230d34b6485b58a |
| 2e93c98a | 08-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: mmc: fix partition error
The part_get_info_by_name() return number that is greater than zero when called successfully.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib3127f903
spl: mmc: fix partition error
The part_get_info_by_name() return number that is greater than zero when called successfully.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib3127f90368e7c2bfb9573c7d17e1e98dc67d9db
show more ...
|
| 85f134f5 | 22-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
spl: mmc: add partition name to load image
Thus, the a/b system can be supported.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8bceb3d56f50e5bb10de3ec7d4f7768aa7d61fe1 |
| 54ac22e0 | 21-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
spl: mtd blk: clean rkfw code
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9afc158744895ac73ad54251ed68b1f959c8e9e6 |
| 34f805b8 | 21-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
spl: nand: clean rkfw code
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Icc07b4d18f4de3faf5b9e92da117a90b3c48ea4e |
| 54581239 | 21-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
spl: mmc: clean rkfw from mmc_load_image_raw_sector()
Don't mix rkfw in the mmc_load_image_raw_sector(), it's not flexsible to add more feature for rkfw.
Pass blk desc to load.dev that the same as
spl: mmc: clean rkfw from mmc_load_image_raw_sector()
Don't mix rkfw in the mmc_load_image_raw_sector(), it's not flexsible to add more feature for rkfw.
Pass blk desc to load.dev that the same as spl_mtd_blk.c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I87ff776362a667ea0e558749016ae3ba7049e053
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 ...
|
| 99ca0554 | 04-Jun-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: image-fdt: ignore sysmem alloc for reseved memory at zero address
Kernel will alloc reserved memory dynamically for the node.
This patch avoids the sysmem warning dump.
Signed-off-by: Jose
common: image-fdt: ignore sysmem alloc for reseved memory at zero address
Kernel will alloc reserved memory dynamically for the node.
This patch avoids the sysmem warning dump.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I9b3a397c022450c152d479a60877551ee803ef91
show more ...
|
| a6f23aea | 04-Jun-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: spl: define maximum decompressible size to prevent memory overrun
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ib0be02bc85cb16ccdd832abf9a56260b2f2e500d |
| ca0130ca | 01-Jun-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: image-fit: correct fit_set_totalsize()
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I2febc67bf0b16611cd54afad75fa79ac7454f4a5 |
| 17a682ea | 22-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: fit: verify otp verified-boot flag along with kernel image
Don't verify otp verified-boot flag for every image, the same as signature verify.
Signed-off-by: Joseph Chen <chenjh@rock-chips.c
common: fit: verify otp verified-boot flag along with kernel image
Don't verify otp verified-boot flag for every image, the same as signature verify.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I48c230db4429c9530066d0f42de1eea7609ba4b5
show more ...
|
| 7c79bd22 | 27-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: board_r: fix mtd blk compile error
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie24f8c9c7e0b2642d021ec5ce673e17b5c815514 |
| ddb43797 | 22-May-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: mtd_blk: apply mtd_blk_map_partitions()
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I9ed6ff49d5e366797ae1b4d9128432d1ad0e7728 |
| 4e2ae729 | 25-May-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
common: board_r: apply mtd_blk_map_partitions()
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: I2e1fd21a6a41f8b86ab6f52c69631018a88445ec |
| 69808149 | 26-May-2020 |
Jason Zhu <jason.zhu@rock-chips.com> |
spl: rkfw: call misc_decompress_stop() to clear the decompress irq
Otherwise the next stage will respond to the decompress completed interrupt.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> C
spl: rkfw: call misc_decompress_stop() to clear the decompress irq
Otherwise the next stage will respond to the decompress completed interrupt.
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Change-Id: Ie56a7eb939374bd5aac326bb3cd022225bf71dd2
show more ...
|
| c516743f | 22-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: fit: add fit_set_totalsize() interface
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ib10984da99aa82d5dd4bbfe2b13233e7155aee41 |
| 4a2b8db4 | 19-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: add usbplug support
- disable some message - add "usbplug.bin" generation - add minimum usbplug dtb support - add individual board_init_r() init sequence.
Signed-off-by: Joseph Chen <chenjh
common: add usbplug support
- disable some message - add "usbplug.bin" generation - add minimum usbplug dtb support - add individual board_init_r() init sequence.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If48ee49247fca6108db3a1fbab3b403241b3a8eb
show more ...
|
| d45e5655 | 19-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
dm: serial: allow skip console serial init
Always use debug uart.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Id751856abd7be219e8acb4c5986469a804051934 |
| aedbab3f | 14-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: cli: allow fall back to simple cli
The simple CLI mode only support run_command() which can't support powerful command line syntax like if...then...else...fi conditionals or `&&' and '||'.
common: cli: allow fall back to simple cli
The simple CLI mode only support run_command() which can't support powerful command line syntax like if...then...else...fi conditionals or `&&' and '||'.
The run_command_list() falls back to run_command().
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I136cba71e02fd1f57c9a395b37679d9a885ba4a0
show more ...
|
| 598c6b73 | 19-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: fdt_support: update code wrap by configure
It avoids compile error while disabling CONFIG_ARCH_FIXUP_FDT_MEMORY.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I283a335c2ecf5
common: fdt_support: update code wrap by configure
It avoids compile error while disabling CONFIG_ARCH_FIXUP_FDT_MEMORY.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I283a335c2ecf559e42544ab138af414423d8a888
show more ...
|
| d41e543a | 21-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: spl: initial spl->next_stage
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I5066612be4c90ff674b61034768eeaba9b9c9b85 |
| d4229e77 | 13-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
image: fit: export fit_image_check_hash()
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I41c5c853e9fdad0a9e64c823a68cc88fb68a7e55 |
| b3622f5b | 12-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: board_r: skip initr_nand() if kernel dtb is enabled
Nand will be initialized at init_kernel_dtb().
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I41ec1edfcb6328cbe02435143f2
common: board_r: skip initr_nand() if kernel dtb is enabled
Nand will be initialized at init_kernel_dtb().
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I41ec1edfcb6328cbe02435143f212453e1638c80
show more ...
|
| ab6f8011 | 06-May-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot |