aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass1-2/+18
2021-11-07efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima7-1/+2023
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass1-0/+10
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass1-0/+9
2021-11-07efi: Create a 64-bit appSimon Glass1-0/+1
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass1-8/+26
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima2-6/+38
2021-11-07efi_loader: use byteshift unaligned access helperMasahisa Kojima1-1/+2
2021-11-07efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro1-1/+1
2021-10-27sandbox: Remove OF_HOSTFILEWIP/27Oct2021Ilias Apalodimas1-7/+7
2021-10-26Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/26Oct2021Tom Rini12-111/+514
2021-10-26efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima1-8/+25
2021-10-26efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima1-42/+18
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima3-2/+173
2021-10-26lib: uuid: fix the test on RNG device presencePatrick Delaunay1-1/+1
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes1-1/+1
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima5-12/+229
2021-10-25efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt1-16/+13
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt1-33/+5
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt1-0/+9
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt5-16/+23
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro1-0/+36
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima1-2/+3
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini10-191/+152
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2-2/+6
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2-3/+1
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2-3/+4
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas2-6/+58
2021-10-21efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt1-0/+8
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass4-124/+23
2021-10-21efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu1-30/+37
2021-10-21efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu1-11/+0
2021-10-21efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu1-0/+12
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...WIP/20Oct2021Tom Rini1-2/+2
2021-10-18treewide: Remove OF_PRIOR_STAGEWIP/bisect-testingIlias Apalodimas1-2/+0
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding3-13/+22
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding2-5/+5
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding3-4/+70
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding2-5/+10
2021-10-13fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding1-1/+1
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...WIP/09Oct2021Tom Rini1-3/+58
2021-10-09lz4: Use a private header for U-BootSimon Glass1-1/+1
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis1-1/+46
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis1-2/+12
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass1-1/+1
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-10-08image: Use the correct checks for CRC32Simon Glass2-3/+6
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass2-14/+6
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1