summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | efi_loader: export efi_install_fdt()Heinrich Schuchardt2020-01-071-10/+14
| * | efi_loader: carve out efi_run_image()Heinrich Schuchardt2020-01-071-19/+32
| * | efi_loader: use hardware device tree by defaultHeinrich Schuchardt2020-01-071-8/+14
| * | efi_loader: pass address to efi_install_fdt()Heinrich Schuchardt2020-01-071-14/+18
| |/
* | cmd/Kconfig: Add more dependencies to OSE bootm supportTom Rini2020-01-081-0/+1
* | bdinfo: show multi_dtb_fitHeiko Schocher2020-01-071-0/+3
|/
* x86: Update the fsp command for FSP2Simon Glass2019-12-151-21/+44
* x86: sandbox: Add a PMC emulator and testSimon Glass2019-12-153-0/+90
* cmd: pxe: Increase maximum path lengthBen Wolsieffer2019-12-091-1/+1
* cmd: mdio/mii: add Kconfig help and allow break dependencyRamon Fried2019-12-092-5/+17
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-092-2/+2
* rtc: move date.c from drivers/rtc/ to lib/AKASHI Takahiro2019-12-061-0/+1
* cmd: pxe: Fix checkpatch WARNING/CHECKPatrice Chotard2019-12-061-7/+6
* cmd: sysboot: Fix checkpatch WARNING/CHECKPatrice Chotard2019-12-061-13/+12
* cmd: pxe_utils: Fix checkpatch WARNING/CHECKPatrice Chotard2019-12-061-47/+46
* cmd: sysboot: Create a sysboot command dedicated filePatrice Chotard2019-12-064-132/+142
* cmd: Prepare sysboot command independencePatrice Chotard2019-12-064-1417/+1444
* cmd: Migrate from_env() from pxe.c to nvedit.cPatrice Chotard2019-12-062-17/+17
* cmd: cp: add missing map_sysmemPhilippe Reynes2019-12-051-3/+13
* iminfo: add missing map_sysmemPhilippe Reynes2019-12-051-1/+11
* cmd: make MTD commands depend on MTDMiquel Raynal2019-12-041-3/+7
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-045-0/+118
* cmd: mtdparts: Kconfig: join mtdparts command entry with its optionsMiquel Raynal2019-12-041-14/+14
* mtd: rename CONFIG_MTD_DEVICE -> CONFIG_MTDMiquel Raynal2019-12-031-1/+1
* mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NANDMiquel Raynal2019-12-031-1/+1
* Merge tag 'efi-2020-01-rc5' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/03Dec2019Tom Rini2019-12-031-2/+2
|\
| * cmd: efidebug: fix a build error in show_efi_boot_opt()AKASHI Takahiro2019-12-031-2/+2
* | cmd: pxe: Fix bootm argument countAbhishek Shah2019-12-031-0/+1
* | blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini2019-12-032-3/+1
|/
* common: Move old EEPROM functions into a new headerWIP/2019-12-02-master-importsSimon Glass2019-12-021-0/+1
* common: Drop board_show_dram()Simon Glass2019-12-021-7/+2
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-024-0/+4
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+3
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-022-0/+2
* common: Move some SMP functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move serial functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* common: Move sorting functions to their own header fileSimon Glass2019-12-021-0/+1
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-022-0/+2
* crc: Fix code style with crc functionsSimon Glass2019-12-021-1/+1