summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-06imx: ahab: fix implicit declaration warningOliver Graute1-0/+1
2020-12-06imx: ahab: fix compiler warnings in debugOliver Graute1-1/+1
2020-12-06imx: ahab: Fix compiler warnings in printfOliver Graute1-1/+1
2020-12-06imx: clk: added IPG Clock for I2C on imx8qmOliver Graute1-0/+24
2020-12-06imx: aristainetos: enable U-Boot Environment variables protectionHeiko Schocher4-2/+39
2020-12-06arm: dts: aristainetos: sync with changes in linuxHeiko Schocher2-2/+2
2020-12-06imx6: add support for aristainetos2c_cslb board variantHeiko Schocher12-2/+502
2020-12-06imx6: remove not longer supported aristainetos boardsHeiko Schocher36-2231/+249
2020-12-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini16-21/+73
2020-12-05bootm: Support string substitution in bootargsSimon Glass5-12/+172
2020-12-05cli: Support macro processing with a fixed-size bufferSimon Glass3-8/+19
2020-12-05x86: zimage: Add silent-console processingSimon Glass1-0/+14
2020-12-05bootm: Allow updating the bootargs in a bufferSimon Glass3-16/+132
2020-12-05bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass3-10/+19
2020-12-05bootm: Split out bootargs environment reading / writingSimon Glass1-22/+73
2020-12-05bootm: Use size rather than length for CONSOLE_ARGSimon Glass1-7/+8
2020-12-05bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass3-16/+17
2020-12-05bootm: Rename fixup_silent_linux()Simon Glass3-9/+9
2020-12-05bootm: Update fixup_silent_linux() to return an errorSimon Glass3-14/+29
2020-12-05bootm: Add tests for fixup_silent_linux()Simon Glass7-7/+73
2020-12-05env: Allow returning errors from hdelete_r()Simon Glass4-10/+21
2020-12-05board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle3-0/+66
2020-12-05board: sl28: add ATF support (bl31)Michael Walle4-2/+109
2020-12-05board: sl28: remove u-boot from loadable DT nodeMichael Walle1-3/+0
2020-12-05armv8: layerscape: don't initialize GIC in SPLMichael Walle1-0/+2
2020-12-05spl: atf: add support for LOAD_IMAGE_V2Michael Walle4-4/+169
2020-12-05spl: atf: remove helper structure from common headerMichael Walle2-14/+11
2020-12-05spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle2-15/+42
2020-12-05spl: atf: move storage for bl31_params into functionMichael Walle1-3/+2
2020-12-05treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle5-10/+10
2020-12-04configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include filePatrick Delaunay3-2/+2
2020-12-04arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson2-1/+8
2020-12-04arm: tegra: define fdtfile option for distro bootPeter Robinson7-0/+12
2020-12-04colibri_t30: disable rs232 serial transceiver forceoff pinsMarcel Ziswiler1-0/+11
2020-12-04apalis/colibri_t30: add note about colibri vs. nvidia uart mappingMarcel Ziswiler2-2/+15
2020-12-04apalis/colibri_t30: avoid uart input from floating pinsMarcel Ziswiler2-6/+10
2020-12-04colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxingMarcel Ziswiler1-11/+12
2020-12-04apalis/colibri_t30: add comment about tristate and input vs. output pinmuxingMarcel Ziswiler2-0/+4
2020-12-04Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom 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