summaryrefslogtreecommitdiffstats
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.denx.de/u-boot-mmcTom Rini2018-01-142-2/+21
|\
| * mmc: remove hc_wp_grp_size from struct mmc if not neededJean-Jacques Hiblot2018-01-121-0/+2
| * mmc: compile out erase and write mmc commands if write operations are not ena...Jean-Jacques Hiblot2018-01-121-0/+8
| * mmc: add a Kconfig option to enable the support for MMC write operationsJean-Jacques Hiblot2018-01-121-1/+1
| * mmc: make optional the support for eMMC hardware partitioningJean-Jacques Hiblot2018-01-121-0/+4
| * mmc: dump card and host capabilities if debug is enabledJean-Jacques Hiblot2018-01-121-0/+4
| * cmd: mmc: display the mode name and current bus speed in the mmc infoJean-Jacques Hiblot2018-01-121-1/+2
* | riscv: Modify generic codes to support RISC-VRick Chen2018-01-121-0/+15
* | usb: rockchip: add rockusb commandEddie Cai2018-01-103-0/+83
|/
* x86: Move commands from under arch/x86 to cmd/x86/Tom Rini2018-01-084-0/+299
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-12-191-0/+1
|\
| * fastboot: Enable flashing by default on sunxiMaxime Ripard2017-12-071-0/+1
* | log: Add a test commandSimon Glass2017-12-072-1/+8
* | log: Add a 'log level' commandSimon Glass2017-12-073-0/+63
* | Drop the log bufferSimon Glass2017-12-072-314/+0
* | mtdparts: Correct use of debug()Simon Glass2017-12-071-3/+0
* | cmd: i2c: Fix use sdram sub command with CONFIG_DM_I2CNobuhiro Iwamatsu2017-12-071-2/+12
* | Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-12-051-12/+61
|\ \
| * | efi_loader: pass handle of loaded imageHeinrich Schuchardt2017-12-011-3/+4
| * | efi_loader: Exit in efi_set_bootdev() upon invalid "desc"Stefan Roese2017-12-011-0/+2
| * | efi_loader: use bootargs as load optionsHeinrich Schuchardt2017-12-011-0/+2
| * | efi_selftest: correctly cleanup after selftestHeinrich Schuchardt2017-12-011-1/+3
| * | efi_selftest: allow to select a single test for executionHeinrich Schuchardt2017-12-011-1/+36
| * | efi_selftest: provide a dummy device pathHeinrich Schuchardt2017-12-011-0/+6
| * | efi_loader: consistently use efi_status_t in bootefiHeinrich Schuchardt2017-12-011-9/+9
| * | efi_loader: implement SetWatchdogTimerHeinrich Schuchardt2017-12-011-0/+1
* | | mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-042-2/+2
|/ /
* | cmd: blk: remove unreachable codeHeinrich Schuchardt2017-11-291-2/+0
* | cmd: usb: ignore blk, emulation devices in usb tree/info displaySuneel Garapati2017-11-261-3/+19
* | Merge git://git.denx.de/u-boot-dmTom Rini2017-11-191-1/+1
|\ \ | |/ |/|
| * cmd/fdt.c align data buffer to avoid unaligned word accessBernhard Messerklinger2017-11-161-1/+1
* | cmd: mac: Update description of helpPrabhakar Kushwaha2017-11-151-14/+14
|/
* Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULTTom Rini2017-11-051-3/+4
* cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devicesBenjamin Young2017-10-251-0/+10
* cmd: gpt: solve issue for swap and rename commandPatrick Delaunay2017-10-231-6/+6
* cmd/pxe.c: Rework bootargs construction to clarify string checksTom Rini2017-10-161-9/+10
* Drop CONFIG_HAS_DATAFLASHTuomas Tynkkynen2017-10-162-128/+11
* env: Drop CONFIG_ENV_IS_IN_DATAFLASHTuomas Tynkkynen2017-10-161-2/+1
* Merge tag 'signed-efi-next' of git://github.com/agraf/u-bootTom Rini2017-10-131-0/+23
|\
| * efi_loader: Add mem-mapped for fallbackRob Clark2017-10-121-0/+23
* | Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2017-10-121-0/+2
|\ \
| * | cmd: spl: fix compiling error when CONFIG_CMD_SPL_WRITE_SIZE not definedYork Sun2017-10-091-0/+2
| |/
* | cmd: Toggle the default value of CONFIG_CMD_IMLSTuomas Tynkkynen2017-10-101-1/+0
* | cmd: Make CMD_LZMA / CMD_UNZIP default y if CMD_BOOTITom Rini2017-10-081-0/+2
* | scripts: Move Kconfig contents to cmd/KconfigSam Protsenko2017-10-081-0/+3
* | cmd/gpt.c, cmd/nvedit.c, tools/fit_image.c: Rework recent fixes for CoverityTom Rini2017-10-072-2/+2
* | cmd/time.c: Initialize 'repeatable' variableTom Rini2017-10-061-1/+1
* | cmd/pxe.c: Rework initrd and bootargs handling slightlyTom Rini2017-10-061-6/+6
* | cmd/nvedit.c: Update input handling to cover overflow casesTom Rini2017-10-061-4/+7
* | GPT: fix memory leaks identified by CoverityAlison Chaiken2017-10-061-18/+69