Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/BaseLib.inf
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/BaseLib.inf
r48727 r58459 2 2 # Base Library implementation. 3 3 # 4 # Copyright (c) 2007 - 201 0, Intel Corporation. All rights reserved.<BR>4 # Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR> 5 5 # Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR> 6 # Portions copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR> 6 7 # 7 8 # This program and the accompanying materials … … 18 19 INF_VERSION = 0x00010005 19 20 BASE_NAME = BaseLib 21 MODULE_UNI_FILE = BaseLib.uni 20 22 FILE_GUID = 27d67720-ea68-48ae-93da-a3a074c90e30 21 23 MODULE_TYPE = BASE … … 24 26 25 27 # 26 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM 28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM AARCH64 27 29 # 28 30 … … 60 62 Cpu.c 61 63 LinkedList.c 64 SafeString.c 62 65 String.c 63 66 BaseLibInternals.h … … 251 254 252 255 Ia32/GccInline.c | GCC 253 Ia32/Thunk16.S | GCC 256 # VBox begin (yasm doesn't like the nasm variant) - original: 257 # Ia32/Thunk16.nasm | GCC 258 Ia32/Thunk16.asm | GCC 259 # VBox end 254 260 Ia32/EnableDisableInterrupts.S | GCC 255 261 Ia32/EnablePaging64.S | GCC … … 417 423 X86DisablePaging32.c 418 424 X64/GccInline.c | GCC 419 X64/Thunk16.S | GCC 425 # VBox begin (yasm doesn't like the nasm variant) - original: 426 # Ia32/Thunk16.nasm | GCC 427 Ia32/Thunk16.asm | GCC 428 # VBox end 420 429 X64/SwitchStack.S | GCC 421 430 X64/SetJump.S | GCC … … 481 490 Arm/CpuPause.asm | RVCT 482 491 Arm/CpuBreakpoint.asm | RVCT 492 Arm/MemoryFence.asm | RVCT 483 493 484 494 Arm/Math64.S | GCC … … 489 499 Arm/SetJumpLongJump.S | GCC 490 500 Arm/CpuBreakpoint.S | GCC 501 Arm/MemoryFence.S | GCC 502 503 [Sources.AARCH64] 504 Arm/InternalSwitchStack.c 505 Arm/Unaligned.c 506 Math64.c 507 508 AArch64/MemoryFence.S | GCC 509 AArch64/SwitchStack.S | GCC 510 AArch64/EnableInterrupts.S | GCC 511 AArch64/DisableInterrupts.S | GCC 512 AArch64/GetInterruptsState.S | GCC 513 AArch64/SetJumpLongJump.S | GCC 514 AArch64/CpuBreakpoint.S | GCC 491 515 492 516 [Packages] … … 499 523 500 524 [Pcd] 501 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength 502 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength 503 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength 504 gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList 525 gEfiMdePkgTokenSpaceGuid.PcdMaximumLinkedListLength ## SOMETIMES_CONSUMES 526 gEfiMdePkgTokenSpaceGuid.PcdMaximumAsciiStringLength ## SOMETIMES_CONSUMES 527 gEfiMdePkgTokenSpaceGuid.PcdMaximumUnicodeStringLength ## SOMETIMES_CONSUMES 528 gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask ## SOMETIMES_CONSUMES 529 530 [FeaturePcd] 531 gEfiMdePkgTokenSpaceGuid.PcdVerifyNodeInList ## CONSUMES 505 532 506 533 # VBox - enable this for non-optimized IA32 builds.
Note:
See TracChangeset
for help on using the changeset viewer.