aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-11efi_loader: enable UEFI variables at runtimeHeinrich Schuchardt3-5/+17
2020-07-11efi_loader: use memory based variable storageHeinrich Schuchardt1-468/+94
2020-07-11efi_loader: memory buffer for variablesHeinrich Schuchardt3-0/+321
2020-07-11efi_loader: new function efi_memcpy_runtime()Heinrich Schuchardt2-0/+22
2020-07-11efi_loader: optional pointer for ConvertPointerHeinrich Schuchardt2-0/+8
2020-07-11efi_loader: export efi_convert_pointer()Heinrich Schuchardt2-5/+6
2020-07-11efi_loader: UEFI variable persistenceHeinrich Schuchardt5-1/+319
2020-07-11efi_loader: secure boot flagHeinrich Schuchardt1-6/+2
2020-07-11efi_loader: read-only AuditMode and DeployedModeHeinrich Schuchardt1-9/+13
2020-07-11efi_loader: value of VendorKeysHeinrich Schuchardt1-60/+15
2020-07-11efi_loader: keep attributes in efi_set_variable_intHeinrich Schuchardt1-12/+12
2020-07-11efi_loader: simplify boot managerHeinrich Schuchardt1-16/+12
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