the following patch was just integrated into master: commit dcea700762bc97bd7fcabf2e960d47805129aeb1 Author: Damien Zammit damien@zamaudio.com Date: Wed Jul 17 23:59:40 2013 +1000
inteltool: Print raw CPUID and make hexadecimal values unambiguous
The raw CPUID is useful for matching the directories under 'src/cpu/intel' and is not easy to find out otherwise because it is most often decoded already. The decoded values are not obviously hexadecimal so prepend them with 0x to make sure they are unambiguous.
The output differences look like this: - CPU: Processor Type: 0, Family 6, Model 25, Stepping 2 + CPU: ID 0x20652, Processor Type 0x0, Family 0x6, Model 0x25, Stepping 0x2
Change-Id: Id47f0b00f8db931f0000451c8f63ac1e966442c4 Signed-off-by: Damien Zammit damien@zamaudio.com Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-on: http://review.coreboot.org/3788 Reviewed-by: Stefan Tauner stefan.tauner@gmx.at Tested-by: build bot (Jenkins)
See http://review.coreboot.org/3788 for details.
-gerrit