Add new ec subdir for Embedded Controllers and common ACPI EC support
Adds a new src/ec subdir for embedded controllers (mostly found in laptops) and converts Getac P470 and Roda RK886EX to use the new ACPI EC instead of having their own copies of those functions. Signed-off-by: Sven Schnelle <svens@stackframe.org> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6304 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Peter Stuge
parent
4096fc5372
commit
7592e8bd9c
2
Makefile
2
Makefile
@@ -123,7 +123,7 @@ export MAINBOARDDIR
|
||||
PLATFORM-y += src/arch/$(ARCHDIR-y) src/cpu src/mainboard/$(MAINBOARDDIR)
|
||||
TARGETS-y :=
|
||||
|
||||
BUILD-y := src/lib src/boot src/console src/devices src/southbridge src/northbridge src/superio src/drivers
|
||||
BUILD-y := src/lib src/boot src/console src/devices src/ec src/southbridge src/northbridge src/superio src/drivers
|
||||
BUILD-y += util/cbfstool util/sconfig
|
||||
BUILD-$(CONFIG_ARCH_X86) += src/pc80
|
||||
|
||||
|
Reference in New Issue
Block a user