coreboot/src
Subrata Banik 1e8f305957 soc/intel/{apl,cnl,dnv,icl,skl}: Move lpc.asl into common/block/acpi
This patch creates a common instance of lpc.asl inside intel common
code (soc/intel/common/block/acpi/acpi) and asks specific soc code to
refer lpc.asl from common code block.

Note: From ICL onwards Intel Bus Device 0:1f.0 is known as eSPI
rather than LPC.

TEST=Able to build and boot ICL DE system. Dump DSDT.asl to verify
Device(LPCB) device presence after booting to OS.

Change-Id: I266d6e667e7ae794377e4882791e3be933d35e87
Signed-off-by: Subrata Banik <subrata.banik@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36455
Reviewed-by: Michael Niewöhner
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-11-01 11:49:48 +00:00
..
acpi
arch arch/acpi.h: Use the predefined typedef acpi_addr_t 2019-11-01 11:47:51 +00:00
commonlib commonlib/helpers: Add alloca() macro 2019-10-30 08:20:39 +00:00
console postcar: Fix linking error with disabled postcar console 2019-10-16 11:38:23 +00:00
cpu lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
device arch/x86/*.S: use defines instead of hardcoded values 2019-10-29 19:41:19 +00:00
drivers src: Remove unused '#include <cpu/cpu.h>' 2019-10-28 11:56:38 +00:00
ec ec/google/chromeec: Add EC driver support for software sync 2019-10-31 10:36:47 +00:00
include lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
lib lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
mainboard mb/google/kukui: Unselect FATAL_ASSERT 2019-11-01 11:45:47 +00:00
northbridge lib/cbmem_top: Add a common cbmem_top implementation 2019-11-01 11:44:51 +00:00
security src/[northbridge,security]: change "unsigned" to "unsigned int" 2019-10-27 18:12:50 +00:00
soc soc/intel/{apl,cnl,dnv,icl,skl}: Move lpc.asl into common/block/acpi 2019-11-01 11:49:48 +00:00
southbridge sb/intel/common: Make linking pmbase.c conditional 2019-10-30 21:39:12 +00:00
superio src: Remove unused 'include <string.h>' 2019-10-20 17:19:34 +00:00
vendorcode vendorcode/eltan/security: Use vb2 public key 2019-11-01 11:46:44 +00:00
Kconfig Makefile, Kconfig: Add AMD dependency for amd_blobs repo 2019-10-31 12:31:12 +00:00