This patch adds a new record type for lbtable to provide information
[coreboot.git] / src / include / boot / coreboot_tables.h
index 84bd99f515a65785e6c8069d43e8156f2f6ee245..25a8adcf6b3aa7f800c7fdda2f292d21e5b38d3f 100644 (file)
@@ -138,6 +138,13 @@ struct lb_string {
        uint8_t  string[0];
 };
 
+#define LB_TAG_SERIAL          0x000f
+struct lb_serial {
+       uint32_t tag;
+       uint32_t size;
+       uint16_t ioport;
+};
+
 /* The following structures are for the cmos definitions table */
 #define LB_TAG_CMOS_OPTION_TABLE 200
 /* cmos header record */