From 0713ca3f8493ee89103b4826137bd64f59c88933 Mon Sep 17 00:00:00 2001 From: Vikram Narayanan Date: Mon, 23 Jan 2012 01:44:44 +0530 Subject: post code: Replaced hard-coded post code with macro Added a macro in the post code list, which replaces hard coded value in cpu/x86/cache/cache.c Change-Id: I27cb27827272584a8a17a41c111e2dc155196a97 Signed-off-by: Vikram Narayanan Reviewed-on: http://review.coreboot.org/572 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/include/console/post_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/console') diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index a72da69bd5..1d12e5ad3f 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -105,6 +105,13 @@ */ #define POST_CONSOLE_BOOT_MSG 0x40 +/** + * \brief Before enabling the cache + * + * Going to enable the cache + */ +#define POST_ENABLING_CACHE 0x60 + /** * \brief Devices have been enumerated * -- cgit v1.2.3