soc/intel/skylake: Move `acpi_fill_fadt` to fadt.c
commitc3c7ef3ec2bd51bf5aad44bbb53cf908bb9a7861
authorAngel Pons <th3fanbus@gmail.com>
Sun, 12 Jul 2020 17:08:57 +0000 (12 19:08 +0200)
committerAngel Pons <th3fanbus@gmail.com>
Tue, 14 Jul 2020 22:34:03 +0000 (14 22:34 +0000)
tree8394651970679dc6444a714ac9eab96944d6216a
parent6ee77517c0d4ebee1372d0a973b0268f0bdfa2de
soc/intel/skylake: Move `acpi_fill_fadt` to fadt.c

Intel southbridges do this.

Change-Id: I8ecf3c0b0c822185ca66bae1bd65b0cf24512a49
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43378
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
src/soc/intel/skylake/Makefile.inc
src/soc/intel/skylake/acpi.c
src/soc/intel/skylake/fadt.c [new file with mode: 0644]