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_driver
/
efi_block_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
efi_driver: fix duplicate efiblk#0 issue
Masahisa Kojima
2023-07-20
1
-4
/
+2
*
efi_driver: move event registration to driver
Heinrich Schuchardt
2022-10-06
1
-0
/
+16
*
efi_driver: add init function to EFI block driver
Heinrich Schuchardt
2022-10-06
1
-0
/
+12
*
efi_driver: provide driver binding protocol to bind function
Heinrich Schuchardt
2022-10-06
1
-1
/
+4
*
efi_driver: reformat efi_block_device.c
Heinrich Schuchardt
2022-10-06
1
-10
/
+10
*
efi_driver: carve out function to create block device
Heinrich Schuchardt
2022-10-06
1
-7
/
+25
*
efi_driver: fix error handling
Heinrich Schuchardt
2022-10-06
1
-27
/
+33
*
blk: Switch over to using uclass IDs
Simon Glass
2022-09-16
1
-2
/
+2
*
efi_loader: move udevice pointer into struct efi_object
Masahisa Kojima
2022-08-13
1
-2
/
+1
*
efi_loader: disk: a helper function to create efi_disk objects from udevice
AKASHI Takahiro
2022-04-23
1
-24
/
+10
*
efi: Rename UCLASS_EFI and IF_TYPE_EFI
Simon Glass
2021-12-09
1
-4
/
+4
*
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
1
-5
/
+5
*
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
1
-3
/
+3
*
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
1
-10
/
+10
*
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
1
-1
/
+1
*
efi: Tidy up header includes
Simon Glass
2020-08-03
1
-0
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
1
-0
/
+2
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
1
-0
/
+1
*
efi_driver: use Sphinx style comments
Heinrich Schuchardt
2019-07-16
1
-19
/
+20
*
blk: Call part_init() in the post_probe() method
Bin Meng
2018-11-14
1
-2
/
+0
*
efi_driver: blk: Switch to use platdata_auto_alloc_size for the driver data
Bin Meng
2018-11-14
1
-12
/
+12
*
efi_driver: set DM_FLAG_NAME_ALLOCED flag
Heinrich Schuchardt
2018-07-25
1
-0
/
+2
*
SPDX: Convert a few files that were missed before
Tom Rini
2018-05-10
1
-2
/
+1
*
efi_driver: EFI block driver
Heinrich Schuchardt
2018-01-22
1
-0
/
+210