aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-12-23Merge tag 'dm-next-23dec20' of git://git.denx.de/u-boot-dm into nextWIP/23Dec2020-nextTom Rini162-680/+964
2020-12-22dm: core: Inline a few ofnode functions in SPLSimon Glass3-11/+63
2020-12-22buildman: Remove output binaries before buildingSimon Glass1-1/+13
2020-12-22dm: spi: Fix spi_free_slave() freed memory writeNiel Fourie1-1/+0
2020-12-22test: dm: spi: Add testcase for spi_claim_bus()Ovidiu Panait1-0/+82
2020-12-22spi: spi-uclass: Fix spi_claim_bus() speed/mode setup logicOvidiu Panait3-10/+26
2020-12-22test: spi: Add sandbox_spi_get_{speed, mode} interfaceOvidiu Panait2-0/+30
2020-12-22spi: sandbox_spi: Implement speed/mode setupOvidiu Panait1-0/+26
2020-12-22sandbox: test: Add a second SPI slave on sandbox_spi busOvidiu Panait3-4/+12
2020-12-22sandbox: spi: Drop unused sandbox_spi_parse_spec functionOvidiu Panait2-26/+0
2020-12-22sandbox: implement invalidate_icache_all()Heinrich Schuchardt3-5/+24
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2-0/+19
2020-12-22Common:fdt: Check for error return valueHongwei Zhang1-0/+3
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt2-1/+12
2020-12-22configs: sandbox: activate DEBUG_UARTPatrick Delaunay3-0/+3
2020-12-22patman: Add project-default for 'gcc'Philipp Tomsich1-1/+6
2020-12-22patman: Add --no-signoff to suppress adding signoffsPhilipp Tomsich4-8/+12
2020-12-18dm: Update documentation for new sequence numbersSimon Glass1-24/+35
2020-12-18dm: core: Drop seq and req_seqSimon Glass4-24/+42
2020-12-18cmd: Drop use of old sequence numbers in commandsSimon Glass4-7/+7
2020-12-18dm: core: Update uclass_find_next_free_req_seq() for new schemeSimon Glass4-20/+26