coreboot-kgpe-d16/util/inteltool
Damien Zammit dcea700762 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)
2013-07-23 12:06:24 +02:00
..
Makefile inteltool: Allow to override Makefile variables 2013-04-01 22:40:45 +02:00
amb.c inteltool: Use portable type `uint64_t` instead of `u64` 2013-04-14 23:00:35 +02:00
cpu.c util/inteltool: Add support for mobile 5 chipset 2013-05-27 02:53:49 +02:00
gpio.c util/inteltool: Add support for other 5 chipsets 2013-06-13 11:31:41 +02:00
inteltool.8 Cosmetics, whitespace, coding style, partially ident-aided (trivial). 2008-05-14 21:20:55 +00:00
inteltool.c inteltool: Print raw CPUID and make hexadecimal values unambiguous 2013-07-23 12:06:24 +02:00
inteltool.h inteltool: add initial support for Nehalem 2013-06-23 23:36:03 +02:00
memory.c inteltool: add initial support for Nehalem 2013-06-23 23:36:03 +02:00
pcie.c inteltool: add initial support for Nehalem 2013-06-23 23:36:03 +02:00
powermgt.c util/inteltool: Add support for other 5 chipsets 2013-06-13 11:31:41 +02:00
rootcmplx.c util/inteltool: Add support for other 5 chipsets 2013-06-13 11:31:41 +02:00