summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
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
2019-12-06cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard
2019-12-06cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard
2019-12-06cmd: Prepare sysboot command independencePatrice Chotard
2019-12-06cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard
2019-12-05cmd: cp: add missing map_sysmemPhilippe Reynes
2019-12-05iminfo: add missing map_sysmemPhilippe Reynes
2019-12-04cmd: make MTD commands depend on MTDMiquel Raynal
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal
2019-12-04cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal
2019-12-03mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal
2019-12-03mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal
2019-12-03Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2019-12-03cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro
2019-12-03cmd: pxe: Fix bootm argument countAbhishek Shah
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini
2019-12-02common: Move old EEPROM functions into a new headerSimon Glass
2019-12-02common: Drop board_show_dram()Simon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move some SMP functions out of common.hSimon Glass
2019-12-02common: Move serial functions out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-12-02common: Move sorting functions to their own header fileSimon Glass
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-12-02crc: Fix code style with crc functionsSimon Glass