From 2516f2e467afcb263aa0ea2a18ea7c289e7bf10f Mon Sep 17 00:00:00 2001 From: Oskar Enoksson Date: Sat, 8 Feb 2014 00:17:21 +0100 Subject: hp/dl145_g1: Adding ACPI support Basic ACPI support for this old platform. Created by copying and tweaking similar motherboard ACPI implementations in coreboot. Works reasonably well under Linux, providing HPET-timers and more under linux (tested under OpenSUSE 12.2 kernel 3.4.63-2.44). Not tested under Windows. Change-Id: I69431be962a0d272db398ecf4ac9f0249de8ebab Signed-off-by: Oskar Enoksson Reviewed-on: http://review.coreboot.org/5185 Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks Reviewed-by: Paul Menzel --- src/mainboard/hp/dl145_g1/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/hp/dl145_g1/Kconfig') diff --git a/src/mainboard/hp/dl145_g1/Kconfig b/src/mainboard/hp/dl145_g1/Kconfig index 7e63077f0e..94189ce4f6 100644 --- a/src/mainboard/hp/dl145_g1/Kconfig +++ b/src/mainboard/hp/dl145_g1/Kconfig @@ -16,6 +16,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy # select SB_HT_CHAIN_UNITID_OFFSET_ONLY select QRANK_DIMM_SUPPORT select DRIVERS_I2C_I2CMUX + select HAVE_ACPI_TABLES config MAINBOARD_DIR string -- cgit v1.2.3