Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35643 )
Change subject: util/intelp2m: add Intel Pad to Macro util ......................................................................
Patch Set 11:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35643/11/util/intelp2m/sunrise/macr... File util/intelp2m/sunrise/macro.go:
https://review.coreboot.org/c/coreboot/+/35643/11/util/intelp2m/sunrise/macr... PS11, Line 307: case rxDisable | txDisable: Uhm... does this mean if rxDisable and/or txDisable is set, the pad is NC? Did you mean rxDisable && txDisable?