Attention is currently required from: Shelley Chen, Taniya Das, mturney mturney, Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/55077 )
Change subject: sc7280: Add target specific GPIO pin definitions
......................................................................
Patch Set 1:
(1 comment)
File src/soc/qualcomm/sc7280/include/soc/gpio.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120322):
https://review.coreboot.org/c/coreboot/+/55077/comment/0c302c76_1cc850f6
PS1, Line 10: #define PIN(index, func1, func2, func3, func4) \
Macros with complex values should be enclosed in parentheses
--
To view, visit https://review.coreboot.org/c/coreboot/+/55077
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I63bcaed78a6eeb0e6fad857b89d40181613e50cc
Gerrit-Change-Number: 55077
Gerrit-PatchSet: 1
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: Taniya Das <tdas(a)codeaurora.org>
Gerrit-Reviewer: mturney mturney <mturney(a)codeaurora.org>
Gerrit-CC: Ravi Kumar Bokka <c_rbokka(a)qualcomm.corp-partner.google.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Taniya Das <tdas(a)codeaurora.org>
Gerrit-Attention: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:28:25 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar, Shelley Chen, Julius Werner, mturney mturney.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/52662 )
Change subject: sc7180: Add display support for mipi panels
......................................................................
Patch Set 12:
(15 comments)
File src/mainboard/google/trogdor/mainboard.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/8c1e0b93_8e9e8ba7
PS12, Line 104: if(CONFIG(TROGDOR_HAS_MIPI_PANEL))
space required before the open parenthesis '('
File src/soc/qualcomm/sc7180/display/dsi.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/50d42446_137c7f83
PS12, Line 65: write32(&dsi0->trig_ctrl,DSI_DMA_STREAM1 << 8 | DSI_DMA_TRIGGER_SEL);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/b27c9d69_6da459b8
PS12, Line 172: write32(&dsi0->int_ctrl,0x0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/e9acb811_b427c83a
PS12, Line 210: printk(BIOS_ERR,
Invalid vsprintf pointer extension '%pk'
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/10196f91_39aa1784
PS12, Line 281: wmb();
memory barrier without comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/fda0bc1f_62731cb8
PS12, Line 289: wmb();
memory barrier without comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/461ccce8_ee5b2386
PS12, Line 292: wmb();
memory barrier without comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/f170b5b1_92461b19
PS12, Line 299: wmb();
memory barrier without comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/a5387cf5_87053ecc
PS12, Line 302: wmb();
memory barrier without comment
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/99e04c85_32a4c8da
PS12, Line 319: write32(&dsi0->int_ctrl,0x0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/b07f520f_f360c3bc
PS12, Line 322: setbits32(&dsi0->int_ctrl,DSI_CMD_MODE_DMA_DONE_AK);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/f6e842b6_bdc45702
PS12, Line 325: setbits32(&dsi0->int_ctrl,DSI_CMD_MODE_MDP_DONE_AK);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/a0857881_9a3aea25
PS12, Line 328: setbits32(&dsi0->int_ctrl,DSI_VIDEO_MODE_DONE_AK);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/e8177868_ef3895ee
PS12, Line 333: setbits32(&dsi0->int_ctrl,DSI_ERROR_AK);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120319):
https://review.coreboot.org/c/coreboot/+/52662/comment/2059d503_7273a153
PS12, Line 343: if(!pinfo && !pinfo->init_cmd)
space required before the open parenthesis '('
--
To view, visit https://review.coreboot.org/c/coreboot/+/52662
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id698265a4e2399ad1c26e026e9a5f8ecd305467f
Gerrit-Change-Number: 52662
Gerrit-PatchSet: 12
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: 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: Julius Werner <jwerner(a)chromium.org>
Gerrit-Attention: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:27:55 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/53903 )
Change subject: libpayload: Add MMIO support in PCI lib
......................................................................
Patch Set 9:
(5 comments)
File payloads/libpayload/include/arm64/arch/io.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120312):
https://review.coreboot.org/c/coreboot/+/53903/comment/d3465059_a5cd86a5
PS9, Line 154: }
void function return statements are not generally useful
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120312):
https://review.coreboot.org/c/coreboot/+/53903/comment/6b1c9bb2_085e77e4
PS9, Line 159: }
void function return statements are not generally useful
File src/commonlib/include/commonlib/coreboot_tables.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120312):
https://review.coreboot.org/c/coreboot/+/53903/comment/b287abf1_1fedeac0
PS9, Line 332: uint32_t tag;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120312):
https://review.coreboot.org/c/coreboot/+/53903/comment/f257f4f3_606c2adf
PS9, Line 333: uint32_t size;
please, no spaces at the start of a line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120312):
https://review.coreboot.org/c/coreboot/+/53903/comment/db5c55b4_d366cbb1
PS9, Line 334: void *config_base;
please, no spaces at the start of a line
--
To view, visit https://review.coreboot.org/c/coreboot/+/53903
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I7cfb95e31b7ee984ee0c2e7586e6caeecd7deadd
Gerrit-Change-Number: 53903
Gerrit-PatchSet: 9
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:26:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Shelley Chen, Ravi kumar.
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 14:
(11 comments)
File src/soc/qualcomm/sc7280/include/soc/qupv3_config.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/22b02d19_c26ac9b8
PS14, Line 77: {
open brace '{' following struct go on the same line
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/7da794d7_7e5cc948
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/a1de59fe_c387c316
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/25bfe665_a352701c
PS14, Line 204: write32(®s->gsi_periph_base_lsb,0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/1529fb9d_89e582fc
PS14, Line 205: write32(®s->gsi_periph_base_msb,0);
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/54e636cd_1af21858
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/7457e068_7b93ab88
PS14, Line 221: memcpy((®s->gsi_inst_ramn),(void *)fwIRam,
space required after that ',' (ctx:VxV)
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/6c1a2dd8_c3323603
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/139546ca_8cd03b85
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/89bb08c9_96faf387
PS14, 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-120309):
https://review.coreboot.org/c/coreboot/+/52371/comment/ff727a10_6e4be5da
PS14, 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: 14
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Attention: Shelley Chen <shchen(a)google.com>
Gerrit-Attention: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:25:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar, Shelley Chen, Sandeep Maheswaram, mturney mturney, Julius Werner.
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/51520 )
Change subject: WIP sc7280: Add USB support WIP
......................................................................
Patch Set 37:
(2 comments)
File src/soc/qualcomm/sc7280/include/soc/addressmap.h:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120307):
https://review.coreboot.org/c/coreboot/+/51520/comment/1f6b2859_38ccf917
PS37, Line 41:
trailing whitespace
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120307):
https://review.coreboot.org/c/coreboot/+/51520/comment/5aa08039_b7a89d65
PS37, Line 41:
please, no spaces at the start of a line
--
To view, visit https://review.coreboot.org/c/coreboot/+/51520
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0c10821ea2c9a5082df555caac710011ea3a0af5
Gerrit-Change-Number: 51520
Gerrit-PatchSet: 37
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Sandeep Maheswaram <sanm(a)codeaurora.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: Sandeep Maheswaram <sanm(a)codeaurora.org>
Gerrit-Attention: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:25:19 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment
Attention is currently required from: Ravi kumar, Shelley Chen, 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 42:
(1 comment)
File src/soc/qualcomm/sc7280/shrm_load_reset.c:
Robot Comment from checkpatch (run ID jenkins-coreboot-checkpatch-120299):
https://review.coreboot.org/c/coreboot/+/49392/comment/294ab8e2_ada17ca6
PS42, 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: 42
Gerrit-Owner: Ravi kumar <rbokka(a)codeaurora.org>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
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: mturney mturney <mturney(a)codeaurora.org>
Gerrit-Attention: Julius Werner <jwerner(a)chromium.org>
Gerrit-Comment-Date: Sun, 30 May 2021 12:22:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment