aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2020-01-17common: Drop floppy disk supportSimon Glass3-758/+0
2020-01-17common: Move functions for loading from fat/ext2 to fs.hSimon Glass2-1/+2
2020-01-17common: Move do_tftpb() to net.hSimon Glass1-0/+1
2020-01-17common: Move flash_perror() to flash.hSimon Glass2-2/+4
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-12/+26
2020-01-17aes: add a define for the size of a blockPhilippe Reynes1-1/+1
2020-01-16cmd/blk_common: clarify no partition error messageAlexandre Besnard1-1/+2
2020-01-10cmd: adtimg: Refactor usage styleEugeniu Rosca1-59/+158
2020-01-10cmd: adtimg: Rename internal symbolsEugeniu Rosca1-25/+26
2020-01-10dtimg/am57xx_evm_defconfig: Rename dtimg to adtimgEugeniu Rosca3-3/+3
2020-01-10cmd/eeprom.c: prepend 0x to hex numbers in output message formatKlaus H. Sorensen1-1/+1
2020-01-09Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-7/+21
2020-01-08Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini5-68/+216
2020-01-08cmd/Kconfig: Add more dependencies to OSE bootm supportTom Rini1-0/+1
2020-01-07cmd: add rng commandHeinrich Schuchardt3-0/+64
2020-01-07bootm: Add a bootm command for type IH_OS_EFICristian Ciocaltea1-0/+7
2020-01-07cmd: efidebug: capitalize UEFIHeinrich Schuchardt1-4/+4
2020-01-07cmd: efidebug: new sub-command tablesHeinrich Schuchardt1-1/+46
2020-01-07cmd: efidebug: simplify get_guid_text()Heinrich Schuchardt1-11/+14
2020-01-07efi_loader: free load options after executionHeinrich Schuchardt1-12/+14
2020-01-07efi_loader: export efi_install_fdt()Heinrich Schuchardt1-10/+14
2020-01-07efi_loader: carve out efi_run_image()Heinrich Schuchardt1-19/+32
2020-01-07efi_loader: use hardware device tree by defaultHeinrich Schuchardt1-8/+14
2020-01-07efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt1-14/+18
2020-01-07bdinfo: show multi_dtb_fitHeiko Schocher1-0/+3
2020-01-07dfu: Add optional timeout parameterAndy Shevchenko1-2/+13
2020-01-07dfu: Refactor do_dfu() to handle optional argumentAndy Shevchenko1-7/+10
2019-12-15x86: Update the fsp command for FSP2Simon Glass1-21/+44
2019-12-15x86: sandbox: Add a PMC emulator and testSimon Glass3-0/+90
2019-12-09cmd: pxe: Increase maximum path lengthBen Wolsieffer1-1/+1
2019-12-09cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried2-5/+17
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger2-2/+2
2019-12-06rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro1-0/+1
2019-12-06cmd: pxe: Fix checkpatch WARNING/CHECKPatrice Chotard1-7/+6
2019-12-06cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard1-13/+12
2019-12-06cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard1-47/+46
2019-12-06cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard4-132/+142
2019-12-06cmd: Prepare sysboot command independencePatrice Chotard4-1417/+1444
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard2-17/+17
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes1-3/+13
2019-12-05iminfo: add missing map_sysmemPhilippe Reynes1-1/+11
2019-12-04cmd: make MTD commands depend on MTDMiquel Raynal1-3/+7
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal5-0/+118
2019-12-04cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal1-14/+14
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal1-1/+1
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal1-1/+1
2019-12-03Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-2/+2
2019-12-03cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro1-2/+2
2019-12-03cmd: pxe: Fix bootm argument countAbhishek Shah1-0/+1