From e8b4da2f6f8b6fc38db82b1a2e1b9b9340ecfc53 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 21 Oct 2014 18:22:32 +0300 Subject: AMD: Isolate AGESA and PI build environments for southbridge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To backport features introduced with recent Chromebooks and/or Intel boards in general, heavy work on the AMD AGESA platform infrastructure is required. With the AGESA PI available in binary form only, community members have little means to verify, debug and develop for the said platforms. Thus it makes sense to fork the existing agesawrapper interfaces, to give AMD PI platforms a clean and independent sandbox. New directory layout reflects the separation already taken place under 3rdparty/ and vendorcode/. Change-Id: Ia730f0e45e7c1bdfc0c91e95eb6729a77773e2b9 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/7388 Reviewed-by: Edward O'Callaghan Reviewed-by: Bruce Griffith Tested-by: build bot (Jenkins) --- src/southbridge/amd/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/Kconfig') diff --git a/src/southbridge/amd/Kconfig b/src/southbridge/amd/Kconfig index 867afcaf8b..d6c7ca294e 100644 --- a/src/southbridge/amd/Kconfig +++ b/src/southbridge/amd/Kconfig @@ -13,4 +13,5 @@ source src/southbridge/amd/sb700/Kconfig source src/southbridge/amd/sb800/Kconfig source src/southbridge/amd/cimx/Kconfig source src/southbridge/amd/agesa/Kconfig +source src/southbridge/amd/pi/Kconfig source src/southbridge/amd/sr5650/Kconfig -- cgit v1.2.3