VirtualBox

Ignore:
Timestamp:
Sep 11, 2019 8:46:37 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133262
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:
4 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.c

    r58464 r80721  
    1414  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
    1515
    16   This program and the accompanying materials are licensed and made available
    17   under the terms and conditions of the BSD License that accompanies this
    18   distribution. The full text of the license may be found at
    19   http://opensource.org/licenses/bsd-license.php.
    20 
    21   THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT
    22   WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     16  SPDX-License-Identifier: BSD-2-Clause-Patent
    2317**/
    2418
  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.inf

    r58464 r80721  
    1111#  The implementation is also useful as a fast priority queue.
    1212#
     13#  Copyright (c) 2018, Intel Corporation. All rights reserved.<BR>
    1314#  Copyright (C) 2014, Red Hat, Inc.
    1415#
    15 #  This program and the accompanying materials are licensed and made available
    16 #  under the terms and conditions of the BSD License that accompanies this
    17 #  distribution. The full text of the license may be found at
    18 #  http://opensource.org/licenses/bsd-license.php.
    19 #
    20 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
    21 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
    22 #  IMPLIED.
     16#  SPDX-License-Identifier: BSD-2-Clause-Patent
    2317#
    2418##
     
    3428
    3529#
    36 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC
     30#  VALID_ARCHITECTURES           = IA32 X64 EBC
    3731#
    3832
  • trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BaseOrderedCollectionRedBlackTreeLib/BaseOrderedCollectionRedBlackTreeLib.uni

    r77662 r80721  
    44// implementation, and allocates and releases tree nodes with
    55// MemoryAllocationLib.
    6 // 
     6//
    77// This library instance is useful when a fast associative container is needed.
    88// Worst case time complexity is O(log n) for Find(), Next(), Prev(), Min(),
    99// Max(), Insert(), and Delete(), where "n" is the number of elements in the
    1010// tree. Complete ordered traversal takes O(n) time.
    11 // 
     11//
    1212// The implementation is also useful as a fast priority queue.
    1313//
    1414// Copyright (C) 2014, Red Hat, Inc.
    1515//
    16 // This program and the accompanying materials are licensed and made available
    17 // under the terms and conditions of the BSD License that accompanies this
    18 // distribution. The full text of the license may be found at
    19 // http://opensource.org/licenses/bsd-license.php.
    20 //
    21 // THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
    22 // WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
    23 // IMPLIED.
     16// SPDX-License-Identifier: BSD-2-Clause-Patent
    2417//
    2518// **/
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette