index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2022-01-13
cmd/Kconfig: Fix spelling of "resetting".
Vagrant Cascadian
2022-01-09
Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...
Tom Rini
2021-12-28
Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...
Tom Rini
2021-12-27
Convert CONFIG_JFFS2_DEV et al to Kconfig
Tom Rini
2021-12-27
Convert CONFIG_SYS_MEMTEST_START et al to Kconfig
Tom Rini
2021-12-27
Convert CONFIG_ENV_SPI_BUS et al to Kconfig
Tom Rini
2021-12-26
sandbox: Enable support for the gzip command
Simon Glass
2021-12-24
cmd: kaslrseed: add command to generate value from hwrng
Chris Morgan
2021-12-23
fdt: Report the devicetree source
Simon Glass
2021-12-20
Merge tag 'v2022.01-rc4' into next
Tom Rini
2021-12-05
sandbox: Drop CONFIG_HOST_MAX_DEVICES
Simon Glass
2021-12-05
trace: sandbox: Use only the Kconfig options
Simon Glass
2021-11-30
tpm: use more algorithms than sha256 on pcr_read
Ruchika Gupta
2021-11-29
Merge tag 'v2022.01-rc3' into next
Tom Rini
2021-11-28
mbr: Correct verification check
Simon Glass
2021-11-28
sf: Tidy up code to avoid #ifdef
Simon Glass
2021-11-28
sf: Use const for the stage name
Simon Glass
2021-11-17
cmd: tpm-v1: fix load_key_by_sha1 compile errors
Mathew McBride
2021-11-17
cmd: tpm-v1: fix compile error in TPMv1 list resources command
Mathew McBride
2021-11-16
bootm: Tidy up use of autostart env var
Simon Glass
2021-11-11
pxe: Allow calling the pxe_get logic directly
Simon Glass
2021-11-11
pxe: Refactor sysboot to have one helper
Simon Glass
2021-11-11
pxe: Return the file size from the getfile() function
Simon Glass
2021-11-11
pxe: Clean up the use of bootfile
Simon Glass
2021-11-11
pxe: Move common parsing coding into pxe_util
Simon Glass
2021-11-11
pxe: Move pxe_utils files
Simon Glass
2021-11-11
pxe: Tidy up the is_pxe global
Simon Glass
2021-11-11
pxe: Add a userdata field to the context
Simon Glass
2021-11-11
pxe: Move do_getfile() into the context
Simon Glass
2021-11-11
pxe: Use a context pointer
Simon Glass
2021-11-11
pxe: Move API comments to the header files
Simon Glass
2021-11-08
cmd: sbi: show SBI implementation version
Heinrich Schuchardt
2021-11-01
pxe_utils: Clean up {bootm,zboot}_argv generation
Zhaofeng Li
2021-11-01
pxe_utils: Fix arguments to x86 zboot
Zhaofeng Li
2021-10-30
cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num
Sean Anderson
2021-10-29
cmd: mmc: check whether card is SD or eMMC before hwpartition
Jaehoon Chung
2021-10-29
cmd: mmc: Support mmc hwpartition user enh start -
Marek Vasut
2021-10-28
arm: mvebu: Fix comments about kwbimage structures
Pali Rohár
2021-10-28
arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3
Pali Rohár
2021-10-26
cmd: nand biterr - Add support for nand biterr command
Balamanikandan Gunasundar
2021-10-25
loads: Block writes into LMB reserved areas of U-Boot
Marek Vasut
2021-10-23
Merge https://source.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
2021-10-23
mtd: Remove mtd_erase_callback() entirely
Marek Behún
2021-10-22
Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...
Tom Rini
2021-10-21
env: Move non-cli env functions to env/common.c
Marek Behún
2021-10-21
env: Simplify env_match() and inline into env_get_f()
Marek Behún
2021-10-21
env: Use memcpy() instead of ad-hoc code to copy variable value
Marek Behún
2021-10-21
env: Make return value of env_get_f() behave like sprintf() on success
Marek Behún
2021-10-21
env: Early return from env_get_f() on NULL name
Marek Behún
2021-10-21
env: Don't match empty variable name in env_match()
Marek Behún
[next]