flash_layout: Add manufacturing related config

Change-Id: Id9a0a91cc81608a1be6a46712a49a6a0ae614edd
diff --git a/nugget/include/flash_layout.h b/nugget/include/flash_layout.h
index 5049a85..f3c8012 100644
--- a/nugget/include/flash_layout.h
+++ b/nugget/include/flash_layout.h
@@ -69,4 +69,13 @@
 /* The flash controller prevents bulk writes that cross row boundaries */
 #define CHIP_FLASH_ROW_SIZE          256	/* row size */
 
+/* Manufacturing related data. */
+/* Certs in the RO region are written as a 4-kB + 3-kB block. */
+#define RO_CERTS_A_ADDR                     0x43000
+#define RO_CERTS_B_ADDR                     0x83000
+#define RO_CERTS_A_SIZE                     0x1000
+#define RO_CERTS_B_SIZE                     0x0c00
+#define RO_PROVISION_DATA_ADDR              (RO_CERTS_B_ADDR + RO_CERTS_B_SIZE)
+#define RO_PROVISION_DATA_SIZE              0x0400
+
 #endif	/* __CROS_EC_FLASH_LAYOUT_H */