summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-11-11lib: Add a function to convert a string to a hex valueSimon Glass
2021-11-07efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima
2021-11-07efi: Add a way to obtain boot services in the appSimon Glass
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass
2021-11-07efi: Create a 64-bit appSimon Glass
2021-11-07x86: Create a 32/64-bit selection for the appSimon Glass
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima
2021-11-07efi_loader: use byteshift unaligned access helperMasahisa Kojima
2021-11-07efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro
2021-10-27sandbox: Remove OF_HOSTFILEIlias Apalodimas
2021-10-26Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2021-10-26efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima
2021-10-26efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima
2021-10-26lib: uuid: fix the test on RNG device presencePatrick Delaunay
2021-10-26lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima
2021-10-25efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima
2021-10-22Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas
2021-10-21efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass
2021-10-21efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu
2021-10-21efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu
2021-10-21efi_selftest: Use EFI_SIMPLE_NETWORK_PROTOCOL::GetStatus() for media checkMasami Hiramatsu
2021-10-20Merge tag 'u-boot-imx-20211020' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2021-10-18treewide: Remove OF_PRIOR_STAGEIlias Apalodimas
2021-10-13fdtdec: Support reserved-memory flagsThierry Reding
2021-10-13fdtdec: Reorder fdtdec_set_carveout() parameters for consistencyThierry Reding
2021-10-13fdtdec: Support compatible string list for reserved memoryThierry Reding
2021-10-13fdtdec: Support retrieving the name of a carveoutThierry Reding
2021-10-13fdtdec: Allow using fdtdec_get_carveout() in loopsThierry Reding
2021-10-09Merge tag 'video-20211009' of https://source.denx.de/u-boot/custodians/u-boot...Tom Rini
2021-10-09lz4: Use a private header for U-BootSimon Glass
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis
2021-10-08image: Drop unnecessary #ifdefs from image.hSimon Glass
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass
2021-10-08image: Use the correct checks for CRC32Simon Glass
2021-10-08image: Use Kconfig to enable FIT_RSASSA_PSS on hostSimon Glass
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass