Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/28724 )
Change subject: commonlib/region: [WIP] Add region protect API
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/28724/1/src/commonlib/include/commonlib/reg…
File src/commonlib/include/commonlib/region.h:
https://review.coreboot.org/#/c/28724/1/src/commonlib/include/commonlib/reg…
PS1, Line 67: Returns < 0 on error otherwise returns 0 on success, < 0 0n error.
use enum cb_err with CB_SUCCESS and CB_ERR.
--
To view, visit https://review.coreboot.org/28724
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4c9376e2c2c7a4852f13c65824c6cd64a1c6ac0a
Gerrit-Change-Number: 28724
Gerrit-PatchSet: 1
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Comment-Date: Mon, 24 Sep 2018 16:39:03 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/28726
to look at the new patch set (#2).
Change subject: mb/google/kahlee/variants/liara: Disable NbP-state on Liara
......................................................................
mb/google/kahlee/variants/liara: Disable NbP-state on Liara
To disable NB-Pstate, the system wouldn't auto restart on EVT board when idling.
BUG=b:116082728
Change-Id: Iec4f0355cb6eb1c2b0372e3d131cc5e6ba36635e
Signed-off-by: Amanda Huang <amanda_hwang(a)compal.corp-partner.google.com>
---
M src/mainboard/google/kahlee/variants/liara/Makefile.inc
A src/mainboard/google/kahlee/variants/liara/OemCustomize.c
2 files changed, 159 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/26/28726/2
--
To view, visit https://review.coreboot.org/28726
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Iec4f0355cb6eb1c2b0372e3d131cc5e6ba36635e
Gerrit-Change-Number: 28726
Gerrit-PatchSet: 2
Gerrit-Owner: Amanda Hwang <amanda_hwang(a)compal.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Elyes HAOUAS has posted comments on this change. ( https://review.coreboot.org/28443 )
Change subject: cpu/intel/model_206ax: detect number of MCE banks
......................................................................
Patch Set 2: Code-Review+1
IA32_MCG_CAP is common, so, do you believe that we can use it for other CPUs?
if yes, do you think that we can define IA32_MCG_CAP here: "src/cpu/intel/common/"?
--
To view, visit https://review.coreboot.org/28443
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Id05645009259fd77b4de49bde518361eeae46617
Gerrit-Change-Number: 28443
Gerrit-PatchSet: 2
Gerrit-Owner: Dan Elkouby <streetwalkermc(a)gmail.com>
Gerrit-Reviewer: Elyes HAOUAS <ehaouas(a)noos.fr>
Gerrit-Reviewer: Tristan Corrick <tristan(a)corrick.kiwi>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 24 Sep 2018 14:39:16 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/28724 )
Change subject: commonlib/region: [WIP] Add region protect API
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/#/c/28724/1/src/commonlib/include/commonlib/reg…
File src/commonlib/include/commonlib/region.h:
https://review.coreboot.org/#/c/28724/1/src/commonlib/include/commonlib/reg…
PS1, Line 96: int (*protect)(const struct region *);
function definition argument 'const struct region *' should also have an identifier name
--
To view, visit https://review.coreboot.org/28724
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I4c9376e2c2c7a4852f13c65824c6cd64a1c6ac0a
Gerrit-Change-Number: 28724
Gerrit-PatchSet: 1
Gerrit-Owner: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-CC: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 24 Sep 2018 13:13:44 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No