History log of /rk3399_rockchip-uboot/cmd/Makefile (Results 1 – 25 of 83)
Revision Date Author Comments
# 0f850630 24-Oct-2018 Patrice Chotard <patrice.chotard@st.com>

UPSTREAM: cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pi

UPSTREAM: cmd: pinmux: Add pinmux command

pinmux command allows to :
- list all pin-controllers available on platforms
- select a pin-controller
- display the muxing of all pins of the current pin-controller
or all pin-controllers depending of given options

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
cmd: pinmux: Fix pinmux command

if "pinmux status" command is used without having
set dev using "pinmux dev", print pinmux usage
Reviewed-by: Simon Glass <sjg@chromium.org>

(cherry picked from commit d5a8313905f54ebdf128ac428c3cf58a2ebcbda2)
Change-Id: Ie23ca7b987bceb83724c3ddea42eddb579dc0ea5
Signed-off-by: Cody Xie <cody.xie@rock-chips.com>

show more ...


# f9a1c31d 14-Feb-2023 Wesley Yao <wesley.yao@rock-chips.com>

cmd: ddr_tool: Integrate DDR related tools into ddr_tool

Integrate ddr_test, memtester, ddr_dq_eye into ddr_tool.

Signed-off-by: Wesley Yao <wesley.yao@rock-chips.com>
Change-Id: Ic0e093c733e99b5cc

cmd: ddr_tool: Integrate DDR related tools into ddr_tool

Integrate ddr_test, memtester, ddr_dq_eye into ddr_tool.

Signed-off-by: Wesley Yao <wesley.yao@rock-chips.com>
Change-Id: Ic0e093c733e99b5cc31b40a09b36d3dbe478c6be

show more ...


# af20bb83 15-Oct-2019 Faiz Abbas <faiz_abbas@ti.com>

cmd: Add Support for UFS commands

Add Support for commands to initialize and configure UFS devices.

Change-Id: I226281022e462d0cf49f35cd1194fd918ebfeb92
TODO: Add Support for commands to resize and

cmd: Add Support for UFS commands

Add Support for commands to initialize and configure UFS devices.

Change-Id: I226281022e462d0cf49f35cd1194fd918ebfeb92
TODO: Add Support for commands to resize and reconfigure LUNs
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>

show more ...


# a951a295 08-Nov-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: add sd_update/usb_update/tftp_update

Auto find sd_update/usb_update/tftp_update.txt from
fat/udisk/tftp and run it.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Id3ab00c2a8110

cmd: add sd_update/usb_update/tftp_update

Auto find sd_update/usb_update/tftp_update.txt from
fat/udisk/tftp and run it.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Id3ab00c2a8110c9134d99b048af5e0587fd6e16e

show more ...


# ad9dac3a 10-Mar-2022 Joseph Chen <chenjh@rock-chips.com>

cmd: Add 'blk' command

This common command can access any storage interface
if it's a blk device.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I5d49a1507c719cdf9cb8f72e1a71fce79d90

cmd: Add 'blk' command

This common command can access any storage interface
if it's a blk device.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I5d49a1507c719cdf9cb8f72e1a71fce79d90ffae

show more ...


# 2fb449a6 06-May-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: add "tftpupdate" command

Support update a set of images organized with FIT via
network using TFTP protocol.

Example:
=> tftpupdate // update all default images
=> tftpupdate recovery //

cmd: add "tftpupdate" command

Support update a set of images organized with FIT via
network using TFTP protocol.

Example:
=> tftpupdate // update all default images
=> tftpupdate recovery // update recovery partition images only

Example with server directory:
=> tftpupdate image:* // update all default images
=> tftpupdate image: // update all default images
=> tftpupdate image:recovery // update recovery partition images only

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I4258fee63399a288333dc81a8347997bdbbe9831

show more ...


# dc582bb7 23-Aug-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: Add "atags" to dump all rk atags

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I56dd137efaf4bd4adf9a734fefd1f0485a616549


# ddb7bfe2 22-Feb-2021 Joseph Chen <chenjh@rock-chips.com>

cmd: add "crypto_sum" for checksum

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ibdc58f55580ab0230cb8751bc08fb9ea89fb26d8


# 025272a2 24-Dec-2019 Heinrich Schuchardt <xypron.glpk@gmx.de>

UPSTREAM: cmd: add rng command

For the RNG uclass we currently only have a test working on the sandbox.

Provide a command to test the hardware random number generator on
non-sandbox systems.

Signe

UPSTREAM: cmd: add rng command

For the RNG uclass we currently only have a test working on the sandbox.

Provide a command to test the hardware random number generator on
non-sandbox systems.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
(cherry picked from commit 4f24ac08afccd5f51f0b4c7023fc8cf45efe8163)

Change-Id: Icb2a9359417a8168a38e1fc009960e8c6df924e4
Signed-off-by: Lin Jinhan <troy.lin@rock-chips.com>

