aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-18Use __ASSEMBLY__ as the assembly macrosSimon Glass16-20/+20
2020-05-18common: Drop linux/delay.h from common headerSimon Glass891-4/+897
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass14-71/+71
2020-05-18common: Drop linux/stringify.h from common headerSimon Glass114-1/+171
2020-05-18common: Drop linux/bug.h from common headerSimon Glass86-1/+85
2020-05-18common: Drop asm_offsets.h from common headerSimon Glass7-1/+6
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass39-1/+38
2020-05-18common: Drop log.h from common headerSimon Glass1533-4/+1543
2020-05-18Fix some checkpatch warnings in calls to debug()Simon Glass7-31/+30
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass465-1528/+1988
2020-05-18common: Drop init.h from common headerSimon Glass536-2/+536
2020-05-18common: Drop image.h from common headerSimon Glass173-7/+195
2020-05-18common: Drop bootstage.h from common headerSimon Glass61-2/+61
2020-05-18bootstage: Use BOOTSTAGE instead of BOOTSTATESimon Glass6-15/+15
2020-05-18common: Drop part.h from common headerSimon Glass97-10/+142
2020-05-18part: Drop disk_partition_t typedefSimon Glass56-127/+135
2020-05-18common: Drop net.h from common headerSimon Glass472-5/+501
2020-05-18arm: Don't include common.h in header filesSimon Glass80-89/+67
2020-05-18common: Drop flash.h from common headerSimon Glass45-1/+46
2020-05-18flash: Tidy up coding style for flash functionsSimon Glass6-52/+55
2020-05-18common: Drop uuid.h from common headerSimon Glass11-1/+10
2020-05-18Merge tag 'efi-2020-07-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini22-55/+1117
2020-05-17dts: nxp2160ardb: add op-tee nodeIlias Apalodimas1-0/+6
2020-05-17configs: lx2160a: Add default config for lx2160a using StMM in OP-TEEIlias Apalodimas2-0/+86
2020-05-17doc: uefi.rst: Add OP-TEE variable storage config optionsIlias Apalodimas1-0/+17
2020-05-17MAINTAINERS: Add maintainer for EFI variables via OP-TEEIlias Apalodimas1-0/+6
2020-05-17cmd: efidebug: Add support for querying UEFI variable storageIlias Apalodimas1-1/+57
2020-05-17efi_loader: Implement EFI variable handling via OP-TEEIlias Apalodimas3-0/+675
2020-05-17efi_loader: Add headers for EDK2 StandAloneMM communicationSughosh Ganu1-0/+208
2020-05-17efi_loader: round the memory area in efi_add_memory_map()Michael Walle12-54/+62
2020-05-15Merge branch '2020-05-15-kconfig-migrations'Tom Rini9-20/+39
2020-05-15qemu-x86*_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait3-2/+2
2020-05-15qemu_arm_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait1-2/+1
2020-05-15qemu_arm64_defconfig: Enable CONFIG_PCI_INIT_ROvidiu Panait1-2/+1
2020-05-15board_r: Introduce CONFIG_PCI_INIT_R Kconfig optionOvidiu Panait2-3/+12
2020-05-15board_r: env: Use IS_ENABLED() instead of #ifdefsOvidiu Panait1-10/+11
2020-05-15env: Convert CONFIG_DELAY_ENVIRONMENT to KconfigOvidiu Panait2-1/+12
2020-05-15configs: Resync with savedefconfigTom Rini4-30/+19
2020-05-15Merge branch '2020-05-15-misc-bugfixes'Tom Rini131-290/+345
2020-05-15lib: rsa: avoid overriding the object name when already specifiedJan Luebbe2-9/+21
2020-05-15MAINTAINERS: POWERPC MPC8XX: Update email addressChristophe Leroy1-1/+1
2020-05-15tools: ftdgrep: use /* fallthrough */ as neededHeinrich Schuchardt1-4/+7
2020-05-15tools: mkimage: use /* fallthrough */ as neededHeinrich Schuchardt1-1/+1
2020-05-15common/board_f: avoid -Wtype-limits warningHeinrich Schuchardt1-1/+1
2020-05-15spl: Always define preloader_console_initSamuel Holland3-8/+4
2020-05-15lib: rsa: Also check for presence of r-squared propertyJan Kiszka1-1/+1
2020-05-15Makefile: add file 'defconfig' to clean targetHeinrich Schuchardt1-1/+1
2020-05-15JFFS2: Add useful fields into listsPetr Borsodi2-78/+81
2020-05-15JFFS2: Process obsolete nodes as well as accurate onesPetr Borsodi1-26/+47
2020-05-15drivers/reset/Kconfig: fix typoTrevor Woerner1-1/+1