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:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiServicesTablePointerLibKr7/PeiServicesTablePointer.c

    r48674 r58459  
    33  Register 7 to store the pointer.
    44
    5   Copyright (c) 2006 - 2008, Intel Corporation. All rights reserved.<BR>
     5  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
    66  This program and the accompanying materials
    77  are licensed and made available under the terms and conditions of the BSD License
     
    6767}
    6868 
     69/**
     70  Perform CPU specific actions required to migrate the PEI Services Table
     71  pointer from temporary RAM to permanent RAM.
    6972
     73  For IA32 CPUs, the PEI Services Table pointer is stored in the 4 bytes
     74  immediately preceding the Interrupt Descriptor Table (IDT) in memory.
     75  For X64 CPUs, the PEI Services Table pointer is stored in the 8 bytes
     76  immediately preceding the Interrupt Descriptor Table (IDT) in memory.
     77  For Itanium and ARM CPUs, a the PEI Services Table Pointer is stored in
     78  a dedicated CPU register.  This means that there is no memory storage
     79  associated with storing the PEI Services Table pointer, so no additional
     80  migration actions are required for Itanium or ARM CPUs.
    7081
     82**/
     83VOID
     84EFIAPI
     85MigratePeiServicesTablePointer (
     86  VOID
     87  )
     88{
     89  return;
     90}
    7191
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