acpi/sata: add generic sata ssdt port generator

generate_sata_ssdt_ports() generates ports based on sata enable map

Change-Id: Ie68e19c93f093d6c61634c4adfde484b88f28a77
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/9708
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
Alexander Couzens
2015-04-16 02:03:26 +02:00
committed by Peter Stuge
parent 88935481c9
commit 7710379da9
6 changed files with 77 additions and 1 deletions

1
src/acpi/Makefile.inc Normal file
View File

@@ -0,0 +1 @@
ramstage-$(CONFIG_ACPI_SATA_GENERATOR) += sata.c