Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 3 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/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c
r48674 r58459 12 12 will always return NULL. 13 13 14 Copyright (c) 2006 - 201 0, Intel Corporation. All rights reserved.<BR>14 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 15 15 This program and the accompanying materials 16 16 are licensed and made available under the terms and conditions of the BSD License … … 286 286 specified alignment remaining to satisfy the request, then NULL is returned. 287 287 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 288 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 288 289 289 290 @param MemoryType The type of memory to allocate. … … 373 374 374 375 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 376 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 375 377 376 378 @param Pages The number of 4 KB pages to allocate. … … 401 403 402 404 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 405 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 403 406 404 407 @param Pages The number of 4 KB pages to allocate. … … 429 432 430 433 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 434 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 431 435 432 436 @param Pages The number of 4 KB pages to allocate. -
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf
r48674 r58459 5 5 # allocate and free memory. 6 6 # 7 # Copyright (c) 2010 , Intel Corporation. All rights reserved.<BR>7 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 8 8 # This program and the accompanying materials 9 9 # are licensed and made available under the terms and conditions of the BSD License … … 18 18 INF_VERSION = 0x00010005 19 19 BASE_NAME = SmmMemoryAllocationLib 20 MODULE_UNI_FILE = SmmMemoryAllocationLib.uni 20 21 FILE_GUID = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E 21 22 MODULE_TYPE = DXE_SMM_DRIVER … … 47 48 [Depex] 48 49 gEfiSmmAccess2ProtocolGuid 50
Note:
See TracChangeset
for help on using the changeset viewer.