arch/x86: Drop leftover ROMCC console support

Change-Id: I3e52569a34e1f7bfea8be9da91348c364ab705e1
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/26817
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kyösti Mälkki
2018-06-04 06:02:01 +03:00
committed by Martin Roth
parent 5ad79cdf2f
commit c8cf591ee8
6 changed files with 15 additions and 386 deletions

View File

@@ -17,14 +17,11 @@
#include <rules.h>
#include <stdlib.h>
#include <arch/io.h>
#include <boot/coreboot_tables.h>
#include <console/uart.h>
#include <trace.h>
#include "uart8250reg.h"
#ifndef __ROMCC__
#include <boot/coreboot_tables.h>
#endif
/* Should support 8250, 16450, 16550, 16550A type UARTs */
/* Expected character delay at 1200bps is 9ms for a working UART