aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-07spl: fit: Prefer a malloc()'d buffer for loading imagesWIP/07Dec2020-nextAlexandru Gagniuc1-15/+22
2020-12-07Merge branch '2020-12-07-bootm-and-spl-atf-improvements' into nextTom Rini31-99/+914
2020-12-04bootm: Support string substitution in bootargsSimon Glass5-12/+172
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass3-8/+19
2020-12-04x86: zimage: Add silent-console processingSimon Glass1-0/+14
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass3-16/+132
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass3-10/+19
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass1-22/+73
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass1-7/+8
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass3-16/+17
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass3-9/+9
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass3-14/+29
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass7-7/+73
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass4-10/+21
2020-12-04board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle3-0/+66
2020-12-04board: sl28: add ATF support (bl31)Michael Walle4-2/+109
2020-12-04board: sl28: remove u-boot from loadable DT nodeMichael Walle1-3/+0
2020-12-04armv8: layerscape: don't initialize GIC in SPLMichael Walle1-0/+2
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle4-4/+169
2020-12-04spl: atf: remove helper structure from common headerMichael Walle2-14/+11
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2-15/+42
2020-12-04spl: atf: move storage for bl31_params into functionMichael Walle1-3/+2
2020-12-04treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle5-10/+10
2020-12-03Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/03Dec2020-nextTom Rini25-98/+3283
2020-12-03sandbox: enable capsule update for testingAKASHI Takahiro2-0/+12
2020-12-03test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro2-0/+66
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro5-1/+292
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro2-0/+238
2020-12-03cmd: add "efidebug capsule" commandAKASHI Takahiro1-0/+235
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro6-58/+199
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro6-1/+320
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro5-12/+383
2020-12-03efi_loader: capsule: add memory range capsule definitionsAKASHI Takahiro1-0/+17
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro5-0/+541
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro7-54/+316
2020-12-03common: update: fix an "unused" warning against update_flash()AKASHI Takahiro1-4/+4
2020-12-03cmd: efidebug: Add support for TCG2 final events tableIlias Apalodimas1-0/+4
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas5-24/+625
2020-12-03tpm: Add tpm2 headers for TCG2 eventlog supportIlias Apalodimas1-0/+82
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas3-7/+12
2020-12-03efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt1-9/+9
2020-12-02Merge branch '2020-12-01-next-imports' into nextTom Rini38-271/+851
2020-12-01km/arm: coding style clean upHolger Brunck6-95/+96
2020-12-01spl: spl_fit.c: enable check of signature for config node in spl/tplPhilippe Reynes1-0/+10
2020-12-01IPQ40xx: clk: add USB clock handlingRobert Marko1-0/+8
2020-12-01IPQ40xx: clk: dont always return 0Robert Marko1-2/+2
2020-12-01IPQ40xx: clk: drop breaks in switch caseRobert Marko1-3/+0
2020-12-01IPQ40xx: clk: use dev_read_addr()Robert Marko1-2/+2
2020-12-01cmd: Kconfig: migrate CONFIG_SYS_PROMPT_HUSH_PS2Patrick Delaunay4-11/+9
2020-12-01hush: Remove default CONFIG_SYS_PROMPT_HUSH_PS2 setting from board filesPatrick Delaunay11-14/+0