summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2022-01-29pci: Extend 'pci' command with bus option '*'Pali Rohár1-10/+35
2022-01-29pci: Add checks for valid cmdline argumentsPali Rohár1-0/+5
2022-01-29pci: Extend 'pci regions' command with bus numberPali Rohár1-4/+6
2022-01-25acpi: Tidy up the table listSimon Glass1-4/+5
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-3/+3
2022-01-24cmd: Add Kconfig option for multiprocessor cmdsAshok Reddy Soma2-6/+7
2022-01-22Merge tag 'efi-2022-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-193/+6
2022-01-21mtd: cfi: introduce CFI_FLASH_BANKSPatrick Delaunay2-18/+18
2022-01-21cmd: Fix up warnings in flash.cPatrick Delaunay1-122/+117
2022-01-21net: Drop #ifdefs with CONFIG_BOOTP_SERVERIPSimon Glass1-3/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt11-61/+61
2022-01-19cmd: printenv: simplify printing GUIDsHeinrich Schuchardt1-37/+2
2022-01-19cmd: efidebug: simplify printing GUIDsHeinrich Schuchardt1-156/+4
2022-01-18common: remove bedbug debugger supportOvidiu Panait3-418/+0
2022-01-15Merge tag 'efi-2022-04-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-32/+54
2022-01-15efi: Support the efi command in the appSimon Glass2-16/+34
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass1-16/+18
2022-01-15efi_loader: Get rid of kaslr-seed if EFI_RNG_PROTOCOL is installedIlias Apalodimas1-0/+2
2022-01-15cmd: part: list all 128 GPT partitionsHeinrich Schuchardt1-2/+2
2022-01-14cmd: adc: Report return value on errorSamuel Dionne-Riel1-2/+2
2022-01-13cmd/Kconfig: Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2022-01-09Merge tag 'u-boot-amlogic-20220107' of https://source.denx.de/u-boot/custodia...Tom Rini3-0/+89
2021-12-28Merge tag 'video-next-20211228' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-1/+3
2021-12-28Convert CONFIG_JFFS2_DEV et al to KconfigTom Rini2-12/+21
2021-12-27Convert CONFIG_SYS_MEMTEST_START et al to KconfigTom Rini1-1/+1
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini1-2/+2
2021-12-27sandbox: Enable support for the gzip commandSimon Glass1-1/+3
2021-12-24cmd: kaslrseed: add command to generate value from hwrngChris Morgan3-0/+89
2021-12-23fdt: Report the devicetree sourceSimon Glass1-0/+2
2021-12-21Merge tag 'v2022.01-rc4' into nextTom Rini1-1/+2
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass1-1/+1
2021-12-05trace: sandbox: Use only the Kconfig optionsSimon Glass1-0/+2
2021-11-30tpm: use more algorithms than sha256 on pcr_readRuchika Gupta1-1/+2
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-6/+11
2021-11-29mbr: Correct verification checkSimon Glass1-4/+4
2021-11-29sf: Tidy up code to avoid #ifdefSimon Glass1-17/+13
2021-11-29sf: Use const for the stage nameSimon Glass1-1/+1
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-16bootm: Tidy up use of autostart env varSimon Glass2-5/+2
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