Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/Intel|Platforms/Intel: Complete pending changes to [Components.{ARCH}] #232

Merged
merged 1 commit into from
Nov 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# ACPI Debug Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# Network Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,11 @@
#
# Feature PEI Components
#

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.IA32]
[Components.$(PEI_ARCH)]
AsfFeaturePkg/AsfPei/AsfPei.inf

#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
AsfFeaturePkg/AsfDxe/AsfDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,7 @@
#
# Feature PEI Components
#

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.IA32]
[Components.$(PEI_ARCH)]
#####################################
# IPMI Feature Package
#####################################
Expand All @@ -106,10 +103,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# IPMI Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,5 @@
# generated for it, but the binary will not be put into any firmware volume.
#
################################################################################

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
SpcrFeaturePkg/SpcrAcpiDxe/SpcrAcpiDxe.inf
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#
# SMM Variable Support
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
#
# Feature PEI Components
#

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.IA32]
[Components.$(PEI_ARCH)]
#####################################
# S3 Feature Package
#####################################
Expand All @@ -79,10 +76,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# S3 Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# SMBIOS Feature Package
#####################################
Expand Down
10 changes: 2 additions & 8 deletions Features/Intel/TemplateFeaturePkg/Include/TemplateFeature.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,7 @@
#
# Feature PEI Components
#

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.IA32]
[Components.$(PEI_ARCH)]
#####################################
# <TEMPLATE> Feature Package
#####################################
Expand All @@ -84,10 +81,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# <TEMPLATE> Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
!if gLogoFeaturePkgTokenSpaceGuid.PcdJpgEnable == TRUE
LogoFeaturePkg/LogoDxe/JpegLogoDxe.inf
!else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,7 @@
#
# Feature DXE Components
#

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed.
[Components.X64]
[Components.$(DXE_ARCH)]
#####################################
# User Authentication Feature Package
#####################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,11 @@
#######################################
# Component Includes
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc

Expand Down Expand Up @@ -269,9 +265,7 @@
#######################################
# PEI Components
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down Expand Up @@ -345,9 +339,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,11 @@
#######################################
# Component Includes
#######################################

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc

Expand Down Expand Up @@ -371,9 +366,7 @@
#######################################
# PEI Components
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down Expand Up @@ -508,9 +501,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
# Compiled .efi but not in FV:
# - dpDynamicCommand, TestPointDumpApp
# Other apps; perhaps useful:
Expand Down
16 changes: 4 additions & 12 deletions Platform/Intel/KabylakeOpenBoardPkg/GalagoPro3/OpenBoardPkg.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,11 @@
#######################################
# Component Includes
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc

Expand Down Expand Up @@ -285,9 +281,7 @@
#######################################
# PEI Components
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down Expand Up @@ -367,9 +361,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,11 @@
#######################################
# Component Includes
#######################################

# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc

Expand Down Expand Up @@ -292,9 +287,7 @@
#######################################
# PEI Components
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down Expand Up @@ -407,9 +400,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(SKT_PKG)/SktPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc

#######################################
Expand Down Expand Up @@ -222,9 +220,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,11 @@
#######################################
# Component Includes
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CorePeiInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgPei.dsc

# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
!include $(PLATFORM_PACKAGE)/Include/Dsc/CoreDxeInclude.dsc
!include $(PLATFORM_SI_PACKAGE)/SiPkgDxe.dsc

Expand Down Expand Up @@ -269,9 +265,7 @@
#######################################
# PEI Components
#######################################
# @todo: Change below line to [Components.$(PEI_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.IA32]
[Components.$(PEI_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down Expand Up @@ -337,9 +331,7 @@
#######################################
# DXE Components
#######################################
# @todo: Change below line to [Components.$(DXE_ARCH)] after https://bugzilla.tianocore.org/show_bug.cgi?id=2308
# is completed
[Components.X64]
[Components.$(DXE_ARCH)]
#######################################
# Edk2 Packages
#######################################
Expand Down
Loading
Loading