Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9796bddc7bd0e046d5c7e8e564ed2ee4a182815d
/
cmd
6c368f4
Fix Kconfig coding style from spaces to tab
by Anand Moon
· 5 months ago
e2b258c
cmd: bootm: add ELF file support
by Maxim Moskalets
· 5 months ago
eff0649
Merge patch series "m68k: Implement a default flush_dcache_all"
by Tom Rini
· 5 months ago
f773232
cmd: cache: Remove weak functions
by Tom Rini
· 5 months ago
97017d8
Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· 5 months ago
069fd5f
sandbox: enable support for the unlz4 command
by Jonathan Liu
· 6 months ago
ff3f083
cmd: ubi: check 'updating' before calling ubi_more_update_data()
by Martin Kurbanov
· 5 months ago
fb42f60
cmd: ubi: remove redundant initializations
by Martin Kurbanov
· 5 months ago
6a53fb5
Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 5 months ago
a585918
cmd: correct kaslrseed description
by Heinrich Schuchardt
· 5 months ago
d8d53db
cmd: fwu: Also print information about size
by Michal Simek
· 6 months ago
4972f15
Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"
by Tom Rini
· 5 months ago
c75fab4
use fdt_kaslrseed function to de-duplicate code
by Tim Harvey
· 5 months ago
1f613c6
zboot: Correct use of state_mask argument
by Simon Glass
· 5 months ago
95c8c8b
zboot: Add debugging for booting
by Simon Glass
· 5 months ago
def1e37
cmd: gpt: Fix freeing gpt_pte in gpt_verify()
by Sam Protsenko
· 5 months ago
4c1ca0d
cmd: Make use of U_BOOT_LONGHELP when missing
by Tom Rini
· 5 months ago
ca51b77
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· 5 months ago
cd3894e
cmd: link to doc/usage/fit/x86-fit-boot.rst
by Heinrich Schuchardt
· 5 months ago
4f7d983
cmd: fix typo in CMD_BOOTMETH help text
by Quentin Schulz
· 6 months ago
98379e3
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
by Tom Rini
· 5 months ago
ea36ada
cyclic: make clients embed a struct cyclic_info in their own data structure
by Rasmus Villemoes
· 6 months ago
e4170b8
cmd: move ELF load and boot to lib/elf.c
by Maxim Moskalets
· 6 months ago
f57988d
imxtract: add support for zstd-compressed images
by Dmitry Gerasimov
· 6 months ago
51027c7
cmd: sound: fix help text
by Quentin Schulz
· 6 months ago
626c1ff
Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 6 months ago
40da9e6
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
by Heinrich Schuchardt
· 6 months ago
bb89a2b
cmd: efidebug: add support for setting fdt
by Heinrich Schuchardt
· 7 months ago
f7529f7
cmd: eficonfig: add support for setting fdt
by Heinrich Schuchardt
· 7 months ago
f8de009
efi_loader: allow concatenation with contained end node
by Heinrich Schuchardt
· 6 months ago
826e0be
abootimg: Add init_boot image support
by Roman Stratiienko
· 6 months ago
82b5a86
Merge patch series "'eeprom' command improvements"
by Tom Rini
· 6 months ago
e554506
cmd: eeprom: Extend to EEPROMs probed via driver model
by Marek Behún
· 6 months ago
5ff2f6d
cmd: eeprom: Don't read/write whole EEPROM if not necessary
by Marek Behún
· 6 months ago
533d338
cmd: eeprom: Refactor command execution into function by action
by Marek Behún
· 6 months ago
246d1a5
cmd: eeprom: Refactor eeprom device specifier parsing
by Marek Behún
· 6 months ago
a56f0ca
cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
by Marek Behún
· 6 months ago
bff98ba
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
by Marek Behún
· 6 months ago
ce0a0ef
cmd: eeprom: Fix usage help for the eeprom command
by Marek Behún
· 6 months ago
a9705f0
Merge tag 'v2024.07-rc4' into next
by Tom Rini
· 6 months ago
29950c0
usb: remove not used variable in usb_ether_curr_dev
by Heiko Schocher
· 7 months ago
bbfa608
tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend
by Tim Harvey
· 6 months ago
71407d8
Merge patch series "FWU: Add support for FWU metadata version 2"
by Tom Rini
· 6 months ago
90ec245
cmd: fwu: make changes for supporting FWU metadata version 2
by Sughosh Ganu
· 8 months ago
775e261
Merge patch series "Clean-up patch set for MbedTLS integration"
by Tom Rini
· 6 months ago
24da831
include: Move snprintf to stdio.h
by Raymond Mao
· 6 months ago
dec7ea0
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 6 months ago
cb40ccc
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· 6 months ago
abb9a04
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 6 months ago
63548fb
sandbox: make function 'do_undefined' properly compiles for PowerPC
by WHR
· 7 months ago
5c1444f
cmd: Remove <common.h> and add needed includes
by Tom Rini
· 7 months ago
67ecd62
cmd/Kconfig: Add some missing dependencies
by Tom Rini
· 7 months ago
cdea43b
cmd: gpt: initialize partition table
by Kishan Dudhatra
· 7 months ago
618618d
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· 7 months ago
9f251d1
cmd: sbi: add coreboot and oreboot implementation IDs
by Heinrich Schuchardt
· 7 months ago
85efa4e
cmd: sbi: add Supervisor Software Events extension
by Heinrich Schuchardt
· 7 months ago
3d6d02a
cmd: terminate efidebug test bootmgr early on error
by Heinrich Schuchardt
· 7 months ago
1ca2096
efi_loader: superfluous efi_restore_gd after EFI_CALL
by Heinrich Schuchardt
· 7 months ago
69041dd
cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST
by Heinrich Schuchardt
· 7 months ago
4393ed9
Merge patch series "Kconfig: some cleanups"
by Tom Rini
· 7 months ago
dd5000ef
Kconfig: Add missing quotes around source file
by Michal Simek
· 8 months ago
fc22ac2
cmd: eficonfig: check initrd path allocation
by Heinrich Schuchardt
· 7 months ago
08f3240
Kconfig: Remove all default n options
by Michal Simek
· 8 months ago
0748eb1
Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u-boot-tpm
by Tom Rini
· 7 months ago
793921e
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled""
by Tom Rini
· 7 months ago
084d88f
cmd: optee_rpmb: build cmd for sandbox
by Igor Opaniuk
· 8 months ago
3db6974
cmd: optee_rpmb: close tee session
by Igor Opaniuk
· 8 months ago
eeee659
cmd: mtd: OTP access support
by Arseniy Krasnov
· 8 months ago
90fec2b
cmd: sf: Fix sf probe crash
by Weizhao Ouyang
· 11 months ago
28c2362
Fix references to trace doc
by Vincent Stehlé
· 8 months ago
34bc960
sandbox: move sandbox specifics to booti_setup()
by Heinrich Schuchardt
· 11 months ago
5725dde
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· 8 months ago
ae4eb81
fastboot: Change fastboot_buf_addr to an address
by Simon Glass
· 12 months ago
b4832e8
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· 12 months ago
79b906c
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· 12 months ago
5de06a6
Merge patch series "Complete decoupling of zboot logic from commands"
by Tom Rini
· 8 months ago
14c0fc7
x86: zboot: Separate logic functions from commands
by Simon Glass
· 12 months ago
357105f
x86: zboot: Move argument processing outside zboot_start()
by Simon Glass
· 12 months ago
e1f59f4
x86: zboot: Drop intermediate zboot_go() function
by Simon Glass
· 12 months ago
82e6b89
x86: zboot: Drop intermediate zboot_setup() function
by Simon Glass
· 12 months ago
f6d7ebd
x86: zboot: Move environment setting into zboot_load()
by Simon Glass
· 12 months ago
a911beb
x86: zboot: Create separate functions for the logic
by Simon Glass
· 12 months ago
205374e
x86: zboot: Avoid iteration in do_zboot_states()
by Simon Glass
· 12 months ago
c90a406
x86: zboot: Create a separate ZBOOT option for zboot logic
by Simon Glass
· 12 months ago
2bf90bd
x86: zboot: Move command code into its own file
by Simon Glass
· 12 months ago
a119833
cmd: sysboot: null check filename
by Caleb Connolly
· 8 months ago
5304d5d
cmd: rng: Print "Abort" on -EINTR
by Marek Behún
· 8 months ago
4b5b5fe
Merge tag 'u-boot-dfu-next-20240402' of https://source.denx.de/u-boot/custodians/u-boot-dfu
by Tom Rini
· 8 months ago
58b796b
cmd: smbios: type 1 wake-up time, family
by Heinrich Schuchardt
· 10 months ago
10de8a8
acpi: rename aslc_id, aslc_revision
by Heinrich Schuchardt
· 10 months ago
98c9212
Merge tag 'v2024.04-rc5' into next
by Tom Rini
· 8 months ago
00e9e0c
usb: gadget: UMS: support multiple sector sizes
by Caleb Connolly
· 8 months ago
42f9979
cmd: bootefi: error handling bootefi selftest
by Heinrich Schuchardt
· 9 months ago
985482d
cmd: bootefi: Don't show usage help if EFI binary fails.
by Heinrich Schuchardt
· 9 months ago
d960e20
Merge tag 'u-boot-socfpga-next-20240319' of https://source.denx.de/u-boot/custodians/u-boot-socfpga into next
by Tom Rini
· 8 months ago
d894f7a
Merge tag 'u-boot-rockchip-20240315' of https://source.denx.de/u-boot/custodians/u-boot-rockchip into next
by Tom Rini
· 9 months ago
ded03b0
pmic: reword help text
by Quentin Schulz
· 9 months ago
938f011
cmd: add FDT setup for bootelf by flag
by Maxim Moskalets
· 9 months ago
ae31efc
cli: allow users to determine history buffer allocation method
by Hanyuan Zhao
· 9 months ago
168e947
cmd: rng: Add rng list command
by Weizhao Ouyang
· 9 months ago
Next »