From 63956e63ce6e9035aaf0a7f0363d064acb083816 Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 22 Apr 2014 15:25:10 -0700 Subject: [PATCH] ipq8064: prepare UART driver for use in coreboot These driver needs to be in src/lib, and the include file needs to be renamed to avoid collision with the top level uart.h. BUG=chrome-os-partner:27784 TEST=emerge-storm coreboot still works Original-Change-Id: Ie12f44e055bbef0eb8b1a3ffc8d6742e7a446942 Original-Signed-off-by: Vadim Bendebury Original-Reviewed-on: https://chromium-review.googlesource.com/196393 (cherry picked from commit c5618fd418642f5b009582f5f6bc51f7c9d54bec) Signed-off-by: Marc Jones Change-Id: I5e25ae350ac5e71b47a0daef078b03cc5ac35401 Reviewed-on: http://review.coreboot.org/7270 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/{console/ipq806x_console.c => lib/uart_ipq806.c} | 0 src/soc/qualcomm/ipq806x/include/{uart.h => ipq_uart.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{console/ipq806x_console.c => lib/uart_ipq806.c} (100%) rename src/soc/qualcomm/ipq806x/include/{uart.h => ipq_uart.h} (100%) diff --git a/src/console/ipq806x_console.c b/src/lib/uart_ipq806.c similarity index 100% rename from src/console/ipq806x_console.c rename to src/lib/uart_ipq806.c diff --git a/src/soc/qualcomm/ipq806x/include/uart.h b/src/soc/qualcomm/ipq806x/include/ipq_uart.h similarity index 100% rename from src/soc/qualcomm/ipq806x/include/uart.h rename to src/soc/qualcomm/ipq806x/include/ipq_uart.h