From 52095f58540bf70c0a469ec17aa67518390f43f2 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 7 Aug 2012 13:14:20 -0700 Subject: 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 Reviewed-on: http://review.coreboot.org/1693 Reviewed-by: Marc Jones Tested-by: build bot (Jenkins) --- src/include/console/post_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include') 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 @@ -133,6 +133,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 * -- cgit v1.2.3