aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-11efi_loader: OsIndicationsSupported, PlatformLangCodesHeinrich Schuchardt1-28/+31
2020-07-11efi_loader: separate UEFI variable API from implemementationHeinrich Schuchardt4-79/+133
2020-07-11efi_loader: display RO attribute in printenv -eHeinrich Schuchardt1-8/+16
2020-07-11efi_loader: prepare for read only OP-TEE variablesHeinrich Schuchardt6-181/+193
2020-07-11fs/fat: reduce data size for FAT_WRITEHeinrich Schuchardt1-2/+7
2020-07-11efi_loader: NULL dereference in efi_convert_pointerHeinrich Schuchardt1-1/+2
2020-07-11efi_loader: fix efi_get_child_controllers()Heinrich Schuchardt1-4/+8
2020-07-11efi_loader: wrong printf format in efi_image_parseHeinrich Schuchardt1-1/+1
2020-07-11efi_loader: cleanup for tee backed variablesIlias Apalodimas1-5/+3
2020-07-11lib: rsa: export rsa_verify_with_pkey()AKASHI Takahiro2-4/+7
2020-07-11test: use virt-make-fs to build imageHeinrich Schuchardt2-30/+4
2020-07-11test/py: efi_secboot: add a test for verifying with digest of signed imageAKASHI Takahiro2-0/+59
2020-07-11test/py: efi_secboot: add a test for multiple signaturesAKASHI Takahiro2-1/+59
2020-07-11test/py: efi_secboot: add a test against certificate revocationAKASHI Takahiro2-1/+31
2020-07-11test/py: efi_secboot: split "signed image" test case-1 into two casesAKASHI Takahiro1-28/+38
2020-07-11test/py: efi_secboot: more fixes against pylintAKASHI Takahiro4-83/+79
2020-07-11test/py: efi_secboot: apply autopep8AKASHI Takahiro5-60/+67
2020-07-11efi_loader: image_loader: add digest-based verification for signed imageAKASHI Takahiro3-75/+99
2020-07-11efi_loader: image_loader: verification for all signatures should passAKASHI Takahiro3-156/+198
2020-07-11efi_loader: signature: make efi_hash_regions more genericAKASHI Takahiro1-29/+17
2020-07-11efi_loader: signature: fix a size check against revocation listAKASHI Takahiro1-2/+3
2020-07-11efi_loader: image_loader: retrieve authenticode only if it existsAKASHI Takahiro1-8/+21
2020-07-11efi_loader: image_loader: add a check against certificate type of authenticodeAKASHI Takahiro1-12/+44
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 Rini95-313/+1030
2020-07-10CI: show skipped Python testsHeinrich Schuchardt3-3/+3
2020-07-10Merge tag 'rpi-next-2020.10' of https://gitlab.denx.de/u-boot/custodians/u-bo...Tom Rini21-26/+935
2020-07-10Merge branch '2020-08-10-arbitrary-virt-phys-mappings'Tom Rini152-90/+321
2020-07-10config: Enable support for the XHCI controller on RPI4 boardMarek Szyprowski1-0/+11
2020-07-10rpi4: add a mapping for the PCIe XHCI controller MMIO registers (ARM 32bit)Marek Szyprowski3-0/+30
2020-07-10mmc: bcm283x: fix int to pointer castSeung-Woo Kim1-1/+1
2020-07-10arm: provide a function for boards init code to modify MMU virtual-physical mapMarek Szyprowski3-6/+39
2020-07-10arm: update comments to the common styleMarek Szyprowski1-9/+14
2020-07-10powerpc: move ADDR_MAP to KconfigMarek Szyprowski144-74/+226
2020-07-10config: Enable USB Keyboard support on RPi4Nicolas Saenz Julienne1-0/+1
2020-07-10usb: xhci: Add reset controller supportNicolas Saenz Julienne3-0/+39
2020-07-10configs: Enable support for reset controllers on RPi4Nicolas Saenz Julienne3-0/+3
2020-07-10reset: Add Raspberry Pi 4 firmware reset controllerNicolas Saenz Julienne4-0/+85
2020-07-10arm: rpi: Add function to trigger VL805's firmware loadNicolas Saenz Julienne3-0/+66
2020-07-10configs: Enable support for the XHCI controller on RPI4 board (ARM 64-bit)Marek Szyprowski2-1/+16
2020-07-10pci: Add driver for Broadcom BCM2711 SoC PCIe controllerSylwester Nawrocki3-0/+633
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: add test for cd-gpiosWalter Lozano2-0/+109
2020-07-09dtoc: update dtb_platdata to support cd-gpiosWalter Lozano2-7/+11
2020-07-09arm: dts: include gpio nodes for card detectWalter Lozano5-1/+24
2020-07-09dm: doc: update of-plat with new phandle supportWalter Lozano1-8/+16
2020-07-09dtoc: extend dtoc to use struct driver_info when linking nodesWalter Lozano10-65/+100
2020-07-09sandbox: Move section u_boot_list to make it RWWalter Lozano1-1/+1
2020-07-09core: extend struct driver_info to point to deviceWalter Lozano4-3/+56