show more ...


# e1e9b173 28-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# e39c2b5d 07-Feb-2020 Joseph Chen <chenjh@rock-chips.com>

cmd: add "boot_uimage" command for legacy uImage

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie7b55ff4f63957312895c0f57fd405d3389f2ad7


# 72c88b4a 15-Jan-2020 Joseph Chen <chenjh@rock-chips.com>

cmd: add "boot_fit" command for FIT image

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I09f936cf5cefb0b9f2334a6590b5dfb4d85151a3


# 1a4f6af8 02-Mar-2020 Joseph Chen <chenjh@rock-chips.com>

Merge branch 'next-dev' into thunder-boot


# 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 ...


# 2b4182c1 21-Aug-2019 Jason Zhu <jason.zhu@rock-chips.com>

cmd: rk_secure_storage: dump data which is written in OTP or efuse

Change-Id: I644add22f3aaed546d727de7727d3230ae1a6c01
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# fbf99d91 30-Jul-2019 Joseph Chen <chenjh@rock-chips.com>

cmd: add "download" to enter rockusb/bootrom mode

Effect order: rockusb => bootrom.

Change-Id: Ie206f565e1c79e72c173c25f6970c93c8306332f
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# eae0a6b1 22-Jul-2019 Joseph Chen <chenjh@rock-chips.com>

cmd: add command "android_print_hdr" support

This is useful for debug.

Change-Id: I6e56255d6e32e692031c6c3226d0dc041433dd48
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# f87151b3 29-Sep-2018 Miquel Raynal <miquel.raynal@bootlin.com>

UPSTREAM: cmd: mtd: add 'mtd' command

There should not be a 'nand' command, a 'sf' command and certainly not
a new 'spi-nand' command. Write a 'mtd' command instead to manage all
MTD devices/partiti

UPSTREAM: cmd: mtd: add 'mtd' command

There should not be a 'nand' command, a 'sf' command and certainly not
a new 'spi-nand' command. Write a 'mtd' command instead to manage all
MTD devices/partitions at once. This should be the preferred way to
access any MTD device.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com>
Change-Id: I68bcf4f0126c3a9d6ae0481dafcfcaab0506bd3f
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
(cherry picked from commit 5db66b3aee6f2c057706d8715f7e5c472e82f047)

show more ...


# fe85de89 02-Jul-2019 Jon Lin <jon.lin@rock-chips.com>

cmd: mtd: rename mtd.c to mtd_blk.c

Change-Id: Ie35d54afdbc0580af06805eca9f0db813db2dfe5
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>


# de8452ae 15-Mar-2019 Jason Zhu <jason.zhu@rock-chips.com>

cmd: mtd: support mtd command

Change-Id: I5d5548e97535c6d928d2ff84f055de259577c11a
Signed-off-by: Jason Zhu <jason.zhu@rock-chips.com>


# cc6ac5d6 13-May-2019 Joseph Chen <chenjh@rock-chips.com>

dm: add crypto uclass and cmd support

Change-Id: I2241c90aca9695cd28bb9ca2a220d0e1af8ca932
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>


# df99e580 04-Jan-2019 Hisping Lin <hisping.lin@rock-chips.com>

cmd: add test case for secure storage

1.mmc testsecurestorage to test secure storage
2.test secure storage in rpmb and test secure storage in
security partition when use emmc
3.test secure storage

cmd: add test case for secure storage

1.mmc testsecurestorage to test secure storage
2.test secure storage in rpmb and test secure storage in
security partition when use emmc
3.test secure storage in security partition when use nand

Change-Id: Id6f72893c002c5040cb1790051c9685911878df7
Signed-off-by: Hisping Lin <hisping.lin@rock-chips.com>

show more ...


# 3decc737 18-Dec-2018 Tang Yun ping <typ@rock-chips.com>

cmd: ddr_tool: add ddr test tool code

RK3328/RK3326/PX30: enable CONFIG_OF_LIVE, CONFIG_ROCKCHIP_DMC and
CONFIG_CMD_DDR_TEST_TOOL.
RK1808/RK3399pro npu: enable CONFIG_CMD_DDR_TEST_TOOL.
When enable,

cmd: ddr_tool: add ddr test tool code

RK3328/RK3326/PX30: enable CONFIG_OF_LIVE, CONFIG_ROCKCHIP_DMC and
CONFIG_CMD_DDR_TEST_TOOL.
RK1808/RK3399pro npu: enable CONFIG_CMD_DDR_TEST_TOOL.
When enable, it will create a 'ddr_test' command for user in U-Boot shell.

Change-Id: Iaa286e461d53b1caa4bcc069d37a7aad16a3e5e3
Signed-off-by: Tang Yun ping <typ@rock-chips.com>

show more ...


# 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>


1234