[coreboot-gerrit] Change in coreboot[master]: cheza: Use -a flag in qgpt.py.

Evan Green (Code Review) gerrit at coreboot.org
Thu Apr 12 19:41:53 CEST 2018


Evan Green has uploaded this change for review. ( https://review.coreboot.org/25641


Change subject: cheza: Use -a flag in qgpt.py.
......................................................................

cheza: Use -a flag in qgpt.py.

The SPI flash has 4k sectors. The -a flag in the qgpt.py script aligns
things on 4k sector sizes, and is needed for SPI boot on Cheza.

BUG=b:74020650
TEST=Boot via SPI on Cheza now works

Change-Id: Ice5e0ad08f16c302fe111e561f2a25eb5217a46f
---
M src/soc/qualcomm/sdm845/Makefile.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/25641/1

diff --git a/src/soc/qualcomm/sdm845/Makefile.inc b/src/soc/qualcomm/sdm845/Makefile.inc
index 939970f..d8ec7ed 100644
--- a/src/soc/qualcomm/sdm845/Makefile.inc
+++ b/src/soc/qualcomm/sdm845/Makefile.inc
@@ -133,7 +133,7 @@
 	@util/qualcomm/createxbl.py -f $(objcbfs)/bootblock.elf \
 		-x $(SDM845_BLOB)/qc_sec.mbn -o $(objcbfs)/merged_bb_qcsec.mbn \
 		-a 64 -d 64 -c 64
-	@util/qualcomm/qgpt.py -o $(objcbfs)/bootblock.bin \
+	@util/qualcomm/qgpt.py -a -o $(objcbfs)/bootblock.bin \
 		$(objcbfs)/merged_bb_qcsec.mbn
 
 else

-- 
To view, visit https://review.coreboot.org/25641
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: Ice5e0ad08f16c302fe111e561f2a25eb5217a46f
Gerrit-Change-Number: 25641
Gerrit-PatchSet: 1
Gerrit-Owner: Evan Green <evgreen at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180412/7b93d6b1/attachment-0001.html>


More information about the coreboot-gerrit mailing list