index
:
u-boot.git
master
sbiboot
"Das U-Boot" Source Tree
himbeer
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
Files
Lines
*
efi_loader: error handling in efi_disk_add_dev
Heinrich Schuchardt
2023-08-03
1
-6
/
+9
*
efi_loader: make efi_delete_handle() follow the EFI spec
Ilias Apalodimas
2023-07-28
1
-1
/
+6
*
efi_loader: simplify efi_disk_remove
Ilias Apalodimas
2023-06-16
1
-65
/
+26
*
efi: Improve logging in efi_disk
Simon Glass
2023-01-23
1
-9
/
+21
*
efi_loader: provide agent_handle to efi_disk_add_dev()
Heinrich Schuchardt
2023-01-13
1
-21
/
+29
*
dm: sandbox: Switch over to using the new host uclass
Simon Glass
2022-11-07
1
-1
/
+1
*
efi_loader: discover if no efi_system_partition is set
Heinrich Schuchardt
2022-11-06
1
-2
/
+4
*
disk: Rename block functions
Simon Glass
2022-10-31
1
-2
/
+4
*
efi_loader: reformat efi_disk_add_dev()
Heinrich Schuchardt
2022-10-10
1
-8
/
+12
*
efi_loader: printf code in efi_disk_get_device_name()
Heinrich Schuchardt
2022-10-10
1
-1
/
+2
*
efi_loader: define internal implementations of install/uninstallmultiple
Ilias Apalodimas
2022-10-06
1
-4
/
+6
*
efi_driver: move event registration to driver
Heinrich Schuchardt
2022-10-06
1
-23
/
+2
*
efi_loader: efi_dp_part_node check dp_alloc return value
Heinrich Schuchardt
2022-10-06
1
-0
/
+5
*
blk: Rename if_type to uclass_id
Simon Glass
2022-09-25
1
-6
/
+6
*
Merge branch 'master' into next
Tom Rini
2022-09-19
1
-0
/
+17
|
\
|
*
efi_loader: ensure all block devices are probed
Heinrich Schuchardt
2022-09-01
1
-0
/
+17
*
|
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
1
-2
/
+2
*
|
eficonfig: menu-driven addition of UEFI boot option
Masahisa Kojima
2022-09-14
1
-0
/
+50
|
/
*
efi_loader: disk: remove unused field
AKASHI Takahiro
2022-08-20
1
-11
/
+2
*
efi_loader: move udevice pointer into struct efi_object
Masahisa Kojima
2022-08-13
1
-9
/
+6
*
EFI: Fix ReadBlocks API reading incorrect sector for UCLASS_PARTITION devices
Paul Barbieri
2022-07-02
1
-7
/
+1
*
efi_loader: disk: add efi_disk_is_removable()
AKASHI Takahiro
2022-05-28
1
-0
/
+27
*
efi_loader: disk: allow blk devices even without UCLASS_PARTITION
AKASHI Takahiro
2022-04-29
1
-14
/
+15
*
efi_loader: disk: use udevice instead of blk_desc
AKASHI Takahiro
2022-04-23
1
-6
/
+16
*
efi_loader: disk: not delete BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
2022-04-23
1
-2
/
+6
*
efi_loader: disk: a helper function to delete efi_disk objects
AKASHI Takahiro
2022-04-23
1
-0
/
+88
*
efi_loader: disk: not create BLK device for BLK(IF_TYPE_EFI_LOADER) devices
AKASHI Takahiro
2022-04-23
1
-3
/
+11
*
efi_loader: disk: a helper function to create efi_disk objects from udevice
AKASHI Takahiro
2022-04-23
1
-74
/
+127
*
efi_loader: remove efi_disk_is_system_part()
Heinrich Schuchardt
2022-03-20
1
-29
/
+0
*
efi_loader: efi_dp_find_obj() add protocol check
Heinrich Schuchardt
2022-03-20
1
-1
/
+1
*
efi_loader: efi_disk_register() should not fail
Heinrich Schuchardt
2021-11-26
1
-2
/
+2
*
efi_loader: Drop code that doesn't work with driver model
Simon Glass
2021-10-21
1
-48
/
+0
*
efi_loader: partition numbers are hexadecimal
Heinrich Schuchardt
2021-06-09
1
-2
/
+2
*
Allow last block to be read
Jesper Schmitz Mouridsen
2021-02-21
1
-2
/
+2
*
efi_loader: install UEFI System Partition GUID
Heinrich Schuchardt
2021-02-04
1
-8
/
+7
*
efi_loader: correct block IO alignment check
Heinrich Schuchardt
2021-01-29
1
-4
/
+6
*
efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlock
Heinrich Schuchardt
2021-01-23
1
-9
/
+21
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-1
/
+1
*
efi_loader: link partition to block device
Heinrich Schuchardt
2020-12-10
1
-0
/
+20
*
efi_loader: use logging for block device messages
Heinrich Schuchardt
2020-07-22
1
-10
/
+13
*
efi_loader: check device path is not installed twice
Heinrich Schuchardt
2020-05-21
1
-7
/
+18
*
part: Drop disk_partition_t typedef
Simon Glass
2020-05-18
1
-3
/
+3
*
efi_loader: disk: add efi_disk_is_system_part()
AKASHI Takahiro
2020-05-04
1
-0
/
+29
*
efi_loader: identify EFI system partition
Heinrich Schuchardt
2020-04-30
1
-0
/
+20
*
efi_loader: add missing doc comments in efi_disk.c
Heinrich Schuchardt
2020-04-16
1
-3
/
+49
*
efi_loader: simplify logical expression in efi_disk_add_dev()
Heinrich Schuchardt
2020-03-22
1
-1
/
+1
*
efi_loader: fix function descriptions in efi_disk.c
Heinrich Schuchardt
2020-03-22
1
-22
/
+30
*
efi_loader: disk: install file system protocol to a whole disk
AKASHI Takahiro
2019-11-12
1
-1
/
+3
*
efi_loader: disk: install FILE_SYSTEM_PROTOCOL only if available
AKASHI Takahiro
2019-10-17
1
-1
/
+23
*
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
2019-09-05
1
-1
/
+16
[next]