Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
99ebfbf7af26777f7caab51779fd4333418253d6
/
cmd
ca51b77
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· Mon Jun 24 13:34:52 2024 -0600
cd3894e
cmd: link to doc/usage/fit/x86-fit-boot.rst
by Heinrich Schuchardt
· Tue Jun 18 08:05:46 2024 +0200
4f7d983
cmd: fix typo in CMD_BOOTMETH help text
by Quentin Schulz
· Wed Jun 12 16:58:46 2024 +0200
98379e3
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
by Tom Rini
· Sun Jun 16 09:10:13 2024 -0600
ea36ada
cyclic: make clients embed a struct cyclic_info in their own data structure
by Rasmus Villemoes
· Tue May 21 10:46:52 2024 +0200
e4170b8
cmd: move ELF load and boot to lib/elf.c
by Maxim Moskalets
· Wed Jun 05 21:43:34 2024 +0300
f57988d
imxtract: add support for zstd-compressed images
by Dmitry Gerasimov
· Sun Jun 02 17:25:52 2024 +0200
51027c7
cmd: sound: fix help text
by Quentin Schulz
· Mon Jun 10 18:11:44 2024 +0200
626c1ff
Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· Tue Jun 11 07:42:55 2024 -0600
40da9e6
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
by Heinrich Schuchardt
· Mon Jun 10 10:00:01 2024 +0200
bb89a2b
cmd: efidebug: add support for setting fdt
by Heinrich Schuchardt
· Fri Apr 26 16:13:12 2024 +0200
f7529f7
cmd: eficonfig: add support for setting fdt
by Heinrich Schuchardt
· Fri Apr 26 16:13:11 2024 +0200
f8de009
efi_loader: allow concatenation with contained end node
by Heinrich Schuchardt
· Fri May 24 14:54:26 2024 +0200
826e0be
abootimg: Add init_boot image support
by Roman Stratiienko
· Thu May 23 07:06:07 2024 +0000
82b5a86
Merge patch series "'eeprom' command improvements"
by Tom Rini
· Fri Jun 07 10:48:41 2024 -0600
e554506
cmd: eeprom: Extend to EEPROMs probed via driver model
by Marek Behún
· Tue May 21 09:13:35 2024 +0200
5ff2f6d
cmd: eeprom: Don't read/write whole EEPROM if not necessary
by Marek Behún
· Tue May 21 09:13:34 2024 +0200
533d338
cmd: eeprom: Refactor command execution into function by action
by Marek Behún
· Tue May 21 09:13:33 2024 +0200
246d1a5
cmd: eeprom: Refactor eeprom device specifier parsing
by Marek Behún
· Tue May 21 09:13:32 2024 +0200
a56f0ca
cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
by Marek Behún
· Tue May 21 09:13:31 2024 +0200
bff98ba
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
by Marek Behún
· Tue May 21 09:13:30 2024 +0200
ce0a0ef
cmd: eeprom: Fix usage help for the eeprom command
by Marek Behún
· Tue May 21 09:13:29 2024 +0200
a9705f0
Merge tag 'v2024.07-rc4' into next
by Tom Rini
· Mon Jun 03 18:42:11 2024 -0600
29950c0
usb: remove not used variable in usb_ether_curr_dev
by Heiko Schocher
· Wed May 15 08:24:41 2024 +0200
bbfa608
tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend
by Tim Harvey
· Sat May 25 13:00:49 2024 -0700
71407d8
Merge patch series "FWU: Add support for FWU metadata version 2"
by Tom Rini
· Fri May 24 13:42:07 2024 -0600
90ec245
cmd: fwu: make changes for supporting FWU metadata version 2
by Sughosh Ganu
· Fri Mar 22 16:27:27 2024 +0530
775e261
Merge patch series "Clean-up patch set for MbedTLS integration"
by Tom Rini
· Wed May 22 08:55:35 2024 -0600
24da831
include: Move snprintf to stdio.h
by Raymond Mao
· Thu May 16 14:11:52 2024 -0700
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· Mon May 20 13:35:03 2024 -0600
cb40ccc
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· Mon May 20 10:16:33 2024 -0600
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· Sat May 18 20:20:43 2024 -0600
63548fb
sandbox: make function 'do_undefined' properly compiles for PowerPC
by WHR
· Wed May 01 00:55:10 2024 +0800
5c1444f
cmd: Remove <common.h> and add needed includes
by Tom Rini
· Sat Apr 27 08:10:59 2024 -0600
67ecd62
cmd/Kconfig: Add some missing dependencies
by Tom Rini
· Sat Apr 27 08:10:52 2024 -0600
cdea43b
cmd: gpt: initialize partition table
by Kishan Dudhatra
· Mon Apr 22 23:47:33 2024 +0530
618618d
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· Wed May 01 19:40:32 2024 -0600
9f251d1
cmd: sbi: add coreboot and oreboot implementation IDs
by Heinrich Schuchardt
· Wed Apr 17 16:01:28 2024 +0200
85efa4e
cmd: sbi: add Supervisor Software Events extension
by Heinrich Schuchardt
· Wed Apr 17 16:01:27 2024 +0200
3d6d02a
cmd: terminate efidebug test bootmgr early on error
by Heinrich Schuchardt
· Sat Apr 20 16:06:16 2024 +0200
1ca2096
efi_loader: superfluous efi_restore_gd after EFI_CALL
by Heinrich Schuchardt
· Fri Apr 19 11:59:01 2024 +0200
69041dd
cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST
by Heinrich Schuchardt
· Mon Apr 22 15:50:10 2024 +0200
4393ed9
Merge patch series "Kconfig: some cleanups"
by Tom Rini
· Mon Apr 22 11:01:56 2024 -0600
dd5000ef
Kconfig: Add missing quotes around source file
by Michal Simek
· Tue Apr 16 08:55:16 2024 +0200
fc22ac2
cmd: eficonfig: check initrd path allocation
by Heinrich Schuchardt
· Wed Apr 17 18:01:25 2024 +0200
08f3240
Kconfig: Remove all default n options
by Michal Simek
· Mon Apr 15 10:20:05 2024 +0200
0748eb1
Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u-boot-tpm
by Tom Rini
· Thu Apr 18 12:13:40 2024 -0600
793921e
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled""
by Tom Rini
· Thu Apr 18 08:29:35 2024 -0600
084d88f
cmd: optee_rpmb: build cmd for sandbox
by Igor Opaniuk
· Thu Apr 04 15:19:49 2024 +0200
3db6974
cmd: optee_rpmb: close tee session
by Igor Opaniuk
· Thu Apr 04 15:19:48 2024 +0200
eeee659
cmd: mtd: OTP access support
by Arseniy Krasnov
· Wed Mar 27 01:39:19 2024 +0300
90fec2b
cmd: sf: Fix sf probe crash
by Weizhao Ouyang
· Thu Jan 04 11:46:19 2024 +0000
28c2362
Fix references to trace doc
by Vincent Stehlé
· Thu Apr 11 18:44:02 2024 +0200
34bc960
sandbox: move sandbox specifics to booti_setup()
by Heinrich Schuchardt
· Thu Jan 11 09:03:43 2024 +0100
5725dde
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· Wed Apr 10 17:06:27 2024 -0600
ae4eb81
fastboot: Change fastboot_buf_addr to an address
by Simon Glass
· Thu Dec 14 21:19:04 2023 -0700
b4832e8
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· Thu Dec 14 21:19:01 2023 -0700
79b906c
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· Thu Dec 14 21:19:00 2023 -0700
5de06a6
Merge patch series "Complete decoupling of zboot logic from commands"
by Tom Rini
· Wed Apr 10 13:49:35 2024 -0600
14c0fc7
x86: zboot: Separate logic functions from commands
by Simon Glass
· Sun Dec 03 17:29:36 2023 -0700
357105f
x86: zboot: Move argument processing outside zboot_start()
by Simon Glass
· Sun Dec 03 17:29:34 2023 -0700
e1f59f4
x86: zboot: Drop intermediate zboot_go() function
by Simon Glass
· Sun Dec 03 17:29:33 2023 -0700
82e6b89
x86: zboot: Drop intermediate zboot_setup() function
by Simon Glass
· Sun Dec 03 17:29:32 2023 -0700
f6d7ebd
x86: zboot: Move environment setting into zboot_load()
by Simon Glass
· Sun Dec 03 17:29:31 2023 -0700
a911beb
x86: zboot: Create separate functions for the logic
by Simon Glass
· Sun Dec 03 17:29:30 2023 -0700
205374e
x86: zboot: Avoid iteration in do_zboot_states()
by Simon Glass
· Sun Dec 03 17:29:29 2023 -0700
c90a406
x86: zboot: Create a separate ZBOOT option for zboot logic
by Simon Glass
· Sun Dec 03 17:29:28 2023 -0700
2bf90bd
x86: zboot: Move command code into its own file
by Simon Glass
· Sun Dec 03 17:29:27 2023 -0700
a119833
cmd: sysboot: null check filename
by Caleb Connolly
· Mon Mar 18 23:16:36 2024 +0000
5304d5d
cmd: rng: Print "Abort" on -EINTR
by Marek Behún
· Thu Apr 04 09:51:05 2024 +0200
4b5b5fe
Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu
by Tom Rini
· Tue Apr 02 22:37:23 2024 -0400
58b796b
cmd: smbios: type 1 wake-up time, family
by Heinrich Schuchardt
· Sat Feb 10 12:06:47 2024 +0100
10de8a8
acpi: rename aslc_id, aslc_revision
by Heinrich Schuchardt
· Sun Jan 21 12:52:48 2024 +0100
98c9212
Merge tag 'v2024.04-rc5' into next
by Tom Rini
· Mon Mar 25 22:15:47 2024 -0400
00e9e0c
usb: gadget: UMS: support multiple sector sizes
by Caleb Connolly
· Wed Mar 20 14:30:50 2024 +0000
42f9979
cmd: bootefi: error handling bootefi selftest
by Heinrich Schuchardt
· Sat Mar 16 10:36:44 2024 +0100
985482d
cmd: bootefi: Don't show usage help if EFI binary fails.
by Heinrich Schuchardt
· Sat Mar 16 10:36:43 2024 +0100
d960e20
Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next
by Tom Rini
· Tue Mar 19 09:10:30 2024 -0400
d894f7a
Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next
by Tom Rini
· Fri Mar 15 09:15:31 2024 -0400
ded03b0
pmic: reword help text
by Quentin Schulz
· Thu Mar 14 10:36:19 2024 +0100
938f011
cmd: add FDT setup for bootelf by flag
by Maxim Moskalets
· Fri Mar 08 00:29:14 2024 +0300
ae31efc
cli: allow users to determine history buffer allocation method
by Hanyuan Zhao
· Tue Mar 05 15:37:35 2024 +0800
168e947
cmd: rng: Add rng list command
by Weizhao Ouyang
· Mon Mar 04 14:42:42 2024 +0000
d66844d
cmd: sbi: formatting PolarFire Hart Software Services version
by Heinrich Schuchardt
· Wed Mar 06 15:48:52 2024 +0100
6e53e1d
cmd: sbi: Correctly display unknown implementation IDs
by Heinrich Schuchardt
· Wed Mar 06 15:44:02 2024 +0100
489a578
cmd: md5sum: use hash_command
by Igor Opaniuk
· Sat Mar 02 16:05:48 2024 +0100
c5f053d
cmd: eeprom: Fix config dependency
by Ivan Orlov
· Fri Feb 23 17:14:20 2024 +0000
c588e9b
fs: drop reiserfs
by Peter Robinson
· Sun Feb 18 23:59:35 2024 +0000
1c01ed3
cmd: remove common.h from exception command implementations
by Heinrich Schuchardt
· Mon Feb 12 17:53:29 2024 +0100
847f69c
cmd: setexpr: fix no matching string in gsub return empty value
by Massimiliano Minella
· Thu Feb 08 15:58:27 2024 +0100
d2e83e2
cmd: avb: rework do_avb_verify_part
by Igor Opaniuk
· Fri Feb 09 20:20:44 2024 +0100
a4669d7
cmd: avb: rework prints
by Igor Opaniuk
· Fri Feb 09 20:20:42 2024 +0100
29cb886
avb: move SPDX license identifiers to the first line
by Igor Opaniuk
· Fri Feb 09 20:20:40 2024 +0100
1eb0c62
cmd: hash: fix param count check
by Igor Opaniuk
· Wed Feb 07 01:01:32 2024 +0100
68e948a
smbios: correctly name Structure Table Maximum Size field
by Heinrich Schuchardt
· Wed Jan 31 23:49:34 2024 +0100
4bdecef
cmd: smbios: show correct table size for SMBIOS2.1 entry point
by Heinrich Schuchardt
· Wed Jan 31 23:34:46 2024 +0100
baf24c7
cmd: smbios: replace missing string by 'Not Specified'
by Heinrich Schuchardt
· Mon Jan 29 18:01:27 2024 +0100
5b3bfee
cmd: smbios: add missing colon after UUID
by Heinrich Schuchardt
· Mon Jan 29 18:51:24 2024 +0100
b1d3108
cmd: smbios: always use '0x%04x' for printing handles
by Heinrich Schuchardt
· Mon Jan 29 18:09:50 2024 +0100
35b0d18
cmd: sbi: add support for Debug Trigger Extension
by Heinrich Schuchardt
· Wed Jan 17 17:46:52 2024 +0100
Next »