summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_disk.c
AgeCommit message (Expand)Author
2024-10-30efi_loader: Remove unused diskidIlias Apalodimas
2024-02-12efi_loader: simplify error message in efi_disk_create_raw()Heinrich Schuchardt
2024-01-21efi_loader: return immediately in UCLASS_EFI_LOADER removalMasahisa Kojima
2024-01-21efi_loader: create common function to free struct efi_disk_objMasahisa Kojima
2024-01-21efi_loader: avoid pointer access after calling efi_delete_handleMasahisa Kojima
2024-01-13efi_loader: remove unused members from struct efi_disk_objMasahisa Kojima
2023-12-21efi_loader: Remove <common.h>Tom Rini
2023-11-18efi_loader: Boot var automatic managementRaymond Mao
2023-08-03efi_loader: error handling in efi_disk_add_devHeinrich Schuchardt
2023-07-28efi_loader: make efi_delete_handle() follow the EFI specIlias Apalodimas
2023-06-16efi_loader: simplify efi_disk_removeIlias Apalodimas
2023-01-23efi: Improve logging in efi_diskSimon Glass
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-06efi_loader: discover if no efi_system_partition is setHeinrich Schuchardt
2022-10-31disk: Rename block functionsSimon Glass
2022-10-10efi_loader: reformat efi_disk_add_dev()Heinrich Schuchardt
2022-10-10efi_loader: printf code in efi_disk_get_device_name()Heinrich Schuchardt
2022-10-06efi_loader: define internal implementations of install/uninstallmultipleIlias Apalodimas
2022-10-06efi_driver: move event registration to driverHeinrich Schuchardt
2022-10-06efi_loader: efi_dp_part_node check dp_alloc return valueHeinrich Schuchardt
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-14eficonfig: menu-driven addition of UEFI boot optionMasahisa Kojima
2022-09-01efi_loader: ensure all block devices are probedHeinrich Schuchardt
2022-08-20efi_loader: disk: remove unused fieldAKASHI Takahiro
2022-08-13efi_loader: move udevice pointer into struct efi_objectMasahisa Kojima
2022-07-02EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devicesPaul Barbieri
2022-05-28efi_loader: disk: add efi_disk_is_removable()AKASHI Takahiro
2022-04-29efi_loader: disk: allow blk devices even without UCLASS_PARTITIONAKASHI Takahiro
2022-04-23efi_loader: disk: use udevice instead of blk_descAKASHI Takahiro
2022-04-23efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to delete efi_disk objectsAKASHI Takahiro
2022-04-23efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devicesAKASHI Takahiro
2022-04-23efi_loader: disk: a helper function to create efi_disk objects from udeviceAKASHI Takahiro
2022-03-20efi_loader: remove efi_disk_is_system_part()Heinrich Schuchardt
2022-03-20efi_loader: efi_dp_find_obj() add protocol checkHeinrich Schuchardt
2021-11-26efi_loader: efi_disk_register() should not failHeinrich Schuchardt
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass
2021-06-09efi_loader: partition numbers are hexadecimalHeinrich Schuchardt
2021-02-21Allow last block to be readJesper Schmitz Mouridsen
2021-02-04efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt
2021-01-29efi_loader: correct block IO alignment checkHeinrich Schuchardt
2021-01-23efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlockHeinrich Schuchardt
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-07-22efi_loader: use logging for block device messagesHeinrich Schuchardt
2020-05-21efi_loader: check device path is not installed twiceHeinrich Schuchardt
2020-05-18part: Drop disk_partition_t typedefSimon Glass