diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2019-05-09 20:42:03 -0700 |
---|---|---|
committer | Michael D Kinney <michael.d.kinney@intel.com> | 2019-05-13 15:30:42 -0700 |
commit | 5347c48016f27061475fdb053e867a06ce73492f (patch) | |
tree | df7f0a2746d0f2ef4727a122614b7e6a0a8074a5 /Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c | |
parent | 96ef5a8e30a8da33eaab09f13cc8d752342717a5 (diff) | |
download | edk2-5347c48016f27061475fdb053e867a06ce73492f.zip edk2-5347c48016f27061475fdb053e867a06ce73492f.tar.gz edk2-5347c48016f27061475fdb053e867a06ce73492f.tar.bz2 |
edk2: Remove packages moved to edk2-platforms
https://bugzilla.tianocore.org/show_bug.cgi?id=1467
https://bugzilla.tianocore.org/show_bug.cgi?id=1374
https://bugzilla.tianocore.org/show_bug.cgi?id=1793
Remove the following packages that have been imported to
edk2-platforms/master
* Omap35xxPkg
* BeagleBoardPkg
* QuarkSocPkg
* QuarkPlatformPkg
* Vlv2DeviceRefCodePkg
* Vlv2TbltDevicePkg
* OptionRomPkg
Cc: Zailiang Sun <zailiang.sun@intel.com>
Cc: Yi Qian <yi.qian@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Michael Kubacki <michael.a.kubacki@intel.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
Reviewed-by: Michael Kubacki <michael.a.kubacki@intel.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
Reviewed-by: Zailiang Sun <zailiang.sun@intel.com>
Reviewed-by: Kelly Steele <kelly.steele@intel.com>
Diffstat (limited to 'Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c')
-rw-r--r-- | Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c b/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c deleted file mode 100644 index 6b0f562..0000000 --- a/Vlv2TbltDevicePkg/SmBiosMiscDxe/MiscBootInformationData.c +++ /dev/null @@ -1,34 +0,0 @@ -/** @file
-
-Copyright (c) 2004 - 2014, Intel Corporation. All rights reserved.<BR>
-
- SPDX-License-Identifier: BSD-2-Clause-Patent
-
-
-
-
-Module Name:
-
- MiscBootInformationData.c
-
-Abstract:
-
- Static data of Boot information.
- Boot information is Misc. subclass type 26 and SMBIOS type 32.
-
-
-**/
-
-
-#include "CommonHeader.h"
-
-#include "MiscSubclassDriver.h"
-
-//
-// Static (possibly build generated) Bios Vendor data.
-//
-MISC_SMBIOS_TABLE_DATA(EFI_MISC_BOOT_INFORMATION_STATUS_DATA, BootInformationStatus)
-= {
- EfiBootInformationStatusNoError, // BootInformationStatus
- 0 // BootInformationData
-};
|