VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/MemoryAllocationLib.c

    r48674 r58459  
    1212  will always return NULL.
    1313
    14   Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     14  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
    1515  This program and the accompanying materials                         
    1616  are licensed and made available under the terms and conditions of the BSD License         
     
    286286  specified alignment remaining to satisfy the request, then NULL is returned.
    287287  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().
    288289
    289290  @param  MemoryType            The type of memory to allocate.
     
    373374 
    374375  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().
    375377
    376378  @param  Pages                 The number of 4 KB pages to allocate.
     
    401403 
    402404  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().
    403406
    404407  @param  Pages                 The number of 4 KB pages to allocate.
     
    429432 
    430433  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().
    431435
    432436  @param  Pages                 The number of 4 KB pages to allocate.
  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/SmmMemoryAllocationLib/SmmMemoryAllocationLib.inf

    r48674 r58459  
    55# allocate and free memory.
    66#
    7 # Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>
     7# Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>
    88# This program and the accompanying materials
    99# are licensed and made available under the terms and conditions of the BSD License
     
    1818  INF_VERSION                    = 0x00010005
    1919  BASE_NAME                      = SmmMemoryAllocationLib
     20  MODULE_UNI_FILE                = SmmMemoryAllocationLib.uni
    2021  FILE_GUID                      = 4DF30A5D-D5B0-4f85-80ED-6B16CD343C8E
    2122  MODULE_TYPE                    = DXE_SMM_DRIVER
     
    4748[Depex]
    4849  gEfiSmmAccess2ProtocolGuid
     50
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette