| #
5d3393e1 |
| 13-Dec-2021 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: bootrkp: use align address to load image
Without this change, the mmc bounce buffer would use malloc and memcpy actions to load the image on unaligned address.
Let's simplify that with a final
cmd: bootrkp: use align address to load image
Without this change, the mmc bounce buffer would use malloc and memcpy actions to load the image on unaligned address.
Let's simplify that with a final memcpy action, which indenpends on malloc pool size.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I50158d93cda45d517c8ac1de0c95357973a1d40a
show more ...
|
| #
e1e9b173 |
| 28-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
a4696473 |
| 07-Feb-2020 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: bootrkp: simplify fdt/ramdisk skip reloc
bootm_board_start() takes over it.
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Ie1df21ee3ff929a5fa7163216d90315277f6cfd5
|
| #
1a4f6af8 |
| 02-Mar-2020 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
c01d4489 |
| 07-Feb-2020 |
Joseph Chen <chenjh@rock-chips.com> |
sysmem: simplify the memblk name
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: Icfe908ade21d1d8f568db796298f67ba9f013da6
|
| #
e72b9125 |
| 06-Jan-2020 |
Joseph Chen <chenjh@rock-chips.com> |
common: rkimg: move rkimg boot code into bootrkp.c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I362e5ab0e1aee8b9126d51358ea1300d60d0a706
|
| #
73ec4e03 |
| 06-Jan-2020 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: move "rkimgtest" to individual file
The command is used for all image type, it should not depend on bootrkp.c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8d27318485c7e7ffb8c
cmd: move "rkimgtest" to individual file
The command is used for all image type, it should not depend on bootrkp.c
Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: I8d27318485c7e7ffb8c4e06112396fa18e8b2dc0
show more ...
|
| #
b8dc613c |
| 19-Nov-2019 |
Joseph Chen <chenjh@rock-chips.com> |
Merge branch 'next-dev' into thunder-boot
|
| #
0ed06f16 |
| 21-Oct-2019 |
Joseph Chen <chenjh@rock-chips.com> |
rockchip: support boot from U-disk
- The U-disk boot is only supported from U-Boot, the earlier preloader doesn't support it; - MMC1(SD) has higher priority than U-disk; - Always boot into recover
rockchip: support boot from U-disk
- The U-disk boot is only supported from U-Boot, the earlier preloader doesn't support it; - MMC1(SD) has higher priority than U-disk; - Always boot into recovery mode and deliver "usbfwupdate" to cmdline; - Usb driver may depend on clock/regulator init, so behind of them; - Suggest to add ./dts/kern.dtb file to promise the kernel dtb always to be loaded successfully even the native images are all damaged.
Change-Id: Ibbb2a061a727752277ac1b80abf362de5d94cca2 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
35ca3e03 |
| 14-Oct-2019 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: bootrkp: fix always detect sdcard successfully
fixes:(1476830 cmd: bootrkp: clean up code)
Change-Id: I437174085875b70bd72768f900b7c64c33163822 Signed-off-by: Joseph Chen <chenjh@rock-chips.co
cmd: bootrkp: fix always detect sdcard successfully
fixes:(1476830 cmd: bootrkp: clean up code)
Change-Id: I437174085875b70bd72768f900b7c64c33163822 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
14768307 |
| 10-Jul-2019 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: bootrkp: clean up code
Change-Id: Ic76a6cabca67263a792eece7ecc7ee46e521ef97 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
4701d790 |
| 08-Mar-2019 |
Andy Yan <andy.yan@rock-chips.com> |
cmd: bootrkp: return CMD_RET_FAILURE on error
A cmd only returned with CMD_RET_XXX defined by command_ret_t can ensure it work well when called from shell.
Change-Id: I16e76ed62928380eaaf3c352efb4d
cmd: bootrkp: return CMD_RET_FAILURE on error
A cmd only returned with CMD_RET_XXX defined by command_ret_t can ensure it work well when called from shell.
Change-Id: I16e76ed62928380eaaf3c352efb4df9463b7e72d Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
show more ...
|
| #
c2ba77d9 |
| 05-Jan-2019 |
Jian Qiu <qiujian@rock-chips.com> |
lib: optee_client: Extract keymaster CA module
Extract keymaster CA module from OpteeClientInterface refactoring code for keymaster reads and writes form caller module
Change-Id: I1069fce0d29d9d981
lib: optee_client: Extract keymaster CA module
Extract keymaster CA module from OpteeClientInterface refactoring code for keymaster reads and writes form caller module
Change-Id: I1069fce0d29d9d9815f71e7f3b4d231754382acd Signed-off-by: Jian Qiu <qiujian@rock-chips.com>
show more ...
|
| #
65413a00 |
| 05-Jul-2018 |
Jian Qiu <qiujian@rock-chips.com> |
fastboot: add FASTBOOT_OEM_UNLOCK option
This enables the following fastboot commands: fastboot oem unlock fastboot oem unlock_accept fastboot oem lock fastboot getvar oem-unlock
Android 8.
fastboot: add FASTBOOT_OEM_UNLOCK option
This enables the following fastboot commands: fastboot oem unlock fastboot oem unlock_accept fastboot oem lock fastboot getvar oem-unlock
Android 8.1 need the oem unlock status attach to bootargs on boot.
Change-Id: Icc83451336a4dea2cbcf4927287de23bc8e28cb1 Signed-off-by: Jian Qiu <qiujian@rock-chips.com>
show more ...
|
| #
6651d4c0 |
| 03-Jul-2018 |
Jason Zhu <jason.zhu@rock-chips.com> |
dev_desc: judge dev_desc whether NULL or not before use it
Change-Id: I9d0e2d207a143a02949fbdff2d9ad39f154e4f3e Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
|
| #
3671d252 |
| 08-May-2018 |
Jason Zhu <jason.zhu@rock-chips.com> |
cmd: bootrkp: fix check blk_dread return value error
Change-Id: Ib283c2eeb982479914f8c806f7b54bf081f4c9be Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
|
| #
6caa0333 |
| 28-Apr-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: add rkimgtest cmd to get boot dev
We need to check if the storage(sdmmc) have IDB data so that we can use it as boot device.
Change-Id: I7373b8f1a6c4c41c1d2cb1c94cd5d20c0780b5db Signed-of
rockchip: add rkimgtest cmd to get boot dev
We need to check if the storage(sdmmc) have IDB data so that we can use it as boot device.
Change-Id: I7373b8f1a6c4c41c1d2cb1c94cd5d20c0780b5db Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
9e68721b |
| 28-Mar-2018 |
qiujian <qiujian@rock-chips.com> |
bootargs : read oem unlock status
Read oem unlock status from optee_client api and attach it to bootargs
Change-Id: Ib8b1a9bc115ec9cb7e5ce09dc50845cfd7c1c81b Signed-off-by: Qiu Jian <qiujian@rock-c
bootargs : read oem unlock status
Read oem unlock status from optee_client api and attach it to bootargs
Change-Id: Ib8b1a9bc115ec9cb7e5ce09dc50845cfd7c1c81b Signed-off-by: Qiu Jian <qiujian@rock-chips.com>
show more ...
|
| #
f61a997e |
| 28-Mar-2018 |
qiujian <qiujian@rock-chips.com> |
fastboot: implement oem unlock commands for bootrkp
Read-write oem unlock status from optee client api.
Implement the following fastboot commands: fastboot oem unlock fastboot oem unlock_accept
fastboot: implement oem unlock commands for bootrkp
Read-write oem unlock status from optee client api.
Implement the following fastboot commands: fastboot oem unlock fastboot oem unlock_accept fastboot oem lock fastboot getvar oem-unlock
Change-Id: I99edcee7b60c6d9529e6687291d87f22bf97b771 Signed-off-by: Qiu Jian <qiujian@rock-chips.com>
show more ...
|
| #
91c73fb4 |
| 19-Mar-2018 |
qiujian <qiujian@rock-chips.com> |
lib: optee_client:Support attestation
Add methods to read attestation key from the misc partition of last 64K, store key and certificate chain data in secure storage.
When CONFIG_OPTEE_CLIENT is
lib: optee_client:Support attestation
Add methods to read attestation key from the misc partition of last 64K, store key and certificate chain data in secure storage.
When CONFIG_OPTEE_CLIENT is defined, uboot support load attestation data.
Change-Id: I8f3bd7096a7856de9e58d294822a818d5fe380ba Signed-off-by: qiujian <qiujian@rock-chips.com>
show more ...
|
| #
7ad0afac |
| 12-Jan-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: bootrkp: add log when boot from recovery
Add a log to show boot from recovery.
Change-Id: I8302820558d53e6b239533806305b2dec7c38c0c Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
32af749a |
| 21-Dec-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: bootrkp: update cmd name
Change-Id: If67d534c73b6ea0ba432dceb85f10e6ee4322e16 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
|
| #
a0e58cf2 |
| 07-Dec-2017 |
Kever Yang <kever.yang@rock-chips.com> |
cmd: bootrkp: add a cmd for rockchip rkimg bootloader
'bootrkp' will find the boot device and find all necessary images. Basically, these partitions are must: Kernel.img: kernel Image Resource.img:
cmd: bootrkp: add a cmd for rockchip rkimg bootloader
'bootrkp' will find the boot device and find all necessary images. Basically, these partitions are must: Kernel.img: kernel Image Resource.img: kernel dtb and logo system.img: rootfs
Change-Id: Iba3df2535705fa3ed529377f44f041fa2294ce60 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|