aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/intel/haswell/pei_data.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/northbridge/intel/haswell/pei_data.h b/src/northbridge/intel/haswell/pei_data.h
index 17b7c182fa..643b830c24 100644
--- a/src/northbridge/intel/haswell/pei_data.h
+++ b/src/northbridge/intel/haswell/pei_data.h
@@ -81,7 +81,8 @@ struct pei_data
uint32_t pmbase;
uint32_t gpiobase;
uint32_t temp_mmio_base;
- uint32_t system_type; // 0 Mobile, 1 Desktop/Server
+ /* System type: 0 => Mobile, 1 => Desktop/Server, 5 => ULT, Others => Reserved */
+ uint32_t system_type;
uint32_t tseg_size;
uint8_t spd_addresses[4];
int boot_mode;