[coreboot-gerrit] Change in coreboot[master]: arch/x86: Increase TIMESTAMP region size to 0x200

Furquan Shaikh (Code Review) gerrit at coreboot.org
Fri May 18 08:39:51 CEST 2018


Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/26360


Change subject: arch/x86: Increase TIMESTAMP region size to 0x200
......................................................................

arch/x86: Increase TIMESTAMP region size to 0x200

With the recent change 4c518e1 (timestamp: Add timestamps for TPM
communication) to add more timestamps for TPM communication, now we
are overflowing the TIMESTAMP region in verstage. This change
increases TIMESTAMP region size to 512 bytes to accomodate this.

BUG=b:79888151

Change-Id: I94c5403f256f0176d10ac61e9e1f60adf80db08b
Signed-off-by: Furquan Shaikh <furquan at google.com>
---
M src/arch/x86/car.ld
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/60/26360/1

diff --git a/src/arch/x86/car.ld b/src/arch/x86/car.ld
index 2acd3f6..7122776 100644
--- a/src/arch/x86/car.ld
+++ b/src/arch/x86/car.ld
@@ -60,7 +60,7 @@
 	 * backing store once cbmem comes online. Therefore, this data needs
 	 * to reside in the migrated area (between _car_relocatable_data_start
 	 * and _car_relocatable_data_end). */
-	TIMESTAMP(., 0x100)
+	TIMESTAMP(., 0x200)
 #if IS_ENABLED(CONFIG_COMMONLIB_STORAGE)
 	_car_drivers_storage_start = .;
 	. += 256;

-- 
To view, visit https://review.coreboot.org/26360
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I94c5403f256f0176d10ac61e9e1f60adf80db08b
Gerrit-Change-Number: 26360
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180518/0a4fa75f/attachment.html>


More information about the coreboot-gerrit mailing list