[U-Boot] [PATCH 086/126] x86: Add mrccache support for a 'variable' cache

Simon Glass sjg at chromium.org
Wed Sep 25 14:57:10 UTC 2019


Add support for a second cache type, for apollolake.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 arch/x86/include/asm/mrccache.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/include/asm/mrccache.h b/arch/x86/include/asm/mrccache.h
index b81e2b2fb6a..0917cf24704 100644
--- a/arch/x86/include/asm/mrccache.h
+++ b/arch/x86/include/asm/mrccache.h
@@ -30,6 +30,7 @@ struct mrc_region {
 /* Types of MRC data */
 enum mrc_type_t {
 	MRC_TYPE_NORMAL,
+	MRC_TYPE_VAR,
 
 	MRC_TYPE_COUNT,
 };
-- 
2.23.0.444.g18eeb5a265-goog



More information about the U-Boot mailing list