summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-04-26common: command: Add command execution tracer.Christoph Muellner
2019-03-25Convert CONFIG_DEFAULT_SPI_* to KconfigPatrick Delaunay
2019-03-20efi_loader: memory leak in efi_dump_single_var()Heinrich Schuchardt
2019-03-16cmd: fastboot: handle watchdog while waiting for fastboot commands.Sean Nyekjaer
2019-03-08cmd: thordown: Fix spelling of download.Vagrant Cascadian
2019-03-02efi_loader: error handling for `efidebug boot add`Heinrich Schuchardt
2019-02-25cmd: efidebug: add memmap commandAKASHI Takahiro
2019-02-25cmd: efidebug: add images commandAKASHI Takahiro
2019-02-25cmd: efidebug: add dh commandAKASHI Takahiro
2019-02-25cmd: efidebug: add drivers commandAKASHI Takahiro
2019-02-25cmd: efidebug: add devices commandAKASHI Takahiro
2019-02-25cmd: add efidebug commandAKASHI Takahiro
2019-02-25cmd: env: add "-e" option for handling UEFI variablesAKASHI Takahiro
2019-02-22cmd: Kconfig: LED command depends on LED subsystemsJan Kiszka
2019-02-20gpio: Use case-insentive matching on the GPIO nameSimon Glass
2019-02-20gpio: Show inactive GPIOs when explicitly requestedSimon Glass
2019-02-19cmd: pcmcia: Build only if CONFIG_CMD_PCMCIA=yIsmael Luceno Cortes
2019-02-19cmd/fs: fix build if CMD_BOOTEFI is not setGervais, Francois
2019-02-19cmd: date: Do not overwrite argumentsRoman Kapl
2019-02-19elf: fix cache flushing in 'bootelf -p' commandKurban Mallachiev
2019-02-16efi_loader: clean up bootefi_test_prepare()Heinrich Schuchardt
2019-02-16efi_loader: fix EFI entry countingHeinrich Schuchardt
2019-02-16efi_loader: use efi_start_image() for bootefiHeinrich Schuchardt
2019-02-16efi_loader: set entry point in efi_load_pe()Heinrich Schuchardt
2019-02-15Merge tag '2019.01-next' of https://github.com/mbgg/u-bootTom Rini
2019-02-15cmd: bmp: Make integer-to-pointer cast platform, independentAdam Heinrich
2019-02-13efi_loader: refactor switch to non-secure modeHeinrich Schuchardt
2019-02-13efi_loader: move efi_init_obj_list() to a new efi_setup.cAKASHI Takahiro
2019-02-13efi_loader: avoid unnecessary pointer to long conversionHeinrich Schuchardt
2019-02-13efi_loader: CMD_BOOTEFI_HELLO_COMPILE in configsHeinrich Schuchardt
2019-02-13efi_loader: use named constant for efi_dp_from_mem()Heinrich Schuchardt
2019-02-09cmd: sata: add null pointer check for devMarcel Ziswiler
2019-02-01gpio: Use more command-specific enums valuesSimon Glass
2019-01-25cmd: ximg: Invert check for fit image compressionStefan Theil
2019-01-18cmd: mtd: fix compilation warning for help when SYS_LONGHELP=nQuentin Schulz
2019-01-15cmd: adc: Use the sub-command infrastructureBoris Brezillon
2019-01-15cmd: mtd: Use the subcmd infrastructure to declare mtd sub-commandsBoris Brezillon
2019-01-15common: command: Rework the 'cmd is repeatable' logicBoris Brezillon
2019-01-15cmd: zip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: unzip: use correct format codeHeinrich Schuchardt
2019-01-15cmd: ubi: remove unreachable codeHeinrich Schuchardt
2019-01-15cmd: tpm-v2: use correct format codeHeinrich Schuchardt
2019-01-15cmd: sf: use correct printf codeHeinrich Schuchardt
2019-01-15cmd: nvedit: use correct format codeHeinrich Schuchardt
2019-01-15cmd: gpio: use correct printf codeHeinrich Schuchardt
2019-01-15cmd: mmc: Invalidate MMC block cache after initMarek Vasut
2019-01-15cmd: mmc: Force mmc reinit when no card presentMarek Vasut
2018-12-31fs: cbfs: Add missing standard CBFS component typesBin Meng
2018-12-31fs: cbfs: Make all CBFS_TYPE_xxx macros consistentBin Meng
2018-12-15cmd: Move the "dm" command from test/dm/ to cmd/Tom Rini