Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
1e36d34b52e7a1ebe5a2a5339d6905540f4253aa
/
cmd
c17805e
Merge patch series "Fix various bugs"
by Tom Rini
· 4 months ago
7086a89
cmd: Fix memory-mapping in cmp command
by Simon Glass
· 5 months ago
42f5ffb
read: Tidy up use of map_sysmem() in the read command
by Simon Glass
· 5 months ago
cc6a1b6
mmc: Use map_sysmem() with buffers in the mmc command
by Simon Glass
· 5 months ago
4048219
usb: Drop old non-DM code
by Simon Glass
· 5 months ago
650883a
cmd: osd: Depend on OSD
by Marek Vasut
· 4 months ago
6c0943f
cmd: mmc: Allow using partition name in mmc erase command
by Tomas Paukrt
· 5 months ago
39aa94a
mmc: Hide mmc speed command under mmc command
by Marek Vasut
· 5 months ago
19dbc09
Merge tag 'v2024.10-rc5' into next
by Tom Rini
· 4 months ago
58d825f
include: export uuid.h
by Caleb Connolly
· 5 months ago
1806fed
cmd: add rdcycle test to RISC-V exception command
by Heinrich Schuchardt
· 5 months ago
208fc7a
Merge patch series "provide names for emmc hardware partitions"
by Tom Rini
· 4 months ago
150481e
mmc: allow use of hardware partition names for mmc partconf
by Tim Harvey
· 8 months ago
8746aa0
mmc: use an enumerated type to represent PARTITION_CONFIG fields
by Tim Harvey
· 8 months ago
360aadd
Merge patch series "Make LMB memory map global and persistent"
by Tom Rini
· 4 months ago
c7ce26c
lmb: remove the lmb_init_and_reserve() function
by Sughosh Ganu
· 5 months ago
ed17a33
lmb: make LMB memory map persistent and global
by Sughosh Ganu
· 5 months ago
8c069df
Merge tag 'v2024.10-rc4' into next
by Tom Rini
· 5 months ago
5627488
cmd: bind: Use device sequence instead for driver bind/unbind
by Zixun LI
· 6 months ago
9735cfa
Merge patch series "Tidy up console recording in tests"
by Tom Rini
· 5 months ago
eccd4ca
mmc: Drop the blank line before accesses
by Simon Glass
· 5 months ago
2e93131
global_data: Drop spl_handoff
by Simon Glass
· 5 months ago
5019d32
board_f: Move fdt_size to board
by Simon Glass
· 5 months ago
6abd992
board_f: Add a new struct to hold pre-relocation info
by Simon Glass
· 5 months ago
61faa6d
cmd: bcb: Fix segfault on invalid block device
by Mattijs Korpershoek
· 6 months ago
158cf0270
Merge tag 'v2024.10-rc3' into next
by Tom Rini
· 5 months ago
4f64730
sandbox: Enable wget command
by Yasuharu Shibata
· 5 months ago
c964f33
cmd: led: fix led command usage for the LED_SW_BLINK enabled case
by Mikhail Kshevetskiy
· 5 months ago
7fca1ae
i2c: Remove CFG_SYS_I2C_MAX_HOPS
by Simon Glass
· 5 months ago
12d38c5
date: Drop the legacy I2C code
by Simon Glass
· 5 months ago
9baa31a
rtc: Drop CFG_SYS_RTC_BUS_NUM
by Simon Glass
· 5 months ago
264f4b0
upl: Add a command
by Simon Glass
· 5 months ago
25ee9c2
ubi: allow to write to volume with offset
by Alexey Romanov
· 6 months ago
cead69c
ubi: allow to read from volume with offset
by Alexey Romanov
· 6 months ago
476fb4d
cmd: cpu: add release subcommand
by Hou Zhiqiang
· 6 months ago
8877bc5
Merge patch series "led: implement software blinking"
by Tom Rini
· 6 months ago
2a15c67
led: enable LEDST_BLINK state unconditionally
by Mikhail Kshevetskiy
· 6 months ago
84e000c
cmd: move CMD_DHCP6 options beneath CMD_DHCP6
by Heinrich Schuchardt
· 6 months ago
0e46384
cmd: correct ELF-related commands dependencies
by Maxim Moskalets
· 6 months ago
b81e31a
bootstash: Do not provide a default address for all
by Tom Rini
· 6 months ago
4595600
Merge patch series "bootstd: Add Android support"
by Tom Rini
· 6 months ago
a525656
android: boot: Add set_abootimg_addr() and set_avendor_bootimg_addr()
by Mattijs Korpershoek
· 6 months ago
e569c73
cmd: Remove duplicate newlines
by Marek Vasut
· 6 months ago
8d57f46
cmd: add resize for FDT in bootelf
by Maxim Moskalets
· 7 months ago
72e77ab
gpt: allow spaces in partition list
by Mikhail Kshevetskiy
· 7 months ago
608a88c
Fix Kconfig coding style from spaces to tab
by Anand Moon
· 7 months ago
2abf14d
cmd: bootm: add ELF file support
by Maxim Moskalets
· 7 months ago
f0a259c
Merge patch series "m68k: Implement a default flush_dcache_all"
by Tom Rini
· 7 months ago
7d6cee2
cmd: cache: Remove weak functions
by Tom Rini
· 7 months ago
005105b
Merge tag 'ubifixes-for-v2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ubi
by Tom Rini
· 7 months ago
d243b36
sandbox: enable support for the unlz4 command
by Jonathan Liu
· 8 months ago
27b169f
cmd: ubi: check 'updating' before calling ubi_more_update_data()
by Martin Kurbanov
· 7 months ago
abae0b7
cmd: ubi: remove redundant initializations
by Martin Kurbanov
· 7 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
· 7 months ago
0b07b5e
cmd: correct kaslrseed description
by Heinrich Schuchardt
· 7 months ago
a53fb76
cmd: fwu: Also print information about size
by Michal Simek
· 7 months ago
48641bf
Merge patch series "automatically add /chosen/kaslr-seed and deduplicate code"
by Tom Rini
· 7 months ago
909321b
use fdt_kaslrseed function to de-duplicate code
by Tim Harvey
· 7 months ago
52ff1f5
zboot: Correct use of state_mask argument
by Simon Glass
· 7 months ago
bce4c15
zboot: Add debugging for booting
by Simon Glass
· 7 months ago
04c63f1
cmd: gpt: Fix freeing gpt_pte in gpt_verify()
by Sam Protsenko
· 7 months ago
b85ecb2
cmd: Make use of U_BOOT_LONGHELP when missing
by Tom Rini
· 7 months ago
a7eada2
Merge tag 'v2024.07-rc5' into next
by Tom Rini
· 7 months ago
082b467
cmd: link to doc/usage/fit/x86-fit-boot.rst
by Heinrich Schuchardt
· 7 months ago
20a0383
cmd: fix typo in CMD_BOOTMETH help text
by Quentin Schulz
· 7 months ago
e242cd9
Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-watchdog into next
by Tom Rini
· 7 months ago
008c4b3
cyclic: make clients embed a struct cyclic_info in their own data structure
by Rasmus Villemoes
· 8 months ago
46b6a3e
cmd: move ELF load and boot to lib/elf.c
by Maxim Moskalets
· 7 months ago
822911d
imxtract: add support for zstd-compressed images
by Dmitry Gerasimov
· 8 months ago
ca6a992
cmd: sound: fix help text
by Quentin Schulz
· 7 months ago
9cf83a7
Merge tag 'efi-next-20240611' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
by Tom Rini
· 7 months ago
535321c
efi_loader: rename struct efi_initrd_dp to efi_lo_dp_prefix
by Heinrich Schuchardt
· 7 months ago
d9f7f42
cmd: efidebug: add support for setting fdt
by Heinrich Schuchardt
· 9 months ago
58bef19
cmd: eficonfig: add support for setting fdt
by Heinrich Schuchardt
· 9 months ago
bf03333
efi_loader: allow concatenation with contained end node
by Heinrich Schuchardt
· 8 months ago
17b1656
abootimg: Add init_boot image support
by Roman Stratiienko
· 8 months ago
77ba281
Merge patch series "'eeprom' command improvements"
by Tom Rini
· 7 months ago
57a9e8d
cmd: eeprom: Extend to EEPROMs probed via driver model
by Marek Behún
· 8 months ago
e5dbc80
cmd: eeprom: Don't read/write whole EEPROM if not necessary
by Marek Behún
· 8 months ago
e9774af
cmd: eeprom: Refactor command execution into function by action
by Marek Behún
· 8 months ago
15f0536
cmd: eeprom: Refactor eeprom device specifier parsing
by Marek Behún
· 8 months ago
fda747c
cmd: eeprom: Deduplicate parse_i2c_bus_addr() calls
by Marek Behún
· 8 months ago
2d49daf
cmd: eeprom: Hide eeprom layout versioning behind a Kconfig option
by Marek Behún
· 8 months ago
642ec48
cmd: eeprom: Fix usage help for the eeprom command
by Marek Behún
· 8 months ago
227be29
Merge tag 'v2024.07-rc4' into next
by Tom Rini
· 8 months ago
8f8b4b0
usb: remove not used variable in usb_ether_curr_dev
by Heiko Schocher
· 8 months ago
89aa846
tpm-v2: allow algorithm name to be configured for pcr_read and pcr_extend
by Tim Harvey
· 8 months ago
7e52d6c
Merge patch series "FWU: Add support for FWU metadata version 2"
by Tom Rini
· 8 months ago
7cfe0d8
cmd: fwu: make changes for supporting FWU metadata version 2
by Sughosh Ganu
· 10 months ago
377e91c
Merge patch series "Clean-up patch set for MbedTLS integration"
by Tom Rini
· 8 months ago
cb73fe9
include: Move snprintf to stdio.h
by Raymond Mao
· 8 months ago
03de305
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
by Tom Rini
· 8 months ago
d478142
Merge tag 'v2024.07-rc3' into next
by Tom Rini
· 8 months ago
d678a59
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
by Tom Rini
· 8 months ago
e0112bc
sandbox: make function 'do_undefined' properly compiles for PowerPC
by WHR
· 9 months ago
301bac6
cmd: Remove <common.h> and add needed includes
by Tom Rini
· 9 months ago
5560830
cmd/Kconfig: Add some missing dependencies
by Tom Rini
· 9 months ago
8024d57
cmd: gpt: initialize partition table
by Kishan Dudhatra
· 9 months ago
62825d4
Merge https://source.denx.de/u-boot/custodians/u-boot-riscv
by Tom Rini
· 9 months ago
b49861a
cmd: sbi: add coreboot and oreboot implementation IDs
by Heinrich Schuchardt
· 9 months ago
Next »