Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/21458
Change subject: vboot: Use "Google_" as VBOOT_FWID_MODEL prefix if CHROMEOS is set
......................................................................
vboot: Use "Google_" as VBOOT_FWID_MODEL prefix if CHROMEOS is set
BUG=b:65493192
Change-Id: I0a2280bfd6d535586bc14d9a3c4a8198287f08bc
Signed-off-by: Furquan Shaikh <furquan(a)chromium.org>
---
M src/vboot/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/58/21458/1
diff --git a/src/vboot/Kconfig b/src/vboot/Kconfig
index c4b4687..8c8dffe 100644
--- a/src/vboot/Kconfig
+++ b/src/vboot/Kconfig
@@ -199,6 +199,7 @@
config VBOOT_FWID_MODEL
string "Firmware ID model"
+ default "Google_$(CONFIG_MAINBOARD_PART_NUMBER)" if CHROMEOS
default "$(CONFIG_MAINBOARD_VENDOR)_$(CONFIG_MAINBOARD_PART_NUMBER)"
help
This is the first part of the FWID written to various regions of a
--
To view, visit https://review.coreboot.org/21458
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I0a2280bfd6d535586bc14d9a3c4a8198287f08bc
Gerrit-Change-Number: 21458
Gerrit-PatchSet: 1
Gerrit-Owner: Furquan Shaikh <furquan(a)google.com>
Hello Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/21457
to look at the new patch set (#2).
Change subject: device/dram/ddr2: Fix decoding tRR
......................................................................
device/dram/ddr2: Fix decoding tRR
Bit 7 is set on all options.
Change-Id: I6a698ec9c15a2611a34c5965edf93638553775f0
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/device/dram/ddr2.c
1 file changed, 9 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/21457/2
--
To view, visit https://review.coreboot.org/21457
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I6a698ec9c15a2611a34c5965edf93638553775f0
Gerrit-Change-Number: 21457
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/21457 )
Change subject: device/dram/ddr2: Fix decoding tRR
......................................................................
Patch Set 1:
> (4 comments)
>
> Have you checked any actual SPD value?
I have dimms with reduced refresh rate (7.8us)
--
To view, visit https://review.coreboot.org/21457
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6a698ec9c15a2611a34c5965edf93638553775f0
Gerrit-Change-Number: 21457
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Comment-Date: Fri, 08 Sep 2017 22:14:01 +0000
Gerrit-HasComments: No