wrdd: Export WRDD info in the header

Export the WRDD spec revision and WiFi domain type in the header
file so it can be used to generate ACPI tables by wifi drivers.

Change-Id: I3222eca723c52fe74a004aa7bac7167264249fd1
Signed-off-by: Duncan Laurie <dlaurie@chromium.org>
Reviewed-on: https://review.coreboot.org/15018
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Duncan Laurie 2016-05-11 13:52:43 -07:00
parent 40b41bc799
commit 9fed935f5a
1 changed files with 6 additions and 0 deletions

View File

@ -18,6 +18,12 @@
#include <stdint.h> #include <stdint.h>
/* WRDD Spec Revision */
#define WRDD_REVISION 0x0
/* Domain type */
#define WRDD_DOMAIN_TYPE_WIFI 0x7
/* Default regulatory domain ID */ /* Default regulatory domain ID */
#define WRDD_DEFAULT_REGULATORY_DOMAIN 0x4150 #define WRDD_DEFAULT_REGULATORY_DOMAIN 0x4150
/* INDONESIA regulatory domain ID */ /* INDONESIA regulatory domain ID */