VirtualBox

Ignore:
Timestamp:
Sep 11, 2019 8:46:37 AM (5 years ago)
Author:
vboxsync
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:
2 edited

Legend:

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

  • trunk/src/VBox/Devices/EFI/FirmwareNew/NetworkPkg/IScsiDxe/IScsiDriver.c

    r77662 r80721  
    22  The entry point of IScsi driver.
    33
    4 Copyright (c) 2004 - 2017, Intel Corporation. All rights reserved.<BR>
     4Copyright (c) 2019, NVIDIA Corporation. All rights reserved.
     5Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
    56(C) Copyright 2017 Hewlett Packard Enterprise Development LP<BR>
    67
    7 This program and the accompanying materials
    8 are licensed and made available under the terms and conditions of the BSD License
    9 which accompanies this distribution.  The full text of the license may be found at
    10 http://opensource.org/licenses/bsd-license.php
    11 
    12 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
    13 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
     8SPDX-License-Identifier: BSD-2-Clause-Patent
    149
    1510**/
     
    18621857
    18631858Error2:
    1864   gBS->UninstallMultipleProtocolInterfaces (
    1865          gIScsiIp6DriverBinding.DriverBindingHandle,
    1866          &gEfiDriverBindingProtocolGuid,
    1867          &gIScsiIp6DriverBinding,
    1868          &gEfiComponentName2ProtocolGuid,
    1869          &gIScsiComponentName2,
    1870          &gEfiComponentNameProtocolGuid,
    1871          &gIScsiComponentName,
    1872          NULL
    1873          );
     1859  EfiLibUninstallDriverBindingComponentName2 (
     1860    &gIScsiIp6DriverBinding,
     1861    &gIScsiComponentName,
     1862    &gIScsiComponentName2
     1863    );
    18741864
    18751865Error1:
    1876   gBS->UninstallMultipleProtocolInterfaces (
    1877          ImageHandle,
    1878          &gEfiDriverBindingProtocolGuid,
    1879          &gIScsiIp4DriverBinding,
    1880          &gEfiComponentName2ProtocolGuid,
    1881          &gIScsiComponentName2,
    1882          &gEfiComponentNameProtocolGuid,
    1883          &gIScsiComponentName,
    1884          NULL
    1885          );
     1866  EfiLibUninstallDriverBindingComponentName2 (
     1867    &gIScsiIp4DriverBinding,
     1868    &gIScsiComponentName,
     1869    &gIScsiComponentName2
     1870    );
    18861871
    18871872  return Status;
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