[coreboot-gerrit] Patch set updated for coreboot: hp/2760p: reserve space in bootblock

Iru Cai (mytbk920423@gmail.com) gerrit at coreboot.org
Fri Jan 27 04:37:23 CET 2017


Iru Cai (mytbk920423 at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14209

-gerrit

commit a2b07cd8e18a5b601c00b6b0a056c97890f48810
Author: Iru Cai <mytbk920423 at gmail.com>
Date:   Thu Mar 31 23:13:09 2016 +0800

    hp/2760p: reserve space in bootblock
    
    The space from 0x7ff700 to 0x7fff07 is reserved for data needed by (maybe)
    EC.
    
    The default ID_SECTION_OFFSET is enough so it doesn't need to be changed.
    
    Change-Id: Iae7eb8a67fcce173500d91951ee71a3361475fc9
    Signed-off-by: Iru Cai <mytbk920423 at gmail.com>
---
 src/mainboard/hp/2760p/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/mainboard/hp/2760p/Kconfig b/src/mainboard/hp/2760p/Kconfig
index 440c1f6..20ed531 100644
--- a/src/mainboard/hp/2760p/Kconfig
+++ b/src/mainboard/hp/2760p/Kconfig
@@ -62,4 +62,9 @@ config MAX_CPUS
 config USBDEBUG_HCD_INDEX
 	int
 	default 1
+
+config RESERVED_SPACE_BEFORE_RESET_VECTOR
+	hex
+	default 0x900
+
 endif



More information about the coreboot-gerrit mailing list