Alexander Couzens 
							
						 
					 
					
						
						
							
						
						c768f9231b 
					 
					
						
						
							
							utils/msrtool: add westmere cpuids to nehalem  
						
						... 
						
						
						
						Westmere's are nehalem's in 32nm
Change-Id: I529194d50dbe3f585faee14961542433ea96ab75
Signed-off-by: Alexander Couzens <lynxis@fe80.eu >
Reviewed-on: http://review.coreboot.org/8293 
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com >
Reviewed-by: Peter Stuge <peter@stuge.se > 
						
						
					 
					
						2015-02-11 02:51:16 +01:00 
						 
				 
			
				
					
						
							
							
								Olivier Langlois 
							
						 
					 
					
						
						
							
						
						ccc7d1f229 
					 
					
						
						
							
							Intel Atom cpu support to msrtool  
						
						... 
						
						
						
						Added support for Intel Atom cpu to msrtool
Fixed a cut&paste error in nehalem msr bits definition
It has been tested with a N455 cpu and msrtool output can be review at:
http://www.trillion01.com/coreboot/msrtool_atom.txt 
Change-Id: I0ecf455b559185e2d16fa1a655bf021efc2ef537
Signed-off-by: Olivier Langlois <olivier@olivierlanglois.net >
Reviewed-on: http://review.coreboot.org/3351 
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org > 
						
						
					 
					
						2013-06-06 21:02:09 +02:00 
						 
				 
			
				
					
						
							
							
								Paul Menzel 
							
						 
					 
					
						
						
							
						
						a46a712610 
					 
					
						
						
							
							GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«  
						
						... 
						
						
						
						In the file `COPYING` in the coreboot repository and upstream [1]
just one space is used.
The following command was used to convert all files.
    $ git grep -l 'MA  02' | xargs sed -i 's/MA  02/MA 02/'
[1] http://www.gnu.org/licenses/gpl-2.0.txt 
Change-Id: Ic956dab2820a9e2ccb7841cab66966ba168f305f
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net >
Reviewed-on: http://review.coreboot.org/2490 
Tested-by: build bot (Jenkins)
Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com > 
						
						
					 
					
						2013-03-01 10:16:08 +01:00 
						 
				 
			
				
					
						
							
							
								Anton Kochkov 
							
						 
					 
					
						
						
							
						
						59b36f1026 
					 
					
						
						
							
							msrtool: Factor out cpuid() from target probe functions into main()  
						
						... 
						
						
						
						Almost all probe functions called cpuid(). Those calls are replaced
by a single cpuid() call in main() and a new parameter to the target
probe functions with the cpuid() result.
The vendor_t and struct cpuid_t definitions are moved closer to the
top of msrtool.h and the vendor_t enum is reformatted to simplify
addition of further values.
Change-Id: Icd615636207499cfa46b8b99bf819ef8ca2d97c0
Signed-off-by: Anton Kochkov <anton.kochkov@gmail.com >
Signed-off-by: Peter Stuge <peter@stuge.se >
Reviewed-on: http://review.coreboot.org/1259 
Tested-by: build bot (Jenkins) 
						
						
					 
					
						2012-07-21 17:35:46 +02:00 
						 
				 
			
				
					
						
							
							
								Anton Kochkov 
							
						 
					 
					
						
						
							
						
						54c07a675b 
					 
					
						
						
							
							msrtool: Add Intel Nehalem CPUs support  
						
						... 
						
						
						
						Added Intel processors based on Nehalem
architecture support, with decoding MSRs.
Change-Id: I576d5eac2542c0b62852bf05e42bc98b134c7eae
Signed-off-by: Anton Kochkov <anton.kochkov@gmail.com >
Reviewed-on: http://review.coreboot.org/1170 
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org > 
						
						
					 
					
						2012-07-10 00:57:35 +02:00