Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/21862 )
Change subject: drivers/net/r8168: Add customized LED mode
......................................................................
Patch Set 1: Code-Review-1
(4 comments)
https://review.coreboot.org/#/c/21862/1//COMMIT_MSG
Commit Message:
https://review.coreboot.org/#/c/21862/1//COMMIT_MSG@17
PS1, Line 17: RT8111H_CUSOMIZED_LED_VALUE in Kconfig file
: under target board
Board specific settings should go into devicetree as much as possible.
https://review.coreboot.org/#/c/21862/1/src/drivers/net/r8168.c
File src/drivers/net/r8168.c:
https://review.coreboot.org/#/c/21862/1/src/drivers/net/r8168.c@218
PS1, Line 218: #if IS_ENABLED(CONFIG_RT8111H_SET_LED_MODE)
if (!IS_ENABLED(...)) return;
https://review.coreboot.org/#/c/21862/1/src/drivers/net/r8168.c@221
PS1, Line 221: /* check the VPD for the mac address */
: setting = CONFIG_RT8111H_CUSTOMIZED_LED_VALUE;
this is a Kconfig option, not VPD.
Also if it is mainboard specific it should go into devicetree, not Kconfig.
https://review.coreboot.org/#/c/21862/1/src/drivers/net/r8168.c@228
PS1, Line 228: /* Refer to datasheet 7.2, starting from offset 0x18
add title please
--
To view, visit https://review.coreboot.org/21862
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ib3d4f2cd98ac391e1661a891d604bdd1974d07f6
Gerrit-Change-Number: 21862
Gerrit-PatchSet: 1
Gerrit-Owner: Gaggery Tsai <gaggery.tsai(a)intel.com>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Furquan Shaikh <furquan(a)google.com>
Gerrit-Reviewer: Kane Chen <kane.chen(a)intel.com>
Gerrit-Reviewer: Kevin Cheng <kevin.cheng(a)intel.com>
Gerrit-Reviewer: Shelley Chen <shchen(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 03 Oct 2017 08:25:17 +0000
Gerrit-HasComments: Yes
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/21861 )
Change subject: mb/dell/optiplex_790: add libgfxinit (NOT WORKING)
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/21861/1/src/mainboard/dell/optiplex_790/Kco…
File src/mainboard/dell/optiplex_790/Kconfig:
https://review.coreboot.org/#/c/21861/1/src/mainboard/dell/optiplex_790/Kco…
PS1, Line 10: select NORTHBRIDGE_INTEL_IVYBRIDGE # (Actually SANDYBRIDGE)
probably bad idea since it really is SANDY_BRIDGE. please try without. (actually it's poorly named/used since it should reflect the PCH version instead CPU for libgfxinit to work)
--
To view, visit https://review.coreboot.org/21861
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I58570c239492b2a15b1599ca6d03714bbd8dc387
Gerrit-Change-Number: 21861
Gerrit-PatchSet: 1
Gerrit-Owner: Christoph Pomaska <cp_public(a)posteo.de>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 03 Oct 2017 06:54:04 +0000
Gerrit-HasComments: Yes
Naresh Solanki has uploaded a new patch set (#8). ( https://review.coreboot.org/21701 )
Change subject: intel/common: CAR setup CQOS
......................................................................
intel/common: CAR setup CQOS
Enable CQOS on Geminilake.
In Apololake, CBM_LEN is 0x7. Whereas the same in Geminilake is 0xF.
Thus get CBM_LEN using cpuid instruction & generate CBM_LEN_MASK.
Later use the CBM_LEN_MASK when writing to IA32_L2_MASK_* to set right
bits.
BUG=None
TEST= Build for Geminilake platform i.e., glkrvp & check for successful
CAR setup. Even verified the same on APL platform i.e., on Reef
Change-Id: Ic736dba1a46629ff5bf3183082799c0c1468e6d9
Signed-off-by: Naresh G Solanki <naresh.solanki(a)intel.com
---
M src/soc/intel/common/block/cpu/car/cache_as_ram.S
1 file changed, 28 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/21701/8
--
To view, visit https://review.coreboot.org/21701
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ic736dba1a46629ff5bf3183082799c0c1468e6d9
Gerrit-Change-Number: 21701
Gerrit-PatchSet: 8
Gerrit-Owner: Naresh Solanki <naresh.solanki(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: AndreX Andraos <andrex.andraos(a)intel.com>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Naresh Solanki <naresh.solanki(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Ravishankar Sarawadi <ravishankar.sarawadi(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>