fix DDR_MASK in load-dependent clock limiting for socket 939 in k8 raminit
Change-Id: Ibdce9712f5019863b1cd61b68da11d7c46c6b6f8 Signed-off-by: Florian Zumbiehl <florz@florz.de> Reviewed-on: http://review.coreboot.org/376 Tested-by: build bot (Jenkins) Reviewed-by: Rudolf Marek <r.marek@assembler.cz>
This commit is contained in:
		
				
					committed by
					
						 Rudolf Marek
						Rudolf Marek
					
				
			
			
				
	
			
			
			
						parent
						
							ba9b09b89a
						
					
				
				
					commit
					6f7b1589fa
				
			| @@ -1399,7 +1399,7 @@ static unsigned int spd_dimm_loading_socket939(const struct mem_controller *ctrl | |||||||
| #define DDR333 (NBCAP_MEMCLK_166MHZ + 1) | #define DDR333 (NBCAP_MEMCLK_166MHZ + 1) | ||||||
| #define DDR400 (NBCAP_MEMCLK_200MHZ + 1) | #define DDR400 (NBCAP_MEMCLK_200MHZ + 1) | ||||||
| #define DDR_2T 0x80 | #define DDR_2T 0x80 | ||||||
| #define DDR_MASK 0x3 | #define DDR_MASK 0x7 | ||||||
|  |  | ||||||
| #define DDR200_2T (DDR_2T | DDR200) | #define DDR200_2T (DDR_2T | DDR200) | ||||||
| #define DDR333_2T (DDR_2T | DDR333) | #define DDR333_2T (DDR_2T | DDR333) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user