From 3754cda8353c7aca28a452b70a8dfb855cf5cfdc Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Tue, 25 Jul 2017 15:16:26 +0300 Subject: lenovo/g505s: Switch from f15rl to f15tn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support code for Trinity and Richland is identical now. I have also come across a unit with Trinity model CPU, whose CPUID was not listed in f15rl while f15tn already had support for f15rl. Change-Id: Ia869429b75a9b308b4d4a84f16914ca629b1b1b5 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20773 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/g505s/dsdt.asl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/lenovo/g505s/dsdt.asl') diff --git a/src/mainboard/lenovo/g505s/dsdt.asl b/src/mainboard/lenovo/g505s/dsdt.asl index 74b67f7c39..e486fef6fd 100644 --- a/src/mainboard/lenovo/g505s/dsdt.asl +++ b/src/mainboard/lenovo/g505s/dsdt.asl @@ -38,7 +38,7 @@ DefinitionBlock ( #include /* Describe the processor tree (\_PR) */ - #include + #include /* Describe the supported Sleep States for this Southbridge */ #include @@ -55,7 +55,7 @@ DefinitionBlock ( Device(PCI0) { /* Describe the AMD Northbridge */ - #include + #include /* Describe the AMD Fusion Controller Hub Southbridge */ #include -- cgit v1.2.3