aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/intel/fsp2_0/include/fsp/api.h
diff options
context:
space:
mode:
authorHannah Williams <hannah.williams@intel.com>2016-04-29 14:40:40 -0700
committerMartin Roth <martinroth@google.com>2016-06-01 22:27:54 +0200
commit16f3d3d35f4fb7b70fd45399ad52ba3129719133 (patch)
tree3af7079cc443936ed2cc8d5d0166c9d554a6fda7 /src/drivers/intel/fsp2_0/include/fsp/api.h
parent85e3c77226e1b95c6878d238b60ec144293de91b (diff)
intel/fsp2.0: Add END_OF_FIRMWARE in enum fsp_notify_phase
Change-Id: Ib39e828c6e3145957ecc2dacc1f72de793165514 Signed-off-by: Hannah Williams <hannah.williams@intel.com> Reviewed-on: https://review.coreboot.org/15020 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/drivers/intel/fsp2_0/include/fsp/api.h')
-rw-r--r--src/drivers/intel/fsp2_0/include/fsp/api.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/intel/fsp2_0/include/fsp/api.h b/src/drivers/intel/fsp2_0/include/fsp/api.h
index d49fc42c42..a7b99516af 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/api.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/api.h
@@ -47,7 +47,8 @@ enum fsp_boot_mode {
enum fsp_notify_phase {
AFTER_PCI_ENUM = 0x20,
- READY_TO_BOOT = 0x40
+ READY_TO_BOOT = 0x40,
+ END_OF_FIRMWARE = 0xF0
};