From a30f7e667ca56fdfeea98cbe736b61b67048c621 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Tue, 31 Mar 2015 20:33:53 -0500 Subject: cbfs: correct types used for accessing files In commit 72a8e5e751a7fa97c9d198f68cad49f9d9851669 the Makefile's were updated to use named types for cbfs file addition. However, the call sites were not checked to ensure the types matched. Correct all call sites to use the named types. Change-Id: Ib9fa693ef517e3196a3f04e9c06db52a9116fee7 Signed-off-by: Aaron Durbin Reviewed-on: http://review.coreboot.org/9195 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/include/cbfs_serialized.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/cbfs_serialized.h') diff --git a/src/include/cbfs_serialized.h b/src/include/cbfs_serialized.h index ecb5870044..30b231495d 100644 --- a/src/include/cbfs_serialized.h +++ b/src/include/cbfs_serialized.h @@ -74,7 +74,11 @@ #define CBFS_TYPE_VSA 0x51 #define CBFS_TYPE_MBI 0x52 #define CBFS_TYPE_MICROCODE 0x53 +#define CBFS_TYPE_FSP 0x60 +#define CBFS_TYPE_MRC 0x61 #define CBFS_COMPONENT_CMOS_DEFAULT 0xaa +#define CBFS_TYPE_SPD 0xab +#define CBFS_TYPE_MRC_CACHE 0xac #define CBFS_COMPONENT_CMOS_LAYOUT 0x01aa #define CBFS_HEADER_MAGIC 0x4F524243 -- cgit v1.2.3