[coreboot-gerrit] Patch set updated for coreboot: wrdd: Export WRDD info in the header

Duncan Laurie (dlaurie@chromium.org) gerrit at coreboot.org
Thu Jun 2 02:18:11 CEST 2016


Duncan Laurie (dlaurie at chromium.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15018

-gerrit

commit 6540fc4a4e6b2fc76245aa2aa33e6f060b8b001b
Author: Duncan Laurie <dlaurie at chromium.org>
Date:   Wed May 11 13:52:43 2016 -0700

    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 at chromium.org>
---
 src/include/wrdd.h | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/include/wrdd.h b/src/include/wrdd.h
index 97fa5dc..0ede015 100644
--- a/src/include/wrdd.h
+++ b/src/include/wrdd.h
@@ -18,6 +18,12 @@
 
 #include <stdint.h>
 
+/* WRDD Spec Revision */
+#define WRDD_REVISION 0x0
+
+/* Domain type */
+#define WRDD_DOMAIN_TYPE_WIFI 0x7
+
 /* Default regulatory domain ID */
 #define WRDD_DEFAULT_REGULATORY_DOMAIN 0x4150
 /* INDONESIA regulatory domain ID */



More information about the coreboot-gerrit mailing list