mturney mturney has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37795 )
Change subject: sc7180: add qclib_post_fixup to allow SoC specific code ......................................................................
Patch Set 8:
Patch Set 8:
Oh, I see where it's used now. I don't think we need to introduce a new interface that's just used in a temporary HACK patch. We should fix the underlying problem instead.
Agreed that the underlying problem needs to be addressed and it is. I added this callback as a safety-net for future issues that come up, perhaps on one board and not another. There is a similar callback ahead of running qclib so various boards can load non-standard blobs, e.g. While I can't identify a use-case now, this is future-proofing. Happy to leave or remove. Will re-visit when current bug in qclib is addressed and current need is removed.