diff options
author | Martin Roth <martin@coreboot.org> | 2020-11-16 16:31:23 -0700 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-11-22 22:29:49 +0000 |
commit | 08b862ef47bb5f4401b9d4dea4f77cba14bdbd5e (patch) | |
tree | 4becfee0005fef996a612b8462fdd90666d0e531 /src/northbridge/amd/pi/00660F01/Kconfig | |
parent | 6be3352e98287959a5bfaf47398fb8bf4de06540 (diff) |
nb/amd/pi: Remove 00660F01 directory & files
These files are not used by any platform, so remove them.
Signed-off-by: Martin Roth <martin@coreboot.org>
Change-Id: I75651d2cc53fc5a3cb3233686ad66881d129312d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47649
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/northbridge/amd/pi/00660F01/Kconfig')
-rw-r--r-- | src/northbridge/amd/pi/00660F01/Kconfig | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/northbridge/amd/pi/00660F01/Kconfig b/src/northbridge/amd/pi/00660F01/Kconfig deleted file mode 100644 index e42ba80f0d..0000000000 --- a/src/northbridge/amd/pi/00660F01/Kconfig +++ /dev/null @@ -1,32 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - -config NORTHBRIDGE_AMD_PI_00660F01 - bool - select RESOURCE_ALLOCATOR_V3 - -if NORTHBRIDGE_AMD_PI_00660F01 - -config HW_MEM_HOLE_SIZEK - hex - default 0x100000 - -config MMCONF_BASE_ADDRESS - hex - default 0xF8000000 - -config MMCONF_BUS_NUMBER - int - default 64 - -config VGA_BIOS_ID - string - default "1002,9870" - help - The default VGA BIOS PCI vendor/device ID should be set to the - result of the map_oprom_vendev() function in northbridge.c. - -config VGA_BIOS_FILE - string - default "3rdparty/blobs/northbridge/amd/00660F01/VBIOS.bin" - -endif |