summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2020-01-30cmd/gpt: Address error cases during gpt rename more correctlyTom Rini
2020-01-27Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spiTom Rini
2020-01-27pmic: allow dump command for non contiguous register mapsMartin Fuzzey
2020-01-27cmd: sata: Add block unbind device functionPeng Ma
2020-01-27cmd: spi: Permit setting bus frequencyMarek Vasut
2020-01-24cmd: mtd: solve bad block support in erase commandPatrick Delaunay
2020-01-23zfs: remove unused buf variableJoel Johnson
2020-01-22cmd: pxe: execute the cls command only when supportedPatrick Delaunay
2020-01-21cmd: add tlv_eeprom commandBaruch Siach
2020-01-17common: Move and rename CONFIG_SYS_SUPPORT_64BIT_DATASimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2020-01-17common: Rename and move source()Simon Glass
2020-01-17common: Move the image globals into image.hSimon Glass
2020-01-17image: Rename load_addr, save_addr, save_sizeSimon Glass
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2020-01-17common: Drop floppy disk supportSimon Glass
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass
2020-01-17common: Move do_tftpb() to net.hSimon Glass
2020-01-17common: Move flash_perror() to flash.hSimon Glass
2020-01-17aes: add support of aes192 and aes256Philippe Reynes
2020-01-17aes: add a define for the size of a blockPhilippe Reynes
2020-01-16cmd/blk_common: clarify no partition error messageAlexandre Besnard
2020-01-10cmd: adtimg: Refactor usage styleEugeniu Rosca
2020-01-10cmd: adtimg: Rename internal symbolsEugeniu Rosca
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca
2020-01-10cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-01-08cmd/Kconfig: Add more dependencies to OSE bootm supportTom Rini
2020-01-07cmd: add rng commandHeinrich Schuchardt
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea
2020-01-07cmd: efidebug: capitalize UEFIHeinrich Schuchardt
2020-01-07cmd: efidebug: new sub-command tablesHeinrich Schuchardt
2020-01-07cmd: efidebug: simplify get_guid_text()Heinrich Schuchardt
2020-01-07efi_loader: free load options after executionHeinrich Schuchardt
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt
2020-01-07efi_loader: use hardware device tree by defaultHeinrich Schuchardt
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt
2020-01-07bdinfo: show multi_dtb_fitHeiko Schocher
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko
2020-01-07dfu: Refactor do_dfu() to handle optional argumentAndy Shevchenko
2019-12-15x86: Update the fsp command for FSP2Simon Glass
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass
2019-12-09cmd: pxe: Increase maximum path lengthBen Wolsieffer
2019-12-09cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro
2019-12-06cmd: pxe: Fix checkpatch WARNING/CHECKPatrice Chotard
2019-12-06cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard