aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* pxe_utils: Clean up {bootm,zboot}_argv generationZhaofeng Li2021-11-011-18/+27
* pxe_utils: Fix arguments to x86 zbootZhaofeng Li2021-11-011-1/+11
* cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_numSean Anderson2021-10-301-2/+2
* cmd: mmc: check whether card is SD or eMMC before hwpartitionJaehoon Chung2021-10-291-0/+5
* cmd: mmc: Support mmc hwpartition user enh start -Marek Vasut2021-10-291-4/+29
* arm: mvebu: Fix comments about kwbimage structuresPali Rohár2021-10-281-1/+1
* arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár2021-10-281-1/+1
* cmd: nand biterr - Add support for nand biterr commandBalamanikandan Gunasundar2021-10-261-3/+124
* loads: Block writes into LMB reserved areas of U-BootMarek Vasut2021-10-251-0/+12
* Merge https://source.denx.de/u-boot/custodians/u-boot-spiWIP/23Oct2021Tom Rini2021-10-231-7/+2
|\
| * mtd: Remove mtd_erase_callback() entirelyMarek Behún2021-10-231-7/+2
* | Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-10-221-10/+3
|\ \
| * | efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2021-10-211-2/+1
| * | efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2021-10-211-2/+1
| * | efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt2021-10-211-7/+2
| * | efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2021-10-211-1/+1
* | | env: Move non-cli env functions to env/common.cMarek Behún2021-10-211-175/+0
* | | env: Simplify env_match() and inline into env_get_f()Marek Behún2021-10-211-14/+5
* | | env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún2021-10-211-12/+6
* | | env: Make return value of env_get_f() behave like sprintf() on successMarek Behún2021-10-211-3/+5
* | | env: Early return from env_get_f() on NULL nameMarek Behún2021-10-211-3/+3
* | | env: Don't match empty variable name in env_match()Marek Behún2021-10-211-1/+1
* | | env: Use better name for variable in env_get_f()Marek Behún2021-10-211-4/+4
* | | env: Use string pointer instead of indexes in env_get_f()Marek Behún2021-10-211-16/+16
* | | env: Inline env_get_char() into its only userMarek Behún2021-10-211-14/+14
* | | env: Change env_match() to static and remove from headerMarek Behún2021-10-211-15/+15
* | | cmd: tlv_eepromSven Auhagen2021-10-211-0/+3
|/ /
* | pci: Fix showing registersPali Rohár2021-10-141-1/+1
* | pci: Fix showing barsPali Rohár2021-10-141-0/+5
* | Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...WIP/12Oct2021Tom Rini2021-10-121-1/+1
|\ \
| * | cmd: bind: Fix driver binding on a devicePatrice Chotard2021-10-121-1/+1
* | | lz4: Use a private header for U-BootSimon Glass2021-10-091-1/+1
| |/ |/|
* | cmd/sbi: use constants instead of numerical valuesHeinrich Schuchardt2021-10-071-15/+15
* | nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini2021-10-061-0/+1
* | pci: pciinfo_header can be staticVladimir Oltean2021-10-031-1/+1
* | pci: pci_header_show can be staticVladimir Oltean2021-10-031-1/+1
* | pci: pci_bar_show can be staticVladimir Oltean2021-10-031-1/+1
* | WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-302-4/+4
* | WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-4/+0
* | WS cleanup: remove trailing empty linesWolfgang Denk2021-09-303-3/+0
* | ti: keystone: Move away from CONFIG_SOC_KEYSTONETom Rini2021-09-271-1/+1
* | arm: use CONFIG_SUPPORT_PASSING_ATAGSPatrick Delaunay2021-09-241-5/+1
* | Remove including timestamp.h in version.hWIP/2021-09-16-general-updatesPali Rohár2021-09-171-0/+1
* | version: Remove global macro U_BOOT_VERSION_STRING from version.hPali Rohár2021-09-171-0/+3
* | version: Do not make version_string[] variable as a weakPali Rohár2021-09-171-1/+1
* | version: Move version_string[] from version.h to version_string.hPali Rohár2021-09-171-0/+1
* | Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-164-13/+59
|\|
| * Merge tag 'mmc-2021-9-13' of https://source.denx.de/u-boot/custodians/u-boot-mmcTom Rini2021-09-132-8/+54
| |\
| | * mmc: Add support for enumerating MMC card in a given mode using mmc commandAswath Govindraju2021-09-102-8/+54
| * | efi_loader: eliminate EFI_CALL() in nvedit_efi.cHeinrich Schuchardt2021-09-111-5/+4
| |/