From 01d75f4172e73fbcdc08ce0a13eaa0efb400ff12 Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Thu, 30 Mar 2017 20:12:21 +0530 Subject: soc/intel/common/block: Add Intel common UART code Create Intel Common UART driver code. This code does below UART configuration for bootblock phase. * Program BAR * Configure reset register * Configure clock register Change-Id: I3843fac88cfb7bbb405be50d69f555b274f0d72a Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/18952 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/common/block/uart/Makefile.inc | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/soc/intel/common/block/uart/Makefile.inc (limited to 'src/soc/intel/common/block/uart/Makefile.inc') diff --git a/src/soc/intel/common/block/uart/Makefile.inc b/src/soc/intel/common/block/uart/Makefile.inc new file mode 100644 index 0000000000..13f5da880f --- /dev/null +++ b/src/soc/intel/common/block/uart/Makefile.inc @@ -0,0 +1 @@ +bootblock-$(CONFIG_SOC_INTEL_COMMON_BLOCK_UART) += uart.c \ No newline at end of file -- cgit v1.2.3