mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Move console.c to pl011 specific driver location
Rename drivers/console/console.c to drivers/arm/peripherals/pl011/pl011_console.c. This makes it clear that this is a pl011 specific console implementation. Fixes ARM-software/tf-issues#129 Change-Id: Ie2f8109602134c5b86993e32452c70734c45a3ed
This commit is contained in:
parent
4b79cce54d
commit
d72f6e31b0
2 changed files with 1 additions and 4 deletions
|
@ -34,7 +34,6 @@ PLAT_INCLUDES := -Idrivers/arm/interconnect/cci-400 \
|
|||
-Idrivers/power
|
||||
|
||||
PLAT_BL1_C_VPATH := drivers/arm/interconnect/cci-400 \
|
||||
drivers/console \
|
||||
drivers/arm/peripherals/pl011 \
|
||||
lib/arch/${ARCH} \
|
||||
lib/semihosting \
|
||||
|
@ -44,7 +43,6 @@ PLAT_BL1_C_VPATH := drivers/arm/interconnect/cci-400 \
|
|||
PLAT_BL1_S_VPATH := lib/semihosting/${ARCH}
|
||||
|
||||
PLAT_BL2_C_VPATH := drivers/arm/interconnect/cci-400 \
|
||||
drivers/console \
|
||||
drivers/arm/peripherals/pl011 \
|
||||
lib/arch/${ARCH} \
|
||||
lib/stdlib \
|
||||
|
@ -54,7 +52,6 @@ PLAT_BL2_C_VPATH := drivers/arm/interconnect/cci-400 \
|
|||
PLAT_BL2_S_VPATH := lib/semihosting/${ARCH}
|
||||
|
||||
PLAT_BL31_C_VPATH := drivers/arm/interconnect/cci-400 \
|
||||
drivers/console \
|
||||
drivers/arm/peripherals/pl011 \
|
||||
lib/arch/${ARCH} \
|
||||
lib/semihosting \
|
||||
|
@ -66,7 +63,7 @@ PLAT_BL31_S_VPATH := lib/semihosting/${ARCH}
|
|||
|
||||
PLAT_BL_COMMON_SOURCES := semihosting_call.S \
|
||||
mmio.c \
|
||||
console.c \
|
||||
pl011_console.c \
|
||||
pl011.c \
|
||||
semihosting.c \
|
||||
sysreg_helpers.S \
|
||||
|
|
Loading…
Add table
Reference in a new issue