Michael Niewöhner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/47836 )
Change subject: mb/clevo/cml-u: Get rid of gpio.h and use C files instead ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/c/coreboot/+/47836/2//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/47836/2//COMMIT_MSG@7 PS2, Line 7: mb/clevo/cml-u: Get rid of gpio.h and use C files instead
describe that the mainboard device driver model is used now
also add a note that early gpios are moved to a separate compilation unit and describe the reasons
https://review.coreboot.org/c/coreboot/+/47836/2/src/mainboard/clevo/cml-u/r... File src/mainboard/clevo/cml-u/ramstage.c:
https://review.coreboot.org/c/coreboot/+/47836/2/src/mainboard/clevo/cml-u/r... PS2, Line 12: .init = init_mainboard,
not sure if we should used .dev_enable or . […]
oops, that was meant for CB:47835