aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-08-30fwu: Initialize global fwu library state during CI testMarek Vasut
2023-08-29scripts/Makefile.lib: Embed capsule public key in platform's dtbSughosh Ganu
2023-08-28Revert "arm: imx: mx7: Move CONFIG_OPTEE_TZDRAM_SIZE from lib/optee"Ricardo Salveti
2023-08-28spl: crypto: fix including SHA* object files in SPLOleksandr Suvorov
2023-08-27efi_loader: delete handle from events when a protocol is uninstalledIlias Apalodimas
2023-08-27lib: parameter check in hash_calculateHeinrich Schuchardt
2023-08-25uuid: Add ChromiumOS partition typesSimon Glass
2023-08-25uuid: Move function comments to header fileSimon Glass
2023-08-25abuf: Allow incrementing the sizeSimon Glass
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-15efi_loader: fix efi_add_known_memory()Heinrich Schuchardt
2023-08-09lib: Suppress E when writing error-string outputSimon Glass
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-08-08crc32: Drop duplicates crc header includesIlya Lukin
2023-08-08lib/charset: fix u16_strlcat() return valueMatthias Schiffer
2023-08-08Revert "lib: string: Fix strlcpy return value", fix callersMatthias Schiffer
2023-08-08arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-08-08lib: uuid: introduce uuid_str_to_le_bin functionAbdellatif El Khlifi
2023-08-07spl: move SPL_CRC32 option to lib/KconfigOleksandr Suvorov
2023-08-03efi_loader: check uuid_str_to_bin return valueMasahisa Kojima
2023-08-03efi_loader: catch out of memory in file_openHeinrich Schuchardt
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt
2023-08-03efi_loader: memory leak efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_mem_carve_outHeinrich Schuchardt
2023-08-03efi_loader: overflow in efi_allocate_pagesHeinrich Schuchardt
2023-08-03efi_loader: error handling in tcg2_hash_pe_image()Heinrich Schuchardt
2023-08-03efi_loader: out of memory in efi_add_memory_map_pgHeinrich Schuchardt
2023-08-03efi_selftest: remove superfluous assignmentsHeinrich Schuchardt
2023-08-03efi_loader: fix an IS_ERR() vs NULL checkDan Carpenter
2023-08-03efi_loader: capsule: enforce guid check in api and capsule_on_diskAKASHI Takahiro
2023-08-03efi_loader: Fix memory corruption on 32bit systemsDan Carpenter
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt
2023-07-25fwu: Show number of attempts in Trial StateMichal Simek
2023-07-25fwu: mtd: Fix dfu_alt_info generation for 2 images per bankMichal Simek
2023-07-25fwu: Allow code to properly decode trial stateMichal Simek
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek
2023-07-24Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi
2023-07-24lib: uuid: introduce uuid_str_to_le_bin functionAbdellatif El Khlifi
2023-07-21lib: Kconfig: k3: Enable SHA512 for fit signatureManorit Chawdhry
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt
2023-07-20efi_driver: fix duplicate efiblk#0 issueMasahisa Kojima
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt