HAOUAS Elyes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo ......................................................................
nb/intel/gm45: Fix typo
Change-Id: Ia0d7d5ecf376af97ee54ff3ca536160202e43f79 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/intel/gm45/raminit.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/38927/1
diff --git a/src/northbridge/intel/gm45/raminit.c b/src/northbridge/intel/gm45/raminit.c index 5b8d1d8..90dfa92 100644 --- a/src/northbridge/intel/gm45/raminit.c +++ b/src/northbridge/intel/gm45/raminit.c @@ -1293,7 +1293,7 @@ MCHBAR32(DCC_MCHBAR) &= ~DCC_INTERLEAVED; break; case CHANNEL_MODE_DUAL_ASYNC: - printk(BIOS_DEBUG, "Memory configured in dual-channel assymetric mode.\n"); + printk(BIOS_DEBUG, "Memory configured in dual-channel asymmetric mode.\n"); MCHBAR32(DCC_MCHBAR) &= ~DCC_INTERLEAVED; break; case CHANNEL_MODE_DUAL_INTERLEAVED:
Peter Lemenkov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo ......................................................................
Patch Set 1: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/38927/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38927/1//COMMIT_MSG@7 PS1, Line 7: nb/intel/gm45: Fix typo Fix typo in console message
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38927/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/38927/1//COMMIT_MSG@7 PS1, Line 7: nb/intel/gm45: Fix typo
Fix typo in console message
Done
Hello Patrick Rudolph, Peter Lemenkov, Paul Menzel, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/38927
to look at the new patch set (#2).
Change subject: nb/intel/gm45: Fix typo in console message ......................................................................
nb/intel/gm45: Fix typo in console message
Change-Id: Ia0d7d5ecf376af97ee54ff3ca536160202e43f79 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M src/northbridge/intel/gm45/raminit.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/27/38927/2
Patrick Rudolph has submitted this change. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo in console message ......................................................................
nb/intel/gm45: Fix typo in console message
Change-Id: Ia0d7d5ecf376af97ee54ff3ca536160202e43f79 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr Reviewed-on: https://review.coreboot.org/c/coreboot/+/38927 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Peter Lemenkov lemenkov@gmail.com Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M src/northbridge/intel/gm45/raminit.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Peter Lemenkov: Looks good to me, approved
diff --git a/src/northbridge/intel/gm45/raminit.c b/src/northbridge/intel/gm45/raminit.c index 5b8d1d8..90dfa92 100644 --- a/src/northbridge/intel/gm45/raminit.c +++ b/src/northbridge/intel/gm45/raminit.c @@ -1293,7 +1293,7 @@ MCHBAR32(DCC_MCHBAR) &= ~DCC_INTERLEAVED; break; case CHANNEL_MODE_DUAL_ASYNC: - printk(BIOS_DEBUG, "Memory configured in dual-channel assymetric mode.\n"); + printk(BIOS_DEBUG, "Memory configured in dual-channel asymmetric mode.\n"); MCHBAR32(DCC_MCHBAR) &= ~DCC_INTERLEAVED; break; case CHANNEL_MODE_DUAL_INTERLEAVED:
9elements QA has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38927 )
Change subject: nb/intel/gm45: Fix typo in console message ......................................................................
Patch Set 3:
Automatic boot test returned (PASS/FAIL/TOTAL): 3/0/3 Emulation targets: EMULATION_QEMU_X86_Q35 using payload TianoCore : SUCCESS : https://lava.9esec.io/r/634 EMULATION_QEMU_X86_Q35 using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/633 EMULATION_QEMU_X86_I440FX using payload SeaBIOS : SUCCESS : https://lava.9esec.io/r/632
Please note: This test is under development and might not be accurate at all!