Paweł Stawicki wrote: > > I was able run my VIA c3 processor :-) > > changing the line: > chip cpu/intel/socket_PGA370 # CPU > to: > chip cpu/via/model_c3 > > in Config.lb > > but how to turn on intel processors AND via C3 processors ? Instead of the above, you should add the VIA cpu to the PGA370 socket.
right now the Config.lb of that socket looks like this: config chip.h object socket_PGA370.o dir /cpu/intel/model_6xx You should add another line there: dir /cpu/via/model_c3 This will enable CPU support code for all model 6xx intel CPUs as well as VIA C3 CPUs As a side discussion to all developers: We could move the sockets from intel/ and amd/ to src/cpu/sockets or some such for those few CPUs that have a cross vendor compatible socket (right now I think only some old VIA CPUs have that...) Not sure if it's worth the effort. Flames? Ideas? Stefan -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

