summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2019-04-26cmd: pxe: Display splashscreen from extlinux.conf inputPatrice Chotard
2019-04-26Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini
2019-04-25Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...Simon Goldschmidt
2019-04-25eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini
2019-04-23Convert CONFIG_TRACE to KconfigSimon Glass
2019-04-23common: command: Add command execution tracer.Christoph Muellner
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro
2019-04-23cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro
2019-04-23cmd: bootefi: carve out efi_selftest code from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()AKASHI Takahiro
2019-04-23cmd: bootefi: carve out fdt handling from do_bootefi()AKASHI Takahiro
2019-04-23cmd: bootefi: rework set_load_options()AKASHI Takahiro
2019-04-23efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2019-04-22cmd: ximg.c: Add support for getting external data address and lengthTien Fong Chee
2019-04-22cmd: add exception commandHeinrich Schuchardt
2019-04-21usb: reload watchdog during ums commandPatrick Delaunay
2019-04-21dfu: Avoid declaring unused variables and absent parametersAndy Shevchenko
2019-04-17Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini
2019-04-16fpga: Add support for getting external data address and lengthTien Fong Chee
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini
2019-04-12Change FDT memory type from runtime data to boot services dataIlias Apalodimas
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay
2019-04-12cmd: add wdt commandMichael Walle
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2019-04-09fs: Add a new command to create symbolic linksJean-Jacques Hiblot
2019-04-09usb: Make portspeed return a read-only stringIsmael Luceno Cortes
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