summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* efi_loader: use correct printf codesHeinrich Schuchardt2021-04-101-7/+7
* efi_loader: efi_esrt: Fix the build warning for 32 bit systemsSughosh Ganu2021-04-101-1/+1
* efi_loader: Kconfig: Select IMAGE_SIGN_INFO when capsule authentication is en...Sughosh Ganu2021-04-101-0/+1
* efi_loader: Cleanup get_var duplicationIlias Apalodimas2021-04-101-34/+2
* Merge branch 'next'Tom Rini2021-04-0526-211/+1905
|\
| * bloblist: Make BLOBLIST_TABLES depend on BLOBLISTSimon Glass2021-03-271-1/+1
| * binman: Show a message when changing subnodesSimon Glass2021-03-271-2/+2
| * smbios: Allow writing to the coreboot version stringSimon Glass2021-03-272-4/+38
| * efi_loader: Clean up file size calculationsIlias Apalodimas2021-03-251-15/+1
| * efi_selfest: redefine enum efi_test_phaseHeinrich Schuchardt2021-03-252-6/+7
| * efi_loader: Add an S-CRTM even for firmware versionIlias Apalodimas2021-03-251-0/+35
| * efi_loader: EFI TCG2 free efi memory on protocol failureIlias Apalodimas2021-03-251-8/+32
| * efi: ESRT creation testsJose Marinho2021-03-252-0/+293
| * efi: Add ESRT to the EFI system tableJose Marinho2021-03-256-4/+535
| * efi_loader: Replace config option for initrd loadingIlias Apalodimas2021-03-253-98/+140
| * efi_loader: Add helper functions for EFIIlias Apalodimas2021-03-254-0/+171
| * efi_loader: Add device path related functions for initrd via Boot####Ilias Apalodimas2021-03-251-5/+105
| * efi_loader: Uart device pathHeinrich Schuchardt2021-03-252-9/+45
| * efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt2021-03-251-13/+38
| * efi: Fix compiler warningsSimon Glass2021-03-252-4/+4
| * efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2021-03-252-222/+0
| * efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt2021-03-251-1/+1
| * efi_loader: fix memory type for memory reservation blockMark Kettenis2021-03-251-1/+1
| * efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt2021-03-251-1/+1
| * Merge tag 'v2021.04-rc4' into nextTom Rini2021-03-155-33/+96
| |\
| * | tpm: Allow disabling platform hierarchy with TPM2Simon Glass2021-03-021-0/+35
| * | tpm: Add TPM2 support for write_lockSimon Glass2021-03-022-1/+24
| * | tpm: Add TPM2 support for read/write valuesSimon Glass2021-03-022-2/+86
| * | tpm: Add an implementation of define_spaceSimon Glass2021-03-021-0/+47
| * | tpm: Reduce duplication in a few functionsSimon Glass2021-03-021-5/+8
| * | tpm: Add a basic API implementation for TPMv2Simon Glass2021-03-021-7/+77
| * | tpm: Switch TPMv1 over to use the new APISimon Glass2021-03-022-61/+55
| * | tpm: Add an API that can support v1.2 and v2Simon Glass2021-03-021-0/+215
| * | tpm: Add debugging of request in tpm_sendrecv_command()Simon Glass2021-03-021-2/+8
* | | efi_loader: typo 'devide path'Heinrich Schuchardt2021-03-311-1/+1
* | | efi_loader: Uart device path missing breakHeinrich Schuchardt2021-03-311-0/+2
* | | efi_loader: Uart device pathHeinrich Schuchardt2021-03-192-9/+45
* | | efi_loader: NULL dereference in EFI consoleHeinrich Schuchardt2021-03-191-13/+38
* | | efi: Fix compiler warningsSimon Glass2021-03-162-4/+4
* | | efi_selftest: Remove loadfile2 for initrd selftestsIlias Apalodimas2021-03-162-222/+0
* | | efi_selftest: illegal cast to pointer in initrddumpHeinrich Schuchardt2021-03-161-1/+1
* | | efi_loader: fix memory type for memory reservation blockMark Kettenis2021-03-161-1/+1
* | | efi_loader: disable GRUB_ARM32_WORKAROUND on ARCH_SUNXIHeinrich Schuchardt2021-03-161-1/+1
| |/ |/|
* | lib/charset: UTF-8 stream conversionHeinrich Schuchardt2021-03-071-9/+46
* | lib/charset: utf8_get() should return errorHeinrich Schuchardt2021-03-071-9/+16
* | efi_loader: carve out utf_to_cp()Heinrich Schuchardt2021-03-072-16/+31
* | efi_loader: move codepage 437 tableHeinrich Schuchardt2021-03-072-1/+7
* | efi_loader: console size of vidconsoleHeinrich Schuchardt2021-03-071-1/+1
* | lib: kconfig: Mention CONFIG_ADDR_MAP limitation in the helpBin Meng2021-03-051-0/+2
* | lib: addr_map: Move address_map[] type to the header fileBin Meng2021-03-051-5/+1