summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2023-07-28efi_loader: fix uninitialized variable bug in efi_set_load_options()Dan Carpenter1-1/+1
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas3-14/+25
2023-07-28efi_loader: simplify dp_fill()Heinrich Schuchardt1-27/+18
2023-07-28efi_loader: device paths for special block devicesHeinrich Schuchardt1-93/+21
2023-07-25fwu: Show number of attempts in Trial StateMichal Simek1-0/+2
2023-07-25fwu: mtd: Fix dfu_alt_info generation for 2 images per bankMichal Simek1-2/+4
2023-07-25fwu: Allow code to properly decode trial stateMichal Simek1-2/+0
2023-07-25lib: sparse: allocate FASTBOOT_MAX_BLK_WRITE instead of small numberMattijs Korpershoek1-1/+2
2023-07-25Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"Tom Rini3-344/+7
2023-07-24arm_ffa: efi: introduce FF-A MM communicationAbdellatif El Khlifi2-7/+296
2023-07-24lib: uuid: introduce uuid_str_to_le_bin functionAbdellatif El Khlifi1-0/+48
2023-07-22lib: Kconfig: k3: Enable SHA512 for fit signatureManorit Chawdhry1-0/+1
2023-07-20efi_loader: support all uclasses in device pathHeinrich Schuchardt1-31/+25
2023-07-20efi_loader: fix dp_fill() for BLKMAP, HOST, VIRTIOHeinrich Schuchardt1-9/+3
2023-07-20efi_driver: fix duplicate efiblk#0 issueMasahisa Kojima1-4/+2
2023-07-20efi_loader: make efi_remove_protocol() staticIlias Apalodimas1-3/+3
2023-07-20efi_loader: use efi_install_multiple_protocol_interfaces()Ilias Apalodimas1-4/+4
2023-07-20efi_loader: simplify efi_uninstall_protocol()Heinrich Schuchardt1-8/+1
2023-07-17Merge https://source.denx.de/u-boot/custodians/u-boot-x86Tom Rini2-15/+20
2023-07-17efi: Use the installed ACPI tablesSimon Glass1-14/+19
2023-07-17efi: Show all known UUIDs with CONFIG_CMD_EFIDEBUGSimon Glass1-1/+1
2023-07-15Merge tag 'efi-2023-10-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini4-10/+487
2023-07-15efi_selftests: add extra testcases on controller handlingIlias Apalodimas1-3/+41
2023-07-15efi_loader: fix the return codes of UninstallProtocolIlias Apalodimas1-0/+2
2023-07-15efi_loader: check the status of disconnected driversIlias Apalodimas1-2/+8
2023-07-15efi_loader: reconnect drivers on failureIlias Apalodimas1-5/+26
2023-07-15Load option with short device path for boot varsRaymond Mao1-0/+6
2023-07-15Fix incorrect return code of boot option updateRaymond Mao1-2/+6
2023-07-15Move bootorder and bootoption apis to libRaymond Mao2-0/+400
2023-07-14lzma: Fix decompression speed regressionChristophe Leroy1-14/+4
2023-07-14lib/zlib: Fix a bug when getting a gzip header extra fieldOleksandr Suvorov1-2/+3
2023-07-14fdt: Allow more general use of livetreeSimon Glass1-0/+6
2023-07-14fdt: Align the start of the livetreeSimon Glass1-1/+4
2023-07-11Merge tag 'efi-2023-07-rc7' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2-2/+7
2023-07-09efi_loader: Increase default variable store size to 64KiBAlper Nebi Yasak1-2/+3
2023-07-09efi_loader: Avoid underflow when calculating remaining var store sizeAlper Nebi Yasak1-0/+4
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini4-66/+78
2023-06-20mkimage: ecdsa: password for signing from environmentStefano Babic1-1/+15
2023-06-16efi_selftests: fix protocol repeated selftestingIlias Apalodimas1-0/+2
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas1-65/+26
2023-06-16efi_selftests: fix controllers repeated selftestingIlias Apalodimas1-1/+25
2023-06-16efi_selftest: ReinstallProtocolInterface testHeinrich Schuchardt1-0/+25
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini9-83/+118
2023-06-09fwu: provide default fwu_plat_get_bootidxJassi Brar1-0/+18
2023-06-09FWU: Add FWU metadata access driver for MTD storage regionsMasami Hiramatsu2-0/+186
2023-06-09fwu: rename fwu_get_verified_mdata to fwu_get_mdataJassi Brar1-3/+3
2023-06-09fwu: meta-data: switch to management by common codeJassi Brar1-204/+31
2023-06-09fwu: move meta-data management in coreJassi Brar1-6/+127
2023-06-08efi_loader: check lowest supported versionMasahisa Kojima1-1/+18
2023-06-08efi_loader: get lowest supported version from device treeMasahisa Kojima1-1/+49