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/Include/Arm/ProcessorBind.h

    r48674 r58459  
    22  Processor or Compiler specific defines and types for ARM.
    33
    4   Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
     4  Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
    55  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>
    66  This program and the accompanying materials                         
     
    3131#if _MSC_EXTENSIONS
    3232  //
    33   // use Microsoft* C complier dependent interger width types
     33  // use Microsoft* C complier dependent integer width types
    3434  //
    3535  typedef unsigned __int64    UINT64;
     
    4343  typedef unsigned char       UINT8;
    4444  typedef char                CHAR8;
    45   typedef char                INT8;
     45  typedef signed char         INT8;
    4646#else
    4747  //
     
    5959  typedef unsigned char       UINT8;
    6060  typedef char                CHAR8;
    61   typedef char                INT8;
     61  typedef signed char         INT8;
    6262#endif
    6363
     
    9292///
    9393#define MAX_ADDRESS  0xFFFFFFFF
     94
     95///
     96/// Maximum legal ARM INTN and UINTN values.
     97///
     98#define MAX_INTN   ((INTN)0x7FFFFFFF)
     99#define MAX_UINTN  ((UINTN)0xFFFFFFFF)
    94100
    95101///
     
    153159#define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
    154160
     161#ifndef __USER_LABEL_PREFIX__
     162#define __USER_LABEL_PREFIX__
     163#endif
     164
    155165#endif
    156166
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