From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::342; helo=mail-wm1-x342.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2CE1021195915 for ; Mon, 26 Nov 2018 07:12:45 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id q26so18802650wmf.5 for ; Mon, 26 Nov 2018 07:12:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=P1I88eHjz/4PlknypEBTJK9UDfF5TqiNmoaEG+U0ofc=; b=NxulHFb2c2L7v6zx+wopA21RHZ5jaFZ+OCG/j1UUYlSOzy887mSDX1pF2TGJL5iSHy oLR4uLsTGGiPDYo53znUhDnO2e9lFfC13tD8Hnmlt7BzS8U0kkvcGz0wNKlKIWfMZfJ0 3NWTafPhcywgJPbEqY2Xz2jmfhX7hQra2XDGY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=P1I88eHjz/4PlknypEBTJK9UDfF5TqiNmoaEG+U0ofc=; b=Xprm8azffh8iIzXiNSoWw7zB+ADMxNUnzt2YYj6WtOV7ThCBo+mgQMkHOUBOiRh58k Q6tkEAYQCFjChMOK8HbAEIdoi3jjO81tW/cElfX37ul/k05sBQ17WGvAv+qCavDg/23L S4siTtfJ2OcnsAgX20HMx51DaVxbMs3Ui0sk68kNyslERJqKHn2ya+F3HQUgEkKCsIIg isTY/0r9wE3uhC5nTsx/5nVBGz18g5sHOwjct+6Q+9+ytx6glkSt2haodXqCyprDTwGN 4L5soADssUETLMJVlfl6AOsMp5znYnZwjkNa5iDan1Tk5l7vlhN+JPueYdlAI+oToGn6 8ZyQ== X-Gm-Message-State: AA+aEWZ0rtRiPY/iUOoAA7q+0cMvszWR5n6qHZMprjf9e7jTQRljMZav bW8TKWIgCG77QjAYsDZjhUKVLw== X-Google-Smtp-Source: AJdET5dmY1WfUQM2qAFn/jh1C1KQbKPVcStcxU937gYZuq1WJ4kNfV5vY5P3a8JbHN8YEAueG9Iwqg== X-Received: by 2002:a1c:d912:: with SMTP id q18mr23980981wmg.122.1543245163555; Mon, 26 Nov 2018 07:12:43 -0800 (PST) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id f66sm1473571wmd.28.2018.11.26.07.12.42 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 26 Nov 2018 07:12:42 -0800 (PST) Date: Mon, 26 Nov 2018 15:12:41 +0000 From: Leif Lindholm To: Ard Biesheuvel Cc: edk2-devel@lists.01.org Message-ID: <20181126151241.aup4brnxmbqytnty@bivouac.eciton.net> References: <20181123185459.2870-1-ard.biesheuvel@linaro.org> MIME-Version: 1.0 In-Reply-To: <20181123185459.2870-1-ard.biesheuvel@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH] ArmPkg: remove now unused BsdLib.h X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Nov 2018 15:12:45 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Nov 23, 2018 at 07:54:59PM +0100, Ard Biesheuvel wrote: > The last remaining users of the BdsLib.h header reside in the > edk2-platforms tree, and so it has been copied there. This > allows us to remove the original from ArmPkg. > > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Ard Biesheuvel Reviewed-by: Leif Lindholm > --- > ArmPkg/Include/Library/BdsLib.h | 212 -------------------- > 1 file changed, 212 deletions(-) > > diff --git a/ArmPkg/Include/Library/BdsLib.h b/ArmPkg/Include/Library/BdsLib.h > deleted file mode 100644 > index 4528c2e8739b..000000000000 > --- a/ArmPkg/Include/Library/BdsLib.h > +++ /dev/null > @@ -1,212 +0,0 @@ > -/** @file > -* > -* Copyright (c) 2013-2015, ARM Limited. All rights reserved. > -* > -* This program and the accompanying materials > -* are licensed and made available under the terms and conditions of the BSD License > -* which accompanies this distribution. The full text of the license may be found at > -* http://opensource.org/licenses/bsd-license.php > -* > -* THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, > -* WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. > -* > -**/ > - > -#ifndef __BDS_ENTRY_H__ > -#define __BDS_ENTRY_H__ > - > -#define IS_DEVICE_PATH_NODE(node,type,subtype) \ > - (((node)->Type == (type)) && ((node)->SubType == (subtype))) > - > -/** > - This is defined by the UEFI specs, don't change it > -**/ > -typedef struct { > - UINT16 LoadOptionIndex; > - EFI_LOAD_OPTION *LoadOption; > - UINTN LoadOptionSize; > - > - UINT32 Attributes; > - UINT16 FilePathListLength; > - CHAR16 *Description; > - EFI_DEVICE_PATH_PROTOCOL *FilePathList; > - > - VOID* OptionalData; > - UINTN OptionalDataSize; > -} BDS_LOAD_OPTION; > - > -/** > - Connect a Device Path and return the handle of the driver that support this DevicePath > - > - @param DevicePath Device Path of the File to connect > - @param Handle Handle of the driver that support this DevicePath > - @param RemainingDevicePath Remaining DevicePath nodes that do not match the driver DevicePath > - > - @retval EFI_SUCCESS A driver that matches the Device Path has been found > - @retval EFI_NOT_FOUND No handles match the search. > - @retval EFI_INVALID_PARAMETER DevicePath or Handle is NULL > - > -**/ > -EFI_STATUS > -BdsConnectDevicePath ( > - IN EFI_DEVICE_PATH_PROTOCOL* DevicePath, > - OUT EFI_HANDLE *Handle, > - OUT EFI_DEVICE_PATH_PROTOCOL **RemainingDevicePath > - ); > - > -/** > - Connect all DXE drivers > - > - @retval EFI_SUCCESS All drivers have been connected > - @retval EFI_NOT_FOUND No handles match the search. > - @retval EFI_OUT_OF_RESOURCES There is not resource pool memory to store the matching results. > - > -**/ > -EFI_STATUS > -BdsConnectAllDrivers ( > - VOID > - ); > - > -/** > - Return the value of a global variable defined by its VariableName. > - The variable must be defined with the VendorGuid gEfiGlobalVariableGuid. > - > - @param VariableName A Null-terminated string that is the name of the vendor's > - variable. > - @param DefaultValue Value returned by the function if the variable does not exist > - @param DataSize On input, the size in bytes of the return Data buffer. > - On output the size of data returned in Data. > - @param Value Value read from the UEFI Variable or copy of the default value > - if the UEFI Variable does not exist > - > - @retval EFI_SUCCESS All drivers have been connected > - @retval EFI_NOT_FOUND No handles match the search. > - @retval EFI_OUT_OF_RESOURCES There is not resource pool memory to store the matching results. > - > -**/ > -EFI_STATUS > -GetGlobalEnvironmentVariable ( > - IN CONST CHAR16* VariableName, > - IN VOID* DefaultValue, > - IN OUT UINTN* Size, > - OUT VOID** Value > - ); > - > -/** > - Return the value of the variable defined by its VariableName and VendorGuid > - > - @param VariableName A Null-terminated string that is the name of the vendor's > - variable. > - @param VendorGuid A unique identifier for the vendor. > - @param DefaultValue Value returned by the function if the variable does not exist > - @param DataSize On input, the size in bytes of the return Data buffer. > - On output the size of data returned in Data. > - @param Value Value read from the UEFI Variable or copy of the default value > - if the UEFI Variable does not exist > - > - @retval EFI_SUCCESS All drivers have been connected > - @retval EFI_NOT_FOUND No handles match the search. > - @retval EFI_OUT_OF_RESOURCES There is not resource pool memory to store the matching results. > - > -**/ > -EFI_STATUS > -GetEnvironmentVariable ( > - IN CONST CHAR16* VariableName, > - IN EFI_GUID* VendorGuid, > - IN VOID* DefaultValue, > - IN OUT UINTN* Size, > - OUT VOID** Value > - ); > - > -EFI_STATUS > -BootOptionFromLoadOptionIndex ( > - IN UINT16 LoadOptionIndex, > - OUT BDS_LOAD_OPTION** BdsLoadOption > - ); > - > -EFI_STATUS > -BootOptionFromLoadOptionVariable ( > - IN CHAR16* BootVariableName, > - OUT BDS_LOAD_OPTION** BdsLoadOption > - ); > - > -EFI_STATUS > -BootOptionToLoadOptionVariable ( > - IN BDS_LOAD_OPTION* BdsLoadOption > - ); > - > -UINT16 > -BootOptionAllocateBootIndex ( > - VOID > - ); > - > -/** > - Start an EFI Application from a Device Path > - > - @param ParentImageHandle Handle of the calling image > - @param DevicePath Location of the EFI Application > - > - @retval EFI_SUCCESS All drivers have been connected > - @retval EFI_NOT_FOUND The Linux kernel Device Path has not been found > - @retval EFI_OUT_OF_RESOURCES There is not enough resource memory to store the matching results. > - > -**/ > -EFI_STATUS > -BdsStartEfiApplication ( > - IN EFI_HANDLE ParentImageHandle, > - IN EFI_DEVICE_PATH_PROTOCOL *DevicePath, > - IN UINTN LoadOptionsSize, > - IN VOID* LoadOptions > - ); > - > -EFI_STATUS > -BdsLoadImage ( > - IN EFI_DEVICE_PATH *DevicePath, > - IN EFI_ALLOCATE_TYPE Type, > - IN OUT EFI_PHYSICAL_ADDRESS* Image, > - OUT UINTN *FileSize > - ); > - > -/** > - * Call BS.ExitBootServices with the appropriate Memory Map information > - */ > -EFI_STATUS > -ShutdownUefiBootServices ( > - VOID > - ); > - > -/** > - Locate an EFI application in a the Firmware Volumes by its name > - > - @param EfiAppGuid Guid of the EFI Application into the Firmware Volume > - @param DevicePath EFI Device Path of the EFI application > - > - @return EFI_SUCCESS The function completed successfully. > - @return EFI_NOT_FOUND The protocol could not be located. > - @return EFI_OUT_OF_RESOURCES There are not enough resources to find the protocol. > - > -**/ > -EFI_STATUS > -LocateEfiApplicationInFvByName ( > - IN CONST CHAR16* EfiAppName, > - OUT EFI_DEVICE_PATH **DevicePath > - ); > - > -/** > - Locate an EFI application in a the Firmware Volumes by its GUID > - > - @param EfiAppGuid Guid of the EFI Application into the Firmware Volume > - @param DevicePath EFI Device Path of the EFI application > - > - @return EFI_SUCCESS The function completed successfully. > - @return EFI_NOT_FOUND The protocol could not be located. > - @return EFI_OUT_OF_RESOURCES There are not enough resources to find the protocol. > - > -**/ > -EFI_STATUS > -LocateEfiApplicationInFvByGuid ( > - IN CONST EFI_GUID *EfiAppGuid, > - OUT EFI_DEVICE_PATH **DevicePath > - ); > - > -#endif > -- > 2.19.1 >