Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22915
Change subject: crossgcc/patches: Update nds32 patch for patch 2.6
......................................................................
crossgcc/patches: Update nds32 patch for patch 2.6
Patch version 2.7 introduced the rename feature. Unfortunately, the
old versions of patch, while not behaving as expected, also don't give
any indication that the patch failed.
This update removes the rename, instead deleting the old file and adding
the new file. This works correctly on either version of patch.
BUG=chromium:762283
TEST=Apply old and new patches, verify the results are the same. Apply
with Patch v2.6 and verify that GCC can build.
Change-Id: Ia807fe470213c9235b9dc87b1b850ff7de066cb2
Signed-off-by: Martin Roth <martinroth(a)google.com>
---
M util/crossgcc/patches/gcc-6.3.0_nds32_ite.patch
1 file changed, 18,195 insertions(+), 18,805 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/22915/1
--
To view, visit https://review.coreboot.org/22915
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia807fe470213c9235b9dc87b1b850ff7de066cb2
Gerrit-Change-Number: 22915
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth(a)google.com>
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/22914
to look at the new patch set (#2).
Change subject: nb/intel/x4x/raminit: Fix programming dual channel registers
......................................................................
nb/intel/x4x/raminit: Fix programming dual channel registers
Some things in programming registers related to dual channel
interleaved operation were wrong.
This also adds some code that could in the future be used when me is
active and claims some memory for its UMA.
This also uses some more sensible variable names to clarify at least
some of the magic.
This fixes memtest86+ failing with some assymetric DIMM configuration.
TESTED on DG43GT: memtest86+ now succeeds on many more different DIMM
configuration setups (would instantly fail at addresses above 4G on
many configurations).
Change-Id: If84099d27100e57437bf214dc4cf975f67c2ea1f
Signed-off-by: Arthur Heymans <arthur(a)aheymans.xyz>
---
M src/northbridge/intel/x4x/raminit_ddr2.c
1 file changed, 51 insertions(+), 27 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/22914/2
--
To view, visit https://review.coreboot.org/22914
To unsubscribe, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If84099d27100e57437bf214dc4cf975f67c2ea1f
Gerrit-Change-Number: 22914
Gerrit-PatchSet: 2
Gerrit-Owner: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>