<p><a href="https://review.coreboot.org/c/coreboot/+/27618">View Change</a></p><p>106 comments:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c">File src/mainboard/gigabyte/m57sli/acpi_tables.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@39">Patch Set #2, Line 39:</a> <code style="font-family:monospace,monospace"> unsigned sbdn;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">   dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x1,0));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '+' (ctx:VxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">    dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x1,0));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@55">Patch Set #2, Line 55:</a> <code style="font-family:monospace,monospace">                 current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *) current,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@61">Patch Set #2, Line 61:</a> <code style="font-family:monospace,monospace">       dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x12,1));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '+' (ctx:VxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@61">Patch Set #2, Line 61:</a> <code style="font-family:monospace,monospace">   dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x12,1));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/acpi_tables.c@65">Patch Set #2, Line 65:</a> <code style="font-family:monospace,monospace">                        current += acpi_create_madt_ioapic((acpi_madt_ioapic_t *) current,</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/fanctl.c">File src/mainboard/gigabyte/m57sli/fanctl.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/fanctl.c@13">Patch Set #2, Line 13:</a> <code style="font-family:monospace,monospace">} sequence[]= {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">spaces required around that '=' (ctx:VxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/fanctl.c@78">Patch Set #2, Line 78:</a> <code style="font-family:monospace,monospace">    for (i = 0; i < ARRAY_SIZE(sequence); i++) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">braces {} are not necessary for single statement blocks</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c">File src/mainboard/gigabyte/m57sli/get_bus_conf.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@30">Patch Set #2, Line 30:</a> <code style="font-family:monospace,monospace">// Global variables for MB layouts and these will be shared by irqtable mptable and acpi_tables</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@49">Patch Set #2, Line 49:</a> <code style="font-family:monospace,monospace">static unsigned hcdnx[] = {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@61">Patch Set #2, Line 61:</a> <code style="font-family:monospace,monospace">static unsigned get_bus_conf_done = 0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@65">Patch Set #2, Line 65:</a> <code style="font-family:monospace,monospace">        unsigned apicid_base;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@71">Patch Set #2, Line 71:</a> <code style="font-family:monospace,monospace">   printk(BIOS_SPEW, "get_bus_conf()\n");</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer using '"%s...", __func__' to using 'get_bus_conf', this function's name, in a string</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@95">Patch Set #2, Line 95:</a> <code style="font-family:monospace,monospace">      dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sysconf.sbdn + 0x06,0));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@108">Patch Set #2, Line 108:</a> <code style="font-family:monospace,monospace">                    m->bus_mcp55[i] = pci_read_config8(dev, PCI_SECONDARY_BUS);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@110">Patch Set #2, Line 110:</a> <code style="font-family:monospace,monospace">                else {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">else should follow close brace '}'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@120">Patch Set #2, Line 120:</a> <code style="font-family:monospace,monospace">             printk(BIOS_SPEW, "CONFIG_LOGICAL_CPUS == 1: apicid_base: %08x\n", apicid_base);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/get_bus_conf.c@123">Patch Set #2, Line 123:</a> <code style="font-family:monospace,monospace">            printk(BIOS_SPEW, "CONFIG_LOGICAL_CPUS == 0: apicid_base: %08x\n", apicid_base);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c">File src/mainboard/gigabyte/m57sli/irq_tables.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@52">Patch Set #2, Line 52:</a> <code style="font-family:monospace,monospace">   unsigned slot_num;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@55">Patch Set #2, Line 55:</a> <code style="font-family:monospace,monospace">        unsigned sbdn;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@60">Patch Set #2, Line 60:</a> <code style="font-family:monospace,monospace">    get_bus_conf();         // it will find out all bus num and apic that share with mptable.c and mptable.c and acpi_tables.c</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@100">Patch Set #2, Line 100:</a> <code style="font-family:monospace,monospace">              unsigned busn = (sysconf.pci1234[i] >> 12) & 0xff;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@101">Patch Set #2, Line 101:</a> <code style="font-family:monospace,monospace">            unsigned devn = sysconf.hcdn[i] & 0xff;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/irq_tables.c@130">Patch Set #2, Line 130:</a> <code style="font-family:monospace,monospace">     if (sum != pirq->checksum) {</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">braces {} are not necessary for single statement blocks</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mb_sysconf.h">File src/mainboard/gigabyte/m57sli/mb_sysconf.h:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mb_sysconf.h@23">Patch Set #2, Line 23:</a> <code style="font-family:monospace,monospace">      unsigned apicid_mcp55;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c">File src/mainboard/gigabyte/m57sli/mptable.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@29">Patch Set #2, Line 29:</a> <code style="font-family:monospace,monospace">        unsigned sbdn;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">               dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x1,0));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">need consistent spacing around '+' (ctx:VxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">                dev = dev_find_slot(m->bus_mcp55[0], PCI_DEVFN(sbdn+ 0x1,0));</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@75">Patch Set #2, Line 75:</a> <code style="font-family:monospace,monospace">     smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+1)<<2)|1, m->apicid_mcp55, 0xa);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@77">Patch Set #2, Line 77:</a> <code style="font-family:monospace,monospace">  smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+2)<<2)|0, m->apicid_mcp55, 0x16); // 22</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@79">Patch Set #2, Line 79:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+2)<<2)|1, m->apicid_mcp55, 0x17); // 23</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@81">Patch Set #2, Line 81:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+6)<<2)|1, m->apicid_mcp55, 0x17); // 23</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@83">Patch Set #2, Line 83:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+5)<<2)|0, m->apicid_mcp55, 0x14); // 20</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@84">Patch Set #2, Line 84:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+5)<<2)|1, m->apicid_mcp55, 0x17); // 23</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@85">Patch Set #2, Line 85:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+5)<<2)|2, m->apicid_mcp55, 0x15); // 21</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@87">Patch Set #2, Line 87:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+8)<<2)|0, m->apicid_mcp55, 0x16); // 22</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@88">Patch Set #2, Line 88:</a> <code style="font-family:monospace,monospace">   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[0], ((sbdn+9)<<2)|0, m->apicid_mcp55, 0x15); // 21</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@94">Patch Set #2, Line 94:</a> <code style="font-family:monospace,monospace">                   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[j], (0x00 << 2)|i, m->apicid_mcp55, 0x10 + (2+j+i+4-sbdn%4)%4);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/mptable.c@99">Patch Set #2, Line 99:</a> <code style="font-family:monospace,monospace">                      smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, m->bus_mcp55[1], ((0x04+j)<<2)|i, m->apicid_mcp55, 0x10 + (2+i+j)%4);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c">File src/mainboard/gigabyte/m57sli/resourcemap.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@21">Patch Set #2, Line 21:</a> <code style="font-family:monospace,monospace">          /* Careful set limit registers before base registers which contain the enables */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@42">Patch Set #2, Line 42:</a> <code style="font-family:monospace,monospace">                 *         specifies the values of A[14:12] to use with interleave enable.</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@45">Patch Set #2, Line 45:</a> <code style="font-family:monospace,monospace">                *         This field defines the upper address bits of a 40 bit  address</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@48">Patch Set #2, Line 48:</a> <code style="font-family:monospace,monospace">//              PCI_ADDR(0, 0x18, 1, 0x44), 0x0000f8f8, 0x00000000, Need for CAR with FAM10</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@81">Patch Set #2, Line 81:</a> <code style="font-family:monospace,monospace">               *         111 = Interleve on A[12] and A[13] and A[14] (8 nodes)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@84">Patch Set #2, Line 84:</a> <code style="font-family:monospace,monospace">                 *         This field defines the upper address bits of a 40-bit address</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@87">Patch Set #2, Line 87:</a> <code style="font-family:monospace,monospace">//               PCI_ADDR(0, 0x18, 1, 0x40), 0x0000f8fc, 0x00000000, need for CAR with FAM10</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@125">Patch Set #2, Line 125:</a> <code style="font-family:monospace,monospace">             *         This field defines the upp adddress bits of a 40-bit address that</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">'adddress' may be misspelled - perhaps 'address'?</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@125">Patch Set #2, Line 125:</a> <code style="font-family:monospace,monospace">          *         This field defines the upp adddress bits of a 40-bit address that</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@160">Patch Set #2, Line 160:</a> <code style="font-family:monospace,monospace">            *         This field defines the upper address bits of a 40bit address</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@216">Patch Set #2, Line 216:</a> <code style="font-family:monospace,monospace">                 *         1 = matches all address < 64K and where A[9:0] is in the</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@217">Patch Set #2, Line 217:</a> <code style="font-family:monospace,monospace">          *             range 3B0-3BB or 3C0-3DF independen of the base & limit registers</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@220">Patch Set #2, Line 220:</a> <code style="font-family:monospace,monospace">            *         1 = Blocks address < 64K and in the last 768 bytes of eack 1K block</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@264">Patch Set #2, Line 264:</a> <code style="font-family:monospace,monospace">               *         This field defines the lowest bus number in configuration region i</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@266">Patch Set #2, Line 266:</a> <code style="font-family:monospace,monospace">           *         This field defines the highest bus number in configuration region i</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/resourcemap.c@268">Patch Set #2, Line 268:</a> <code style="font-family:monospace,monospace">//               PCI_ADDR(0, 0x18, 1, 0xE0), 0x0000FC88, 0xff000003, /* link 0 of CPU 0 --> Nvidia MCP55 */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li></ul></li><li style="margin: 0; padding: 0;"><p><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c">File src/mainboard/gigabyte/m57sli/romstage.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">unsigned get_sbdn(unsigned bus)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@51">Patch Set #2, Line 51:</a> <code style="font-family:monospace,monospace">unsigned get_sbdn(unsigned bus)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@65">Patch Set #2, Line 65:</a> <code style="font-family:monospace,monospace">int spd_read_byte(unsigned device, unsigned address);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@65">Patch Set #2, Line 65:</a> <code style="font-family:monospace,monospace">int spd_read_byte(unsigned device, unsigned address);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@66">Patch Set #2, Line 66:</a> <code style="font-family:monospace,monospace">int spd_read_byte(unsigned device, unsigned address)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@66">Patch Set #2, Line 66:</a> <code style="font-family:monospace,monospace">int spd_read_byte(unsigned device, unsigned address)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@71">Patch Set #2, Line 71:</a> <code style="font-family:monospace,monospace">#define MCP55_MB_SETUP \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Macros with complex values should be enclosed in parentheses</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@72">Patch Set #2, Line 72:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+37, 0x00, 0x68,/* GPIO38 PCI_REQ3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@72">Patch Set #2, Line 72:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+37, 0x00, 0x68,/* GPIO38 PCI_REQ3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@72">Patch Set #2, Line 72:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+37, 0x00, 0x68,/* GPIO38 PCI_REQ3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@73">Patch Set #2, Line 73:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+38, 0x00, 0x68,/* GPIO39 PCI_GNT3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@73">Patch Set #2, Line 73:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+38, 0x00, 0x68,/* GPIO39 PCI_GNT3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@73">Patch Set #2, Line 73:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+38, 0x00, 0x68,/* GPIO39 PCI_GNT3 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@74">Patch Set #2, Line 74:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+39, 0x00, 0x68,/* GPIO40 PCI_GNT2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@74">Patch Set #2, Line 74:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+39, 0x00, 0x68,/* GPIO40 PCI_GNT2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@74">Patch Set #2, Line 74:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+39, 0x00, 0x68,/* GPIO40 PCI_GNT2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@75">Patch Set #2, Line 75:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+40, 0x00, 0x68,/* GPIO41 PCI_REQ2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@75">Patch Set #2, Line 75:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+40, 0x00, 0x68,/* GPIO41 PCI_REQ2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@75">Patch Set #2, Line 75:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+40, 0x00, 0x68,/* GPIO41 PCI_REQ2 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@76">Patch Set #2, Line 76:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+59, 0x00, 0x60,/* GPIP60 FANCTL0 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@76">Patch Set #2, Line 76:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+59, 0x00, 0x60,/* GPIP60 FANCTL0 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@76">Patch Set #2, Line 76:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+59, 0x00, 0x60,/* GPIP60 FANCTL0 */ \</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@77">Patch Set #2, Line 77:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+60, 0x00, 0x60,/* GPIO61 FANCTL1 */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@77">Patch Set #2, Line 77:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+60, 0x00, 0x60,/* GPIO61 FANCTL1 */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@77">Patch Set #2, Line 77:</a> <code style="font-family:monospace,monospace">        RES_PORT_IO_8, SYSCTRL_IO_BASE + 0xc0+60, 0x00, 0x60,/* GPIO61 FANCTL1 */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@87">Patch Set #2, Line 87:</a> <code style="font-family:monospace,monospace"> byte = pci_read_config8(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0x7b);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@89">Patch Set #2, Line 89:</a> <code style="font-family:monospace,monospace">        pci_write_config8(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0x7b, byte);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@91">Patch Set #2, Line 91:</a> <code style="font-family:monospace,monospace">        dword = pci_read_config32(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0xa0);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@93">Patch Set #2, Line 93:</a> <code style="font-family:monospace,monospace">      pci_write_config32(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0xa0, dword);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@95">Patch Set #2, Line 95:</a> <code style="font-family:monospace,monospace">      dword = pci_read_config32(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0xa4);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@97">Patch Set #2, Line 97:</a> <code style="font-family:monospace,monospace">      pci_write_config32(PCI_DEV(0, MCP55_DEVN_BASE+1 , 0), 0xa4, dword);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited before that ',' (ctx:WxW)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@104">Patch Set #2, Line 104:</a> <code style="font-family:monospace,monospace">    static const u8 spd_addr[] = {RC00, DIMM0, DIMM2, 0, 0, DIMM1, DIMM3, 0, 0, };</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@108">Patch Set #2, Line 108:</a> <code style="font-family:monospace,monospace">    unsigned bsp_apicid = 0;</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">Prefer 'unsigned int' to bare use of 'unsigned'</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@134">Patch Set #2, Line 134:</a> <code style="font-family:monospace,monospace">          pnp_write_config(SERIAL_DEV, IT8716F_CONFIG_REG_SWSUSP, tmp | 0x10);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@140">Patch Set #2, Line 140:</a> <code style="font-family:monospace,monospace">      it8716f_enable_dev(SERIAL_DEV, CONFIG_TTYS0_BASE);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">code indent should use tabs where possible</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@140">Patch Set #2, Line 140:</a> <code style="font-family:monospace,monospace">     it8716f_enable_dev(SERIAL_DEV, CONFIG_TTYS0_BASE);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no space before tabs</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@140">Patch Set #2, Line 140:</a> <code style="font-family:monospace,monospace">   it8716f_enable_dev(SERIAL_DEV, CONFIG_TTYS0_BASE);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">please, no spaces at the start of a line</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@153">Patch Set #2, Line 153:</a> <code style="font-family:monospace,monospace">       printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@153">Patch Set #2, Line 153:</a> <code style="font-family:monospace,monospace">      printk(BIOS_DEBUG, "*sysinfo range: [%p,%p]\n",sysinfo,sysinfo+1);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space required after that ',' (ctx:VxV)</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@157">Patch Set #2, Line 157:</a> <code style="font-family:monospace,monospace">      set_sysinfo_in_ram(0); // in BSP so could hold all ap until sysinfo is in ram</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@173">Patch Set #2, Line 173:</a> <code style="font-family:monospace,monospace">             /* Core0 on each node is configured. Now setup any additional cores. */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@182">Patch Set #2, Line 182:</a> <code style="font-family:monospace,monospace">           printk(BIOS_DEBUG, "\nBegin FIDVID MSR 0xc0010071 0x%08x 0x%08x\n", msr.hi, msr.lo);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@198">Patch Set #2, Line 198:</a> <code style="font-family:monospace,monospace">            printk(BIOS_DEBUG, "End FIDVIDMSR 0xc0010071 0x%08x 0x%08x\n", msr.hi, msr.lo);</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@237">Patch Set #2, Line 237:</a> <code style="font-family:monospace,monospace"> *       BUID assignment may be controlled explicitly on a non-coherent chain. Provide a</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@238">Patch Set #2, Line 238:</a> <code style="font-family:monospace,monospace"> * swap list. The first part of the list controls the BUID assignment and the</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@239">Patch Set #2, Line 239:</a> <code style="font-family:monospace,monospace"> *      second part of the list provides the device to device linking.  Device orientation</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@240">Patch Set #2, Line 240:</a> <code style="font-family:monospace,monospace"> *      can be detected automatically, or explicitly.  See documentation for more details.</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@242">Patch Set #2, Line 242:</a> <code style="font-family:monospace,monospace"> *      Automatic non-coherent init assigns BUIDs starting at 1 and incrementing sequentially</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@250">Patch Set #2, Line 250:</a> <code style="font-family:monospace,monospace">BOOL AMD_CB_ManualBUIDSwapList (u8 node, u8 link, const u8 **List)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">space prohibited between function name and open parenthesis '('</p></li><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/27618/2/src/mainboard/gigabyte/m57sli/romstage.c@253">Patch Set #2, Line 253:</a> <code style="font-family:monospace,monospace">     /* If the BUID was adjusted in early_ht we need to do the manual override */</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">line over 80 characters</p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/c/coreboot/+/27618">change 27618</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/c/coreboot/+/27618"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I20a437f6952d9f919ad186d4862ca00853d9ebca </div>
<div style="display:none"> Gerrit-Change-Number: 27618 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: Arthur Heymans <arthur@aheymans.xyz> </div>
<div style="display:none"> Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Paul Menzel <paulepanter@users.sourceforge.net> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Fri, 14 Dec 2018 21:00:14 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Gerrit-MessageType: comment </div>