aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2018-01-23Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-7/+10
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt1-0/+3
2018-01-22efi_loader: store DT in EFI_RUNTIME_SERVICES_DATA memoryHeinrich Schuchardt1-2/+2
2018-01-22efi_loader: consistently use efi_handle_t for handlesHeinrich Schuchardt1-5/+5
2018-01-22fs: Migrate ext4 to KconfigTuomas Tynkkynen1-0/+3
2018-01-19cmd: pmic: update help descriptionKlaus Goger1-1/+1
2018-01-19cmd: ti: Generalize cmd_ddr3 commandLokesh Vutla1-30/+120
2018-01-19arm: keystone: Move cmd_ddr3 to a common placeLokesh Vutla5-0/+271
2018-01-14Merge git://git.denx.de/u-boot-mmcTom Rini2-2/+21
2018-01-12riscv: Modify generic codes to support RISC-VRick Chen1-0/+15
2018-01-12mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot1-0/+2
2018-01-12mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot1-0/+8
2018-01-12mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot1-1/+1
2018-01-12mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot1-0/+4
2018-01-12mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot1-0/+4
2018-01-12cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot1-1/+2
2018-01-10usb: rockchip: add rockusb commandEddie Cai3-0/+83
2018-01-08x86: Move commands from under arch/x86 to cmd/x86/Tom Rini4-0/+299
2017-12-19Merge git://git.denx.de/u-boot-sunxiTom Rini1-0/+1
2017-12-07log: Add a test commandSimon Glass2-1/+8
2017-12-07log: Add a 'log level' commandSimon Glass3-0/+63
2017-12-07Drop the log bufferSimon Glass2-314/+0
2017-12-07mtdparts: Correct use of debug()Simon Glass1-3/+0
2017-12-07fastboot: Enable flashing by default on sunxiMaxime Ripard1-0/+1
2017-12-07cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu1-2/+12
2017-12-05Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-12/+61
2017-12-04mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2-2/+2
2017-12-01efi_loader: pass handle of loaded imageHeinrich Schuchardt1-3/+4
2017-12-01efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese1-0/+2
2017-12-01efi_loader: use bootargs as load optionsHeinrich Schuchardt1-0/+2
2017-12-01efi_selftest: correctly cleanup after selftestHeinrich Schuchardt1-1/+3
2017-12-01efi_selftest: allow to select a single test for executionHeinrich Schuchardt1-1/+36
2017-12-01efi_selftest: provide a dummy device pathHeinrich Schuchardt1-0/+6
2017-12-01efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt1-9/+9
2017-12-01efi_loader: implement SetWatchdogTimerHeinrich Schuchardt1-0/+1
2017-11-29cmd: blk: remove unreachable codeHeinrich Schuchardt1-2/+0
2017-11-26cmd: usb: ignore blk, emulation devices in usb tree/info displaySuneel Garapati1-3/+19
2017-11-19Merge git://git.denx.de/u-boot-dmTom Rini1-1/+1
2017-11-16cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger1-1/+1
2017-11-15cmd: mac: Update description of helpPrabhakar Kushwaha1-14/+14
2017-11-05Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULTTom Rini1-3/+4
2017-10-25cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devicesBenjamin Young1-0/+10
2017-10-23cmd: gpt: solve issue for swap and rename commandPatrick Delaunay1-6/+6
2017-10-16cmd/pxe.c: Rework bootargs construction to clarify string checksTom Rini1-9/+10
2017-10-16Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2-128/+11
2017-10-16env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen1-2/+1
2017-10-13Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini1-0/+23
2017-10-12Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-0/+2
2017-10-12efi_loader: Add mem-mapped for fallbackRob Clark1-0/+23
2017-10-10cmd: Toggle the default value of CONFIG_CMD_IMLSTuomas Tynkkynen1-1/+0