aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt1-0/+54
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt1-0/+3
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt1-0/+2
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt1-0/+3
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt1-0/+62
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt1-0/+39
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt1-0/+43
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro1-0/+3
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro1-0/+2
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro1-6/+7
2020-07-11lib/crypto: use qualified path for x509_parser.hHeinrich Schuchardt1-1/+1
2020-07-10Merge tag 'dm-pull-10jul20' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini7-6/+61
2020-07-10Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini4-10/+88
2020-07-10powerpc: move ADDR_MAP to KconfigMarek Szyprowski17-72/+0
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne1-0/+2
2020-07-10reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne1-0/+13
2020-07-10pci: Add some PCI Express capability register offset definitionsSylwester Nawrocki1-0/+9
2020-07-10linux/bitfield.h: Add primitives for manipulating bitfields both in host- and...Nicolas Saenz Julienne1-0/+53
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano1-2/+2
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano2-0/+29
2020-07-09core: drop const for struct driver_infoWalter Lozano1-1/+1
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+7
2020-07-09log: don't show function by defaultHeinrich Schuchardt1-1/+17
2020-07-09dm: core: Correct comment on uclass_id_foreach_dev()Simon Glass1-1/+1
2020-07-09sandbox: make RAM size configurableHeinrich Schuchardt1-1/+4
2020-07-09Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86Tom Rini7-62/+175
2020-07-09pci: Move some PCIe register offset definitions to a common headerSylwester Nawrocki1-2/+11
2020-07-09usb: xhci: Use only 32-bit accesses in xhci_writeq/xhci_readqSylwester Nawrocki1-8/+0
2020-07-09Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2cTom Rini1-0/+47
2020-07-09arm: kirkwood: switch LaCie boards to sata_mv driverSimon Guinot1-10/+9
2020-07-09arm: mvebu: helios4: sync helios4 config to clearfog and dts to kernelDennis Gilmore1-39/+56
2020-07-09spi: Remove unnecessary #ifdefs in header fileSimon Glass1-7/+6
2020-07-09bootstage: Fix 'stacked' typoSimon Glass1-1/+1
2020-07-09linux/kconfig.h: create two- and three-argument versions of CONFIG_IS_ENABLEDRasmus Villemoes1-3/+45
2020-07-09linux/kconfig.h: remove unused helper macrosRasmus Villemoes1-35/+5
2020-07-09linux/kconfig.h: simplify logic for choosing CONFIG_{SPL_, TPL_, }*Rasmus Villemoes1-19/+8
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+13
2020-07-09video: Add helpers for vidconsole for the copy framebufferSimon Glass1-0/+49
2020-07-09video: Add support for copying to a hardware framebufferSimon Glass1-0/+29
2020-07-09video: Add a comment for struct video_uc_platdataSimon Glass1-0/+12
2020-07-09video: Drop unnecessary #ifdef around vid_console_color()Simon Glass1-4/+2
2020-07-09console: Add a way to output to serial onlySimon Glass1-0/+13
2020-07-09rtc: add dm_rtc_write() helperRasmus Villemoes1-0/+24
2020-07-09rtc: add dm_rtc_read helper and ->read methodRasmus Villemoes1-0/+23
2020-07-08lib: rsa: function to verify a signature against a hashHeiko Stuebner1-0/+21
2020-07-08Update MEM_SUPPORT_64BIT_DATA to be always definedSimon Glass1-1/+3
2020-07-08spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-0/+1
2020-07-08spl: fix format of function documentationDario Binacchi1-1/+1
2020-07-08debug_uart: Add CR before and after announce stringStefan Roese1-1/+1
2020-07-08tpm: add TPM2_GetRandom command supportDhananjay Phadke1-0/+13