ollie lho <[EMAIL PROTECTED]> writes: > Something OT, we have southbridge_fixup and mainboard_fixup as general > purpose hooks for HW specific code. Why is there no northbridge_fixup > at all ??
Two reasons I guess. 1) As much as possible we want an archtecture that encourages generic/reusable code. And the fixup functions don't inherently do that. 2) No one has needed one, so it hasn't been implemented. Eric
