Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
refs/heads/WIP/01Sep2024
/
cmd
61faa6d
cmd: bcb: Fix segfault on invalid block device
by Mattijs Korpershoek
· 4 months ago
25ee9c2
ubi: allow to write to volume with offset
by Alexey Romanov
· 4 months ago
cead69c
ubi: allow to read from volume with offset
by Alexey Romanov
· 4 months ago
476fb4d
cmd: cpu: add release subcommand
by Hou Zhiqiang
· 4 months ago
8877bc5
Merge patch series "led: implement software blinking"
by Tom Rini
· 4 months ago
WIP/30Jul2024
2a15c67
led: enable LEDST_BLINK state unconditionally
by Mikhail Kshevetskiy
· 4 months ago
84e000c
cmd: move CMD_DHCP6 options beneath CMD_DHCP6
by Heinrich Schuchardt
· 4 months ago
0e46384
cmd: correct ELF-related commands dependencies
by Maxim Moskalets
· 4 months ago
b81e31a
bootstash: Do not provide a default address for all
by Tom Rini
· 4 months ago
4595600
Merge patch series "bootstd: Add Android support"
by Tom Rini
· 4 months ago
a525656
android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()
by Mattijs Korpershoek
· 5 months ago
e569c73
cmd: Remove duplicate newlines
by Marek Vasut
· 4 months ago
8d57f46
cmd: add resize for FDT in bootelf
by Maxim Moskalets
· 5 months ago
72e77ab
gpt: allow spaces in partition list
by Mikhail Kshevetskiy
· 5 months ago
608a88c
Fix Kconfig coding style from spaces to tab
by Anand Moon
· 5 months ago
2abf14d
cmd: bootm: add ELF file support
by Maxim Moskalets
· 5 months ago
f0a259c
Merge patch series "m68k: Implement a default flush_dcache_all"
by Tom Rini
· 5 months ago
7d6cee2
cmd: cache: Remove weak functions
by Tom Rini
· 5 months ago
005105b
Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· 5 months ago
d243b36
sandbox: enable support for the unlz4 command
by Jonathan Liu
· 6 months ago
27b169f
cmd: ubi: check 'updating' before calling ubi_more_update_data()
by Martin Kurbanov
· 5 months ago
abae0b7
cmd: ubi: remove redundant initializations
by Martin Kurbanov
· 5 months ago
2f96033
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
WIP/30Jun2024-next
0b07b5e
cmd: correct kaslrseed description
by Heinrich Schuchardt
· 5 months ago
a53fb76
cmd: fwu: Also print information about size
by Michal Simek
· 6 months ago
48641bf
Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"
by Tom Rini
· 5 months ago
WIP/28Jun2024-next
909321b
use fdt_kaslrseed function to de-duplicate code
by Tim Harvey
· 5 months ago
52ff1f5
zboot: Correct use of state_mask argument
by Simon Glass
· 5 months ago
bce4c15
zboot: Add debugging for booting
by Simon Glass
· 5 months ago
04c63f1
cmd: gpt: Fix freeing gpt_pte in gpt_verify()
by Sam Protsenko
· 5 months ago
b85ecb2
cmd: Make use of U_BOOT_LONGHELP when missing
by Tom Rini
· 5 months ago
a7eada2
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· 5 months ago
082b467
cmd: link to doc/usage/fit/x86-fit-boot.rst
by Heinrich Schuchardt
· 5 months ago
20a0383
cmd: fix typo in CMD_BOOTMETH help text
by Quentin Schulz
· 5 months ago
e242cd9
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
by Tom Rini
· 5 months ago
WIP/16Jun2024-next
008c4b3
cyclic: make clients embed a struct cyclic_info in their own data structure
by Rasmus Villemoes
· 6 months ago
46b6a3e
cmd: move ELF load and boot to lib/elf.c
by Maxim Moskalets
· 6 months ago
WIP/14Jun2024-next
822911d
imxtract: add support for zstd-compressed images
by Dmitry Gerasimov
· 6 months ago
ca6a992
cmd: sound: fix help text
by Quentin Schulz
· 6 months ago
9cf83a7
Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 6 months ago
WIP/11Jun2024-next
535321c
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
by Heinrich Schuchardt
· 6 months ago
d9f7f42
cmd: efidebug: add support for setting fdt
by Heinrich Schuchardt
· 7 months ago
58bef19
cmd: eficonfig: add support for setting fdt
by Heinrich Schuchardt
· 7 months ago
bf03333
efi_loader: allow concatenation with contained end node
by Heinrich Schuchardt
· 6 months ago
17b1656
abootimg: Add init_boot image support
by Roman Stratiienko
· 6 months ago
77ba281
Merge patch series "'eeprom' command improvements"
by Tom Rini
· 6 months ago
57a9e8d
cmd: eeprom: Extend to EEPROMs probed via driver model
by Marek Behún
· 6 months ago
e5dbc80
cmd: eeprom: Don't read/write whole EEPROM if not necessary
by Marek Behún
· 6 months ago
e9774af
cmd: eeprom: Refactor command execution into function by action
by Marek Behún
· 6 months ago
15f0536
cmd: eeprom: Refactor eeprom device specifier parsing
by Marek Behún
· 6 months ago
fda747c
cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
by Marek Behún
· 6 months ago
2d49daf
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
by Marek Behún
· 6 months ago
642ec48
cmd: eeprom: Fix usage help for the eeprom command
by Marek Behún
· 6 months ago
227be29
Merge tag 'v2024.07-rc4' into next
by Tom Rini
· 6 months ago
8f8b4b0
usb: remove not used variable in usb_ether_curr_dev
by Heiko Schocher
· 6 months ago
89aa846
tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend
by Tim Harvey
· 6 months ago
7e52d6c
Merge patch series "FWU: Add support for FWU metadata version 2"
by Tom Rini
· 6 months ago
WIP/24May2024-next
7cfe0d8
cmd: fwu: make changes for supporting FWU metadata version 2
by Sughosh Ganu
· 8 months ago
377e91c
Merge patch series "Clean-up patch set for MbedTLS integration"
by Tom Rini
· 6 months ago
WIP/22May2024-next
cb73fe9
include: Move snprintf to stdio.h
by Raymond Mao
· 6 months ago
03de305
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 6 months ago
WIP/20May2024-next
d478142
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· 6 months ago
d678a59
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 6 months ago
e0112bc
sandbox: make function 'do_undefined' properly compiles for PowerPC
by WHR
· 7 months ago
301bac6
cmd: Remove <common.h> and add needed includes
by Tom Rini
· 7 months ago
5560830
cmd/Kconfig: Add some missing dependencies
by Tom Rini
· 7 months ago
8024d57
cmd: gpt: initialize partition table
by Kishan Dudhatra
· 7 months ago
62825d4
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· 7 months ago
b49861a
cmd: sbi: add coreboot and oreboot implementation IDs
by Heinrich Schuchardt
· 7 months ago
c57c187
cmd: sbi: add Supervisor Software Events extension
by Heinrich Schuchardt
· 7 months ago
84aab11
cmd: terminate efidebug test bootmgr early on error
by Heinrich Schuchardt
· 7 months ago
a55039d
efi_loader: superfluous efi_restore_gd after EFI_CALL
by Heinrich Schuchardt
· 7 months ago
aa028df
cmd: CONFIG_CMD_BLOBLIST must depend on CONFIG_BLOBLIST
by Heinrich Schuchardt
· 7 months ago
9552923
Merge patch series "Kconfig: some cleanups"
by Tom Rini
· 7 months ago
953d335
Kconfig: Add missing quotes around source file
by Michal Simek
· 7 months ago
8afeab4
cmd: eficonfig: check initrd path allocation
by Heinrich Schuchardt
· 7 months ago
84dda5c
Kconfig: Remove all default n options
by Michal Simek
· 7 months ago
d893c93
Merge tag 'tpm-master-18042024' of https://source.denx.de/u-boot/custodians/u-boot-tpm
by Tom Rini
· 7 months ago
cdd20e3
Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled""
by Tom Rini
· 7 months ago
dfac18e
cmd: optee_rpmb: build cmd for sandbox
by Igor Opaniuk
· 8 months ago
fbdaafb
cmd: optee_rpmb: close tee session
by Igor Opaniuk
· 8 months ago
248fc16
cmd: mtd: OTP access support
by Arseniy Krasnov
· 8 months ago
85f3d3d
cmd: sf: Fix sf probe crash
by Weizhao Ouyang
· 11 months ago
6d9a851
Fix references to trace doc
by Vincent Stehlé
· 8 months ago
04fc470
sandbox: move sandbox specifics to booti_setup()
by Heinrich Schuchardt
· 11 months ago
777c284
Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"
by Tom Rini
· 8 months ago
637425b
fastboot: Change fastboot_buf_addr to an address
by Simon Glass
· 12 months ago
b34c828
bootm: Make OS booting dependent on BOOTM
by Simon Glass
· 12 months ago
6e558e3
bootm: Add a Kconfig option for bootm functionality
by Simon Glass
· 12 months ago
ab3453e
Merge patch series "Complete decoupling of zboot logic from commands"
by Tom Rini
· 8 months ago
9ad5fdf
x86: zboot: Separate logic functions from commands
by Simon Glass
· 12 months ago
02ed6c3
x86: zboot: Move argument processing outside zboot_start()
by Simon Glass
· 12 months ago
d531499
x86: zboot: Drop intermediate zboot_go() function
by Simon Glass
· 12 months ago
cb19931
x86: zboot: Drop intermediate zboot_setup() function
by Simon Glass
· 12 months ago
db0c6f4
x86: zboot: Move environment setting into zboot_load()
by Simon Glass
· 12 months ago
42a99d0
x86: zboot: Create separate functions for the logic
by Simon Glass
· 12 months ago
228c672
x86: zboot: Avoid iteration in do_zboot_states()
by Simon Glass
· 12 months ago
80d4c98
x86: zboot: Create a separate ZBOOT option for zboot logic
by Simon Glass
· 12 months ago
bade0ac
x86: zboot: Move command code into its own file
by Simon Glass
· 12 months ago
ae8e1d5
cmd: sysboot: null check filename
by Caleb Connolly
· 8 months ago
Next »