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/Library/PrintLib.h

    r48674 r58459  
    33  Unicode and ASCII strings are supported.
    44
    5 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
     5Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
    66This program and the accompanying materials are licensed and made available under
    77the terms and conditions of the BSD License that accompanies this distribution. 
     
    4747        If 0 is also specified, then 0 is ignored.
    4848    - L, l
    49       - The number being printed is a UINT64.  Only valid for types X, x, and d.
    50         If this flag is not specified, then the number being printed is a int.
     49      - The number being printed is size UINT64.  Only valid for types X, x, and d.
     50        If this flag is not specified, then the number being printed is size int.
    5151    - NOTE: All invalid flags are ignored.
    5252
     
    7979        using this type too by making sure bits 8..15 of the argument are set to 0.
    8080    - x
    81       - The argument is a hexadecimal number.  The characters used are 0..9 and
     81      - The argument is an unsigned hexadecimal number.  The characters used are 0..9 and
    8282        A..F.  If the flag 'L' is not specified, then the argument is assumed
    83         to be an int.  This does not follow ANSI C.
     83        to be size int.  This does not follow ANSI C.
    8484    - X
    85       - The argument is a hexadecimal number and the number is padded with
     85      - The argument is an unsigned hexadecimal number and the number is padded with
    8686        zeros.  This is equivalent to a format string of "0x". If the flag
    87         'L' is not specified, then the argument is assumed to be an int. 
     87        'L' is not specified, then the argument is assumed to be size int. 
    8888        This does not follow ANSI C.
    8989    - d
    90       - The argument is a decimal number.  If the flag 'L' is not specified,
    91         then the argument is assumed to be an int. 
     90      - The argument is a signed decimal number.  If the flag 'L' is not specified,
     91        then the argument is assumed to be size int. 
    9292    - p
    93       - The argument is a pointer that is a (VOID *), and it is printed as a
    94         hexadecimal number  The characters used are 0..9 and A..F.
     93      - The argument is a pointer that is a (VOID *), and it is printed as an
     94        unsigned hexadecimal number  The characters used are 0..9 and A..F.
    9595    - a
    9696      - The argument is a pointer to an ASCII string. 
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