Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43592 )
Change subject: post_code: exit_car.S postcodes replace
......................................................................
Patch Set 7:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43592/7//COMMIT_MSG
Commit Message:
https://review.coreboot.org/c/coreboot/+/43592/7//COMMIT_MSG@7
PS7, Line 7: post_code: exit_car.S postcodes replace
Please make it a statement by adding a verb (in imperative mood).
--
To view, visit https://review.coreboot.org/c/coreboot/+/43592
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I099c906c531e5b0e12dd66a8981ff805d2d2e46b
Gerrit-Change-Number: 43592
Gerrit-PatchSet: 7
Gerrit-Owner: Sindhoor Tilak <sindhoor(a)sin9yt.net>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Sat, 01 Aug 2020 07:08:14 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35508 )
Change subject: trogdor: SoC makefile BLOB support
......................................................................
Patch Set 86:
(5 comments)
https://review.coreboot.org/c/coreboot/+/35508/84/src/soc/qualcomm/sc7180/M…
File src/soc/qualcomm/sc7180/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/35508/84/src/soc/qualcomm/sc7180/M…
PS84, Line 70: SC7180_BLOB := $(top)/3rdparty/blobs/soc/qualcomm/sc7180
> Please fix this to point to 3rdparty/qc_blobs/sc7180 where the files now actually reside.
Done
https://review.coreboot.org/c/coreboot/+/35508/84/src/soc/qualcomm/sc7180/M…
PS84, Line 78: none
> Please make this $(CBFS_COMPRESS_FLAG)
All of these others should be okay using $(CBFS_COMPRESS_FLAG), not $(CBFS_PRERAM_COMPRESS_FLAG). Only QcLib should need the PRERAM because it's so big (the difference under the hood is that LZ4 can decompress in-place while LZMA requires a scratch buffer in the CBFS_CACHE region to load the file). It should theoretically make things slightly more efficient.
https://review.coreboot.org/c/coreboot/+/35508/84/src/soc/qualcomm/sc7180/M…
PS84, Line 87: none
> and this $(CBFS_PRERAM_COMPRESS_FLAG)
Done
https://review.coreboot.org/c/coreboot/+/35508/84/src/soc/qualcomm/sc7180/M…
PS84, Line 107: BL31_FILE := $(SC7180_BLOB)/qtiseclib/bl31.elf
> Please remove this whole file, this doesn't belong here. […]
Done
https://review.coreboot.org/c/coreboot/+/35508/86/src/soc/qualcomm/sc7180/M…
File src/soc/qualcomm/sc7180/Makefile.inc:
https://review.coreboot.org/c/coreboot/+/35508/86/src/soc/qualcomm/sc7180/M…
PS86, Line 68: BL31_MAKEARGS += PLAT=sc7180
Sorry we also need a
QTISECLIB_PATH=$(SC7180_BLOB)/qtiseclib/libqtisec.a
as part of BL31_MAKEARGS (and then reorder SC7180_BLOB definition above it, of course). Forgot that one.
--
To view, visit https://review.coreboot.org/c/coreboot/+/35508
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I85a20ef31ec91c6f22221d16fd4c3097c5cb97d1
Gerrit-Change-Number: 35508
Gerrit-PatchSet: 86
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: ashk(a)codeaurora.org
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Comment-Date: Sat, 01 Aug 2020 01:48:10 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Julius Werner <jwerner(a)chromium.org>
Gerrit-MessageType: comment
Sindhoor Tilak has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/42278 )
Change subject: post_code: add defines for missing postcode values
......................................................................
Abandoned
Change is split stage wise
--
To view, visit https://review.coreboot.org/c/coreboot/+/42278
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I02d09d0b2bad3f9a93fff54d11a5ba5e53fadbcc
Gerrit-Change-Number: 42278
Gerrit-PatchSet: 13
Gerrit-Owner: Sindhoor Tilak <sindhoor(a)sin9yt.net>
Gerrit-Reviewer: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Frans Hendriks <fhendriks(a)eltan.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Christian Walter <christian.walter(a)9elements.com>
Gerrit-CC: Patrick Rudolph <patrick.rudolph(a)9elements.com>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: abandon
Hello Ravi kumar, build bot (Jenkins), Patrick Georgi, Martin Roth, ashk(a)codeaurora.org,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35508
to look at the new patch set (#86).
Change subject: trogdor: SoC makefile BLOB support
......................................................................
trogdor: SoC makefile BLOB support
Change-Id: I85a20ef31ec91c6f22221d16fd4c3097c5cb97d1
Signed-off-by: Ashwin Kumar <ashk(a)codeaurora.org>
---
M src/soc/qualcomm/sc7180/Makefile.inc
1 file changed, 78 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/08/35508/86
--
To view, visit https://review.coreboot.org/c/coreboot/+/35508
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I85a20ef31ec91c6f22221d16fd4c3097c5cb97d1
Gerrit-Change-Number: 35508
Gerrit-PatchSet: 86
Gerrit-Owner: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: ashk(a)codeaurora.org
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Julius Werner <jwerner(a)chromium.org>
Gerrit-CC: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-MessageType: newpatchset