build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/25509 )
Change subject: [Do Not Merge] add i945G based mainboard ......................................................................
Patch Set 13:
(46 comments)
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/cstates.c File src/mainboard/nec/945g-m4/cstates.c:
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/cstates.c... PS13, Line 20: } adding a line without newline at end of file
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... File src/mainboard/nec/945g-m4/romstage.c:
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 59: FDD_LPC_EN | KBC_LPC_EN |CNF1_LPC_EN |CNF2_LPC_EN); need consistent spacing around '|' (ctx:WxV)
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 59: FDD_LPC_EN | KBC_LPC_EN |CNF1_LPC_EN |CNF2_LPC_EN); need consistent spacing around '|' (ctx:WxV)
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 92: pnp_write_config(GPIO_MIDI_DEV, 0x60, 0x00); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 92: pnp_write_config(GPIO_MIDI_DEV, 0x60, 0x00); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 93: pnp_write_config(GPIO_MIDI_DEV, 0x61, 0x00); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 93: pnp_write_config(GPIO_MIDI_DEV, 0x61, 0x00); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 94: pnp_write_config(GPIO_MIDI_DEV, 0x62, 0x00); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 94: pnp_write_config(GPIO_MIDI_DEV, 0x62, 0x00); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 95: pnp_write_config(GPIO_MIDI_DEV, 0x63, 0x00); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 95: pnp_write_config(GPIO_MIDI_DEV, 0x63, 0x00); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 96: pnp_write_config(GPIO_MIDI_DEV, 0x70, 0x00); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 96: pnp_write_config(GPIO_MIDI_DEV, 0x70, 0x00); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 97: pnp_write_config(GPIO_MIDI_DEV, 0xf0, 0x5f); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 97: pnp_write_config(GPIO_MIDI_DEV, 0xf0, 0x5f); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 98: pnp_write_config(GPIO_MIDI_DEV, 0xf1, 0x5f); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 98: pnp_write_config(GPIO_MIDI_DEV, 0xf1, 0x5f); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 127: pnp_enter_conf_state(HWM_DEV); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 127: pnp_enter_conf_state(HWM_DEV); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 128: pnp_set_logical_device(HWM_DEV); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 128: pnp_set_logical_device(HWM_DEV); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 129: pnp_set_iobase(HWM_DEV, PNP_IDX_IO0, 0x290); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 129: pnp_set_iobase(HWM_DEV, PNP_IDX_IO0, 0x290); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 149: } code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 149: } please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 171: printk(BIOS_DEBUG, "program secondary mlt XXX byte \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 173: printk(BIOS_DEBUG, "reset rtc power status \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 177: printk(BIOS_DEBUG, "usb transient disconnect \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 263: printk(BIOS_DEBUG, "Enable SPD ROMs and DDR-II DRAM \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 272: printk(BIOS_DEBUG, "Perform some initialization that must run before stage2 \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 276: printk(BIOS_DEBUG, "Chipset Errata! \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 279: printk(BIOS_DEBUG, "Initialize the internal PCIe links before we go into stage2 \n"); unnecessary whitespace before a quoted newline
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 285: init_tpm(s3resume); code indent should use tabs where possible
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/romstage.... PS13, Line 285: init_tpm(s3resume); please, no spaces at the start of a line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... File src/mainboard/nec/945g-m4/superio_hwm.c:
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 83: //if (get_option(&cpufan_temperature, "cpufan_temperature") != CB_SUCCESS) line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 90: //if (get_option(&sysfan_temperature, "sysfan_temperature") != CB_SUCCESS) line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 116: case FAN_CRUISE_CONTROL_SPEED: fan_config |= (2 << 4); break; trailing statements should be on next line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 117: case FAN_CRUISE_CONTROL_THERMAL: fan_config |= (1 << 4); break; trailing statements should be on next line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 120: case FAN_CRUISE_CONTROL_SPEED: fan_config |= (2 << 2); break; trailing statements should be on next line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 121: case FAN_CRUISE_CONTROL_THERMAL: fan_config |= (1 << 2); break; trailing statements should be on next line
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 130: hwm_write(0x06, fan_speeds[cpufan_speed].fan_in); // CPUFANIN target speed line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 135: temperatures[cpufan_temperature].deg_fahrenheit); line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 136: hwm_write(0x06, temperatures[cpufan_temperature].deg_celsius); // CPUFANIN target temperature line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 144: hwm_write(0x05, fan_speeds[sysfan_speed].fan_in); // SYSFANIN target speed line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 149: temperatures[sysfan_temperature].deg_fahrenheit); line over 80 characters
https://review.coreboot.org/#/c/25509/13/src/mainboard/nec/945g-m4/superio_h... PS13, Line 150: hwm_write(0x05, temperatures[sysfan_temperature].deg_celsius); // SYSFANIN target temperature line over 80 characters