~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_disk.c
Commit message (
Expand
)
Author
Age
*
efi_loader: error handling in efi_disk_add_dev
Heinrich Schuchardt
2023-08-03
*
efi_loader: make efi_delete_handle() follow the EFI spec
Ilias Apalodimas
2023-07-28
*
efi_loader: simplify efi_disk_remove
Ilias Apalodimas
2023-06-16
*
efi: Improve logging in efi_disk
Simon Glass
2023-01-23
*
efi_loader: provide agent_handle to efi_disk_add_dev()
Heinrich Schuchardt
2023-01-13
*
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-11-07
*
efi_loader: discover if no efi_system_partition is set
Heinrich Schuchardt
2022-11-06
*
disk: Rename block functions
Simon Glass
2022-10-31
*
efi_loader: reformat efi_disk_add_dev()
Heinrich Schuchardt
2022-10-10
*
efi_loader: printf code in efi_disk_get_device_name()
Heinrich Schuchardt
2022-10-10
*
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
2022-10-06
*
efi_driver: move event registration to driver
Heinrich Schuchardt
2022-10-06
*
efi_loader: efi_dp_part_node check dp_alloc return value
Heinrich Schuchardt
2022-10-06
*
blk: Rename if_type to uclass_id
Simon Glass
2022-09-25
*
Merge branch 'master' into next
Tom Rini
2022-09-19
|
\
|
*
efi_loader: ensure all block devices are probed
Heinrich Schuchardt
2022-09-01
*
|
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
*
|
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-14
|
/
*
efi_loader: disk: remove unused field
AKASHI Takahiro
2022-08-20
*
efi_loader: move udevice pointer into struct efi_object
Masahisa Kojima
2022-08-13
*
EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices
Paul Barbieri
2022-07-02
*
efi_loader: disk: add efi_disk_is_removable()
AKASHI Takahiro
2022-05-28
*
efi_loader: disk: allow blk devices even without UCLASS_PARTITION
AKASHI Takahiro
2022-04-29
*
efi_loader: disk: use udevice instead of blk_desc
AKASHI Takahiro
2022-04-23
*
efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
2022-04-23
*
efi_loader: disk: a helper function to delete efi_disk objects
AKASHI Takahiro
2022-04-23
*
efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
2022-04-23
*
efi_loader: disk: a helper function to create efi_disk objects from udevice
AKASHI Takahiro
2022-04-23
*
efi_loader: remove efi_disk_is_system_part()
Heinrich Schuchardt
2022-03-20
*
efi_loader: efi_dp_find_obj() add protocol check
Heinrich Schuchardt
2022-03-20
*
efi_loader: efi_disk_register() should not fail
Heinrich Schuchardt
2021-11-26
*
efi_loader: Drop code that doesn't work with driver model
Simon Glass
2021-10-21
*
efi_loader: partition numbers are hexadecimal
Heinrich Schuchardt
2021-06-09
*
Allow last block to be read
Jesper Schmitz Mouridsen
2021-02-21
*
efi_loader: install UEFI System Partition GUID
Heinrich Schuchardt
2021-02-04
*
efi_loader: correct block IO alignment check
Heinrich Schuchardt
2021-01-29
*
efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock
Heinrich Schuchardt
2021-01-23
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
*
efi_loader: link partition to block device
Heinrich Schuchardt
2020-12-10
*
efi_loader: use logging for block device messages
Heinrich Schuchardt
2020-07-22
*
efi_loader: check device path is not installed twice
Heinrich Schuchardt
2020-05-21
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
*
efi_loader: disk: add efi_disk_is_system_part()
AKASHI Takahiro
2020-05-04
*
efi_loader: identify EFI system partition
Heinrich Schuchardt
2020-04-30
*
efi_loader: add missing doc comments in efi_disk.c
Heinrich Schuchardt
2020-04-16
*
efi_loader: simplify logical expression in efi_disk_add_dev()
Heinrich Schuchardt
2020-03-22
*
efi_loader: fix function descriptions in efi_disk.c
Heinrich Schuchardt
2020-03-22
*
efi_loader: disk: install file system protocol to a whole disk
AKASHI Takahiro
2019-11-12
*
efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
AKASHI Takahiro
2019-10-17
*
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
2019-09-05
[next]