Hello Patrick Rudolph, Paul Menzel, build bot (Jenkins), Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/21113
to look at the new patch set (#4).
Change subject: sb/intel/common/spi.c: Port to i82801gx
......................................................................
sb/intel/common/spi.c: Port to i82801gx
Offsets are a little different.
TESTED on Thinkpad X60
Change-Id: I39199f3279a8b76e290b6693adc50dc2ac0ccf23
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/x4x/Kconfig
M src/southbridge/intel/common/spi.c
M src/southbridge/intel/i82801gx/Kconfig
M src/southbridge/intel/i82801gx/Makefile.inc
4 files changed, 43 insertions(+), 21 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/21113/4
--
To view, visit https://review.coreboot.org/21113
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I39199f3279a8b76e290b6693adc50dc2ac0ccf23
Gerrit-Change-Number: 21113
Gerrit-PatchSet: 4
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-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
John E. Kabat Jr. has uploaded a new patch set (#7) to the change originally created by John E. Kabat. ( https://review.coreboot.org/21036 )
Change subject: amd/padmelon: Enable DRAM
......................................................................
amd/padmelon: Enable DRAM
Use the normal SPD read callout function. Remove the
board-specific function for SPD.
Remove the board_id check for the AmdInitPost DDR configuration.
Change to a single DIMM per channel and update the devicetree
accordingly.
Change-Id: I3f0cf3c24a9d0311432f9224b45296ef5167ed91
Signed-off-by: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Signed-off-by: John Kabat <john.kabat(a)scarletltd.com>
---
M src/mainboard/amd/padmelon/BiosCallOuts.c
M src/mainboard/amd/padmelon/OemCustomize.c
M src/mainboard/amd/padmelon/devicetree.cb
3 files changed, 6 insertions(+), 47 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/36/21036/7
--
To view, visit https://review.coreboot.org/21036
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I3f0cf3c24a9d0311432f9224b45296ef5167ed91
Gerrit-Change-Number: 21036
Gerrit-PatchSet: 7
Gerrit-Owner: John E. Kabat <sljkrr(a)gmail.com>
Gerrit-Reviewer: John E. Kabat Jr. <john.kabat(a)scarletltd.com>
Gerrit-Reviewer: Marshall Dawson <marshalldawson3rd(a)gmail.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Subrata Banik has uploaded a new patch set (#2). ( https://review.coreboot.org/21150 )
Change subject: soc/intel/skylake: Usable dram top calculation based on HW registers
......................................................................
soc/intel/skylake: Usable dram top calculation based on HW registers
This patch ensures that entire system memory calculation is done
based on host bridge registers.
BRANCH=none
BUG=b:63974384
TEST=Build and boot eve and poppy successfully with below configurations
1. Booting to OS with no UPD change
2. Enable ProbelessTrace UPD and boot to OS.
3. Enable PRMRR with size 1MB and boot to OS.
4. Enable PRMRR with size 32MB and boot to OS.
5. Enable PRMRR with size 2MB and unable to boot to OS due to
unsupported PRMRR size.
Change-Id: I9966cc4f2caa70b9880056193d5a5631493c3f3d
Signed-off-by: Subrata Banik <subrata.banik(a)intel.com>
---
M src/soc/intel/skylake/include/soc/iomap.h
M src/soc/intel/skylake/memmap.c
2 files changed, 89 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/50/21150/2
--
To view, visit https://review.coreboot.org/21150
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I9966cc4f2caa70b9880056193d5a5631493c3f3d
Gerrit-Change-Number: 21150
Gerrit-PatchSet: 2
Gerrit-Owner: Subrata Banik <subrata.banik(a)intel.com>