summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bootm: Support string substitution in bootargsWIP/04Dec2020-nextSimon Glass2020-12-045-12/+172
* cli: Support macro processing with a fixed-size bufferSimon Glass2020-12-043-8/+19
* x86: zimage: Add silent-console processingSimon Glass2020-12-041-0/+14
* bootm: Allow updating the bootargs in a bufferSimon Glass2020-12-043-16/+132
* bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass2020-12-043-10/+19
* bootm: Split out bootargs environment reading / writingSimon Glass2020-12-041-22/+73
* bootm: Use size rather than length for CONSOLE_ARGSimon Glass2020-12-041-7/+8
* bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass2020-12-043-16/+17
* bootm: Rename fixup_silent_linux()Simon Glass2020-12-043-9/+9
* bootm: Update fixup_silent_linux() to return an errorSimon Glass2020-12-043-14/+29
* bootm: Add tests for fixup_silent_linux()Simon Glass2020-12-047-7/+73
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-044-10/+21
* board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle2020-12-043-0/+66
* board: sl28: add ATF support (bl31)Michael Walle2020-12-044-2/+109
* board: sl28: remove u-boot from loadable DT nodeMichael Walle2020-12-041-3/+0
* armv8: layerscape: don't initialize GIC in SPLMichael Walle2020-12-041-0/+2
* spl: atf: add support for LOAD_IMAGE_V2Michael Walle2020-12-044-4/+169
* spl: atf: remove helper structure from common headerMichael Walle2020-12-042-14/+11
* spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2020-12-042-15/+42
* spl: atf: move storage for bl31_params into functionMichael Walle2020-12-041-3/+2
* treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle2020-12-045-10/+10
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/03Dec2020-nextTom Rini2020-12-0325-98/+3283
|\
| * sandbox: enable capsule update for testingAKASHI Takahiro2020-12-032-0/+12
| * test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2020-12-032-0/+66
| * test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro2020-12-035-1/+292
| * tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2020-12-032-0/+238
| * cmd: add "efidebug capsule" commandAKASHI Takahiro2020-12-031-0/+235
| * efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-036-58/+199
| * efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-036-1/+320
| * efi_loader: capsule: support firmware updateAKASHI Takahiro2020-12-035-12/+383
| * efi_loader: capsule: add memory range capsule definitionsAKASHI Takahiro2020-12-031-0/+17
| * efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-035-0/+541
| * efi_loader: define UpdateCapsule apiAKASHI Takahiro2020-12-037-54/+316
| * common: update: fix an "unused" warning against update_flash()AKASHI Takahiro2020-12-031-4/+4
| * cmd: efidebug: Add support for TCG2 final events tableIlias Apalodimas2020-12-031-0/+4
| * efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas2020-12-035-24/+625
| * tpm: Add tpm2 headers for TCG2 eventlog supportIlias Apalodimas2020-12-031-0/+82
| * tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-033-7/+12
| * efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt2020-12-031-9/+9
|/
* Merge branch '2020-12-01-next-imports' into nextTom Rini2020-12-0238-271/+851
|\
| * km/arm: coding style clean upWIP/2020-12-01-next-importsHolger Brunck2020-12-016-95/+96
| * spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes2020-12-011-0/+10
| * IPQ40xx: clk: add USB clock handlingRobert Marko2020-12-011-0/+8
| * IPQ40xx: clk: dont always return 0Robert Marko2020-12-011-2/+2
| * IPQ40xx: clk: drop breaks in switch caseRobert Marko2020-12-011-3/+0
| * IPQ40xx: clk: use dev_read_addr()Robert Marko2020-12-011-2/+2
| * cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay2020-12-014-11/+9
| * hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesPatrick Delaunay2020-12-0111-14/+0
| * net: sntp: remove CONFIG_TIMESTAMP constraintHeinrich Schuchardt2020-12-011-8/+2
| * setexpr: Add support for stringsSimon Glass2020-12-012-7/+161