Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/LoadFile.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ppi/LoadFile.h
r48674 r58459 2 2 Load image file from fv to memory. 3 3 4 Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>4 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 5 5 This program and the accompanying materials 6 6 are licensed and made available under the terms and conditions of the BSD License … … 48 48 @retval EFI_UNSUPPORTED An image requires relocations or is not 49 49 memory mapped. 50 50 @retval EFI_WARN_BUFFER_TOO_SMALL 51 There is not enough heap to allocate the requested size. 52 This will not prevent the XIP image from being invoked. 53 51 54 **/ 52 55 typedef
Note:
See TracChangeset
for help on using the changeset viewer.