x86: Move coreboot over to use the coreboot UART
Use this UART to improve the compatibility of U-Boot when used as a coreboot payload. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
This commit is contained in:
		
							parent
							
								
									44482e8a2a
								
							
						
					
					
						commit
						b7c1e67a70
					
				|  | @ -8,7 +8,6 @@ | ||||||
| /dts-v1/; | /dts-v1/; | ||||||
| 
 | 
 | ||||||
| /include/ "skeleton.dtsi" | /include/ "skeleton.dtsi" | ||||||
| /include/ "serial.dtsi" |  | ||||||
| /include/ "keyboard.dtsi" | /include/ "keyboard.dtsi" | ||||||
| /include/ "pcspkr.dtsi" | /include/ "pcspkr.dtsi" | ||||||
| /include/ "reset.dtsi" | /include/ "reset.dtsi" | ||||||
|  | @ -40,6 +39,11 @@ | ||||||
| 		u-boot,dm-pre-reloc; | 		u-boot,dm-pre-reloc; | ||||||
| 	}; | 	}; | ||||||
| 
 | 
 | ||||||
|  | 	serial: serial { | ||||||
|  | 		u-boot,dm-pre-reloc; | ||||||
|  | 		compatible = "coreboot-serial"; | ||||||
|  | 	}; | ||||||
|  | 
 | ||||||
| 	coreboot-fb { | 	coreboot-fb { | ||||||
| 		compatible = "coreboot-fb"; | 		compatible = "coreboot-fb"; | ||||||
| 	}; | 	}; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue