mb/lenovo/*/romstage: No need to specify board's model in comments
This is a cosmetic one. It just removes some board names from comments since these functions sometimes are very similar, so no need to add extra difference between them. Change-Id: I26b9296b402d98bcf048580da51da7bbb0c237e4 Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/29180 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
		
				
					committed by
					
						
						Patrick Georgi
					
				
			
			
				
	
			
			
			
						parent
						
							9df62b04ff
						
					
				
				
					commit
					6dc7748551
				
			@@ -63,7 +63,7 @@ static void hybrid_graphics_init(void)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void pch_enable_lpc(void)
 | 
					void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* T520 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -55,7 +55,7 @@ static void hybrid_graphics_init(void)
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void pch_enable_lpc(void)
 | 
					void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* X230 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void pch_enable_lpc(void)
 | 
					void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* X230 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -45,7 +45,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
static void pch_enable_lpc(void)
 | 
					static void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* X201 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN |
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN |
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -36,7 +36,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void pch_enable_lpc(void)
 | 
					void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* X230 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -34,7 +34,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
void pch_enable_lpc(void)
 | 
					void pch_enable_lpc(void)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	/* X230 EC Decode Range Port60/64, Port62/66 */
 | 
						/* EC Decode Range Port60/64, Port62/66 */
 | 
				
			||||||
	/* Enable EC, PS/2 Keyboard/Mouse */
 | 
						/* Enable EC, PS/2 Keyboard/Mouse */
 | 
				
			||||||
	pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
						pci_write_config16(PCH_LPC_DEV, LPC_EN,
 | 
				
			||||||
			   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
								   CNF2_LPC_EN | CNF1_LPC_EN | MC_LPC_EN | KBC_LPC_EN);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user