Hi folks,
after several hours of trial & error I finally realized why the quadcore CPU in my T500 does not get recognized: No matter what you set for MAX_CPUS in .config, it gets overwritten during the build with a value coming from
src/mainboard/lenovo/t400
where the following is defined:
config MAX_CPUS
int
default 2
Well, at least for me default means that it's a default, not that it overwrites the actual config. Is this behavior really intended?
Cheers, Daniel