summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-05-18Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini
2020-05-17dts: nxp2160ardb: add op-tee nodeIlias Apalodimas
2020-05-17configs: lx2160a: Add default config for lx2160a using StMM in OP-TEEIlias Apalodimas
2020-05-17doc: uefi.rst: Add OP-TEE variable storage config optionsIlias Apalodimas
2020-05-17MAINTAINERS: Add maintainer for EFI variables via OP-TEEIlias Apalodimas
2020-05-17cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas
2020-05-17efi_loader: Add headers for EDK2 StandAloneMM communicationSughosh Ganu
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle
2020-05-15Merge branch '2020-05-15-kconfig-migrations'Tom Rini
2020-05-15qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait
2020-05-15qemu_arm_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait
2020-05-15qemu_arm64_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait
2020-05-15board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait
2020-05-15board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait
2020-05-15env: Convert CONFIG_DELAY_ENVIRONMENT to KconfigOvidiu Panait
2020-05-15configs: Resync with savedefconfigTom Rini
2020-05-15Merge branch '2020-05-15-misc-bugfixes'Tom Rini
2020-05-15lib: rsa: avoid overriding the object name when already specifiedJan Luebbe
2020-05-15MAINTAINERS: POWERPC MPC8XX: Update email addressChristophe Leroy
2020-05-15tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt
2020-05-15tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt
2020-05-15common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt
2020-05-15spl: Always define preloader_console_initSamuel Holland
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka
2020-05-15Makefile: add file 'defconfig' to clean targetHeinrich Schuchardt
2020-05-15JFFS2: Add useful fields into listsPetr Borsodi
2020-05-15JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi
2020-05-15drivers/reset/Kconfig: fix typoTrevor Woerner
2020-05-15rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32Trevor Woerner
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner
2020-05-15arm: orion5x: finish moving SoC to mach-orion5xTrevor Woerner
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner
2020-05-15arch/arm/Makefile: sort machine namesTrevor Woerner
2020-05-15arm: lpc32xx: move SoC to mach-lpc32xxTrevor Woerner
2020-05-15rsa: don't use malloc.h in rsa-sign.cJonathan Gray