Hello coreboot developers:
Looks that coreboot development has been very active lately integrating FSP, adding new platforms and getting ready for the 4.9 release. And also I can see new payloads "WOW" (like LinuxBoot, Yabits)... what a revolution of features and code.
I am using coreboot "master" from yesterday and using CoffeeLake RVP tree on my CoffeeLake H (non RVP) system and reconfiguring . I am in the process of testing the functionality of coreboot on my devices and I know I need to wait for the release.
I am trying to figure out how is going to be the way of enabling SATA and LAN (and other devices) on the platforms with renewed code. 1.- In "device pci" list of devicetree.cb file (that previously had issues). 2.- As register in devicetree.cb (EnableLan and EnableSata no longer works). 3.- Kconfig or somewere else.
I am trying several ways to enable LAN and SATA in the "user domain" code but failed. Unless I still have something not configured correctly I would like to know the right way of enable those devices.
Thank you all, Jose.