[coreboot-gerrit] New patch to review for coreboot: google/reef: Mark 128KiB at end of BIOS region as unusable

Furquan Shaikh (furquan@google.com) gerrit at coreboot.org
Wed Jun 22 20:07:35 CEST 2016


Furquan Shaikh (furquan at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15313

-gerrit

commit d35e0d427fbd315aa74511f170fb5e174bee2626
Author: Furquan Shaikh <furquan at google.com>
Date:   Wed Jun 22 11:00:22 2016 -0700

    google/reef: Mark 128KiB at end of BIOS region as unusable
    
    BIOS region is memory-mapped just below 4GiB, however last 128KiB is
    unusable. Mark it accordingly in fmd file.
    
    BUG=chrome-os-partner:54672
    
    Change-Id: I5facc566bb70d950522e12228b0631ddf00ac63d
    Signed-off-by: Furquan Shaikh <furquan at google.com>
---
 src/mainboard/google/reef/chromeos.fmd | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/reef/chromeos.fmd b/src/mainboard/google/reef/chromeos.fmd
index 0ad6567..a9cb24c 100644
--- a/src/mainboard/google/reef/chromeos.fmd
+++ b/src/mainboard/google/reef/chromeos.fmd
@@ -34,6 +34,7 @@ FLASH 16M {
 	}
 	RW_NVRAM at 0xb00000 0x6000
 	RW_LEGACY(CBFS)@0xb06000 0x200000
+	BIOS_UNUSABLE at 0xf3f000 0x40000
 	DEVICE_EXTENSION at 0xf7f000 0x80000
 }
 



More information about the coreboot-gerrit mailing list