Maxim Polyakov has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorrent GPO macro ......................................................................
util/intelp2m/snr: Remove incorrent GPO macro
GPIO Driver mode is used for configuration interrupt routing for external devices through GPI. But there is no point in configuring this for GPO and according to the changes in the project [1], this patch removes the code to generate PAD_CFG_GPO_GPIO_DRIVER macro.
[1] Change-Id: I74c318897647836f4604a937543254f44b470433
Change-Id: Ibe7b787d455b638e70e54fb8b048c8aad8283037 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/intelp2m/platforms/snr/macro.go 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/44472/1
diff --git a/util/intelp2m/platforms/snr/macro.go b/util/intelp2m/platforms/snr/macro.go index 86cc7b7..3340ec0 100644 --- a/util/intelp2m/platforms/snr/macro.go +++ b/util/intelp2m/platforms/snr/macro.go @@ -213,11 +213,6 @@ dw0.CntrMaskFieldsClear(common.RxLevelEdgeConfigurationMask) } macro.Set("PAD_CFG") - if macro.IsOwnershipDriver() { - // PAD_CFG_GPO_GPIO_DRIVER(pad, val, rst, pull) - macro.Add("_GPO_GPIO_DRIVER").Add("(").Id().Val().Rstsrc().Pull().Add("),") - return - } if term != 0 { // e.g. PAD_CFG_TERM_GPO(GPP_B23, 1, DN_20K, DEEP), macro.Add("_TERM")
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorrent GPO macro ......................................................................
Patch Set 2:
(3 comments)
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@7 PS2, Line 7: incorrent incorrect
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@9 PS2, Line 9: Driver driver?
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@11 PS2, Line 11: the changes in the project [1] It’d be great if you added the hash too.
… according to commit … (…), …
Hello build bot (Jenkins), Paul Menzel, Angel Pons,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/44472
to look at the new patch set (#3).
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
util/intelp2m/snr: Remove incorreсt GPO macro
GPIO driver mode is used for configuration interrupt routing for external devices through GPI. But there is no point in configuring this for GPO and according to the commit 7ccf31a0 [1], this patch removes the code to generate PAD_CFG_GPO_GPIO_DRIVER macro.
[1] https://review.coreboot.org/c/coreboot/+/44471
Change-Id: Ibe7b787d455b638e70e54fb8b048c8aad8283037 Signed-off-by: Maxim Polyakov max.senia.poliak@gmail.com --- M util/intelp2m/platforms/snr/macro.go 1 file changed, 0 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/72/44472/3
Maxim Polyakov has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 3:
(3 comments)
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@7 PS2, Line 7: incorrent
incorrect
Done
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@9 PS2, Line 9: Driver
driver?
Done
https://review.coreboot.org/c/coreboot/+/44472/2//COMMIT_MSG@11 PS2, Line 11: the changes in the project [1]
It’d be great if you added the hash too. […]
Done
Mario Scheithauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 3: Code-Review+1
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 3:
well, not sure about this and GPIO driver mode at all; see https://review.coreboot.org/c/coreboot/+/44471/2//COMMIT_MSG#11
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 3: Code-Review+1
Matt DeVillier has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 4: Code-Review+2
Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Patch Set 4:
(1 comment)
see CB:44471
https://review.coreboot.org/c/coreboot/+/44472/4//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/44472/4//COMMIT_MSG@9 PS4, Line 9: GPIO driver mode is used for configuration interrupt routing for : external devices through GPI. But there is no point in configuring : this for GPO see CB:44471
Maxim Polyakov has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/44472 )
Change subject: util/intelp2m/snr: Remove incorreсt GPO macro ......................................................................
Abandoned