Keith Hui has posted comments on this change by Keith Hui. ( https://review.coreboot.org/c/coreboot/+/82754?usp=email )
Change subject: sb/intel/bd82x6x/early_usb.c: Align native current map with MRC ......................................................................
Patch Set 1:
(1 comment)
File util/autoport/bd82x6x.go:
https://review.coreboot.org/c/coreboot/+/82754/comment/d04e439f_29ec2401?usp... : PS1, Line 315: 0x20000553
8 is missing
This is intentional. #8 maps to _DEFAULT (#1) after all macros are resolved, so autoport will output 1 anyway. I allocated #8 to it as well so MRC can be fed 0x40 or 0x80 as needed based on PCH type and USBIR still gets _DEFAULT.
If I put 8 here there will be duplicate.
If one needs to use MRC for their boards, I expect them to read the comments in early_usb_mrc.c and put 8 there manually.