Mike Banon has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33916
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA ......................................................................
src/mainboard/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA
Seems this guard has been accidentally removed during the creation of this file.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ie73c4d6cb557820ae7427fef15ca8110722c5b68 --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/33916/1
diff --git a/src/mainboard/asus/am1i-a/buildOpts.c b/src/mainboard/asus/am1i-a/buildOpts.c index 2a1f13d..dfd27cd 100644 --- a/src/mainboard/asus/am1i-a/buildOpts.c +++ b/src/mainboard/asus/am1i-a/buildOpts.c @@ -176,9 +176,11 @@ #define BLDCFG_VRM_NB_MAXIMUM_CURRENT_LIMIT 17000 #define BLDCFG_VRM_NB_SVI_OCP_LEVEL BLDCFG_VRM_NB_MAXIMUM_CURRENT_LIMIT
+#if CONFIG(GFXUMA) #define BLDCFG_UMA_ALIGNMENT UMA_4MB_ALIGNED #define BLDCFG_UMA_ALLOCATION_MODE UMA_AUTO #define OPTION_GFX_INIT_SVIEW FALSE +#endif
#define BLDCFG_PCIE_TRAINING_ALGORITHM PcieTrainingDistributed
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: src/mainboard/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA ......................................................................
Patch Set 1:
am1i-a/buildOpts.c patch series [4/8] : 1st = CB:33913 , 2nd = CB:33914 , 3rd = CB:33915 ; 4th = CB:33916 <-- you are here ; 5th = CB:33917 , 6th = CB:33918 , 7th = CB:33919 , 8th = CB:33920
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33916
to look at the new patch set (#6).
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA ......................................................................
mb/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA
Seems this guard has been accidentally removed during the creation of this file.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ie73c4d6cb557820ae7427fef15ca8110722c5b68 --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/33916/6
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA ......................................................................
Patch Set 6:
Same SHA256 when built with "make BUILD_TIMELESS=1"
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options by CONFIG_GFXUMA ......................................................................
Patch Set 6: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG@7 PS6, Line 7: by with
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG@9 PS6, Line 9: Seems this guard has been accidentally removed during the creation of this file. So as to be below the 72-character limit, how about:
Looks like the guard was dropped by mistake.
Hello build bot (Jenkins), Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33916
to look at the new patch set (#8).
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA ......................................................................
mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA
Looks like the guard was dropped by mistake.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ie73c4d6cb557820ae7427fef15ca8110722c5b68 --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/16/33916/8
Mike Banon has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA ......................................................................
Patch Set 8:
(2 comments)
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG@7 PS6, Line 7: by
with
Done.
https://review.coreboot.org/c/coreboot/+/33916/6//COMMIT_MSG@9 PS6, Line 9: Seems this guard has been accidentally removed during the creation of this file.
So as to be below the 72-character limit, how about: […]
Done.
Michał Żygowski has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA ......................................................................
Patch Set 9: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/33916 )
Change subject: mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA ......................................................................
mb/asus/am1i-a/buildOpts.c: guard UMA-related options with CONFIG_GFXUMA
Looks like the guard was dropped by mistake.
Signed-off-by: Mike Banon mikebdp2@gmail.com Change-Id: Ie73c4d6cb557820ae7427fef15ca8110722c5b68 Reviewed-on: https://review.coreboot.org/c/coreboot/+/33916 Reviewed-by: Michał Żygowski michal.zygowski@3mdeb.com Reviewed-by: Angel Pons th3fanbus@gmail.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/asus/am1i-a/buildOpts.c 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Angel Pons: Looks good to me, but someone else must approve Michał Żygowski: Looks good to me, approved
diff --git a/src/mainboard/asus/am1i-a/buildOpts.c b/src/mainboard/asus/am1i-a/buildOpts.c index 40950f6..71b1815f 100644 --- a/src/mainboard/asus/am1i-a/buildOpts.c +++ b/src/mainboard/asus/am1i-a/buildOpts.c @@ -165,9 +165,11 @@ #define BLDCFG_VRM_NB_MAXIMUM_CURRENT_LIMIT 17000 #define BLDCFG_VRM_NB_SVI_OCP_LEVEL BLDCFG_VRM_NB_MAXIMUM_CURRENT_LIMIT
+#if CONFIG(GFXUMA) #define BLDCFG_UMA_ALIGNMENT UMA_4MB_ALIGNED #define BLDCFG_UMA_ALLOCATION_MODE UMA_AUTO #define OPTION_GFX_INIT_SVIEW FALSE +#endif
#define BLDCFG_PCIE_TRAINING_ALGORITHM PcieTrainingDistributed