Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19001
to look at the new patch set (#5).
Change subject: soc/intel/skylake: Add LPSS function library
......................................................................
soc/intel/skylake: Add LPSS function library
Add LPSS function library and move common register
programming under i2c and uart to lpss.c. Clean up
serialio.h and move common register and bit
definitions to intelblocks/lpss.h.
Change-Id: I881da01be8191270d9505737f68a6d2d8cd8cc69
Signed-off-by: Aamir Bohra <aamir.bohra(a)intel.com>
---
A src/soc/intel/common/block/include/intelblocks/lpss.h
A src/soc/intel/common/block/lpss/Kconfig
A src/soc/intel/common/block/lpss/Makefile.inc
A src/soc/intel/common/block/lpss/lpss.c
M src/soc/intel/skylake/Kconfig
M src/soc/intel/skylake/bootblock/i2c.c
M src/soc/intel/skylake/bootblock/uart.c
M src/soc/intel/skylake/include/soc/serialio.h
8 files changed, 99 insertions(+), 30 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/19001/5
--
To view, visit https://review.coreboot.org/19001
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I881da01be8191270d9505737f68a6d2d8cd8cc69
Gerrit-PatchSet: 5
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aamir Bohra <aamir.bohra(a)intel.com>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Balaji Manigandan <balaji.manigandan(a)intel.com>
Gerrit-Reviewer: Barnali Sarkar <barnali.sarkar(a)intel.com>
Gerrit-Reviewer: Hannah Williams <hannah.williams(a)intel.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: Rizwan Qureshi <rizwan.qureshi(a)intel.com>
Gerrit-Reviewer: Subrata Banik <subrata.banik(a)intel.com>
Gerrit-Reviewer: build bot (Jenkins)
Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/18305 )
Change subject: [UNTESTED]nb/i945/raminit: Use common ddr2 decode functions
......................................................................
Patch Set 28:
(2 comments)
> (2 comments)
>
> Please, why don't you use SPD-Byte 12 for Refresh Rate?
That byte gets decoded into tRR.
https://review.coreboot.org/#/c/18305/28/src/northbridge/intel/i945/raminit…
File src/northbridge/intel/i945/raminit.c:
PS28, Line 454: 2
> sorry, why is there an offset of 1 ?
That is how ranks gets decoded.
PS28, Line 564: sysinfo->refresh = 0;
: if (max_tRR == 15625 * 256 / 2) {
: sysinfo->refresh = 1;
> why don't you use SPD Byte 12: Refresh Rate?
I should make a constant for this to make it more clear.
that byte is being used here indirectly (decoded).
--
To view, visit https://review.coreboot.org/18305
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I97c93939d11807752797785dd88c70b43a236ee3
Gerrit-PatchSet: 28
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: HAOUAS Elyes <ehaouas(a)noos.fr>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-Reviewer: coreboot org <coreboot.org(a)gmail.com>
Gerrit-HasComments: Yes
Hello Aaron Durbin, Paul Menzel, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/18903
to look at the new patch set (#10).
Change subject: nb/intel: Deduplicate vbt header
......................................................................
nb/intel: Deduplicate vbt header
Move header and delete duplicates.
Change-Id: I0e1f5d9082626062f95afe718f6ec62a68f0d828
Signed-off-by: Patrick Rudolph <siro(a)das-labor.org>
---
M src/drivers/intel/gma/intel_bios.h
R src/drivers/intel/gma/opregion.h
M src/drivers/intel/gma/vbt.c
M src/northbridge/intel/fsp_sandybridge/acpi.c
D src/northbridge/intel/fsp_sandybridge/gma.h
M src/northbridge/intel/fsp_sandybridge/northbridge.h
M src/northbridge/intel/haswell/acpi.c
D src/northbridge/intel/haswell/gma.h
M src/northbridge/intel/haswell/haswell.h
D src/northbridge/intel/nehalem/gma.h
M src/northbridge/intel/nehalem/nehalem.h
M src/northbridge/intel/sandybridge/gma.c
M src/northbridge/intel/sandybridge/gma.h
M src/northbridge/intel/sandybridge/sandybridge.h
M src/soc/intel/common/opregion.c
M src/soc/intel/common/opregion.h
16 files changed, 10 insertions(+), 606 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/18903/10
--
To view, visit https://review.coreboot.org/18903
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0e1f5d9082626062f95afe718f6ec62a68f0d828
Gerrit-PatchSet: 10
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Aaron Durbin <adurbin(a)chromium.org>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins)
Gerrit-Reviewer: coreboot org <coreboot.org(a)gmail.com>
Gerrit-Reviewer: lava.coreboot.org <lavacoreboot(a)gmail.com>