summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: remove support for CONFIG_LCDHeinrich Schuchardt2022-07-182-6/+0
* efi_loader: expose END device path nodeMasahisa Kojima2022-07-131-1/+1
* Merge branch 'next'Tom Rini2022-07-1117-8725/+138
|\
| * spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini2022-07-074-3/+11
| * Convert CONFIG_ENV_MIN_ENTRIES et al to KconfigTom Rini2022-06-281-7/+0
| * arm: samsung: Remove dead LCD codeTom Rini2022-06-285-8622/+0
| * vpl: Ensure all VPL symbols in Kconfig have some VPL dependencyTom Rini2022-06-281-1/+2
| * tpl: Ensure all TPL symbols in Kconfig have some TPL dependencyTom Rini2022-06-281-1/+2
| * lib: sha256: Add support for hardware specific sha256_processLoic Poulain2022-06-271-7/+19
| * lib: sha1: Add support for hardware specific sha1_processLoic Poulain2022-06-271-7/+19
| * cmd: load: add load command for memory mappedRui Miguel Silva2022-06-221-0/+9
| * Merge branch 'master' into nextTom Rini2022-06-206-92/+64
| |\
| * | fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQRasmus Villemoes2022-06-062-12/+2
| * | zlib: Port fix for CVE-2018-25032 to U-BootTom Rini2022-06-063-65/+74
* | | efi_loader: image_loader: add a missing digest verification for signed PE imageAKASHI Takahiro2022-07-052-2/+61
* | | efi_loader: image_loader: replace EFI_PRINT with log macrosAKASHI Takahiro2022-07-051-27/+27
* | | efi_loader: signature: export efi_hash_regions()AKASHI Takahiro2022-07-051-2/+2
* | | lib: crypto: add mscode_parserAKASHI Takahiro2022-07-054-0/+184
* | | EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri2022-07-022-7/+28
| |/ |/|
* | efi_loader: initialize console size lateHeinrich Schuchardt2022-06-192-7/+17
* | efi_loader: create boot options without file pathHeinrich Schuchardt2022-06-122-11/+25
* | efi_loader: allow booting from short dev only DPHeinrich Schuchardt2022-06-121-5/+4
* | EFI: FMP: Use a common GetImageInfo function for FIT and raw imagesSughosh Ganu2022-06-121-66/+14
* | EFI: Do not consider OsIndications variable if CONFIG_EFI_IGNORE_OSINDICATION...Sughosh Ganu2022-06-121-3/+4
|/
* efi: test/py: authenticate fit capsulesVincent Stehlé2022-06-041-42/+73
* EFI: Populate descriptor_count value only when image_info_size is not zeroSughosh Ganu2022-06-041-3/+2
* efi: fix documentation warningsVincent Stehlé2022-05-281-5/+5
* efi_loader: bootmgr: fix a problem in loading an image from a short-pathAKASHI Takahiro2022-05-281-4/+103
* efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro2022-05-281-0/+27
* efi_loader: add sha384/512 on certificate revocationIlias Apalodimas2022-05-072-23/+119
* efi_loader: Select EVENT as wellJan Kiszka2022-05-071-0/+1
* lib/date: Make rtc_mktime and mktime64 Y2038-readyJan Kiszka2022-05-051-8/+5
* efi_loader: bootmgr: add booting from removable mediaAKASHI Takahiro2022-05-031-1/+50
* efi_loader: export efi_locate_device_handle()AKASHI Takahiro2022-05-031-4/+3
* lib/charset: add u16_strlcat() functionMasahisa Kojima2022-05-031-0/+16
* lib: fix selection of CONFIG_CHARSETHeinrich Schuchardt2022-05-033-5/+2
* efi_selftest: error handling in efi_selftest_tcg2Heinrich Schuchardt2022-05-031-2/+6
* efi_selftest: clean up unaligned unit testHeinrich Schuchardt2022-05-031-5/+4
* efi_selftest: buildefi_selftest_unaligned.cHeinrich Schuchardt2022-05-031-1/+3
* efi_loader: reset colors before clearing screenHeinrich Schuchardt2022-05-031-2/+2
* vpl: Add Kconfig options for VPLSimon Glass2022-05-021-0/+62
* efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro2022-04-291-14/+15
* efi_loader: simplify efi_add_conventional_memory_map()Heinrich Schuchardt2022-04-291-1/+1
* efi_loader: simplify try_load_entry()Heinrich Schuchardt2022-04-291-6/+2
* efi: fix devpath_is_partition()Heinrich Schuchardt2022-04-291-1/+1
* efi_loader: don't call log with __func__ as parameterHeinrich Schuchardt2022-04-291-4/+3
* nds32: Remove the architectureTom Rini2022-04-252-8/+1
* Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini2022-04-251-6/+17
|\
| * lib: Add a way to find the postiion of a trailing numberSimon Glass2022-04-251-2/+12
| * lib: Fix a few bugs in trailing_strtoln()Simon Glass2022-04-251-5/+6