From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 19:30:54 +0800 Subject: [PATCH 4/4] x86: Move coreboot over to use the coreboot UART In-Reply-To: <20191205230428.23497-4-sjg@chromium.org> References: <20191205230428.23497-1-sjg@chromium.org> <20191205230428.23497-4-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, Dec 6, 2019 at 7:04 AM Simon Glass wrote: > > Use this UART to improve the compatibility of U-Boot when used as a > coreboot payload. > > Signed-off-by: Simon Glass > --- > > arch/x86/dts/coreboot.dts | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > Reviewed-by: Bin Meng