summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Implement FileLoad2 for initramfs loadingIlias Apalodimas2020-02-281-0/+4
* efi_loader: implement EFI_RT_PROPERTIES_TABLEHeinrich Schuchardt2020-02-261-0/+4
* efi_loader: fix efi_install_fdt() descriptionHeinrich Schuchardt2020-02-191-5/+5
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1114-5/+104
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+8
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-054-0/+5
| * cmd: Add command to dump drivers and compatible stringsSean Anderson2020-02-051-1/+11
| * cmd: tpm: add a subcommand devicePhilippe Reynes2020-02-054-4/+80
* | cmd: mdc/mwc: normalize disjoint MX_CYCLIC usageJoel Johnson2020-02-092-11/+5
* | cmd/elf.c: Add SPDX tagTom Rini2020-02-071-10/+1
* | cmd: gpio: Correct do_gpio() return valueLuka Kovacic2020-02-071-5/+17
|/
* doc: android: Convert to Sphinx formatSam Protsenko2020-02-041-1/+1
* doc: android: Add documentation for Android Boot ImageSam Protsenko2020-02-041-0/+2
* cmd: abootimg: Add abootimg commandSam Protsenko2020-02-043-0/+267
* cmd/gpt: Address error cases during gpt rename more correctlyTom Rini2020-01-301-35/+12
* Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiWIP/27Jan2020Tom Rini2020-01-271-4/+10
|\
| * cmd: spi: Permit setting bus frequencyMarek Vasut2020-01-271-4/+10
* | pmic: allow dump command for non contiguous register mapsMartin Fuzzey2020-01-271-2/+10
* | cmd: sata: Add block unbind device functionPeng Ma2020-01-271-0/+2
|/
* cmd: mtd: solve bad block support in erase commandPatrick Delaunay2020-01-241-12/+12
* zfs: remove unused buf variableJoel Johnson2020-01-231-1/+0
* cmd: pxe: execute the cls command only when supportedPatrick Delaunay2020-01-221-1/+2
* cmd: add tlv_eeprom commandBaruch Siach2020-01-213-0/+1121
* common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass2020-01-171-27/+27
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Rename and move source()Simon Glass2020-01-171-3/+2
* common: Move the image globals into image.hSimon Glass2020-01-1711-0/+11
* image: Rename load_addr, save_addr, save_sizeSimon Glass2020-01-1717-35/+39
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Drop floppy disk supportSimon Glass2020-01-173-758/+0
* common: Move functions for loading from fat/ext2 to fs.hSimon Glass2020-01-172-1/+2
* common: Move do_tftpb() to net.hSimon Glass2020-01-171-0/+1
* common: Move flash_perror() to flash.hSimon Glass2020-01-172-2/+4
* aes: add support of aes192 and aes256Philippe Reynes2020-01-171-12/+26
* aes: add a define for the size of a blockPhilippe Reynes2020-01-171-1/+1
* cmd/blk_common: clarify no partition error messageAlexandre Besnard2020-01-161-1/+2
* cmd: adtimg: Refactor usage styleWIP/2020-01-10-master-importsEugeniu Rosca2020-01-101-59/+158
* cmd: adtimg: Rename internal symbolsEugeniu Rosca2020-01-101-25/+26
* dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca2020-01-103-3/+3
* cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen2020-01-101-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2020-01-091-7/+21
|\
| * dfu: Add optional timeout parameterAndy Shevchenko2020-01-071-2/+13
| * dfu: Refactor do_dfu() to handle optional argumentAndy Shevchenko2020-01-071-7/+10
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/08Jan2020Tom Rini2020-01-085-68/+216
|\ \
| * | cmd: add rng commandHeinrich Schuchardt2020-01-073-0/+64
| * | bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea2020-01-071-0/+7
| * | cmd: efidebug: capitalize UEFIHeinrich Schuchardt2020-01-071-4/+4
| * | cmd: efidebug: new sub-command tablesHeinrich Schuchardt2020-01-071-1/+46
| * | cmd: efidebug: simplify get_guid_text()Heinrich Schuchardt2020-01-071-11/+14
| * | efi_loader: free load options after executionHeinrich Schuchardt2020-01-071-12/+14