See patch.
Uwe. -- http://www.hermann-uwe.de | http://www.randomprojects.org http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Similar to r4626, change obj-y to driver-y for VIA C3 and C7. Otherwise the following happens at runtime (tested on VIA pc2500e, C7): Initializing CPU #0 CPU: vendor Centaur device 6a9 CPU: family 06, model 0a, stepping 09 Unknown cpu We also change C3 as it is pretty clear that the same problem occurs there. Signed-off-by: Uwe Hermann <[email protected]> Index: src/cpu/via/model_c3/Makefile.inc =================================================================== --- src/cpu/via/model_c3/Makefile.inc (Revision 4780) +++ src/cpu/via/model_c3/Makefile.inc (Arbeitskopie) @@ -8,4 +8,4 @@ subdirs-y += ../../x86/smm subdirs-y += ../../intel/microcode -obj-y += model_c3_init.o +driver-y += model_c3_init.o Index: src/cpu/via/model_c7/Makefile.inc =================================================================== --- src/cpu/via/model_c7/Makefile.inc (Revision 4780) +++ src/cpu/via/model_c7/Makefile.inc (Arbeitskopie) @@ -8,4 +8,4 @@ subdirs-y += ../../x86/smm subdirs-y += ../../intel/microcode -obj-y += model_c7_init.o +driver-y += model_c7_init.o
-- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

