coreboot-kgpe-d16/src
Matt DeVillier 6a7b707d11 soc/intel/baytrail: add LPEA resources to southcluster.asl
The LPEA device memory resources, required by Windows drivers,
were not being set.  Allocate required resources using
soc/intel/braswell/acpi/southcluster.asl as a reference.

This patch alone is not sufficient for working audio under Windows
on Baytrail ChromeOS devices, but it is a necessary component.

Test: boot Windows 10 on google/swanky, observe LPEA device working properly.

Change-Id: I7994d9b2c6e134c01b05cd7c61d309b6ba6e88e5
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48745
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-01-04 23:11:26 +00:00
..
acpi acpi: Add cb support to publish CRAT ACPI object 2021-01-02 22:50:56 +00:00
arch arch/x86: Move .id section higher 2021-01-04 23:10:55 +00:00
commonlib drivers/tpm: Implement full PPI 2020-12-21 02:38:20 +00:00
console
cpu cpu/intel/model_206ax: Add more CPU steppings 2020-12-25 22:01:00 +00:00
device device/pnp: add register PNP_IO4 2020-12-28 21:01:08 +00:00
drivers drivers/intel/gma: add macro for one internal panel in gfx struct 2021-01-03 11:52:04 +00:00
ec
include soc/amd/picasso: Separate CPUID defs into new header 2021-01-02 22:52:12 +00:00
lib coreboot_table: Convert some CONFIG(CHROMEOS) preprocessor 2020-12-31 12:25:42 +00:00
mainboard mb/google/zork: update DRAM table for morphius 2021-01-04 23:07:48 +00:00
northbridge nb/intel/sandybridge: Replace memset with initializer 2021-01-04 23:07:59 +00:00
security security/intel/txt/ramstage.c: Fix clearing secrets on CBNT 2021-01-04 23:09:22 +00:00
soc soc/intel/baytrail: add LPEA resources to southcluster.asl 2021-01-04 23:11:26 +00:00
southbridge sb,soc/intel: Convert some CONFIG(CHROMEOS) preprocessor 2021-01-03 11:33:54 +00:00
superio src/superio: trim and move Makefile.inc, instead use wildcard matches 2020-12-27 14:46:07 +00:00
vendorcode vc/google/chromeos: Move chromeos_set_me_hash() prototype 2021-01-03 11:31:14 +00:00
Kconfig