coreboot-kgpe-d16/src/soc/intel/skylake
Marc Jones 1403b917ac soc/intel/common/block/lpc: Move southbridge_write_acpi_tables declaration
Move the southbridge_write_acpi_tables declaration from acpi.h to common
lpc_lib.h, as common LPC is always the caller. This removes a duplicate
declaration since all soc/intel devices use common LPC, but not all use
common ACPI. The southbridge_write_acpi_tables function is defined in acpi.c
with the other acpi functions.

Note that this would have the reverse problem if there is ever a non-common
LPC device.

Change-Id: I0590a028b11f34e423d8f0007e0653037b0849a0
Signed-off-by: Marc Jones <marcjones@sysproconsulting.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48251
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Jay Talbott <JayTalbott@sysproconsulting.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-12-11 15:57:44 +00:00
..
acpi src: Remove redundant use of ACPI offset(0) 2020-12-03 00:05:52 +00:00
bootblock soc/intel/common/dmi: Move DMI defines into DMI driver header 2020-12-09 14:23:15 +00:00
include/soc soc/intel/common/block/lpc: Move southbridge_write_acpi_tables declaration 2020-12-11 15:57:44 +00:00
nhlt soc/intel/skylake: Support NHLT 1ch DMIC 2020-11-24 09:42:23 +00:00
romstage soc/intel/skl: set PEG port state to auto 2020-12-07 14:07:17 +00:00
acpi.c soc/intel/common/block/gpio: add code for NMI enabling 2020-12-04 00:10:24 +00:00
chip.c soc/intel/skylake: Fix comment 2020-11-30 22:20:46 +00:00
chip.h soc/intel/skylake: Shorten SATA mode enum value names 2020-12-08 20:50:27 +00:00
chipset.cb soc/intel/skylake: Add chipset devicetree 2020-12-03 21:55:42 +00:00
cpu.c soc/intel: deduplicate ACPI timer emulation 2020-10-28 21:28:19 +00:00
elog.c soc/intel/common: Adapt XHCI elog driver for reuse 2020-12-10 17:45:47 +00:00
fadt.c
finalize.c soc/intel/{skl,cnl}: drop duplicate PM ACPI timer disabling 2020-11-13 17:18:20 +00:00
gpio.c soc/intel/{skl,cnl}: add NMI_{EN,STS} registers 2020-12-04 00:10:38 +00:00
graphics.c soc/intel/skylake: Map VBIOS IDs 2020-12-02 10:43:50 +00:00
gspi.c
i2c.c
irq.c soc/intel/skylake: Fix compilation under x86_64 2020-12-02 16:49:12 +00:00
Kconfig soc/intel/skylake: Restore alphabetical order of Kconfig selects 2020-12-08 20:50:13 +00:00
lockdown.c
lpc.c soc/intel: Move pch_misc_init() to common code 2020-10-03 04:19:00 +00:00
Makefile.inc
me.c soc/intel/skl: Fix error code of send_global_reset() 2020-09-28 09:26:10 +00:00
p2sb.c
pmc.c
pmutil.c
reset.c soc/intel: Use of common reset code block 2020-11-02 10:43:53 +00:00
sd.c
smihandler.c
smmrelocate.c src/soc/intel: Drop unneeded empty lines 2020-09-21 16:15:25 +00:00
spi.c
systemagent.c
uart.c
vr_config.c
xhci.c soc/intel/common: Adapt XHCI elog driver for reuse 2020-12-10 17:45:47 +00:00