From d743e0daf3de88077068c47712d4e5bf12a1732c Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 2 Dec 2014 19:35:28 +1100 Subject: mainboard/lenovo/g505s/Kconfig: Remove HUDSON_LEGACY_FREE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Embedded Controller sits behind the LPC bridge and so needs LPC decodes to be enabled. Remove the LPC decode enable out of agesawrapper.c. The enable is in fact done in: 'VOID FchInitResetLpcProgram(IN VOID *FchDataPtr)' which writes the magic '0xFF03FFD5' to register 0x44 of the PCI 14.3 LPC Bridge to enable LPC decodes when HUDSON_LEGACY_FREE is not defined. Change-Id: I0b4e99cc0d6f89f0261f26ee61b8c175a373c730 Signed-off-by: Edward O'Callaghan Reviewed-on: http://review.coreboot.org/7625 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/g505s/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/lenovo/g505s/Kconfig') diff --git a/src/mainboard/lenovo/g505s/Kconfig b/src/mainboard/lenovo/g505s/Kconfig index fb753dceee..fc3a6ac317 100644 --- a/src/mainboard/lenovo/g505s/Kconfig +++ b/src/mainboard/lenovo/g505s/Kconfig @@ -68,8 +68,4 @@ config VGA_BIOS_ID string default "1002,990b" -config HUDSON_LEGACY_FREE - bool - default y - endif # BOARD_LENOVO_G505S -- cgit v1.2.3