Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33917
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings
These tables may be used to adjust memory timing settings.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I782f76119c5ce9a3cc4bc07596d27dd42b615b6d --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/33917/1
diff --git a/src/mainboard/asus/am1i-a/buildOpts.c b/src/mainboard/asus/am1i-a/buildOpts.c index dfd27cd..643b306 100644 --- a/src/mainboard/asus/am1i-a/buildOpts.c +++ b/src/mainboard/asus/am1i-a/buildOpts.c @@ -42,6 +42,9 @@ #include <vendorcode/amd/agesa/f16kb/Proc/Common/CreateStruct.h> #include <vendorcode/amd/agesa/f16kb/Proc/CPU/cpuEarlyInit.h> #include <vendorcode/amd/agesa/f16kb/Proc/CPU/cpuLateInit.h> +/* These tables are optional and may be used to adjust memory timing settings */ +#include <vendorcode/amd/agesa/f16kb/Proc/Mem/mm.h> +#include <vendorcode/amd/agesa/f16kb/Proc/Mem/mn.h>
/* Select the CPU family. */ #define INSTALL_FAMILY_16_MODEL_0x_SUPPORT TRUE
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 1:
am1i-a/buildOpts.c patch series [5/8] : 1st = CB:33913 , 2nd = CB:33914 , 3rd = CB:33915 , 4th = CB:33916 ; 5th = CB:33917 <-- you are here ; 6th = CB:33918 , 7th = CB:33919 , 8th = CB:33920
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 1:
I'm not using them yet, but they might become useful soon...
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33917
to look at the new patch set (#6).
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings
These tables may be used to adjust memory timing settings.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I782f76119c5ce9a3cc4bc07596d27dd42b615b6d --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/33917/6
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 6:
Same SHA256 when built with "make BUILD_TIMELESS=1" - probably because I didn't use anything from these includes yet.
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 6:
Patch Set 6:
Same SHA256 when built with "make BUILD_TIMELESS=1" - probably because I didn't use anything from these includes yet.
Maybe include them in the patch that uses them?
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33917
to look at the new patch set (#8).
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings
These tables may be used to adjust memory timing settings. Tested with BUILD_TIMELESS=1, hashes do not change.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: I782f76119c5ce9a3cc4bc07596d27dd42b615b6d --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/33917/8
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 8:
Patch Set 6:
Patch Set 6:
Same SHA256 when built with "make BUILD_TIMELESS=1" - probably because I didn't use anything from these includes yet.
Maybe include them in the patch that uses them?
Would be nice to have these includes already in place, also considering that the other boards like G505S have them.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Patch Set 8:
why? are those included used?
Mike Banon has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/33917 )
Change subject: mb/asus/am1i-a/buildOpts.c: add includes for adjusting RAM timings ......................................................................
Abandoned
Working setup for the memory timings: see CB:40489 and other AMD_XMP.