summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2021-12-24cmd: kaslrseed: add command to generate value from hwrngChris Morgan3-0/+89
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta1-1/+2
2021-11-17cmd: tpm-v1: fix load_key_by_sha1 compile errorsMathew McBride1-5/+5
2021-11-17cmd: tpm-v1: fix compile error in TPMv1 list resources commandMathew McBride1-1/+6
2021-11-12pxe: Allow calling the pxe_get logic directlySimon Glass1-33/+59
2021-11-12pxe: Refactor sysboot to have one helperSimon Glass1-58/+36
2021-11-12pxe: Return the file size from the getfile() functionSimon Glass2-4/+24
2021-11-12pxe: Clean up the use of bootfileSimon Glass2-8/+25
2021-11-12pxe: Move common parsing coding into pxe_utilSimon Glass2-25/+8
2021-11-12pxe: Move pxe_utils filesSimon Glass4-1668/+3
2021-11-12pxe: Tidy up the is_pxe globalSimon Glass4-16/+15
2021-11-12pxe: Add a userdata field to the contextSimon Glass4-5/+10
2021-11-12pxe: Move do_getfile() into the contextSimon Glass4-24/+35
2021-11-12pxe: Use a context pointerSimon Glass4-62/+97
2021-11-12pxe: Move API comments to the header filesSimon Glass2-48/+74
2021-11-08cmd: sbi: show SBI implementation versionHeinrich Schuchardt1-8/+18
2021-11-01pxe_utils: Clean up {bootm,zboot}_argv generationZhaofeng Li1-18/+27
2021-11-01pxe_utils: Fix arguments to x86 zbootZhaofeng Li1-1/+11
2021-10-30cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_numSean Anderson1-2/+2
2021-10-29cmd: mmc: check whether card is SD or eMMC before hwpartitionJaehoon Chung1-0/+5
2021-10-29cmd: mmc: Support mmc hwpartition user enh start -Marek Vasut1-4/+29
2021-10-28arm: mvebu: Fix comments about kwbimage structuresPali Rohár1-1/+1
2021-10-28arm: mvebu: Update name of kwbimage v1 field at offset 0x2-0x3Pali Rohár1-1/+1
2021-10-26cmd: nand biterr - Add support for nand biterr commandBalamanikandan Gunasundar1-3/+124
2021-10-25loads: Block writes into LMB reserved areas of U-BootMarek Vasut1-0/+12
2021-10-23Merge https://source.denx.de/u-boot/custodians/u-boot-spiTom Rini1-7/+2
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-7/+2
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini1-10/+3
2021-10-21env: Move non-cli env functions to env/common.cMarek Behún1-175/+0
2021-10-21env: Simplify env_match() and inline into env_get_f()Marek Behún1-14/+5
2021-10-21env: Use memcpy() instead of ad-hoc code to copy variable valueMarek Behún1-12/+6
2021-10-21env: Make return value of env_get_f() behave like sprintf() on successMarek Behún1-3/+5
2021-10-21env: Early return from env_get_f() on NULL nameMarek Behún1-3/+3
2021-10-21env: Don't match empty variable name in env_match()Marek Behún1-1/+1
2021-10-21env: Use better name for variable in env_get_f()Marek Behún1-4/+4
2021-10-21env: Use string pointer instead of indexes in env_get_f()Marek Behún1-16/+16
2021-10-21env: Inline env_get_char() into its only userMarek Behún1-14/+14
2021-10-21env: Change env_match() to static and remove from headerMarek Behún1-15/+15
2021-10-21cmd: tlv_eepromSven Auhagen1-0/+3
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt1-2/+1
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt1-2/+1
2021-10-21efi_loader: simplify show_efi_boot_opt_data()Heinrich Schuchardt1-7/+2
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt1-1/+1
2021-10-15pci: Fix showing registersPali Rohár1-1/+1
2021-10-15pci: Fix showing barsPali Rohár1-0/+5
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-1/+1
2021-10-12cmd: bind: Fix driver binding on a devicePatrice Chotard1-1/+1
2021-10-09lz4: Use a private header for U-BootSimon Glass1-1/+1
2021-10-07cmd/sbi: use constants instead of numerical valuesHeinrich Schuchardt1-15/+15
2021-10-06nand.h: Cleanup linux/mtd/rawnand.h usageTom Rini1-0/+1