Skip to content

Commit

Permalink
{cpu/nb}/amd/family14: Remove platform
Browse files Browse the repository at this point in the history
This platform use the LEGACY_SMP_INIT which is to be deprecated after
release 4.18.

Change-Id: Ieaac0a32e71d208b66fd2c4e26f5349abc921d4f
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/69115
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
  • Loading branch information
ArthurHeymans committed Nov 7, 2022
1 parent eb76a45 commit dbdf170
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,519 deletions.
2 changes: 0 additions & 2 deletions src/cpu/amd/agesa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

config CPU_AMD_AGESA
bool
default y if CPU_AMD_AGESA_FAMILY14
default y if CPU_AMD_AGESA_FAMILY15_TN
default y if CPU_AMD_AGESA_FAMILY16_KB
default n
Expand Down Expand Up @@ -47,6 +46,5 @@ config ENABLE_MRC_CACHE

endif # CPU_AMD_AGESA

source "src/cpu/amd/agesa/family14/Kconfig"
source "src/cpu/amd/agesa/family15tn/Kconfig"
source "src/cpu/amd/agesa/family16kb/Kconfig"
1 change: 0 additions & 1 deletion src/cpu/amd/agesa/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only

subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY14) += family14
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY15_TN) += family15tn
subdirs-$(CONFIG_CPU_AMD_AGESA_FAMILY16_KB) += family16kb

Expand Down
6 changes: 0 additions & 6 deletions src/cpu/amd/agesa/family14/Kconfig

This file was deleted.

9 changes: 0 additions & 9 deletions src/cpu/amd/agesa/family14/Makefile.inc

This file was deleted.

18 changes: 0 additions & 18 deletions src/cpu/amd/agesa/family14/acpi/cpu.asl

This file was deleted.

7 changes: 0 additions & 7 deletions src/cpu/amd/agesa/family14/chip_name.c

This file was deleted.

131 changes: 0 additions & 131 deletions src/cpu/amd/agesa/family14/fixme.c

This file was deleted.

99 changes: 0 additions & 99 deletions src/cpu/amd/agesa/family14/model_14_init.c

This file was deleted.

1 change: 0 additions & 1 deletion src/northbridge/amd/agesa/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

ifeq ($(CONFIG_NORTHBRIDGE_AMD_AGESA),y)

subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY14) += family14
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY15_TN) += family15tn
subdirs-$(CONFIG_NORTHBRIDGE_AMD_AGESA_FAMILY16_KB) += family16kb

Expand Down
20 changes: 0 additions & 20 deletions src/northbridge/amd/agesa/family14/Kconfig

This file was deleted.

9 changes: 0 additions & 9 deletions src/northbridge/amd/agesa/family14/Makefile.inc

This file was deleted.

0 comments on commit dbdf170

Please sign in to comment.