Attention is currently required from: Angel Pons, Patrick Rudolph.
Hello Patrick Rudolph, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/81878?usp=email
to look at the new patch set (#3).
The following approvals got outdated and were removed: Code-Review+2 by Patrick Rudolph, Verified+1 by build bot (Jenkins)
The change is no longer submittable: Code-Review and Verified are unsatisfied now.
Change subject: sb/intel/bd82x6x: Make space for USB port config in devicetree ......................................................................
sb/intel/bd82x6x: Make space for USB port config in devicetree
This is the first step to:
- Move USB port configs, which are static, from C code to devicetree; - Unify USB port configs between MRC and native code path.
For USB current strength/trace length settings, define one set of enums that accounts for all combinations currently seen in tree for boards using MRC raminit, and set up mapping in native code path for these enums. MRC code path counterparts will follow separately.
This structure will otherwise match the one in C code used by native code path.
Change-Id: I59af466d41790e2163342cac8676457ac19371ea Signed-off-by: Keith Hui buurin@gmail.com --- M src/southbridge/intel/bd82x6x/chip.h M src/southbridge/intel/bd82x6x/early_usb.c 2 files changed, 14 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/78/81878/3