Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10855
-gerrit
commit d6877991bada280731a76774ebab557c265f5e15 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Wed Jul 8 22:36:22 2015 +0200
include/cbmem_id.h: Sort `CBMEM_ID_TCPA_LOG` entry
Fix up commit f44ac13d (Add TCPA table.) by moving the entry to the correct position so that all entries are sorted.
Change-Id: Ib68deb525a942051e1063ea2ec0a3e3b4a937024 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- src/include/cbmem_id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/cbmem_id.h b/src/include/cbmem_id.h index 1b03770..3588079 100644 --- a/src/include/cbmem_id.h +++ b/src/include/cbmem_id.h @@ -62,11 +62,11 @@ #define CBMEM_ID_SPINTABLE 0x59175917 #define CBMEM_ID_STAGEx_META 0x57a9e000 #define CBMEM_ID_STAGEx_CACHE 0x57a9e100 +#define CBMEM_ID_TCPA_LOG 0x54435041 #define CBMEM_ID_TIMESTAMP 0x54494d45 #define CBMEM_ID_VBOOT_HANDOFF 0x780074f0 #define CBMEM_ID_VBOOT_WORKBUF 0x78007343 #define CBMEM_ID_WIFI_CALIBRATION 0x57494649 -#define CBMEM_ID_TCPA_LOG 0x54435041
#define CBMEM_ID_TO_NAME_TABLE \ { CBMEM_ID_ACPI, "ACPI " }, \