aboutsummaryrefslogtreecommitdiff
path: root/src/include/console/post_codes.h
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2012-08-07 13:14:20 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-11-07 03:57:34 +0100
commit52095f58540bf70c0a469ec17aa67518390f43f2 (patch)
tree14459e88030dcccda75900dd6e992d47c7979d9f /src/include/console/post_codes.h
parentb6e1237978f6aee4516263980f6bcf002d98ef20 (diff)
Add POST code for "All devices initialized"
Right now we only had a post code for "All devices enabled" which was emitted at the wrong time (after the device initialize stage rather than the device enable stage) Change-Id: Iee82bff020de844c7095703f8d6521953003032c Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/1693 Reviewed-by: Marc Jones <marcj303@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/include/console/post_codes.h')
-rw-r--r--src/include/console/post_codes.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 1d12e5ad3f..c716b7251f 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -134,6 +134,13 @@
#define POST_DEVICES_ENABLED 0x89
/**
+ * \brief Devices have been initialized
+ *
+ * Devices have been initialized.
+ */
+#define POST_DEVICES_INITIALIZED 0x8a
+
+/**
* \brief Entry into elf boot
*
* This POST code is called right before invoking jmp_to_elf_entry()