summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-06imx: ahab: fix implicit declaration warningOliver Graute
2020-12-06imx: ahab: fix compiler warnings in debugOliver Graute
2020-12-06imx: ahab: Fix compiler warnings in printfOliver Graute
2020-12-06imx: clk: added IPG Clock for I2C on imx8qmOliver Graute
2020-12-06imx: aristainetos: enable U-Boot Environment variables protectionHeiko Schocher
2020-12-06arm: dts: aristainetos: sync with changes in linuxHeiko Schocher
2020-12-06imx6: add support for aristainetos2c_cslb board variantHeiko Schocher
2020-12-06imx6: remove not longer supported aristainetos boardsHeiko Schocher
2020-12-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2020-12-04bootm: Support string substitution in bootargsSimon Glass
2020-12-04cli: Support macro processing with a fixed-size bufferSimon Glass
2020-12-04x86: zimage: Add silent-console processingSimon Glass
2020-12-04bootm: Allow updating the bootargs in a bufferSimon Glass
2020-12-04bootm: Update bootm_process_cmdline_env() to use flagsSimon Glass
2020-12-04bootm: Split out bootargs environment reading / writingSimon Glass
2020-12-04bootm: Use size rather than length for CONSOLE_ARGSimon Glass
2020-12-04bootm: Add a bool parameter to bootm_process_cmdline_env()Simon Glass
2020-12-04bootm: Rename fixup_silent_linux()Simon Glass
2020-12-04bootm: Update fixup_silent_linux() to return an errorSimon Glass
2020-12-04bootm: Add tests for fixup_silent_linux()Simon Glass
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass
2020-12-04board: sl28: add OP-TEE Trusted OS support (bl32)Michael Walle
2020-12-04board: sl28: add ATF support (bl31)Michael Walle
2020-12-04board: sl28: remove u-boot from loadable DT nodeMichael Walle
2020-12-04armv8: layerscape: don't initialize GIC in SPLMichael Walle
2020-12-04spl: atf: add support for LOAD_IMAGE_V2Michael Walle
2020-12-04spl: atf: remove helper structure from common headerMichael Walle
2020-12-04spl: atf: provide a bl2_plat_get_bl31_params_default()Michael Walle
2020-12-04spl: atf: move storage for bl31_params into functionMichael Walle
2020-12-04treewide: use CONFIG_IS_ENABLED() for ARMV8_SEC_FIRMWARE_SUPPORTMichael Walle
2020-12-04configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include filePatrick Delaunay
2020-12-04arm: tegra: add options for BOOTENV_EFI_SET_FDTFILE_FALLBACK for tegra186Peter Robinson
2020-12-04arm: tegra: define fdtfile option for distro bootPeter Robinson
2020-12-04colibri_t30: disable rs232 serial transceiver forceoff pinsMarcel Ziswiler
2020-12-04apalis/colibri_t30: add note about colibri vs. nvidia uart mappingMarcel Ziswiler
2020-12-04apalis/colibri_t30: avoid uart input from floating pinsMarcel Ziswiler
2020-12-04colibri_t30: fix spi1 and uart2/3 resp. uartb/c pinmuxingMarcel Ziswiler
2020-12-04apalis/colibri_t30: add comment about tristate and input vs. output pinmuxingMarcel Ziswiler
2020-12-03Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom Rini
2020-12-03sandbox: enable capsule update for testingAKASHI Takahiro
2020-12-03test/py: efi_capsule: test for raw image capsuleAKASHI Takahiro
2020-12-03test/py: efi_capsule: test for FIT image capsuleAKASHI Takahiro
2020-12-03tools: add mkeficapsule command for UEFI capsule updateAKASHI Takahiro
2020-12-03cmd: add "efidebug capsule" commandAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro
2020-12-03efi_loader: capsule: add memory range capsule definitionsAKASHI Takahiro
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro