src/: Replace GPL boilerplate with SPDX headers

Used commands:
perl -i -p0e 's|\/\*[\s*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-only */|' $(cat filelist)

perl -i -p0e 's|\/\*[\s*]*.*is[\s*]*free[\s*]*software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*either[\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License,[\s*]*or[\s*]*.at[\s*]*your[\s*]*option.[\s*]*any[\s*]*later[\s*]*version.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-2.0-or-later */|' $(cat filelist)

perl -i -p0e 's|\/\*[\s*]*.*is[\s*#]*free[\s*#]*software[;:,][\s*#]*you[\s*#]*can[\s*#]*redistribute[\s*#]*it[\s*#]*and/or[\s*#]*modify[\s*#]*it[\s*#]*under[\s*#]*the[\s*#]*terms[\s*#]*of[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*as[\s*#]*published[\s*#]*by[\s*#]*the[\s*#]*Free[\s*#]*Software[\s*#]*Foundation[;:,][\s*#]*either[\s*#]*version[\s*#]*3[\s*#]*of[\s*#]*the[\s*#]*License[;:,][\s*#]*or[\s*#]*.at[\s*#]*your[\s*#]*option.[\s*#]*any[\s*#]*later[\s*#]*version.[\s*#]*This[\s*#]*program[\s*#]*is[\s*#]*distributed[\s*#]*in[\s*#]*the[\s*#]*hope[\s*#]*that[\s*#]*it[\s*#]*will[\s*#]*be[\s*#]*useful[;:,][\s*#]*but[\s*#]*WITHOUT[\s*#]*ANY[\s*#]*WARRANTY[;:,][\s*#]*without[\s*#]*even[\s*#]*the[\s*#]*implied[\s*#]*warranty[\s*#]*of[\s*#]*MERCHANTABILITY[\s*#]*or[\s*#]*FITNESS[\s*#]*FOR[\s*#]*A[\s*#]*PARTICULAR[\s*#]*PURPOSE.[\s*#]*See[\s*#]*the[\s*#]*GNU[\s*#]*General[\s*#]*Public[\s*#]*License[\s*#]*for[\s*#]*more[\s*#]*details.[\s*]*\*\/|/* SPDX-License-Identifier: GPL-3.0-or-later */|' $(cat filelist)

perl -i -p0e 's|(\#\#*)[\w]*.*is free software[:;][\#\s]*you[\#\s]*can[\#\s]*redistribute[\#\s]*it[\#\s]*and\/or[\#\s]*modify[\#\s]*it[\s\#]*under[\s \#]*the[\s\#]*terms[\s\#]*of[\s\#]*the[\s\#]*GNU[\s\#]*General[\s\#]*Public[\s\#]*License[\s\#]*as[\s\#]*published[\s\#]*by[\s\#]*the[\s\#]*Free[\s\#]*Software[\s\#]*Foundation[;,][\s\#]*version[\s\#]*2[\s\#]*of[\s\#]*the[\s\#]*License.*[\s\#]*This[\s\#]*program[\s\#]*is[\s\#]*distributed[\s\#]*in[\s\#]*the[\s\#]*hope[\s\#]*that[\s\#]*it[\s\#]*will[\#\s]*be[\#\s]*useful,[\#\s]*but[\#\s]*WITHOUT[\#\s]*ANY[\#\s]*WARRANTY;[\#\s]*without[\#\s]*even[\#\s]*the[\#\s]*implied[\#\s]*warranty[\#\s]*of[\#\s]*MERCHANTABILITY[\#\s]*or[\#\s]*FITNESS[\#\s]*FOR[\#\s]*A[\#\s]*PARTICULAR[\#\s]*PURPOSE.[\#\s]*See[\#\s]*the[\#\s]*GNU[\#\s]*General[\#\s]*Public[\#\s]*License[\#\s]*for[\#\s]*more[\#\s]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)

perl -i -p0e 's|(\#\#*)[\w*]*.*is free software[:;][\s*]*you[\s*]*can[\s*]*redistribute[\s*]*it[\s*]*and\/or[\s*]*modify[\s*]*it[\s*]*under[\s*]*the[\s*]*terms[\s*]*of[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*as[\s*]*published[\s*]*by[\s*]*the[\s*]*Free[\s*]*Software[\s*]*Foundation[;,][\s*]*version[\s*]*2[\s*]*of[\s*]*the[\s*]*License.[\s*]*This[\s*]*program[\s*]*is[\s*]*distributed[\s*]*in[\s*]*the[\s*]*hope[\s*]*that[\s*]*it[\s*]*will[\s*]*be[\s*]*useful,[\s*]*but[\s*]*WITHOUT[\s*]*ANY[\s*]*WARRANTY;[\s*]*without[\s*]*even[\s*]*the[\s*]*implied[\s*]*warranty[\s*]*of[\s*]*MERCHANTABILITY[\s*]*or[\s*]*FITNESS[\s*]*FOR[\s*]*A[\s*]*PARTICULAR[\s*]*PURPOSE.[\s*]*See[\s*]*the[\s*]*GNU[\s*]*General[\s*]*Public[\s*]*License[\s*]*for[\s*]*more[\s*]*details.\s(#* *\n)*|\1 SPDX-License-Identifier: GPL-2.0-only\n\n|' $(cat filelist)

Change-Id: Ia01908544f4b92a2e06ea621eca548e582728280
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41178
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Georgi
2020-05-08 22:50:46 +02:00
parent 7333a116b3
commit c49d7a3e63
657 changed files with 735 additions and 5911 deletions

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
mainmenu "coreboot configuration" mainmenu "coreboot configuration"

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config COMMONLIB_STORAGE config COMMONLIB_STORAGE
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_COMMONLIB_STORAGE),y) ifeq ($(CONFIG_COMMONLIB_STORAGE),y)

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_AGESA config CPU_AMD_AGESA
bool bool

View File

@ -1,15 +1,8 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += family14 subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += family14
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += family15tn subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += family15tn
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += family16kb subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += family16kb

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_AGESA_FAMILY14 config CPU_AMD_AGESA_FAMILY14
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_AGESA_FAMILY15_TN config CPU_AMD_AGESA_FAMILY15_TN
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_AGESA_FAMILY16_KB config CPU_AMD_AGESA_FAMILY16_KB
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_PI_00630F01 config CPU_AMD_PI_00630F01
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_PI_00660F01 config CPU_AMD_PI_00660F01
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c
ramstage-y += fixme.c ramstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_PI_00730F01 config CPU_AMD_PI_00730F01
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
romstage-y += fixme.c romstage-y += fixme.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config CPU_AMD_PI config CPU_AMD_PI
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01 subdirs-$(CONFIG_CPU_AMD_PI_00630F01) += 00630F01
subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01 subdirs-$(CONFIG_CPU_AMD_PI_00730F01) += 00730F01

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config CPU_INTEL_SLOT_1 config CPU_INTEL_SLOT_1
bool bool

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config CPU_QEMU_POWER8 config CPU_QEMU_POWER8
bool bool

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config CPU_QEMU_X86 config CPU_QEMU_X86
bool bool

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
bootblock-y += name.c bootblock-y += name.c
romstage-y += name.c romstage-y += name.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-y += smm_module_loader.c ramstage-y += smm_module_loader.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
menu "Devices" menu "Devices"

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += x86emu
subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += yabel subdirs-$(CONFIG_PCI_OPTION_ROM_RUN_YABEL) += yabel

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.c ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86.c
ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.S ramstage-$(CONFIG_PCI_OPTION_ROM_RUN_REALMODE) += x86_asm.S

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config DRIVERS_AMD_PI config DRIVERS_AMD_PI
def_bool n def_bool n

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_DRIVERS_AMD_PI),y) ifeq ($(CONFIG_DRIVERS_AMD_PI),y)

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVER_ANALOGIX_ANX7625 config DRIVER_ANALOGIX_ANX7625
bool bool

