Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/19143 )
Change subject: nb/x4x/raminit: Rewrite SPD decode and timing selection
......................................................................
Patch Set 16:
(4 comments)
https://review.coreboot.org/#/c/19143/16/src/northbridge/intel/x4x/raminit.c
File src/northbridge/intel/x4x/raminit.c:
Line 88: s->selected_timings.mem_clk = MEM_CLOCK_400MHz; break;
is it allowed ? I thought checkpatch complains about that.
Please use the same style in all switch case blocks.
Line 121: static int ddr2_save_dimminfo(u8 dimm_idx, u8 *raw_spd,
return enum cb_err ?
Line 254: if (block_read) {
space
Line 256: i2c_block_read(device, 0, num_bytes, raw_spd);
fallback to spd_read_byte if i2c_block_read returns a failure ?
--
To view, visit https://review.coreboot.org/19143
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I760eeaa3bd4f2bc25a517ddb1b9533c971454071
Gerrit-PatchSet: 16
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Reviewer: coreboot org <coreboot.org(a)gmail.com>
Gerrit-HasComments: Yes
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19800 )
Change subject: Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
https://review.coreboot.org/#/c/19800/2/src/northbridge/intel/i945/Kconfig
File src/northbridge/intel/i945/Kconfig:
Line 47: config I945_LVDS
Maybe add a comment why this is needed / what is needed to be able to remove this?
--
To view, visit https://review.coreboot.org/19800
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Iff6dac5a5f61af49456bc6312e7a376def02ab00
Gerrit-PatchSet: 2
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-HasComments: Yes
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/19748 )
Change subject: Kconfig: Move CONFIG_VIDEO_MB
......................................................................
Patch Set 3:
It already was broken at 0 and remains that way right?
--
To view, visit https://review.coreboot.org/19748
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: Idd03f48bed881a5846b1bb3bf29254450d6cff3b
Gerrit-PatchSet: 3
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-HasComments: No