| 7c95a495 | 04-Sep-2017 |
Pantelis Antoniou <pantelis.antoniou@konsulko.com> |
UPSTREAM: fdt: Switch to using the verbose overlay application method
The verbose overlay application method prints out more helpful messages, so switch to it.
Change-Id: Ie8bd31e939e3c12fe547028d0
UPSTREAM: fdt: Switch to using the verbose overlay application method
The verbose overlay application method prints out more helpful messages, so switch to it.
Change-Id: Ie8bd31e939e3c12fe547028d0fa3ddc8b254d33d Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 81ecc5d92badfcf1415a6052b5896a62271a94dc)
show more ...
|
| 40484c6d | 15-Aug-2017 |
York Sun <york.sun@nxp.com> |
UPSTREAM: cmd: spl: Fix compiling warning
Fix warning "cast from pointer to integer of different size".
Change-Id: Ib6306c30cdbfc180c5cd452def44eb661cc4fc28 Signed-off-by: York Sun <york.sun@nxp.co
UPSTREAM: cmd: spl: Fix compiling warning
Fix warning "cast from pointer to integer of different size".
Change-Id: Ib6306c30cdbfc180c5cd452def44eb661cc4fc28 Signed-off-by: York Sun <york.sun@nxp.com> Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit d1f2ee7021dc4a89f43e25f289747a27da0e930f)
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> |
| 891380b5 | 23-Nov-2017 |
Kever Yang <kever.yang@rock-chips.com> |
cmd: boot_android: support legacy aosp image from rockchip
New cmd usage: boot_android mmc 0
update boot_android: - do not need provide argv for misc partition and slot - If CONFIG_ROCKCHIP_RESOURC
cmd: boot_android: support legacy aosp image from rockchip
New cmd usage: boot_android mmc 0
update boot_android: - do not need provide argv for misc partition and slot - If CONFIG_ROCKCHIP_RESOURCE_IMAGE is enabled, try to get dtb from resource partition.
Change-Id: I7242880f9cde916ca10d677ddac07790c66a07a4 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 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 ...
|
| 05b73bbb | 14-Nov-2017 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: charge: support command parameter
This is maily for debug. the format is: charge <power on soc> <power on voltage> <screen on voltage>
Change-Id: I821d574a386eb2eddd03ef50f543f96cb05b620e Sign
cmd: charge: support command parameter
This is maily for debug. the format is: charge <power on soc> <power on voltage> <screen on voltage>
Change-Id: I821d574a386eb2eddd03ef50f543f96cb05b620e Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| bf17c627 | 17-Nov-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: boot the system without a/b avb
Support boot the system in the old mode, and there is no need to differentiate the _a or _b slot in the gpt table.
Change-Id: I162e34a9bd0120db051f709fa
androidboot: boot the system without a/b avb
Support boot the system in the old mode, and there is no need to differentiate the _a or _b slot in the gpt table.
Change-Id: I162e34a9bd0120db051f709faec06daf3bc0aa9c Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| 9aed1a13 | 14-Nov-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: add some new info to cmdline
The android things system need some avb info in the stage of u-boot, like VBH value and so on.
Change-Id: Ia102931f3b0c912c7e1f34f668d8af0b45fa4a6e Signed-
androidboot: add some new info to cmdline
The android things system need some avb info in the stage of u-boot, like VBH value and so on.
Change-Id: Ia102931f3b0c912c7e1f34f668d8af0b45fa4a6e Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| dd31eefe | 14-Nov-2017 |
Frank Wang <frank.wang@rock-chips.com> |
cmd: rockusb: fix upgrade failed when gpt partitions exist
We found rockusb upgraded failed when there had gpt partitions in system caused by total sectors checking, this change expose all mmc parti
cmd: rockusb: fix upgrade failed when gpt partitions exist
We found rockusb upgraded failed when there had gpt partitions in system caused by total sectors checking, this change expose all mmc partitions for rockusb command.
Change-Id: I8847c3c7885d17d47189c55765f97abb4965e8b4 Reported-by: Joseph Chen <chenjh@rock-chips.com> Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| 9f7ea89d | 18-Oct-2017 |
Wenping Zhang <wenping.zhang@rock-chips.com> |
androidboot: add BOOT_RECOVERY support
if user input "reboot recovery" by adb or serial console, uboot will load recovery ramfs image to run.
Change-Id: Ibad1709ed78938dbf1826446a0de5c822c6ce4e4 Si
androidboot: add BOOT_RECOVERY support
if user input "reboot recovery" by adb or serial console, uboot will load recovery ramfs image to run.
Change-Id: Ibad1709ed78938dbf1826446a0de5c822c6ce4e4 Signed-off-by: Wenping Zhang <wenping.zhang@rock-chips.com> split boot_android and boot_mode int two commits. Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 82ee22d4 | 11-Oct-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: support recovery and fastboot mode
The system must support recovery and fastboot mode, so the u-boot must judge the boot command in the misc partition.
Change-Id: I53c876eeefdc20ebe313
androidboot: support recovery and fastboot mode
The system must support recovery and fastboot mode, so the u-boot must judge the boot command in the misc partition.
Change-Id: I53c876eeefdc20ebe313a6a73d4cfac443fafa67 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| cf7b148d | 02-Nov-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: free no use buffer
If excute avb_ab_flow() failed, the free the no use buffer.
Change-Id: I874f3367eceb35424b069a04a1ec35c37b46e639 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> |
| 708de143 | 02-Nov-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: close optee client when start kernel
Change-Id: I4b4626e8e2bc89c711988fe23245fa6e71ac7204 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> |
| e13fd25b | 30-Oct-2017 |
Hisping Lin <hisping.lin@rock-chips.com> |
rockchip: mmc: add test case.
Change-Id: I87e616c0a0f49f426b5e222fcc56cf5a170b3419 Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com> |
| ae8ec5e1 | 30-Oct-2017 |
Hisping Lin <hisping.lin@rock-chips.com> |
lib: optee_client: change file name
change OpteeClientTest.c to OpteeClientInterface.c
Change-Id: I68b32a2a4757af655bd4eaa723067f024ff112ef Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com> |
| 4397fdfd | 25-Oct-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: modify do_avb_flow
In the fuction do_avb_flow, the return value of avb_ab_flow() must be judged. If not, the process can not return to u-boot command line when execute avb_ab_flow faili
androidboot: modify do_avb_flow
In the fuction do_avb_flow, the return value of avb_ab_flow() must be judged. If not, the process can not return to u-boot command line when execute avb_ab_flow failing.
Change-Id: I925c9c63cee2153d365ea78b286d8958624b106c Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| f0864c7f | 20-Sep-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: init slot_partition
Change-Id: I1be603307523d245ef8961815a0df38786366d0d Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com> |
| e8e29e8d | 18-Sep-2017 |
Jason Zhu <jason.zhu@rock-chips.com> |
androidboot: add new android boot cmds with avb.
The android things boot must have avb function, then we add the fuction in file cmd/boot_android.c. In boot_android.c, we add bootavb flow v/n to boo
androidboot: add new android boot cmds with avb.
The android things boot must have avb function, then we add the fuction in file cmd/boot_android.c. In boot_android.c, we add bootavb flow v/n to bootload android system.
The bootavb flow v bootload android system with avb.And bootavb flow n bootload android system as usual.
Change-Id: I3064f8a4aebf2b4bfdb0cf6f0458f42438c27027 Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>
show more ...
|
| 87b8e6de | 08-Sep-2017 |
Hisping Lin <hisping.lin@rock-chips.com> |
mmc: add mmc cmd to test tipc functions
input mmc testrpmb to test store data to rpmb.
Change-Id: I0b8361bd7a22fc7854e1a94ae4ae81972e523b3b Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com> |
| 170e9eb9 | 02-Apr-2017 |
Alex Deymo <deymo@google.com> |
android: Fix off-by-one error when joining strings
When concatenating the strings to form a new command line in the android bootloader flow, the null-terminator was placed one byte after the end of
android: Fix off-by-one error when joining strings
When concatenating the strings to form a new command line in the android bootloader flow, the null-terminator was placed one byte after the end of the allocated string.
Bug: None Test: booted a rpi3. Change-Id: I120e09a77bb1c27980e7ce2b5f9b8961424ed0c3
show more ...
|
| 180cc7c6 | 25-Mar-2017 |
Alex Deymo <deymo@google.com> |
android: Implement A/B slot select.
The android_bootloader_control struct defined in bootloader_message.h stored the A/B metadata used to decide which slot should we use to boot the device. This pat
android: Implement A/B slot select.
The android_bootloader_control struct defined in bootloader_message.h stored the A/B metadata used to decide which slot should we use to boot the device. This patch implements the bootloader side of the slot selection in a new "android_ab_select" command which decides the current slot and updates the metadata as needed.
Bug: 32707546 Test: Booted a rpi3, updated to the other slot. Change-Id: I9344ff5b76194160d2b466a50e84f4f423b1a98a
show more ...
|
| df7cce43 | 25-Mar-2017 |
Alex Deymo <deymo@google.com> |
boot_android: Drop the "mmc" restriction on the partition name.
part_get_info_by_name() was extended to support more than just mmc/efi partitions. This patch remove this restriction from the part_ge
boot_android: Drop the "mmc" restriction on the partition name.
part_get_info_by_name() was extended to support more than just mmc/efi partitions. This patch remove this restriction from the part_get_info_by_dev_and_name() function.
Bug: 32707546 Test: Booted rpi3. Change-Id: If6399f7d24e99911b3b14a125a6bc1f472b7eecf
show more ...
|
| 80622240 | 25-Mar-2017 |
Alex Deymo <deymo@google.com> |
boot_android: Pass the slot from the command.
In order to support booting from either slot, this patch passes the slot name from the command line.
Bug: 32707546 Test: Booted rpi3. Change-Id: I30582
boot_android: Pass the slot from the command.
In order to support booting from either slot, this patch passes the slot name from the command line.
Bug: 32707546 Test: Booted rpi3. Change-Id: I30582bd8b1b95dc0f25b0c6624e7909ee4118bd0
show more ...
|
| 06f4a874 | 01-Dec-2016 |
Alex Deymo <deymo@google.com> |
Add "boot_android" command.
The new "boot_android" command simply executes the Android Bootloader flow. This receives the location (interface, dev, partition) of the Android "misc" partition which i
Add "boot_android" command.
The new "boot_android" command simply executes the Android Bootloader flow. This receives the location (interface, dev, partition) of the Android "misc" partition which is then used to lookup and infer the kernel and system images that should be booted.
Bug: 32707546 Test: Booted a rpi3 build with Android Things. Signed-off-by: Alex Deymo <deymo@google.com>
Change-Id: Ibf3f31e38b159d42db7a0835b99ad7ec260fc2a7
show more ...
|