aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-04-17cmd: Add unlz4 commandYusuke Ashiduka3-0/+53
2020-04-16Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini3-8/+98
2020-04-16fdt: Fix 'system' commandTom Warren1-1/+1
2020-04-16cmd: efidebug: add "test bootmgr" sub-commandAKASHI Takahiro1-1/+77
2020-04-16cmd: env: add "-at" option to "env set -e" commandAKASHI Takahiro2-3/+7
2020-04-16cmd: env: use appropriate guid for authenticated UEFI variableAKASHI Takahiro1-4/+14
2020-04-13Merge branch 'next'Tom Rini2-229/+1
2020-04-09cmd: Add test and fix bugs for dm driversSean Anderson1-2/+2
2020-04-07Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini3-6/+9
2020-03-31Merge branch 'next' of git://git.denx.de/u-boot-usb into nextTom Rini3-18/+51
2020-03-31Merge branch '2020-03-31-master-imports'Tom Rini1-2/+2
2020-03-31cmd: mmc: fix typo 'a EMMC'Heinrich Schuchardt1-2/+2
2020-03-28efi_loader: only reserve memory if fdt node enabledHeinrich Schuchardt1-1/+2
2020-03-28cmd: efidebug: fix int to pointer castHeinrich Schuchardt1-3/+5
2020-03-17Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini2-229/+1
2020-03-17cmd: bootefi: Parse reserved-memory node from DTAtish Patra1-9/+34
2020-03-17cmd: map addresses to sysmem in efidebug memmapHeinrich Schuchardt1-2/+4
2020-03-17efi_loader: create reservations after ft_board_setupHeinrich Schuchardt1-3/+3
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-1/+6
2020-03-11cmd: efidebug: correct error messageHeinrich Schuchardt1-1/+1
2020-03-11cmd: efidebug: fix a failure of "boot rm" sub-commandAKASHI Takahiro1-2/+3
2020-03-03lib: elf: Move the generic elf loading/validating functions to libKeerthy2-229/+1
2020-02-28efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas1-0/+4
2020-02-26efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt1-0/+4
2020-02-19efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt1-5/+5
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini14-5/+104
2020-02-09cmd: mdc/mwc: normalize disjoint MX_CYCLIC usageJoel Johnson2-11/+5
2020-02-07cmd/elf.c: Add SPDX tagTom Rini1-10/+1
2020-02-07cmd: gpio: Correct do_gpio() return valueLuka Kovacic1-5/+17
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass8-0/+8
2020-02-05dm: core: Require users of devres to include the headerSimon Glass4-0/+5
2020-02-05cmd: Add command to dump drivers and compatible stringsSean Anderson1-1/+11
2020-02-05cmd: tpm: add a subcommand devicePhilippe Reynes4-4/+80
2020-02-04doc: android: Convert to Sphinx formatSam Protsenko1-1/+1
2020-02-04doc: android: Add documentation for Android Boot ImageSam Protsenko1-0/+2
2020-02-04cmd: abootimg: Add abootimg commandSam Protsenko3-0/+267
2020-01-30cmd/gpt: Address error cases during gpt rename more correctlyTom Rini1-35/+12
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini1-4/+10
2020-01-27pmic: allow dump command for non contiguous register mapsMartin Fuzzey1-2/+10
2020-01-27cmd: sata: Add block unbind device functionPeng Ma1-0/+2
2020-01-27cmd: spi: Permit setting bus frequencyMarek Vasut1-4/+10
2020-01-24cmd: mtd: solve bad block support in erase commandPatrick Delaunay1-12/+12
2020-01-23zfs: remove unused buf variableJoel Johnson1-1/+0
2020-01-22cmd: pxe: execute the cls command only when supportedPatrick Delaunay1-1/+2
2020-01-21cmd: add tlv_eeprom commandBaruch Siach3-0/+1121
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass1-27/+27
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Rename and move source()Simon Glass1-3/+2
2020-01-17common: Move the image globals into image.hSimon Glass11-0/+11
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass17-35/+39