summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...WIP/01Jan2021-nextTom Rini2020-12-3136-205/+1240
|\
| * qemu: arm64: Add documentation for capsule updateSughosh Ganu2020-12-312-0/+211
| * efidebug: capsule: Add a command to update capsule on diskSughosh Ganu2020-12-311-0/+14
| * efi_loader: Enable uefi capsule authenticationSughosh Ganu2020-12-311-1/+35
| * efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-317-2/+214
| * efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-312-42/+63
| * efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-313-89/+93
| * dfu_mtd: Add provision to unlock mtd deviceSughosh Ganu2020-12-311-3/+17
| * efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu2020-12-311-0/+41
| * fsp: Move and rename fsp_types.h fileSughosh Ganu2020-12-312-4/+5
| * qemu: common: Set dfu_alt_info variable for the platformSughosh Ganu2020-12-313-0/+70
| * qemu: common: Add support for dynamic mtdparts for the platformSughosh Ganu2020-12-314-0/+107
| * crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu2020-12-311-11/+26
| * qemu: arm: Initialise virtio devices in board_late_initSughosh Ganu2020-12-312-0/+7
| * mkeficapsule: Add support for embedding public key in a dtbSughosh Ganu2020-12-312-12/+222
| * efi_loader: event queueingHeinrich Schuchardt2020-12-311-1/+1
| * efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-314-7/+15
| * efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas2020-12-311-5/+0
| * efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas2020-12-311-5/+3
| * efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-312-7/+14
| * efi_loader: describe struct efi_loaded_image_objHeinrich Schuchardt2020-12-311-1/+3
| * efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-311-2/+2
| * efi_loader: avoid invalid freeHeinrich Schuchardt2020-12-311-1/+1
| * efi_loader: escape key handlingHeinrich Schuchardt2020-12-311-0/+12
| * efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-311-1/+1
| * fs/fat: implement fsuuid commandHeinrich Schuchardt2020-12-313-1/+31
| * fs: fat: eliminate DIRENTSPERBLOCK() macroHeinrich Schuchardt2020-12-312-4/+2
| * efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas2020-12-311-5/+15
| * efi_loader: make variable store size customizableHeinrich Schuchardt2020-12-312-1/+15
|/
* Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into nextWIP/23Dec2020-nextTom Rini2020-12-23162-680/+964
|\
| * dm: core: Inline a few ofnode functions in SPLSimon Glass2020-12-223-11/+63
| * buildman: Remove output binaries before buildingSimon Glass2020-12-221-1/+13
| * dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie2020-12-221-1/+0
| * test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait2020-12-221-0/+82
| * spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait2020-12-223-10/+26
| * test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2020-12-222-0/+30
| * spi: sandbox_spi: Implement speed/mode setupOvidiu Panait2020-12-221-0/+26
| * sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait2020-12-223-4/+12
| * sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2020-12-222-26/+0
| * sandbox: implement invalidate_icache_all()Heinrich Schuchardt2020-12-223-5/+24
| * fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2020-12-222-0/+19
| * Common:fdt: Check for error return valueHongwei Zhang2020-12-221-0/+3
| * sandbox: implement runtime system resetHeinrich Schuchardt2020-12-222-1/+12
| * configs: sandbox: activate DEBUG_UARTPatrick Delaunay2020-12-223-0/+3
| * patman: Add project-default for 'gcc'Philipp Tomsich2020-12-221-1/+6
| * patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich2020-12-224-8/+12
| * dm: Update documentation for new sequence numbersSimon Glass2020-12-181-24/+35
| * dm: core: Drop seq and req_seqSimon Glass2020-12-184-24/+42
| * cmd: Drop use of old sequence numbers in commandsSimon Glass2020-12-184-7/+7
| * dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass2020-12-184-20/+26