See patch.
Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Use driver-y instead of obj-y for model_6xx_init.o. Otherwise booting (but not building) fails: Initializing CPU #0 CPU: vendor Intel device 665 CPU: family 06, model 06, stepping 05 Unknown cpu This patch was tested to fix the issue on MSI MS-6178. Signed-off-by: Uwe Hermann <[email protected]> Index: src/cpu/intel/model_6xx/Makefile.inc =================================================================== --- src/cpu/intel/model_6xx/Makefile.inc (Revision 4625) +++ src/cpu/intel/model_6xx/Makefile.inc (Arbeitskopie) @@ -18,5 +18,5 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -obj-y += model_6xx_init.o +driver-y += model_6xx_init.o
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