View File

@ -2,14 +2,6 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_ANALOGIX_ANX7625) += anx7625.c ramstage-$(CONFIG_DRIVER_ANALOGIX_ANX7625) += anx7625.c

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVERS_ASMEDIA_ASPM_BLACKLIST) += aspm_blacklist.c ramstage-$(CONFIG_DRIVERS_ASMEDIA_ASPM_BLACKLIST) += aspm_blacklist.c

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_PCIEXP_ASPM) += bcm57xx_aspm_disable.c ramstage-$(CONFIG_PCIEXP_ASPM) += bcm57xx_aspm_disable.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config ELOG config ELOG
bool "Support for flash based event log" bool "Support for flash based event log"

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config DRIVERS_GENERIC_GPIO_REGULATOR config DRIVERS_GENERIC_GPIO_REGULATOR
bool bool

View File

@ -1,14 +1,6 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ramstage-$(CONFIG_DRIVERS_GENERIC_GPIO_REGULATOR) += gpio_regulator.c ramstage-$(CONFIG_DRIVERS_GENERIC_GPIO_REGULATOR) += gpio_regulator.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVERS_I2C_PCF8523 config DRIVERS_I2C_PCF8523
bool bool

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVERS_I2C_PCF8523) += pcf8523.c ramstage-$(CONFIG_DRIVERS_I2C_PCF8523) += pcf8523.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config PLATFORM_USES_FSP1_1 config PLATFORM_USES_FSP1_1
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_PLATFORM_USES_FSP1_1),y) ifeq ($(CONFIG_PLATFORM_USES_FSP1_1),y)

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config PLATFORM_USES_FSP2_0 config PLATFORM_USES_FSP2_0
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_PLATFORM_USES_FSP2_0),y) ifeq ($(CONFIG_PLATFORM_USES_FSP2_0),y)

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config FSP_USES_MP_SERVICES_PPI config FSP_USES_MP_SERVICES_PPI
bool bool

View File

@ -1,14 +1,6 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ramstage-$(CONFIG_FSP_USES_MP_SERVICES_PPI) += mp_service_ppi.c ramstage-$(CONFIG_FSP_USES_MP_SERVICES_PPI) += mp_service_ppi.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config INTEL_DDI config INTEL_DDI
bool bool

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_INTEL_DDI) += intel_ddi.c ramstage-$(CONFIG_INTEL_DDI) += intel_ddi.c
ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c ramstage-$(CONFIG_INTEL_EDID) += edid.c vbt.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_INTEL_I210)+= i210.c ramstage-$(CONFIG_DRIVER_INTEL_I210)+= i210.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ramstage-$(CONFIG_DRIVERS_INTEL_WIFI) += wifi.c ramstage-$(CONFIG_DRIVERS_INTEL_WIFI) += wifi.c

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ramstage-$(CONFIG_DRIVERS_LENOVO_HYBRID_GRAPHICS) += hybrid_graphics.c ramstage-$(CONFIG_DRIVERS_LENOVO_HYBRID_GRAPHICS) += hybrid_graphics.c
romstage-$(CONFIG_DRIVERS_LENOVO_HYBRID_GRAPHICS) += romstage.c romstage-$(CONFIG_DRIVERS_LENOVO_HYBRID_GRAPHICS) += romstage.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVER_MAXIM_MAX77686 config DRIVER_MAXIM_MAX77686
bool bool

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
romstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c romstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c
ramstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c ramstage-$(CONFIG_DRIVER_MAXIM_MAX77686) += max77686.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVER_PARADE_PS8625 config DRIVER_PARADE_PS8625
bool bool

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_PARADE_PS8625) += ps8625.c ramstage-$(CONFIG_DRIVER_PARADE_PS8625) += ps8625.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVER_PARADE_PS8640 config DRIVER_PARADE_PS8640
bool bool

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_PARADE_PS8640) += ps8640.c ramstage-$(CONFIG_DRIVER_PARADE_PS8640) += ps8640.c

