index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
efi_loader
/
efi_disk.c
Age
Commit message (
Expand
)
Author
2019-09-05
efi_loader: EFI_BLOCK_IO_PROTOCOL.Reset()
Heinrich Schuchardt
2019-09-05
efi_loader: use EFI_PRINT() instead of debug()
Heinrich Schuchardt
2019-09-05
efi_loader: parameter checks BLOCK_IO_PROTOCOL
Heinrich Schuchardt
2019-04-23
efi_loader: consistent naming of protocol GUIDs
Heinrich Schuchardt
2018-12-02
efi_loader: rename parent to header
Heinrich Schuchardt
2018-12-02
efi_loader: eliminate handle member
Heinrich Schuchardt
2018-09-10
Remove <inttypes.h> includes and PRI* usages in printf() entirely
Masahiro Yamada
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2018-02-10
efi_loader: correct efi_disk_register
Heinrich Schuchardt
2018-01-22
efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitions
Heinrich Schuchardt
2018-01-22
efi_loader: make efi_disk_create_partitions a global symbol
Heinrich Schuchardt
2018-01-22
efi_loader: make efi_block_io_guid a global symbol
Heinrich Schuchardt
2018-01-22
efi_loader: efi_disk_register: correctly determine if_type_name
Heinrich Schuchardt
2018-01-22
efi_loader: correct find simple file system protocol
Heinrich Schuchardt
2018-01-22
efi_loader: address of the simple file system protocol
Heinrich Schuchardt
2017-12-19
efi_loader: Setup logical_partition media information
Emmanuel Vadot
2017-12-01
efi_loader: Fix partition offsets
Alexander Graf
2017-12-01
efi_loader: helper function to add EFI object to list
Heinrich Schuchardt
2017-12-01
efi_loader: manage protocols in a linked list
Heinrich Schuchardt
2017-12-01
efi_loader: efi_disk: use efi_add_protocol
Heinrich Schuchardt
2017-12-01
efi_loader: efi_disk: check return value of calloc
Heinrich Schuchardt
2017-10-10
efi_loader: don't increment part twice per loop
Jonathan Gray
2017-10-10
efi_loader: search all possible disk partitions
Jonathan Gray
2017-10-09
efi_loader: Fix disk dp's for pre-DM/legacy devices
Rob Clark
2017-09-20
efi_loader: add file/filesys support
Rob Clark
2017-09-20
efi_loader: use proper device-paths for partitions
Rob Clark
2017-09-18
efi_disk: efi_disk_rw_blocks is not an API function
Heinrich Schuchardt
2017-07-26
efi_loader: remove more double EFI_EXIT() in efi_disk.c
Rob Clark
2017-07-19
efi_loader: disk: iterate only over valid block devices
xypron.glpk@gmx.de
2017-07-19
efi_loader: refactor efi_open_protocol
xypron.glpk@gmx.de
2017-01-28
disk: convert CONFIG_ISO_PARTITION to Kconfig
Patrick Delaunay
2016-10-19
efi: Fix missing EFIAPI specifiers
Simon Glass
2016-08-08
efi_loader: disk: Sanitize exposed devices
Alexander Graf
2016-08-08
efi_loader: disk: Fix CONFIG_BLK breakage
Alexander Graf
2016-06-06
efi_loader: Move to normal debug infrastructure
Alexander Graf
2016-05-27
Merge git://git.denx.de/u-boot-dm
Tom Rini
2016-05-27
efi_loader: Add bounce buffer support
Alexander Graf
2016-05-27
dm: efi: Update for CONFIG_BLK
Simon Glass
2016-05-17
dm: part: Drop the block_drvr table
Simon Glass
2016-04-18
efi_loader: Increase path string to 32 characters
Alexander Graf
2016-04-18
efi_loader: Add el torito support
Alexander Graf
2016-04-18
efi_loader: Split drive add into function
Alexander Graf
2016-03-15
efi_loader: Pass proper device path in on boot
Alexander Graf
2016-03-15
efi_loader: Add disk interfaces
Alexander Graf