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/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.c

    r48674 r58459  
    22  Produces the CPU I/O 2 Protocol.
    33
    4 Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
     4Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
    55This program and the accompanying materials                         
    66are licensed and made available under the terms and conditions of the BSD License         
     
    117117  // Check to see if Width is in the valid range
    118118  //
    119   if (Width < 0 || Width >= EfiCpuIoWidthMaximum) {
     119  if ((UINT32)Width >= EfiCpuIoWidthMaximum) {
    120120    return EFI_INVALID_PARAMETER;
    121121  }
  • trunk/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/CpuIo2Dxe/CpuIo2Dxe.inf

    r48674 r58459  
    11## @file
    2 #  Produces the CPU I/O 2 Protocol.
     2#  Produces the CPU I/O 2 Protocol by using the services of the I/O Library.
    33#
    4 #  This DXE driver produces of the CPU I/O 2 Protocol, as introduced by PI 1.2.
    5 #
    6 # Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
     4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
    75# This program and the accompanying materials
    86# are licensed and made available under the terms and conditions of the BSD License
     
    1816  INF_VERSION                    = 0x00010005
    1917  BASE_NAME                      = CpuIo2Dxe
     18  MODULE_UNI_FILE                = CpuIo2Dxe.uni
    2019  FILE_GUID                      = A19B1FE7-C1BC-49F8-875F-54A5D542443F
    2120  MODULE_TYPE                    = DXE_DRIVER
     
    4847[Depex]
    4948  TRUE
     49
     50[UserExtensions.TianoCore."ExtraFiles"]
     51  CpuIo2DxeExtra.uni
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