| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'efi-2020-07-rc2-3' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/08May2020 | Tom Rini | 2020-05-08 | 2 | -3/+3 |
|\ |
|
| * | efi_loader: put device tree into EfiACPIReclaimMemory | Heinrich Schuchardt | 2020-05-07 | 1 | -2/+2 |
| * | efi_loader: use logical and in do_env_print_efi() | Heinrich Schuchardt | 2020-05-07 | 1 | -1/+1 |
* | | treewide: mem: Move mtest related defines to KconfigWIP/2020-05-07-more-kconfig-migrations | Ashok Reddy Soma | 2020-05-08 | 1 | -0/+16 |
* | | cmd: mem: Remove CONFIG_SYS_MEMTEST_SCRATCH mapping | Michal Simek | 2020-05-08 | 1 | -7/+2 |
|/ |
|
* | menu: add support for client defined statusline function | Thirupathaiah Annapureddy | 2020-05-07 | 2 | -31/+32 |
* | cmd: cache: Fix non-cached memory cachability | Patrice Chotard | 2020-05-07 | 1 | -0/+5 |
* | Merge tag 'efi-2020-07-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-b... | Tom Rini | 2020-05-05 | 1 | -21/+19 |
|\ |
|
| * | cmd: efidebug: simplify UEFI protocol calls | Heinrich Schuchardt | 2020-05-04 | 1 | -21/+19 |
* | | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86WIP/04May2020 | Tom Rini | 2020-05-04 | 1 | -0/+20 |
|\ \ |
|
| * | | cmd: Add an indication of 32/64-bit to bdinfo | Simon Glass | 2020-05-04 | 1 | -0/+20 |
| |/ |
|
* | | cmd: mvebu: bubt: fix quoted string split across lines | Joel Johnson | 2020-05-04 | 1 | -2/+2 |
|/ |
|
* | cmd/bedbug.c: Make bedbug_init have a return value | Ovidiu Panait | 2020-05-01 | 1 | -2/+2 |
* | cmd/gpt: avoid NULL check before free() | Heinrich Schuchardt | 2020-05-01 | 1 | -4/+2 |
* | Merge tag 'efi-2020-07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo... | Tom Rini | 2020-04-30 | 3 | -53/+52 |
|\ |
|
| * | efi_loader: fix 'efidebug bootorder' | Heinrich Schuchardt | 2020-04-30 | 1 | -21/+26 |
| * | efi_loader: efidebug, avoid illegal memory access | Heinrich Schuchardt | 2020-04-30 | 1 | -1/+2 |
| * | efi_loader: fix 'efidebug boot dump' | Heinrich Schuchardt | 2020-04-30 | 1 | -25/+20 |
| * | part: detect EFI system partition | Heinrich Schuchardt | 2020-04-30 | 1 | -2/+2 |
| * | efi_loader: remove superfluous NULL check in bootefi.c | Heinrich Schuchardt | 2020-04-30 | 1 | -4/+2 |
* | | acpi: Add an acpi command | Simon Glass | 2020-04-30 | 3 | -0/+201 |
|/ |
|
* | CMD: random: fix return code | Eugeniy Paltsev | 2020-04-27 | 1 | -5/+4 |
* | Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvellWIP/22Apr2020 | Tom Rini | 2020-04-22 | 1 | -6/+127 |
|\ |
|
| * | cmd: mvebu: bubt: show image boot device | Joel Johnson | 2020-04-22 | 1 | -1/+11 |
| * | cmd: mvebu: bubt: verify A38x target device type | Joel Johnson | 2020-04-22 | 1 | -4/+48 |
| * | cmd: mvebu: bubt: correct U-Boot spelling | Joel Johnson | 2020-04-22 | 1 | -3/+3 |
| * | cmd: mvebu: bubt: add A38x support | Joel Johnson | 2020-04-22 | 1 | -1/+68 |
* | | Merge tag 'mmc-2020-4-22' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc | Tom Rini | 2020-04-22 | 2 | -11/+61 |
|\ \
| |/
|/| |
|
| * | mmc: adjust Kconfig for mmc sub-commands | Heinrich Schuchardt | 2020-04-22 | 1 | -11/+15 |
| * | cmd: mmc: provide boot area protection command | Heinrich Schuchardt | 2020-04-22 | 1 | -0/+22 |
| * | cmd: mmc: display write protect state of boot partition | Heinrich Schuchardt | 2020-04-22 | 1 | -0/+24 |
* | | Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c | Tom Rini | 2020-04-21 | 1 | -1/+1 |
|\ \ |
|
| * | | cmd: eeprom: Staticize eeprom_i2c_bus | Marek Vasut | 2020-04-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-ubi | Tom Rini | 2020-04-21 | 2 | -0/+47 |
|\ \ |
|
| * | | cmd: ubi: add a command to rename volume | Philippe Reynes | 2020-04-20 | 2 | -0/+47 |
| |/ |
|
* | | Kconfig: fix typos in CMD_BEDBUG description | Heinrich Schuchardt | 2020-04-17 | 1 | -1/+1 |
* | | image: Add compressed Image parsing support in booti. | Atish Patra | 2020-04-17 | 1 | -1/+39 |
* | | cmd: mem: Add bitflip memory test to alternate mtest | Stefan Roese | 2020-04-17 | 1 | -0/+60 |
* | | cmd: mem: Use IS_ENABLED instead of alt_test variable | Stefan Roese | 2020-04-17 | 1 | -6/+1 |
* | | cmd: mem: Drop eldk-4.2 workaround and use cast in unmap_sysmem() | Stefan Roese | 2020-04-17 | 1 | -12/+2 |
* | | cmd: mem: Correctly count the errors in mtest | Stefan Roese | 2020-04-17 | 1 | -7/+4 |
* | | cmd: fat: remove unused includes | Heinrich Schuchardt | 2020-04-17 | 1 | -6/+0 |
* | | cmd: Add unlz4 command | Yusuke Ashiduka | 2020-04-17 | 3 | -0/+53 |
|/ |
|
* | Merge tag 'efi-2020-07-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/16Apr2020 | Tom Rini | 2020-04-16 | 3 | -8/+98 |
|\ |
|
| * | cmd: efidebug: add "test bootmgr" sub-command | AKASHI Takahiro | 2020-04-16 | 1 | -1/+77 |
| * | cmd: env: add "-at" option to "env set -e" command | AKASHI Takahiro | 2020-04-16 | 2 | -3/+7 |
| * | cmd: env: use appropriate guid for authenticated UEFI variable | AKASHI Takahiro | 2020-04-16 | 1 | -4/+14 |
* | | fdt: Fix 'system' command | Tom Warren | 2020-04-16 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'next' | Tom Rini | 2020-04-13 | 2 | -229/+1 |
|\ |
|
| * | Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u...WIP/07Apr2020-next | Tom Rini | 2020-04-07 | 3 | -6/+9 |
| |\ |
|