summaryrefslogtreecommitdiff
path: root/cmd
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: implement support of exit dataHeinrich Schuchardt2019-05-021-3/+8
* efi_loader: memory leak in append valueHeinrich Schuchardt2019-05-021-1/+4
* efi_loader: optional data in load options are binaryHeinrich Schuchardt2019-05-021-10/+17
* cmd: efidebug: rework "boot dump" sub-command using GetNextVariableName()AKASHI Takahiro2019-05-021-24/+55
* efi_loader: set OsIndicationsSupported at initAKASHI Takahiro2019-05-021-4/+0
* avb: add support for named persistent valuesIgor Opaniuk2019-04-261-0/+78
* cmd: pxe: Display splashscreen from extlinux.conf inputPatrice Chotard2019-04-261-0/+24
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-04-262-9/+15
|\
| * Revert "cmd: Kconfig: Do not include EEPROM if DM_I2C is used without DM_I2C_...Simon Goldschmidt2019-04-251-1/+0
| * eeprom: fix DM_I2C support without CONFIG_SYS_I2C_EEPROM_BUSSimon Goldschmidt2019-04-251-8/+15
* | Merge tag 'pull-24apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-241-1/+12
|\ \
| * | Convert CONFIG_TRACE to KconfigSimon Glass2019-04-231-1/+1
| * | common: command: Add command execution tracer.Christoph Muellner2019-04-231-0/+11
* | | Merge tag 'efi-2019-07-rc1-3' of git://git.denx.de/u-boot-efiTom Rini2019-04-242-190/+372
|\ \ \ | |_|/ |/| |
| * | efi_loader: need either ACPI table or device treeHeinrich Schuchardt2019-04-231-26/+72
| * | efi_loader: rework bootmgr/bootefi using load_image APIAKASHI Takahiro2019-04-231-86/+94
| * | cmd: bootefi: carve out do_bootefi_image() from do_bootefi()AKASHI Takahiro2019-04-231-55/+67
| * | cmd: bootefi: carve out bootmgr code from do_bootefi()AKASHI Takahiro2019-04-231-8/+36
| * | cmd: bootefi: move do_bootefi_bootmgr_exec() forwardAKASHI Takahiro2019-04-231-21/+21
| * | cmd: bootefi: carve out efi_selftest code from do_bootefi()AKASHI Takahiro2019-04-231-53/+92
| * | cmd: bootefi: merge efi_install_fdt() and efi_process_fdt()AKASHI Takahiro2019-04-231-38/+27
| * | cmd: bootefi: carve out fdt handling from do_bootefi()AKASHI Takahiro2019-04-231-16/+38
| * | cmd: bootefi: rework set_load_options()AKASHI Takahiro2019-04-231-9/+27
| * | efi_loader: more short texts for protocols in efidebugHeinrich Schuchardt2019-04-231-0/+20
| * | efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt2019-04-231-5/+5
| |/
* | cmd: ximg.c: Add support for getting external data address and lengthTien Fong Chee2019-04-221-3/+3
* | cmd: add exception commandHeinrich Schuchardt2019-04-229-0/+171
|/
* usb: reload watchdog during ums commandPatrick Delaunay2019-04-211-0/+3
* dfu: Avoid declaring unused variables and absent parametersAndy Shevchenko2019-04-211-0/+3
* Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-171-3/+3
|\
| * fpga: Add support for getting external data address and lengthTien Fong Chee2019-04-161-3/+3
* | Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini2019-04-151-2/+2
|\ \ | |/ |/|
| * Change FDT memory type from runtime data to boot services dataIlias Apalodimas2019-04-121-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-141-2/+1
|\ \
| * | dm: spi: Read default speed and mode values from DTPatrick Delaunay2019-04-121-2/+1
| |/
* | cmd: add wdt commandMichael Walle2019-04-123-0/+181
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2019-04-111-13/+5
|\
| * usb: Make portspeed return a read-only stringIsmael Luceno Cortes2019-04-091-13/+5
* | fs: Add a new command to create symbolic linksJean-Jacques Hiblot2019-04-091-0/+14
|/
* 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