Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
62b5487dab7ec4deded248d8d9b5f4462d4601e7
/
cmd
0316130
cros_ec: Show events in human-readable form
by Simon Glass
· Sat Jan 16 14:52:29 2021 -0700
9d70252
cros_ec: Add support for switches
by Simon Glass
· Sat Jan 16 14:52:28 2021 -0700
959e1ce
cros_ec: Support reading EC features
by Simon Glass
· Sat Jan 16 14:52:26 2021 -0700
33909b5
cros_ec: Add support for reading the SKU ID
by Simon Glass
· Sat Jan 16 14:52:25 2021 -0700
89f8267
cmd: add more implementation IDs to sbi command
by Heinrich Schuchardt
· Tue Jan 19 19:44:45 2021 +0000
196e0dc
cmd: misc: Fix return value for the sleep command
by Marek Szyprowski
· Fri Jan 22 12:27:31 2021 +0100
c77a1a3
cmd: pxe: add support for FDT overlays
by Neil Armstrong
· Wed Jan 20 09:54:53 2021 +0100
cd373b5
cmd: correct long text loadb, loadx, loady
by Heinrich Schuchardt
· Fri Jan 22 13:16:04 2021 +0100
a2f472d
cmd: change suppress newline in echo command
by Heinrich Schuchardt
· Wed Jan 20 12:13:30 2021 +0100
1af1673
cmd: efidebug: always check return code from get_variable()
by AKASHI Takahiro
· Fri Jan 22 10:42:48 2021 +0900
b2625e8
efi_loader: make the UEFI boot manager configurable
by Heinrich Schuchardt
· Fri Jan 15 19:02:50 2021 +0100
1d5955f
cmd: Add a pwm command
by Pragnesh Patel
· Tue Dec 22 11:30:05 2020 +0530
2eabe1a
cmd: disk: Remove fit_print_contents API
by Ravik Hasija
· Fri Jan 08 09:55:58 2021 -0800
3c0629b
bootmenu: Allow to quit it via ESC/CTRL+C
by Pali Rohár
· Sun Dec 27 01:04:38 2020 +0100
0c6776c
cmd: gpt: add eMMC and GPT support
by Corneliu Doban
· Mon Nov 09 11:49:16 2020 +0530
1cdcd0c
cmd: CMD_CPU depends on CPU
by Heinrich Schuchardt
· Thu Nov 05 00:29:11 2020 +0100
6427b5b
cmd: Add MBR partition layout control utility
by Marek Szyprowski
· Wed Dec 23 13:55:15 2020 +0100
2c1e224
efi_loader: implement EFI_DT_FIXUP_PROTOCOL
by Heinrich Schuchardt
· Sun Dec 13 10:30:24 2020 +0100
11a3fe0
cmd: conitrace: increase wait for next key
by Heinrich Schuchardt
· Sun Dec 27 00:12:28 2020 +0100
6b82159
efi_loader: setting boot device
by Heinrich Schuchardt
· Tue Jan 12 12:46:24 2021 +0100
6a7ae67
efi_loader: simplify running helloworld.efi
by Heinrich Schuchardt
· Tue Jan 12 17:44:08 2021 +0100
92d6d86
Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Wed Jan 06 07:57:33 2021 -0500
bb721de
Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next
by Tom Rini
· Tue Jan 05 22:34:43 2021 -0500
e6256ce
Merge tag 'v2021.01-rc5' into next
by Tom Rini
· Tue Jan 05 16:20:26 2021 -0500
6211d76
dm: core: Access device flags through functions
by Simon Glass
· Sat Dec 19 10:40:10 2020 -0700
0cf9f47
cmd: ubi: don't allow to rename a volume to a name that already exist
by Philippe Reynes
· Wed Dec 23 15:33:07 2020 +0100
b6e8ba1
cmd: load: Fix code indentation
by Michal Simek
· Tue Dec 01 13:58:28 2020 +0100
e6f9efc
efidebug: capsule: Add a command to update capsule on disk
by Sughosh Ganu
· Wed Dec 30 19:27:11 2020 +0530
f7eca61
cmd: Drop use of old sequence numbers in commands
by Simon Glass
· Wed Dec 16 21:20:31 2020 -0700
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· Wed Dec 16 21:20:07 2020 -0700
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· Thu Dec 03 16:55:23 2020 -0700
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· Thu Dec 03 16:55:20 2020 -0700
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
adaea9c
cmd: sandbox: implement exception command
by Heinrich Schuchardt
· Thu Nov 12 00:29:57 2020 +0100
c7b03e8
cli: Support macro processing with a fixed-size buffer
by Simon Glass
· Thu Nov 05 10:33:47 2020 -0700
783ef3f
env: Allow returning errors from hdelete_r()
by Simon Glass
· Thu Nov 05 10:33:37 2020 -0700
38833c8
cmd: add "efidebug capsule" command
by AKASHI Takahiro
· Tue Nov 17 09:28:01 2020 +0900
a51fb1c
cmd: efidebug: Add support for TCG2 final events table
by Ilias Apalodimas
· Mon Nov 30 11:47:41 2020 +0200
7f59c71
tpm: use more than sha256 on pcr_extend
by Ilias Apalodimas
· Thu Nov 26 23:07:22 2020 +0200
a81e9dc
cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2
by Patrick Delaunay
· Mon Oct 26 09:31:42 2020 +0100
580a7a5
setexpr: Add support for strings
by Simon Glass
· Sun Nov 01 14:15:44 2020 -0700
00547af
setexpr: Convert to use a struct for values
by Simon Glass
· Sun Nov 01 14:15:43 2020 -0700
7a11486
setexpr: Correct buffer overflow bug and enable tests
by Simon Glass
· Sun Nov 01 14:15:42 2020 -0700
28ae25a
setexpr: Correct dropping of final unmatched string
by Simon Glass
· Sun Nov 01 14:15:41 2020 -0700
00e4419
setexpr: Add some tests for buffer overflow and backref
by Simon Glass
· Sun Nov 01 14:15:40 2020 -0700
b8e9f2d
setexpr: Split the core logic into its own function
by Simon Glass
· Sun Nov 01 14:15:39 2020 -0700
7c19edf
setexpr: Add explicit support for 32- and 64-bit ints
by Simon Glass
· Sun Nov 01 14:15:37 2020 -0700
3d3c397
command: Add constants for cmd_get_data_size string / error
by Simon Glass
· Sun Nov 01 14:15:36 2020 -0700
feb7db8
cmd: pxe: Use internal FDT if retrieving from FDTDIR fails
by Anton Leontiev
· Tue Sep 03 10:52:24 2019 +0300
a078915
tpm: Change response length of tpm2_get_capability()
by Ilias Apalodimas
· Thu Nov 05 23:58:43 2020 +0200
30ca181
cmd: conitrace: replace getc() by getchar()
by Heinrich Schuchardt
· Fri Oct 23 12:46:04 2020 +0200
304882e
cmd: log: Add commands to manipulate filters
by Sean Anderson
· Tue Oct 27 19:55:38 2020 -0400
60aa4fe
cmd: log: Make "log level" print all log levels
by Sean Anderson
· Tue Oct 27 19:55:35 2020 -0400
cd6f8ab
cmd: log: Add commands to list categories and drivers
by Sean Anderson
· Tue Oct 27 19:55:34 2020 -0400
0a3b694
cmd: log: Split off log level parsing
by Sean Anderson
· Tue Oct 27 19:55:33 2020 -0400
dcabb4b
cmd: log: Use sub-commands for log
by Sean Anderson
· Tue Oct 27 19:55:32 2020 -0400
c182182
test: log: Convert log_test from python to C
by Sean Anderson
· Tue Oct 27 19:55:27 2020 -0400
b6e92dc
log: Use CONFIG_IS_ENABLED() for LOG_TEST
by Sean Anderson
· Tue Oct 27 19:55:23 2020 -0400
9a2cdfc
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
by Tom Rini
· Thu Oct 29 09:10:24 2020 -0400
becd9b7
cmd: Add a mux command
by Pratyush Yadav
· Fri Oct 16 16:16:35 2020 +0530
fad2e88
cmd: fat: Use do_save() for fatwrite
by Lad Prabhakar
· Tue Oct 20 08:45:46 2020 +0100
e1dae50
cmd: Add a 'misc' command to access miscellaneous devices
by Bin Meng
· Wed Oct 14 14:34:52 2020 +0800
9ad0417
cmd: Split out timer command from the sleep command
by Bin Meng
· Tue Oct 13 18:45:06 2020 +0800
7c4f7be
cmd: Rename CMD_MISC to CMD_SLEEP
by Bin Meng
· Tue Oct 13 18:45:05 2020 +0800
1a99435
cmd: optee_rpmb command for read/write of rpmb from optee
by Ruchika Gupta
· Fri Oct 23 13:39:33 2020 +0530
c4954fb
common: rename getc() to getchar()
by Heinrich Schuchardt
· Wed Oct 07 18:11:48 2020 +0200
adee5df
cmd/button: return button status
by Heinrich Schuchardt
· Mon Sep 14 12:50:56 2020 +0200
cdd6a6d
cmd: Fixup DT to pass PStore Ramoops parameters
by Frédéric Danis
· Fri Mar 20 10:59:24 2020 +0100
ed2e8e4
cmd: Add command to display or save Linux PStore dumps
by Frédéric Danis
· Fri Mar 20 10:59:22 2020 +0100
e9d54d7
Kconfig: Move autoboot options under boot options
by Simon Glass
· Thu Sep 10 20:21:16 2020 -0600
bd81c5b
Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm
by Tom Rini
· Tue Oct 06 13:59:01 2020 -0400
b936a97
bloblist: Add a command
by Simon Glass
· Sat Sep 19 18:49:26 2020 -0600
928de7d
efi_loader: consider no-map property of reserved memory
by Heinrich Schuchardt
· Thu Aug 27 12:52:20 2020 +0200
38ae92e
Merge branch 'next'
by Tom Rini
· Mon Oct 05 13:05:46 2020 -0400
2829d99
sntp: use udp framework
by Philippe Reynes
· Fri Sep 18 14:13:02 2020 +0200
3375e0b
cmd: irq: disable CMD_IRQ for riscv arch
by Pragnesh Patel
· Mon Aug 24 20:38:55 2020 +0530
50adeff
efi_loader: efidebug display RNG protocol
by Heinrich Schuchardt
· Sun Sep 27 14:50:25 2020 +0200
38738d9
Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next
by Tom Rini
· Fri Sep 25 09:04:01 2020 -0400
3bbcf6f
x86: video: Show information about each video device
by Simon Glass
· Tue Sep 22 21:16:40 2020 -0600
fbf120c
x86: Add support for more than 8 MTRRs
by Simon Glass
· Tue Sep 22 14:54:51 2020 -0600
fdc4587
x86: Allow showing details about a HOB entry
by Simon Glass
· Tue Sep 22 14:54:50 2020 -0600
fe6d294
x86: hob: Try to show a name instead of a GUID
by Simon Glass
· Tue Sep 22 14:54:49 2020 -0600
3c07f1c
x86: hob: Add way to show a single hob entry
by Simon Glass
· Tue Sep 22 14:54:48 2020 -0600
01c102d
Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next
by Tom Rini
· Thu Sep 24 08:33:47 2020 -0400
37923d9
cmd: pxe: Add relocation to pxe_sub cmds
by T Karthik Reddy
· Wed Sep 16 01:13:56 2020 -0600
594a7f0
Merge branch 'master' into next
by Tom Rini
· Mon Sep 21 14:25:37 2020 -0400
c248742
cmd: acpi: Print revisions in hex format
by Andy Shevchenko
· Mon Sep 21 11:34:21 2020 +0300
2febde4
Merge tag 'efi-2020-10-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
by Tom Rini
· Sat Sep 19 08:35:20 2020 -0400
d9858d6
efi: change 'env -e -i' usage syntax
by Maxim Uvarov
· Fri Aug 28 22:20:10 2020 +0300
1c39c10
cmd: mem: fix range of bitflip test
by Ralph Siemsen
· Wed Sep 09 12:10:00 2020 -0400
834b552
env: Crash in 'env import' when using checksum and a specific size
by Pedro Aguilar
· Mon Aug 31 11:01:41 2020 +0200
8724b97
board: ns3: kconfig: extend board kconfig with specific commands
by Vladimir Olovyannikov
· Thu Aug 20 20:41:07 2020 +0530
79e3e02a
cmd: broadcom: add command for chimp handshake
by Bharat Kumar Reddy Gooty
· Thu Aug 20 20:41:06 2020 +0530
c693173
cmd: broadcom: add cmd to update bnxt image env variables
by Vikas Gupta
· Thu Aug 20 20:41:05 2020 +0530
c30a59c
cmd: broadcom: add bnxt boot command
by Trac Hoang
· Thu Aug 20 20:41:04 2020 +0530
26fd219
Merge branch 'remove-config-nr-dram-banks-v9-2020-08-26' of https://gitlab.denx.de/u-boot/custodians/u-boot-marvell into next
by Tom Rini
· Mon Sep 07 14:31:00 2020 -0400
cc5bd26
efi: clean up efi command
by Heinrich Schuchardt
· Thu Aug 27 12:39:03 2020 +0200
c3a9c9c
efi_loader: log messages for bootefi command
by Heinrich Schuchardt
· Tue Aug 25 17:54:05 2020 +0000
d0ba411
Merge branch 'master' of git://git.denx.de/u-boot-usb
by Tom Rini
· Thu Sep 03 09:48:28 2020 -0400
be30ec1
usb: gadget: Fix controller index in UMS
by Ye Li
· Mon Jun 29 10:12:26 2020 +0800
Next »