| #
0eea0d25 |
| 19-Nov-2018 |
Joseph Chen <chenjh@rock-chips.com> |
dm: add dvfs uclass and wide temperature dvfs support
- add dvfs uclass; - add dvfs command; - add a simple wide temperature dvfs driver.
About wide temperature dvfs driver policy, see description
dm: add dvfs uclass and wide temperature dvfs support
- add dvfs uclass; - add dvfs command; - add a simple wide temperature dvfs driver.
About wide temperature dvfs driver policy, see description in: drivers/power/dvfs/rockchip_wtemp_dvfs.c
Change-Id: I36a8de6e47f8375bf1795b794c77d96b4571a361 Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
show more ...
|
| #
133266d4 |
| 02-Aug-2018 |
Tang Yun ping <typ@rock-chips.com> |
cmd: add memtester code
Enable memtester by config CONFIG_CMD_MEMTESTER=y
Change-Id: I02c873a8b3be5ee3c9a1cf347b7e3e75cb5336f0 Signed-off-by: Tang Yun ping <typ@rock-chips.com>
|
| #
2967d2f7 |
| 06-Jun-2018 |
Sam Protsenko <semen.protsenko@linaro.org> |
FROMLIST: cmd: Add dtimg command
dtimg command allows user to work with Android DTB/DTBO image format. Such as, getting the address of desired DTB/DTBO file, printing the dump of the image in U-Boot
FROMLIST: cmd: Add dtimg command
dtimg command allows user to work with Android DTB/DTBO image format. Such as, getting the address of desired DTB/DTBO file, printing the dump of the image in U-Boot shell, etc.
This command is needed to provide Android boot with new Android DT image format further.
Change-Id: I2a626f333f604b6f0424aa03feaddab4e8506a3f Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Signed-off-by: Zhangbin Tong <zebulun.tong@rock-chips.com> (am from http://patchwork.ozlabs.org/patch/925871/)
show more ...
|
| #
300175f7 |
| 06-Jun-2018 |
Dingqiang Lin <jon.lin@rock-chips.com> |
cmd: rknand: add rockchip spi nand u-boot command support
Change-Id: I8e3e6bab2d419b5fe0ab35c3985d1ff88efc5778 Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
|
| #
d5f538dc |
| 26-Apr-2018 |
Dingqiang Lin <jon.lin@rock-chips.com> |
cmd: rksfc: add sfc u-boot command
rksfc driver with block interface
Change-Id: I395cf78e939ce9ddbd07a9afad794474f0482542 Signed-off-by: Dingqiang Lin <jon.lin@rock-chips.com>
|
| #
73991b07 |
| 04-Dec-2017 |
Simon Glass <sjg@chromium.org> |
log: Add a test command
Add a command which exercises the logging system.
Change-Id: I4eb139b69937c752d7f6fc42dde3f757260b832b Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yan
log: Add a test command
Add a command which exercises the logging system.
Change-Id: I4eb139b69937c752d7f6fc42dde3f757260b832b Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit ef11ed8239bf02b347e7fb9fc6d980aec0c7810a)
show more ...
|
| #
923fc48d |
| 04-Dec-2017 |
Simon Glass <sjg@chromium.org> |
log: Add a 'log level' command
Add a command for adjusting the log level.
Change-Id: I51e15c61e860f4f0bdb980f1d7aa88c492f55d49 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <b
log: Add a 'log level' command
Add a command for adjusting the log level.
Change-Id: I51e15c61e860f4f0bdb980f1d7aa88c492f55d49 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit d5f61f272d5b7b86bf6321512ba6326c7c075e72)
show more ...
|
| #
fafa35c5 |
| 29-Sep-2017 |
Tom Rini <trini@konsulko.com> |
UPSTREAM: cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI
In the Linux Kernel on ARM64, the Image.COMPRESSION file is not self-extracting in the way that x86 and ARM images are. So when CMD_B
UPSTREAM: cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTI
In the Linux Kernel on ARM64, the Image.COMPRESSION file is not self-extracting in the way that x86 and ARM images are. So when CMD_BOOTI is enabled we should also default to enabling CMD_UNZIP and CONFIG_LZMA in order for the user to be able to decompress many of the common compressions that will be done to an Image file.
Change-Id: Ic7958458ddc16c8b78ea40ff56d380d02883d76a Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 99e46dfc6a9176f6f0680c9dfdf33c97d56336ce)
show more ...
|
| #
70c69668 |
| 28-Sep-2017 |
Sam Protsenko <semen.protsenko@linaro.org> |
UPSTREAM: scripts: Move Kconfig contents to cmd/Kconfig
On case-insensitive file systems we have collision between scripts/kconfig/ directory and scripts/Kconfig file. This patch moves scripts/Kcofn
UPSTREAM: scripts: Move Kconfig contents to cmd/Kconfig
On case-insensitive file systems we have collision between scripts/kconfig/ directory and scripts/Kconfig file. This patch moves scripts/Kcofnig contents to cmd/Kconfig to fix that.
Change-Id: Ia60682a7eb9c3379e6e257b07e799b06e304c95f Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 610eec7f0593574c034054ba54fc1c934755e208)
show more ...
|
| #
14464b32 |
| 24-Aug-2017 |
Maxime Ripard <maxime.ripard@free-electrons.com> |
UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to Kconfig
CONFIG_RANDOM_UUID is used by the GPT command to generate random UUID when none are provided.
Move that option to Kconfig.
Reviewed-by: Tom Rini <
UPSTREAM: cmd: Move CONFIG_RANDOM_UUID to Kconfig
CONFIG_RANDOM_UUID is used by the GPT command to generate random UUID when none are provided.
Move that option to Kconfig.
Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jagan@openedev.com> Change-Id: Ie4c840fb583d1e5c95170e452ccbb04034926119 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit 47738acceda5bae52b7c33ce912da6b52244c033)
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 ...
|
| #
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 ...
|
| #
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 ...
|
| #
83a51eba |
| 04-Oct-2016 |
Alex Deymo <deymo@google.com> |
Add 'load_android' command to load Android images.
Android kernel images include a header that specifies addresses and kernel size. This patch adds a command to load these images from storage withou
Add 'load_android' command to load Android images.
Android kernel images include a header that specifies addresses and kernel size. This patch adds a command to load these images from storage without specifying the size or address of them, and parsing them from the header instead.
Bug: 31636643 Change-Id: I84a9cf82cff78ce2299b1981c4f6f9a5720e4d0d
show more ...
|
| #
c0b38c6c |
| 30-Oct-2017 |
Joseph Chen <chenjh@rock-chips.com> |
cmd: add 'charge' cmd support
It calls charge display.
Change-Id: Iced07ec388b48f6849516cc67715b6a50860bc9c Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
|
| #
aa9b1b59 |
| 25-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
cmd: rockusb: add rockusb command support
This patch add a new rockusb command support.
Rockusb command provides a way to upgrade firmware for Rockchip SoC based devices, its design make use of USB
cmd: rockusb: add rockusb command support
This patch add a new rockusb command support.
Rockusb command provides a way to upgrade firmware for Rockchip SoC based devices, its design make use of USB Bulk-Only Transport based on USB Mass Storage framework.
Change-Id: Idb04c62a8f6fb7ba84641bd4ee00f67920a7cfc8 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
d5c4b898 |
| 25-Oct-2017 |
Frank Wang <frank.wang@rock-chips.com> |
Revert "usb: rockchip: add rockusb command"
Will make use of UMS framework to support rockusb command.
This reverts commit 301fce6(usb: rockchip: add rockusb command).
Change-Id: Iec2ed64212851a85
Revert "usb: rockchip: add rockusb command"
Will make use of UMS framework to support rockusb command.
This reverts commit 301fce6(usb: rockchip: add rockusb command).
Change-Id: Iec2ed64212851a85e8570dcfaa5507a5b55c29c5 Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
show more ...
|
| #
441217e3 |
| 17-Oct-2017 |
Zhaoyifeng <zyf@rock-chips.com> |
drivers: rknand: add nand flash drivers for Rockchip SoC
This patch add the nand flash support for Rockchip Soc(RK3128, RK3126x, RK3188, Rk3229 etc).
Change-Id: I35ea09f0714b303b247a97ed13cc6e0e566
drivers: rknand: add nand flash drivers for Rockchip SoC
This patch add the nand flash support for Rockchip Soc(RK3128, RK3126x, RK3188, Rk3229 etc).
Change-Id: I35ea09f0714b303b247a97ed13cc6e0e56675a0e Signed-off-by: Yifeng Zhao <zyf@rock-chips.com>
show more ...
|
| #
301fce6d |
| 25-May-2017 |
Eddie Cai <eddie.cai.linux@gmail.com> |
usb: rockchip: add rockusb command
this patch add rockusb command. the usage is rockusb <USB_controller> <devtype> <dev[:part]> e.g. rockusb 0 mmc 0
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.
usb: rockchip: add rockusb command
this patch add rockusb command. the usage is rockusb <USB_controller> <devtype> <dev[:part]> e.g. rockusb 0 mmc 0
Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Changes in v7: -none
Changes in v6: -none
Changes in v5: -none
Changes in v4: -move USB_FUNCTION_ROCKUSB to drivers/usb/gadget/Kconfig -modify the dependence
Changes in v3: -fix comment from Simon and Lukasz -fix checkpactch error
show more ...
|
| #
6aee2ab6 |
| 01-Sep-2017 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-imx
Signed-off-by: Tom Rini <trini@konsulko.com>
Conflicts: configs/imx6qdl_icore_mmc_defconfig configs/imx6qdl_icore_rqs_defconfig
|
| #
2f005695 |
| 16-Aug-2017 |
Stefan Agner <stefan.agner@toradex.com> |
cmd: add sdp command
Add a new command to start USB Serial Download Protocol (SDP) state machine.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Łukasz Majewski <lukma@denx.de>
cmd: add sdp command
Add a new command to start USB Serial Download Protocol (SDP) state machine.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Reviewed-by: Łukasz Majewski <lukma@denx.de> Reviewed-by: Stefano Babic <sbabic@denx.de>
show more ...
|
| #
0adc38be |
| 03-Aug-2017 |
Zhikang Zhang <zhikang.zhang@nxp.com> |
nvme: Add nvme commands
Add nvme commands in U-Boot command line.
1. "nvme scan" - scan NVMe blk devices 2. "nvme list" - show all available NVMe blk devices 3. "nvme info" - show current or a spec
nvme: Add nvme commands
Add nvme commands in U-Boot command line.
1. "nvme scan" - scan NVMe blk devices 2. "nvme list" - show all available NVMe blk devices 3. "nvme info" - show current or a specific NVMe blk device 4. "nvme device" - show or set current device 5. "nvme part" - print partition table 6. "nvme read" - read data from NVMe blk device 7. "nvme write" - write data to NVMe blk device
Signed-off-by: Zhikang Zhang <zhikang.zhang@nxp.com> Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
00fd59dd |
| 04-Aug-2017 |
Simon Glass <sjg@chromium.org> |
README: Drop information about commands
Most of this is duplicated in Kconfig help. Add some of that which is not, and remove the help from the README.
Signed-off-by: Simon Glass <sjg@chromium.org>
README: Drop information about commands
Most of this is duplicated in Kconfig help. Add some of that which is not, and remove the help from the README.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| #
54feea17 |
| 04-Aug-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_ZFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ZFS
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Phi
Convert CONFIG_CMD_ZFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ZFS
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|
| #
e7a815f3 |
| 04-Aug-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_ZBOOT to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ZBOOT
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by:
Convert CONFIG_CMD_ZBOOT to Kconfig
This converts the following to Kconfig: CONFIG_CMD_ZBOOT
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
show more ...
|