Ravi kumar has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 ......................................................................
sc7280: enable bl31
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/memlayout.ld 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/1
diff --git a/src/soc/qualcomm/sc7280/Kconfig b/src/soc/qualcomm/sc7280/Kconfig index d6f56ba..6882457 100644 --- a/src/soc/qualcomm/sc7280/Kconfig +++ b/src/soc/qualcomm/sc7280/Kconfig @@ -6,6 +6,7 @@ select ARCH_RAMSTAGE_ARMV8_64 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 + select ARM64_USE_ARM_TRUSTED_FIRMWARE select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER diff --git a/src/soc/qualcomm/sc7280/memlayout.ld b/src/soc/qualcomm/sc7280/memlayout.ld index a3a785e..fed3a72 100644 --- a/src/soc/qualcomm/sc7280/memlayout.ld +++ b/src/soc/qualcomm/sc7280/memlayout.ld @@ -50,7 +50,7 @@ /* Various hardware/software subsystems make use of this area */ REGION(dram_aop, 0x80800000, 0x040000, 0x1000) REGION(dram_soc, 0x80900000, 0x200000, 0x1000) - BL31(0x80B00000, 1M) POSTRAM_CBFS_CACHE(0x9F800000, 16M) RAMSTAGE(0xA0800000, 16M) + BL31(0xC0000000, 1M) }
Hello build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#11).
Change subject: sc7280: enable bl31 ......................................................................
sc7280: enable bl31
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/memlayout.ld 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/11
Hello build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#12).
Change subject: sc7280: enable bl31 ......................................................................
sc7280: enable bl31
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/memlayout.ld 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/12
Attention is currently required from: Shelley Chen. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#27).
Change subject: sc7280: enable bl31 ......................................................................
sc7280: enable bl31
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/memlayout.ld 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/27
Attention is currently required from: Ravi kumar, Shelley Chen. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#31).
Change subject: sc7280: enable bl31 ......................................................................
sc7280: enable bl31
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/memlayout.ld 2 files changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/31
Attention is currently required from: Ravi kumar, Shelley Chen. Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 ......................................................................
Patch Set 34:
(1 comment)
File src/soc/qualcomm/sc7280/memlayout.ld:
https://review.coreboot.org/c/coreboot/+/47904/comment/e0880bc9_5b2b09af PS34, Line 46: 0x1485BC00,8K BTW we're finding out on other boards right now that 8K here seems to often not be enough. Probably a good idea to bump it to 16K right away (in a separate patch) to avoid having to find out we need to do it in crunch time later.
Attention is currently required from: Ravi kumar, Shelley Chen. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#48).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 22 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/48
Attention is currently required from: Ravi kumar, Shelley Chen. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#51).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/51
Attention is currently required from: Ravi kumar, Shelley Chen, Julius Werner. Ravi Kumar Bokka has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 52:
(1 comment)
File src/soc/qualcomm/sc7280/memlayout.ld:
https://review.coreboot.org/c/coreboot/+/47904/comment/8695a0bc_dd9ffc8e PS34, Line 46: 0x1485BC00,8K
BTW we're finding out on other boards right now that 8K here seems to often not be enough. […]
Thank you Julius we will update the memory map with next push
Attention is currently required from: Ravi kumar, Shelley Chen, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#54).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/54
Attention is currently required from: Ravi kumar, Shelley Chen, Julius Werner. Ravi Kumar Bokka has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 55:
(1 comment)
File src/soc/qualcomm/sc7280/memlayout.ld:
https://review.coreboot.org/c/coreboot/+/47904/comment/52e64bd2_56017dcb PS34, Line 46: 0x1485BC00,8K
Thank you Julius we will update the memory map with next push
Ack
Attention is currently required from: Ravi kumar, Shelley Chen, Julius Werner. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#57).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/57
Attention is currently required from: Ravi kumar, Shelley Chen, Sudheer Amrabadi, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#69).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/69
Attention is currently required from: Ravi kumar, Shelley Chen, Sudheer Amrabadi, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#70).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/70
Attention is currently required from: Ravi kumar, Shelley Chen, Sudheer Amrabadi, Julius Werner, mturney mturney. Hello Shelley Chen, build bot (Jenkins), Julius Werner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/47904
to look at the new patch set (#74).
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
Developer/Reviewer, be aware of this patch from Napali: https://review.coreboot.org/c/coreboot/+/28014/44
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc M src/soc/qualcomm/sc7280/memlayout.ld 3 files changed, 23 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/74
Attention is currently required from: Ravi kumar, Sudheer Amrabadi, Julius Werner, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 81: Code-Review+2
Attention is currently required from: Ravi kumar, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 82: Code-Review-1
(1 comment)
Patchset:
PS82: Looks like you have a build error that you need to resolve here.
Attention is currently required from: Ravi kumar, Sudheer Amrabadi, Julius Werner. Shelley Chen has removed a vote from this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Removed Code-Review-1 by Shelley Chen shchen@google.com
Attention is currently required from: Ravi kumar, Sudheer Amrabadi, Julius Werner. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 100:
(1 comment)
Patchset:
PS100: This looks ok, but you need to rebase so that it doesn't fail Jenkins. It's failing right now due to the previous patch.
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 102:
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/47904/comment/676fef25_96f53895 PS102, Line 9: Developer/Reviewer, be aware of this patch from Napali: : https://review.coreboot.org/c/coreboot/+/28014/44 : Source looks ok, but was wondering you wanted the reviewer to know about in this abandoned CL?
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. mturney mturney has uploaded a new patch set (#103) to the change originally created by Ravi kumar. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc 2 files changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/47904/103
Attention is currently required from: Ravi kumar, Julius Werner, mturney mturney. Shelley Chen has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
Patch Set 103: Code-Review+2
(1 comment)
Commit Message:
https://review.coreboot.org/c/coreboot/+/47904/comment/c75d284c_40efdcf2 PS102, Line 9: Developer/Reviewer, be aware of this patch from Napali: : https://review.coreboot.org/c/coreboot/+/28014/44 :
Source looks ok, but was wondering you wanted the reviewer to know about in this abandoned CL?
This was removed in the latest patchset.
Shelley Chen has submitted this change. ( https://review.coreboot.org/c/coreboot/+/47904 )
Change subject: sc7280: enable bl31 and SDI feature support ......................................................................
sc7280: enable bl31 and SDI feature support
BUG=b:182963902 TEST=Validated on qualcomm sc7280 development board
Signed-off-by: Ravi Kumar Bokka rbokka@codeaurora.org Change-Id: I61c695fb4fef3ae36ffc5a263236b9d40c299dc4 Reviewed-on: https://review.coreboot.org/c/coreboot/+/47904 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Shelley Chen shchen@google.com --- M src/soc/qualcomm/sc7280/Kconfig M src/soc/qualcomm/sc7280/Makefile.inc 2 files changed, 21 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Shelley Chen: Looks good to me, approved
diff --git a/src/soc/qualcomm/sc7280/Kconfig b/src/soc/qualcomm/sc7280/Kconfig index 24d5c20..68234f9 100644 --- a/src/soc/qualcomm/sc7280/Kconfig +++ b/src/soc/qualcomm/sc7280/Kconfig @@ -6,6 +6,7 @@ select ARCH_RAMSTAGE_ARMV8_64 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 + select ARM64_USE_ARM_TRUSTED_FIRMWARE select GENERIC_GPIO_LIB select GENERIC_UDELAY select HAVE_MONOTONIC_TIMER diff --git a/src/soc/qualcomm/sc7280/Makefile.inc b/src/soc/qualcomm/sc7280/Makefile.inc index 6a02bdb..4c83722 100644 --- a/src/soc/qualcomm/sc7280/Makefile.inc +++ b/src/soc/qualcomm/sc7280/Makefile.inc @@ -51,6 +51,26 @@ SC7280_BLOB := $(top)/3rdparty/qc_blobs/sc7280
################################################################################ +BL31_MAKEARGS += PLAT=sc7280 + +ifeq ($(CONFIG_QC_SDI_ENABLE),y) +BL31_MAKEARGS += QTI_SDI_BUILD=1 +BL31_MAKEARGS += QTISECLIB_PATH=$(SC7280_BLOB)/qtiseclib/libqtisec_dbg.a +else +BL31_MAKEARGS += QTISECLIB_PATH=$(SC7280_BLOB)/qtiseclib/libqtisec.a +endif # CONFIG_QC_SDI_ENABLE + +################################################################################ +ifeq ($(CONFIG_QC_SDI_ENABLE),y) +QCSDI_FILE := $(SC7280_BLOB)/boot/QcSdi.elf +QCSDI_CBFS := $(CONFIG_CBFS_PREFIX)/qcsdi +$(QCSDI_CBFS)-file := $(QCSDI_FILE) +$(QCSDI_CBFS)-type := stage +$(QCSDI_CBFS)-compression := $(CBFS_COMPRESS_FLAG) +cbfs-files-y += $(QCSDI_CBFS) +endif + +################################################################################ QC_SEC_FILE := $(SC7280_BLOB)/qc_sec/qc_sec.mbn $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.elf @util/qualcomm/createxbl.py --mbn_version 6 -f $(objcbfs)/bootblock.raw.elf \
103 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.