From fd5d788f5e8139b387314d453644d9e58b1a654f Mon Sep 17 00:00:00 2001 From: Karthikeyan Ramasubramanian Date: Wed, 29 May 2019 15:09:42 -0600 Subject: drivers/wifi: Add generic WiFi driver Add generic WiFi driver to support common device operations across multiple types of WiFi controller. BUG=None BRANCH=None TEST=Boot to ChromeOS. Ensure that the SSDT table contains SAR tables and wakeup GPE information. Ensure that the SSDT table is same after the change. Change-Id: Ica5edf95a37c8ed60f7e159d94fd58af5d41c0ef Signed-off-by: Karthikeyan Ramasubramanian Reviewed-on: https://review.coreboot.org/c/coreboot/+/33155 Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- src/drivers/wifi/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/wifi/Makefile.inc (limited to 'src/drivers/wifi/Makefile.inc') diff --git a/src/drivers/wifi/Makefile.inc b/src/drivers/wifi/Makefile.inc new file mode 100644 index 0000000000..d37015c7d3 --- /dev/null +++ b/src/drivers/wifi/Makefile.inc @@ -0,0 +1 @@ +ramstage-$(CONFIG_DRIVERS_GENERIC_WIFI) += generic.c -- cgit v1.2.3