Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
6ab545ba21668132d9dad27026c91d298b6e5a77
/
cmd
112eb85
video: Allow querying the font size
by Simon Glass
· 1 year ago
04efa73
cmd: irq: Move do_irqinfo() prototype to a header file
by Andy Shevchenko
· 3 months ago
1db4c0a
usb: tcpm: add core framework
by Sebastian Reichel
· 3 months ago
95744d2
cmd: bdinfo: enable -e when CONFIG_CMD_NET_LWIP=y
by Jerome Forissier
· 3 months ago
3c656c9
net: lwip: add wget command
by Jerome Forissier
· 3 months ago
3135b9a
net: split cmd/net.c into cmd/net.c and cmd/net-common.c
by Jerome Forissier
· 3 months ago
aedcfec
net: lwip: add dns command
by Jerome Forissier
· 3 months ago
7a5e00d
net: lwip: add ping command
by Jerome Forissier
· 3 months ago
4d4d783
net: lwip: add TFTP support and tftpboot command
by Jerome Forissier
· 3 months ago
98ad145
net: lwip: add DHCP support and dhcp commmand
by Jerome Forissier
· 3 months ago
8cb3303
net: introduce alternative implementation as net/lwip/
by Jerome Forissier
· 3 months ago
3809fd3
bootstd: Add command to enable setting of bootmeth specific properties
by Martyn Welch
· 3 months ago
8ba82a9
boot: Add logic to enable booting from fallback option
by Martyn Welch
· 3 months ago
47e544f
Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"
by Tom Rini
· 3 months ago
c46760d
global: Rename SPL_ to XPL_
by Simon Glass
· 4 months ago
1d6132e
global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
by Simon Glass
· 4 months ago
80580cd
xpl: Rename spl_phase_prefix() and spl_phase_name()
by Simon Glass
· 4 months ago
c264a59
Merge patch series "led: introduce LED boot and activity function"
by Tom Rini
· 3 months ago
990f726
ubi: implement support for LED activity
by Christian Marangi
· 4 months ago
0319bae
mtd: implement support for LED activity
by Christian Marangi
· 4 months ago
6015f59
cmd: clk: simplify clk command
by Heinrich Schuchardt
· 4 months ago
56efea8
cmd/Kconfig: CONFIG_CMD_CLK should depend on CONFIG_CLK
by Heinrich Schuchardt
· 4 months ago
6fe8087
efi_loader: Rename and move CMD_BOOTEFI_HELLO_COMPILE
by Simon Glass
· 4 months ago
080bb84
cmd: Make bootvx independent of bootelf
by Daniel Palmer
· 4 months ago
00292c6
Merge tag 'u-boot-dfu-next-20241003' of https://source.denx.de/u-boot/custodians/u-boot-dfu into next
by Tom Rini
· 3 months ago
c74758c
cmd: simplify CONFIG_CMD_USB_MASS_STORAGE dependencies
by Heinrich Schuchardt
· 4 months ago
8aee4c8
cmd: booti: adjust the print format
by Dario Binacchi
· 5 months ago
3a0b829
Merge tag 'v2024.10-rc6' into next
by Tom Rini
· 4 months ago
2add54d
Merge patch series "Miscellaneous fixes"
by Tom Rini
· 4 months ago
1582e43
cmd: pxe: CMD_PXE implies CMD_TFTPBOOT
by Jerome Forissier
· 4 months ago
1a58da9
cmd/efidebug: fix some function descriptions
by Heinrich Schuchardt
· 4 months ago
33a4dfc
cmd: sf: prevent overwriting the reserved memory
by Prasad Kummari
· 4 months ago
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
· 8 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
· 8 months ago
Next »