Those who will test EPIA-M systems - please add this string to cpu_table[] in file src/cpu/via/model_centaur/model_centaur_init.c
{ X86_VENDOR_CENTAUR, 0x0695 }, // VIA C3 Nehemiah
This will resolve problem with "Unknown CPU" and apparently will let you boot.
I had the same problem yesterday, but LinuxBios said:
Initializing CPU #0 CPU: vendor Centaur device 693 Unknown cpu
so I added a line with
{ X86_VENDOR_CENTAUR, 0x0693 }, // VIA C3 Nehemiah
to that file.
Anton Borisov schrieb:
Those who will test EPIA-M systems - please add this string to cpu_table[] in file src/cpu/via/model_centaur/model_centaur_init.c
{ X86_VENDOR_CENTAUR, 0x0695 }, // VIA C3 Nehemiah
This will resolve problem with "Unknown CPU" and apparently will let you boot.