summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)AuthorFilesLines
2019-05-02efi_loader: implement support of exit dataHeinrich Schuchardt1-3/+8
2019-05-02efi_loader: memory leak in append valueHeinrich Schuchardt1-1/+4
2019-05-02efi_loader: optional data in load options are binaryHeinrich Schuchardt1-10/+17
2019-05-02cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()AKASHI Takahiro1-24/+55
2019-05-02efi_loader: set OsIndicationsSupported at initAKASHI Takahiro1-4/+0
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang1-1/+1
2019-04-27avb: add support for named persistent valuesIgor Opaniuk1-0/+78
2019-04-27cmd: pxe: Display splashscreen from extlinux.conf inputPatrice Chotard1-0/+24
2019-04-26Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2-9/+15
2019-04-25Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...Simon Goldschmidt1-1/+0
2019-04-25eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt1-8/+15
2019-04-24Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini1-1/+12
2019-04-24Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini2-190/+372
2019-04-24Convert CONFIG_TRACE to KconfigSimon Glass1-1/+1
2019-04-24common: command: Add command execution tracer.Christoph Muellner1-0/+11
2019-04-23efi_loader: need either ACPI table or device treeHeinrich Schuchardt1-26/+72
2019-04-23efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro1-86/+94
2019-04-23cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro1-55/+67
2019-04-23cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro1-8/+36
2019-04-23cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro1-21/+21
2019-04-23cmd: bootefi: carve out efi_selftest code from do_bootefi()AKASHI Takahiro1-53/+92
2019-04-23cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()AKASHI Takahiro1-38/+27
2019-04-23cmd: bootefi: carve out fdt handling from do_bootefi()AKASHI Takahiro1-16/+38
2019-04-23cmd: bootefi: rework set_load_options()AKASHI Takahiro1-9/+27
2019-04-23efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt1-0/+20
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt1-5/+5
2019-04-23cmd: ximg.c: Add support for getting external data address and lengthTien Fong Chee1-3/+3
2019-04-22cmd: add exception commandHeinrich Schuchardt9-0/+171
2019-04-21usb: reload watchdog during ums commandPatrick Delaunay1-0/+3
2019-04-21dfu: Avoid declaring unused variables and absent parametersAndy Shevchenko1-0/+3
2019-04-17Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini1-3/+3
2019-04-16fpga: Add support for getting external data address and lengthTien Fong Chee1-3/+3
2019-04-15Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini1-2/+2
2019-04-14Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini1-2/+1
2019-04-12Change FDT memory type from runtime data to boot services dataIlias Apalodimas1-2/+2
2019-04-12dm: spi: Read default speed and mode values from DTPatrick Delaunay1-2/+1
2019-04-12cmd: add wdt commandMichael Walle3-0/+181
2019-04-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-13/+5
2019-04-10fs: Add a new command to create symbolic linksJean-Jacques Hiblot1-0/+14
2019-04-09usb: Make portspeed return a read-only stringIsmael Luceno Cortes1-13/+5
2019-03-26Convert CONFIG_DEFAULT_SPI_* to KconfigPatrick Delaunay2-8/+11
2019-03-20efi_loader: memory leak in efi_dump_single_var()Heinrich Schuchardt1-1/+0
2019-03-16cmd: fastboot: handle watchdog while waiting for fastboot commands.Sean Nyekjaer1-0/+2
2019-03-08cmd: thordown: Fix spelling of download.Vagrant Cascadian1-1/+1
2019-03-03efi_loader: error handling for `efidebug boot add`Heinrich Schuchardt1-1/+1
2019-02-25cmd: efidebug: add memmap commandAKASHI Takahiro1-1/+126
2019-02-25cmd: efidebug: add images commandAKASHI Takahiro1-1/+25
2019-02-25cmd: efidebug: add dh commandAKASHI Takahiro1-1/+141
2019-02-25cmd: efidebug: add drivers commandAKASHI Takahiro1-1/+94
2019-02-25cmd: efidebug: add devices commandAKASHI Takahiro1-1/+78