X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=QuarkSocPkg%2FQuarkNorthCluster%2FLibrary%2FQNCAccessLib%2FBaseAccess.c;fp=QuarkSocPkg%2FQuarkNorthCluster%2FLibrary%2FQNCAccessLib%2FBaseAccess.c;h=0000000000000000000000000000000000000000;hp=da364c7b7c2792f3bfaf87834493b2b39c330fc0;hb=5347c48016f27061475fdb053e867a06ce73492f;hpb=96ef5a8e30a8da33eaab09f13cc8d752342717a5 diff --git a/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c b/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c deleted file mode 100644 index da364c7b7c..0000000000 --- a/QuarkSocPkg/QuarkNorthCluster/Library/QNCAccessLib/BaseAccess.c +++ /dev/null @@ -1,28 +0,0 @@ -/** @file -Base Lib function for QNC internal network access. - -Copyright (c) 2013-2015 Intel Corporation. - -SPDX-License-Identifier: BSD-2-Clause-Patent - -**/ - -// -// The package level header files this module uses -// -#include - -/** - Gets the base address of PCI Express for Quark North Cluster. - - @return The base address of PCI Express for Quark North Cluster. - -**/ -UINTN -EFIAPI -QncGetPciExpressBaseAddress ( - VOID - ) -{ - return (UINTN) PcdGet64(PcdPciExpressBaseAddress); -}