View File

@ -1,15 +1,5 @@
/* This file is part of the coreboot project. */ /* This file is part of the coreboot project. */
/* /* SPDX-License-Identifier: GPL-2.0-or-later */
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
#include <pc80/vga.h> #include <pc80/vga.h>
#include <pc80/vga_io.h> #include <pc80/vga_io.h>

View File

@ -1,15 +1,5 @@
/* This file is part of the coreboot project. */ /* This file is part of the coreboot project. */
/* /* SPDX-License-Identifier: GPL-2.0-or-later */
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
#include "vga.h" #include "vga.h"

View File

@ -1,15 +1,5 @@
/* This file is part of the coreboot project. */ /* This file is part of the coreboot project. */
/* /* SPDX-License-Identifier: GPL-2.0-or-later */
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
* Software Foundation; either version 2 of the License, or (at your option)
* any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
/* /*
* All IO necessary to poke VGA registers. * All IO necessary to poke VGA registers.

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_SIEMENS_NC_FPGA) += nc_fpga.c ramstage-$(CONFIG_DRIVER_SIEMENS_NC_FPGA) += nc_fpga.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config SMMSTORE config SMMSTORE
bool "Support for flash based, SMM mediated data store" bool "Support for flash based, SMM mediated data store"

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config COMMON_CBFS_SPI_WRAPPER config COMMON_CBFS_SPI_WRAPPER
bool bool

View File

@ -1,15 +1,7 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
config DRIVERS_SPI_ACPI config DRIVERS_SPI_ACPI
bool bool

View File

@ -1,14 +1,6 @@
# #
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ramstage-$(CONFIG_DRIVERS_SPI_ACPI) += acpi.c ramstage-$(CONFIG_DRIVERS_SPI_ACPI) += acpi.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVER_TI_TPS65090 config DRIVER_TI_TPS65090
bool bool

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVER_TI_TPS65090) += tps65090.c ramstage-$(CONFIG_DRIVER_TI_TPS65090) += tps65090.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config DRIVERS_TI_TPS65913_RTC config DRIVERS_TI_TPS65913_RTC
bool bool

View File

@ -1,14 +1,6 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_DRIVERS_TI_TPS65913_RTC) += tps65913rtc.c ramstage-$(CONFIG_DRIVERS_TI_TPS65913_RTC) += tps65913rtc.c

View File

@ -1,15 +1,7 @@
## ##
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config VPD config VPD
bool "Support for Vital Product Data tables" bool "Support for Vital Product Data tables"

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config EC_HP_KBC1126 config EC_HP_KBC1126
bool bool

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ifeq ($(CONFIG_EC_HP_KBC1126),y) ifeq ($(CONFIG_EC_HP_KBC1126),y)
KBC1126_EC_INSERT:=$(top)/util/kbc1126/kbc1126_ec_insert KBC1126_EC_INSERT:=$(top)/util/kbc1126/kbc1126_ec_insert

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
config EC_RODA_IT8518 config EC_RODA_IT8518
bool bool

View File

@ -2,14 +2,6 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
ramstage-$(CONFIG_EC_RODA_IT8518) += ec.c ramstage-$(CONFIG_EC_RODA_IT8518) += ec.c

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
subdirs-y += gnat subdirs-y += gnat
ifeq ($(CONFIG_UBSAN),y) ifeq ($(CONFIG_UBSAN),y)

View File

@ -2,15 +2,7 @@
## This file is part of the coreboot project. ## This file is part of the coreboot project.
## ##
## ##
## This program is free software; you can redistribute it and/or modify ## SPDX-License-Identifier: GPL-2.0-only
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; version 2 of the License.
##
## This program is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
## GNU General Public License for more details.
##
define libgnat-template define libgnat-template
# $1 arch # $1 arch

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_GARDENIA if BOARD_AMD_GARDENIA

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
bootblock-y += bootblock/bootblock.c bootblock-y += bootblock/bootblock.c
bootblock-y += bootblock/OemCustomize.c bootblock-y += bootblock/OemCustomize.c

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip soc/amd/stoneyridge chip soc/amd/stoneyridge
register "spd_addr_lookup" = " register "spd_addr_lookup" = "

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_INAGUA if BOARD_AMD_INAGUA

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_AHCI_BIOS),y) ifeq ($(CONFIG_AHCI_BIOS),y)
stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID)) stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))

View File

@ -3,14 +3,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#***************************************************************************** #*****************************************************************************
entries entries

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip northbridge/amd/agesa/family14/root_complex chip northbridge/amd/agesa/family14/root_complex
device cpu_cluster 0 on device cpu_cluster 0 on
chip cpu/amd/agesa/family14 chip cpu/amd/agesa/family14

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_OLIVEHILL if BOARD_AMD_OLIVEHILL

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
bootblock-y += bootblock.c bootblock-y += bootblock.c

View File

@ -3,14 +3,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#***************************************************************************** #*****************************************************************************
entries entries

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip northbridge/amd/agesa/family16kb/root_complex chip northbridge/amd/agesa/family16kb/root_complex
device cpu_cluster 0 on device cpu_cluster 0 on
chip cpu/amd/agesa/family16kb chip cpu/amd/agesa/family16kb

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_PADMELON if BOARD_AMD_PADMELON

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
bootblock-y += bootblock/bootblock.c bootblock-y += bootblock/bootblock.c
bootblock-y += bootblock/OemCustomize.c bootblock-y += bootblock/OemCustomize.c

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip soc/amd/stoneyridge chip soc/amd/stoneyridge
register "spd_addr_lookup" = " register "spd_addr_lookup" = "

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_PARMER if BOARD_AMD_PARMER

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
bootblock-y += bootblock.c bootblock-y += bootblock.c

View File

@ -3,14 +3,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#***************************************************************************** #*****************************************************************************
entries entries

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip northbridge/amd/agesa/family15tn/root_complex chip northbridge/amd/agesa/family15tn/root_complex
device cpu_cluster 0 on device cpu_cluster 0 on

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_PERSIMMON if BOARD_AMD_PERSIMMON

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
ifeq ($(CONFIG_AHCI_BIOS),y) ifeq ($(CONFIG_AHCI_BIOS),y)
stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID)) stripped_ahcibios_id = $(call strip_quotes,$(CONFIG_AHCI_BIOS_ID))

View File

@ -3,14 +3,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#***************************************************************************** #*****************************************************************************
entries entries

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip northbridge/amd/agesa/family14/root_complex chip northbridge/amd/agesa/family14/root_complex
device cpu_cluster 0 on device cpu_cluster 0 on
chip cpu/amd/agesa/family14 chip cpu/amd/agesa/family14

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
if BOARD_AMD_SOUTHSTATION if BOARD_AMD_SOUTHSTATION

View File

@ -2,15 +2,7 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
bootblock-y += bootblock.c bootblock-y += bootblock.c

View File

@ -3,14 +3,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#***************************************************************************** #*****************************************************************************
entries entries

View File

@ -2,15 +2,8 @@
# This file is part of the coreboot project. # This file is part of the coreboot project.
# #
# #
# This program is free software; you can redistribute it and/or modify # SPDX-License-Identifier: GPL-2.0-only
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
chip northbridge/amd/agesa/family14/root_complex chip northbridge/amd/agesa/family14/root_complex
device cpu_cluster 0 on device cpu_cluster 0 on
chip cpu/amd/agesa/family14 chip cpu/amd/agesa/family14

Some files were not shown because too many files have changed in this diff Show More