aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05timer: Use a shorter error in TPLSimon Glass1-2/+8
2021-01-05arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h headerSimon Glass6-0/+0
2021-01-05sysreset: Use a shorter error with SPLSimon Glass1-4/+8
2021-01-05pinctrl: Drop post_bind() method when not neededSimon Glass1-1/+3
2021-01-05dm: core: Rename the priv/plat membersSimon Glass4-28/+33
2021-01-05dm: core: Use access methods for dev/uclass private dataSimon Glass3-37/+45
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass113-278/+372
2021-01-05dm: core: Add functions to set priv/platSimon Glass2-0/+114
2021-01-05dm: core: Add function to access uclass privSimon Glass3-0/+32
2021-01-05x86: apl: Drop support for !OF_PLATDATA_PARENTSimon Glass4-45/+1
2021-01-05dm: core: Only include simple-bus devicetree id when neededSimon Glass1-1/+3
2021-01-05dm: core: Use 'uclass_driver' for the uclass linker_listSimon Glass3-5/+5
2021-01-05dm: core: Support dm_dump_all() in SPLSimon Glass1-2/+4
2021-01-05spl: Drop bd_info in the data sectionSimon Glass4-10/+34
2021-01-05sandbox: Drop unnecessary test nodeSimon Glass4-23/+0
2021-01-05serial: Rename ns16550 functions to lower caseSimon Glass20-53/+54
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass27-82/+85
2021-01-05Makefile: Use common args for dtocSimon Glass1-2/+5
2021-01-05Makefile: Tidy up SPL dtb productionSimon Glass2-12/+13
2021-01-05Makefile: Build SPL dtbs in the spl/ directorySimon Glass2-5/+6
2021-01-05Makefile: Build a separate .dtb for TPLSimon Glass2-4/+11
2020-12-31Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/01Jan2021-nextTom Rini36-205/+1240
2020-12-31qemu: arm64: Add documentation for capsule updateSughosh Ganu2-0/+211
2020-12-31efidebug: capsule: Add a command to update capsule on diskSughosh Ganu1-0/+14
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu1-1/+35
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu7-2/+214
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2-42/+63
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu3-89/+93
2020-12-31dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu1-3/+17
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu1-0/+41
2020-12-31fsp: Move and rename fsp_types.h fileSughosh Ganu2-4/+5
2020-12-31qemu: common: Set dfu_alt_info variable for the platformSughosh Ganu3-0/+70
2020-12-31qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu4-0/+107
2020-12-31crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu1-11/+26
2020-12-31qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu2-0/+7
2020-12-31mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2-12/+222
2020-12-31efi_loader: event queueingHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas4-7/+15
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas1-5/+0
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas1-5/+3
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt2-7/+14
2020-12-31efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt1-1/+3
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-31fs/fat: implement fsuuid commandHeinrich Schuchardt3-1/+31
2020-12-31fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2-4/+2
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt2-1/+15