summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* Convert CONFIG_DEFAULT_SPI_* to KconfigPatrick Delaunay2019-03-252-8/+11
* efi_loader: memory leak in efi_dump_single_var()Heinrich Schuchardt2019-03-201-1/+0
* cmd: fastboot: handle watchdog while waiting for fastboot commands.Sean Nyekjaer2019-03-161-0/+2
* cmd: thordown: Fix spelling of download.Vagrant Cascadian2019-03-081-1/+1
* efi_loader: error handling for `efidebug boot add`Heinrich Schuchardt2019-03-021-1/+1
* cmd: efidebug: add memmap commandAKASHI Takahiro2019-02-251-1/+126
* cmd: efidebug: add images commandAKASHI Takahiro2019-02-251-1/+25
* cmd: efidebug: add dh commandAKASHI Takahiro2019-02-251-1/+141
* cmd: efidebug: add drivers commandAKASHI Takahiro2019-02-251-1/+94
* cmd: efidebug: add devices commandAKASHI Takahiro2019-02-251-1/+78
* cmd: add efidebug commandAKASHI Takahiro2019-02-253-0/+598
* cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro2019-02-254-1/+437
* cmd: Kconfig: LED command depends on LED subsystemsJan Kiszka2019-02-221-0/+1
* gpio: Use case-insentive matching on the GPIO nameSimon Glass2019-02-201-1/+1
* gpio: Show inactive GPIOs when explicitly requestedSimon Glass2019-02-201-4/+4
* cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=yIsmael Luceno Cortes2019-02-191-1/+1
* cmd/fs: fix build if CMD_BOOTEFI is not setGervais, Francois2019-02-191-0/+2
* cmd: date: Do not overwrite argumentsRoman Kapl2019-02-191-4/+4
* elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev2019-02-191-2/+4
* efi_loader: clean up bootefi_test_prepare()Heinrich Schuchardt2019-02-161-25/+33
* efi_loader: fix EFI entry countingHeinrich Schuchardt2019-02-161-1/+1
* efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt2019-02-161-21/+1
* efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt2019-02-161-9/+4
* Merge tag '2019.01-next' of https://github.com/mbgg/u-bootTom Rini2019-02-151-1/+1
|\
| * cmd: bmp: Make integer-to-pointer cast platform, independentAdam Heinrich2019-02-151-1/+1
* | efi_loader: refactor switch to non-secure modeHeinrich Schuchardt2019-02-131-67/+4
* | efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro2019-02-131-77/+0
* | efi_loader: avoid unnecessary pointer to long conversionHeinrich Schuchardt2019-02-131-1/+1
* | efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configsHeinrich Schuchardt2019-02-131-1/+1
* | efi_loader: use named constant for efi_dp_from_mem()Heinrich Schuchardt2019-02-131-1/+1
* | cmd: sata: add null pointer check for devMarcel Ziswiler2019-02-091-0/+4
|/
* gpio: Use more command-specific enums valuesSimon Glass2019-02-011-14/+23
* cmd: ximg: Invert check for fit image compressionStefan Theil2019-01-251-1/+1
* cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz2019-01-181-3/+2
* cmd: adc: Use the sub-command infrastructureBoris Brezillon2019-01-151-28/+5
* cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon2019-01-151-181/+267
* common: command: Rework the 'cmd is repeatable' logicBoris Brezillon2019-01-153-4/+4
* cmd: zip: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: unzip: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: ubi: remove unreachable codeHeinrich Schuchardt2019-01-151-5/+1
* cmd: tpm-v2: use correct format codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: sf: use correct printf codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: nvedit: use correct format codeHeinrich Schuchardt2019-01-151-2/+2
* cmd: gpio: use correct printf codeHeinrich Schuchardt2019-01-151-1/+1
* cmd: mmc: Invalidate MMC block cache after initMarek Vasut2019-01-151-0/+6
* cmd: mmc: Force mmc reinit when no card presentMarek Vasut2019-01-151-0/+3
* fs: cbfs: Add missing standard CBFS component typesBin Meng2018-12-311-0/+30
* fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng2018-12-311-2/+2
* cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini2018-12-152-0/+89
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-12/+0