[coreboot-gerrit] Change in coreboot[master]: [HACK]cavium/cn81xx/soc: Don't advertise CAR area as usable

Patrick Rudolph (Code Review) gerrit at coreboot.org
Fri Aug 10 14:09:11 CEST 2018


Patrick Rudolph has uploaded this change for review. ( https://review.coreboot.org/28003


Change subject: [HACK]cavium/cn81xx/soc: Don't advertise CAR area as usable
......................................................................

[HACK]cavium/cn81xx/soc: Don't advertise CAR area as usable

It's broken.

Change-Id: I3ec8fff99e21cbdf4ad3f4562ff9bbc1cd3c135b
Signed-off-by: Patrick Rudolph <patrick.rudolph at 9elements.com>
---
M src/soc/cavium/cn81xx/soc.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/28003/1

diff --git a/src/soc/cavium/cn81xx/soc.c b/src/soc/cavium/cn81xx/soc.c
index 9dbbcbf..b575ca4 100644
--- a/src/soc/cavium/cn81xx/soc.c
+++ b/src/soc/cavium/cn81xx/soc.c
@@ -314,7 +314,8 @@
 
 static void soc_read_resources(device_t dev)
 {
-	ram_resource(dev, 0, (uintptr_t)_dram / KiB, sdram_size_mb() * KiB);
+	// HACK: Don't advertise bootblock romstage CAR region, it's broken...
+	ram_resource(dev, 0, 2 * KiB, sdram_size_mb() * KiB - 2 * KiB);
 }
 
 static void soc_init_atf(void)

-- 
To view, visit https://review.coreboot.org/28003
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: I3ec8fff99e21cbdf4ad3f4562ff9bbc1cd3c135b
Gerrit-Change-Number: 28003
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Rudolph <patrick.rudolph at 9elements.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180810/61988261/attachment.html>


More information about the coreboot-gerrit mailing list