Attention is currently required from: Ravi kumar, Martin Roth.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/52371 )
Change subject: sc7280: Add GSI FW download support
......................................................................
Patch Set 8:
(11 comments)
File src/soc/qualcomm/sc7280/include/soc/qupv3_config.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/e1b15a8c_85bc69c0
PS8, Line 77: {
open brace '{' following struct go on the same line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/ab6c35bf_ac548e09
PS8, Line 79: uint32_t iram_dword1; /* word 1 of a single IRAM firmware entry */
please, no space before tabs
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/9ca81015_fccc0792
PS8, Line 83: {
open brace '{' following struct go on the same line
File src/soc/qualcomm/sc7280/qupv3_config.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/0802cc38_219b7519
PS8, Line 204: write32(®s->gsi_periph_base_lsb,0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/f02b2502_6430c052
PS8, Line 205: write32(®s->gsi_periph_base_msb,0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/1841e26e_c5be1bd7
PS8, Line 210: if (fwIep[i].offset < GSI_REG_BASE_SIZE) {
braces {} are not necessary for single statement blocks
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/bc6bd94e_17b63301
PS8, Line 221: memcpy((®s->gsi_inst_ramn),(void *)fwIRam,
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/aeba3ab4_0e898726
PS8, Line 223: setbits_le32(®s->gsi_mcs_cfg, GSI_MCS_CFG_MCS_ENABLE_BMSK );
space prohibited before that close parenthesis ')'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/c84266fb_8c252b4d
PS8, Line 224: setbits_le32(®s->gsi_cfg, GSI_CFG_DOUBLE_MCS_CLK_FREQ_BMSK | GSI_CFG_GSI_ENABLE_BMSK);
line over 96 characters
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/8684424c_eefddcea
PS8, Line 226: write32(®s->gsi_ee_n_scratch_0_addr,0x0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119130):
https://review.coreboot.org/c/coreboot/+/52371/comment/5c6235b3_94e4e455
PS8, Line 227: write32(®s->ee_n_gsi_ee_generic_cmd,0x81);
space required after that ',' (ctx:VxV)
--
To view, visit https://review.coreboot.org/c/coreboot/+/52371
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I8b966a6a074fc43c62d2639da9cf68b083cc7319
Gerrit-Change-Number: 52371
Gerrit-PatchSet: 8
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Comment-Date: Wed, 12 May 2021 11:15:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar, Shelley Chen, Martin Roth, mturney mturney, Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/49392 )
Change subject: sc7280: shrm.elf loading changes
......................................................................
Patch Set 36:
(1 comment)
File src/soc/qualcomm/sc7280/shrm_load_reset.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119120):
https://review.coreboot.org/c/coreboot/+/49392/comment/c6dbed2e_9139f0e6
PS36, Line 9: void shrm_fw_load_reset()
Bad function definition - void shrm_fw_load_reset() should probably be void shrm_fw_load_reset(void)
--
To view, visit https://review.coreboot.org/c/coreboot/+/49392
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I44484573a829eaefbd34907c6fe78d427506a762
Gerrit-Change-Number: 49392
Gerrit-PatchSet: 36
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Ravi Kumar Bokka <c_rbokka(a)qualcomm.corp-partner.google.com>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Martin Roth <martinroth(a)google.com>
Gerrit-Attention: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Wed, 12 May 2021 11:12:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar, Shelley Chen, Paul Menzel, mturney mturney, Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/50587 )
Change subject: sc7280: Reserve wlan & wpss dram memory regions
......................................................................
Patch Set 33:
(4 comments)
File src/soc/qualcomm/sc7280/soc.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119108):
https://review.coreboot.org/c/coreboot/+/50587/comment/f94c7e01_fa934ad1
PS33, Line 16: REGION_SIZE(dram_wlan) / KiB);
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119108):
https://review.coreboot.org/c/coreboot/+/50587/comment/ee3a697b_4dc10f62
PS33, Line 16: REGION_SIZE(dram_wlan) / KiB);
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119108):
https://review.coreboot.org/c/coreboot/+/50587/comment/ca12de4a_84b4fe85
PS33, Line 18: REGION_SIZE(dram_wpss) / KiB);
code indent should use tabs where possible
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-119108):
https://review.coreboot.org/c/coreboot/+/50587/comment/afe4ca1f_4bf86310
PS33, Line 18: REGION_SIZE(dram_wpss) / KiB);
please, no spaces at the start of a line
--
To view, visit https://review.coreboot.org/c/coreboot/+/50587
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ic98b5d08a0a7b3f772582bf85d94f901a7c53010
Gerrit-Change-Number: 50587
Gerrit-PatchSet: 33
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-CC: Ravi Kumar Bokka <c_rbokka(a)qualcomm.corp-partner.google.com>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Paul Menzel <paulepanter(a)mailbox.org>
Gerrit-Attention: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Wed, 12 May 2021 11:02:23 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment