summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2021-11-11pxe: Tidy up the is_pxe globalSimon Glass
2021-11-11pxe: Add a userdata field to the contextSimon Glass
2021-11-11pxe: Move do_getfile() into the contextSimon Glass
2021-11-11pxe: Use a context pointerSimon Glass
2021-11-11pxe: Move API comments to the header filesSimon Glass
2021-11-08cmd: sbi: show SBI implementation versionHeinrich Schuchardt
2021-11-01pxe_utils: Clean up {bootm,zboot}_argv generationZhaofeng Li
2021-11-01pxe_utils: Fix arguments to x86 zbootZhaofeng Li
2021-10-30cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_numSean Anderson
2021-10-29cmd: mmc: check whether card is SD or eMMC before hwpartitionJaehoon Chung
2021-10-29cmd: mmc: Support mmc hwpartition user enh start -Marek Vasut
2021-10-28arm: mvebu: Fix comments about kwbimage structuresPali Rohár
2021-10-28arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár
2021-10-26cmd: nand biterr - Add support for nand biterr commandBalamanikandan Gunasundar
2021-10-25loads: Block writes into LMB reserved areas of U-BootMarek Vasut
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún
2021-10-21env: Don't match empty variable name in env_match()Marek Behún
2021-10-21env: Use better name for variable in env_get_f()Marek Behún
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún
2021-10-21env: Inline env_get_char() into its only userMarek Behún
2021-10-21env: Change env_match() to static and remove from headerMarek Behún
2021-10-21cmd: tlv_eepromSven Auhagen
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt
2021-10-21efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt
2021-10-14pci: Fix showing registersPali Rohár
2021-10-14pci: Fix showing barsPali Rohár
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-07cmd/sbi: use constants instead of numerical valuesHeinrich Schuchardt
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini
2021-10-03pci: pciinfo_header can be staticVladimir Oltean
2021-10-03pci: pci_header_show can be staticVladimir Oltean
2021-10-03pci: pci_bar_show can be staticVladimir Oltean
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-09-27ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini
2021-09-24arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay
2021-09-17Remove including timestamp.h in version.hPali Rohár
2021-09-17version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár