From eac220f8b5f0fc20f17d82ea270bd948a9b94c37 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 16 Jan 2013 09:07:30 -0700 Subject: Hudson: Changes to support agesa/hudson for legacy free Add Kconfig option for Legacy free and hook it into the parmer AGESA initialization as well as the FADT code. This should really be done inside the southbridge wrapper and not in the mainboard, but for now the code to attach it to is inside the mainboard. Update Kconfig for parmer and thatcher to default to legacy free. Change-Id: Ib899bd02ddc5506caae4aca2c589cc2526638cb8 Signed-off-by: Martin Roth Reviewed-on: http://review.coreboot.org/2157 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/mainboard/amd/thatcher/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainboard/amd/thatcher/Kconfig') diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig index 77000347ea..0fe97fa1c8 100644 --- a/src/mainboard/amd/thatcher/Kconfig +++ b/src/mainboard/amd/thatcher/Kconfig @@ -105,4 +105,8 @@ config WARNINGS_ARE_ERRORS bool default n +config HUDSON_LEGACY_FREE + bool + default y + endif # BOARD_AMD_THATCHER -- cgit v1.2.3