summaryrefslogtreecommitdiffstats
path: root/common/efi-devicepath.c
Commit message (Collapse)AuthorAgeFilesLines
* efi: add function to determine type of device pathLucas Stach2014-12-091-0/+15
| | | | | | | | | Thanks to the wonders of UEFI we have to walk down the device path all the way until we arrive at the device we got this path from... Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Add initial EFI architecture supportSascha Hauer2014-07-161-0/+1370
This adds support for running barebox in an EFI environment on X86 PC hardware. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>