summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_disk.c
AgeCommit message (Expand)Author
2019-04-23efi_loader: consistent naming of protocol GUIDsHeinrich Schuchardt
2018-12-02efi_loader: rename parent to headerHeinrich Schuchardt
2018-12-02efi_loader: eliminate handle memberHeinrich Schuchardt
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-02-10efi_loader: correct efi_disk_registerHeinrich Schuchardt
2018-01-22efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt
2018-01-22efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt
2018-01-22efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt
2018-01-22efi_loader: efi_disk_register: correctly determine if_type_nameHeinrich Schuchardt
2018-01-22efi_loader: correct find simple file system protocolHeinrich Schuchardt
2018-01-22efi_loader: address of the simple file system protocolHeinrich Schuchardt
2017-12-19efi_loader: Setup logical_partition media informationEmmanuel Vadot
2017-12-01efi_loader: Fix partition offsetsAlexander Graf
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt
2017-12-01efi_loader: efi_disk: use efi_add_protocolHeinrich Schuchardt
2017-12-01efi_loader: efi_disk: check return value of callocHeinrich Schuchardt
2017-10-10efi_loader: don't increment part twice per loopJonathan Gray
2017-10-10efi_loader: search all possible disk partitionsJonathan Gray
2017-10-09efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark
2017-09-20efi_loader: add file/filesys supportRob Clark
2017-09-20efi_loader: use proper device-paths for partitionsRob Clark
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark
2017-07-19efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass
2016-05-17dm: part: Drop the block_drvr tableSimon Glass
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf
2016-04-18efi_loader: Add el torito supportAlexander Graf
2016-04-18efi_loader: Split drive add into functionAlexander Graf
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf
2016-03-15efi_loader: Add disk interfacesAlexander Graf