VirtualBox

Ignore:
Timestamp:
Sep 11, 2019 8:46:37 AM (5 years ago)
Author:
vboxsync
Message:

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

Location:
trunk/src/VBox/Devices/EFI/FirmwareNew
Files:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/UefiCpuPkg/Library/CpuCommonFeaturesLib/CpuCommonFeatures.h

    r77662 r80721  
    22  CPU Common features library header file.
    33
    4   Copyright (c) 2017, Intel Corporation. All rights reserved.<BR>
    5   This program and the accompanying materials
    6   are licensed and made available under the terms and conditions of the BSD License
    7   which accompanies this distribution.  The full text of the license may be found at
    8   http://opensource.org/licenses/bsd-license.php
    9 
    10   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
    11   WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     4  Copyright (c) 2017 - 2019, Intel Corporation. All rights reserved.<BR>
     5  SPDX-License-Identifier: BSD-2-Clause-Patent
    126
    137**/
     
    2620#include <Library/LocalApicLib.h>
    2721
    28 #include <Register/Cpuid.h>
    29 #include <Register/Msr.h>
     22#include <Register/Intel/Cpuid.h>
     23#include <Register/Intel/Msr.h>
    3024
    3125/**
     
    9286  IN VOID                              *ConfigData,  OPTIONAL
    9387  IN BOOLEAN                           State
     88  );
     89
     90/**
     91  Prepares for the data used by CPU feature detection and initialization.
     92
     93  @param[in]  NumberOfProcessors  The number of CPUs in the platform.
     94
     95  @return  Pointer to a buffer of CPU related configuration data.
     96
     97  @note This service could be called by BSP only.
     98**/
     99VOID *
     100EFIAPI
     101ClockModulationGetConfigData (
     102  IN UINTN  NumberOfProcessors
    94103  );
    95104
     
    851860VOID *
    852861EFIAPI
    853 FeatureControlGetConfigData (
     862PpinGetConfigData (
    854863  IN UINTN               NumberOfProcessors
    855864  );
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