summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-05video: Let video_sync to return error valueMichal Simek4-19/+42
2021-01-05video: Fix video sync kernel-doc formatMichal Simek1-4/+4
2021-01-05fru: ops: avoid out of bounds accessHeinrich Schuchardt1-1/+1
2021-01-05zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt1-6/+4
2021-01-05arm64: zynqmp: Add Ethernet node for zcu1285 revAHarini Katakam1-0/+23
2021-01-05arm64: zynqmp: Add ethernet node for zcu1275 revBSiva Durga Prasad Paladugu1-0/+24
2021-01-04Merge branch '2021-01-04-minor-fixes'Tom Rini5-12/+11
2021-01-04cosmetic: fix typo in drivers/usb/KconfigMarc Ferland1-1/+1
2021-01-04cmd: ubi: don't allow to rename a volume to a name that already existPhilippe Reynes1-0/+5
2021-01-04mailmap: Update mail address for Igor OpaniukIgor Opaniuk1-0/+1
2021-01-04doc: android/boot-image: invalid C declarationHeinrich Schuchardt1-3/+4
2021-01-04nvme: Use only 32-bit accesses in nvme_writeq/nvme_readqStefan Agner1-8/+0
2021-01-04spi: zynqmp_gqspi: Fix unaligned data writes issueT Karthik Reddy1-4/+2
2021-01-04microblaze: Add nor device to distro bootT Karthik Reddy1-1/+16
2021-01-04microblaze: Set script_offset_nor env variableT Karthik Reddy1-1/+4
2021-01-04arm64: zynqmp: Sync DT with Linux kernelMichal Simek1-33/+28
2021-01-04serial: uartlite: Fix uninitialized ret in debug uartliteAshok Reddy Soma1-1/+1
2021-01-04common: usb_storage: Fix code indentationMichal Simek1-2/+2
2021-01-04cmd: load: Fix code indentationMichal Simek1-5/+4
2021-01-04tools: zynqmp: Fix regex expression around XPm_ConfigObjectAdrian Fiergolski1-1/+1
2021-01-01Merge tag 'efi-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi i...Tom 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-29Merge tag 'efi-2021-01-rc5-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini4-12/+33