Martin Roth has posted comments on this change. ( https://review.coreboot.org/29229 )
Change subject: soc/amd/common/pi: Correct top of DRAM reporting by AGESA
......................................................................
Patch Set 2: Code-Review+2
--
To view, visit https://review.coreboot.org/29229
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: Ie8ea4fcbfd52c46ad441890f0decaf0f55816cfd
Gerrit-Change-Number: 29229
Gerrit-PatchSet: 2
Gerrit-Owner: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Marc Jones <marc(a)marcjonesconsulting.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 23 Oct 2018 16:27:40 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/29198 )
Change subject: soc/amd/stoneyridge: Replace public magic numbers
......................................................................
Patch Set 5:
(1 comment)
https://review.coreboot.org/#/c/29198/5/src/soc/amd/stoneyridge/northbridge…
File src/soc/amd/stoneyridge/northbridge.c:
https://review.coreboot.org/#/c/29198/5/src/soc/amd/stoneyridge/northbridge…
PS5, Line 405: if (base & (MMIO_WE) | MMIO_RE)) {
trailing statements should be on next line
--
To view, visit https://review.coreboot.org/29198
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: I96ac59fd92c4a5e27c3836f77bf6633e9b0c4990
Gerrit-Change-Number: 29198
Gerrit-PatchSet: 5
Gerrit-Owner: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Richard Spiegel <richard.spiegel(a)silverbackltd.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Tue, 23 Oct 2018 15:10:10 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/29241
Change subject: mb/google/octopus: Use DIMM_INFO_PART_NUMBER_SIZE for part_num_store
......................................................................
mb/google/octopus: Use DIMM_INFO_PART_NUMBER_SIZE for part_num_store
This change uses DIMM_INFO_PART_NUMBER_SIZE to decide the size of
part_num_store that holds the number of the DRAM part. It ensures that
host advertises the supported size to read part number from the EC.
BUG=b:115697578
Change-Id: I8439a301fc037b0acdc8b1226ad04d2f363838ef
Signed-off-by: Furquan Shaikh <furquan(a)google.com>
---
M src/mainboard/google/octopus/romstage.c
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/41/29241/1
diff --git a/src/mainboard/google/octopus/romstage.c b/src/mainboard/google/octopus/romstage.c
index 9e5734b..43349a0 100644
--- a/src/mainboard/google/octopus/romstage.c
+++ b/src/mainboard/google/octopus/romstage.c
@@ -17,6 +17,7 @@
#include <boardid.h>
#include <console/console.h>
#include <ec/google/chromeec/ec.h>
+#include <memory_info.h>
#include <soc/meminit.h>
#include <soc/romstage.h>
@@ -33,7 +34,7 @@
void mainboard_save_dimm_info(void)
{
- char part_num_store[32];
+ char part_num_store[DIMM_INFO_PART_NUMBER_SIZE];
const char *part_num = NULL;
if (!IS_ENABLED(CONFIG_DRAM_PART_NUM_IN_CBI)) {
--
To view, visit https://review.coreboot.org/29241
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8439a301fc037b0acdc8b1226ad04d2f363838ef
Gerrit-Change-Number: 29241
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Ren Kuo has posted comments on this change. ( https://review.coreboot.org/29237 )
Change subject: Revert "drivers/intel/fsp2_0: Hook up IntelFSP repo"
......................................................................
Patch Set 2:
> Patch Set 2:
>
> uhm, why?
We got problem to run
cros_workon-nami start coreboot
emerge-nami coreboot
error !!!
Need to revert the CL to let the emerge-nami coreboot pass !
--
To view, visit https://review.coreboot.org/29237
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: Iadde396e5f75fa2f045026be3a0927c1e17f5f7f
Gerrit-Change-Number: 29237
Gerrit-PatchSet: 2
Gerrit-Owner: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-CC: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-CC: Ren Kuo <ren.kuo(a)quanta.corp-partner.google.com>
Gerrit-Comment-Date: Tue, 23 Oct 2018 12:38:53 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No