aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_disk.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-2/+1
2018-02-10efi_loader: correct efi_disk_registerHeinrich Schuchardt1-27/+44
2018-01-22efi_loader: correct EFI_BLOCK_IO_PROTOCOL definitionsHeinrich Schuchardt1-4/+4
2018-01-22efi_loader: make efi_disk_create_partitions a global symbolHeinrich Schuchardt1-24/+60
2018-01-22efi_loader: make efi_block_io_guid a global symbolHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: efi_disk_register: correctly determine if_type_nameHeinrich Schuchardt1-1/+1
2018-01-22efi_loader: correct find simple file system protocolHeinrich Schuchardt1-10/+29
2018-01-22efi_loader: address of the simple file system protocolHeinrich Schuchardt1-1/+1
2017-12-19efi_loader: Setup logical_partition media informationEmmanuel Vadot1-0/+2
2017-12-01efi_loader: Fix partition offsetsAlexander Graf1-47/+13
2017-12-01efi_loader: helper function to add EFI object to listHeinrich Schuchardt1-3/+1
2017-12-01efi_loader: manage protocols in a linked listHeinrich Schuchardt1-0/+1
2017-12-01efi_loader: efi_disk: use efi_add_protocolHeinrich Schuchardt1-16/+23
2017-12-01efi_loader: efi_disk: check return value of callocHeinrich Schuchardt1-0/+13
2017-10-10efi_loader: don't increment part twice per loopJonathan Gray1-1/+0
2017-10-10efi_loader: search all possible disk partitionsJonathan Gray1-8/+12
2017-10-09efi_loader: Fix disk dp's for pre-DM/legacy devicesRob Clark1-0/+11
2017-09-20efi_loader: add file/filesys supportRob Clark1-0/+32
2017-09-20efi_loader: use proper device-paths for partitionsRob Clark1-23/+31
2017-09-18efi_disk: efi_disk_rw_blocks is not an API functionHeinrich Schuchardt1-1/+1
2017-07-26efi_loader: remove more double EFI_EXIT() in efi_disk.cRob Clark1-3/+3
2017-07-19efi_loader: disk: iterate only over valid block devicesxypron.glpk@gmx.de1-2/+2
2017-07-19efi_loader: refactor efi_open_protocolxypron.glpk@gmx.de1-26/+3
2017-01-28disk: convert CONFIG_ISO_PARTITION to KconfigPatrick Delaunay1-1/+1
2016-10-19efi: Fix missing EFIAPI specifiersSimon Glass1-6/+7
2016-08-08efi_loader: disk: Sanitize exposed devicesAlexander Graf1-1/+5
2016-08-08efi_loader: disk: Fix CONFIG_BLK breakageAlexander Graf1-7/+11
2016-06-06efi_loader: Move to normal debug infrastructureAlexander Graf1-7/+4
2016-05-27Merge git://git.denx.de/u-boot-dmTom Rini1-18/+48
2016-05-27efi_loader: Add bounce buffer supportAlexander Graf1-9/+61
2016-05-27dm: efi: Update for CONFIG_BLKSimon Glass1-15/+46
2016-05-17dm: part: Drop the block_drvr tableSimon Glass1-11/+16
2016-04-18efi_loader: Increase path string to 32 charactersAlexander Graf1-2/+2
2016-04-18efi_loader: Add el torito supportAlexander Graf1-0/+35
2016-04-18efi_loader: Split drive add into functionAlexander Graf1-37/+47
2016-03-15efi_loader: Pass proper device path in on bootAlexander Graf1-6/+0
2016-03-15efi_loader: Add disk interfacesAlexander Graf1-0/+218