Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
12ae170e
Commit
12ae170e
authored
Apr 22, 2014
by
danh-arm
Browse files
Merge pull request #43 from danh-arm/dh/tf-issues#129
Move console.c to pl011 specific driver location
parents
bc1a42b7
d72f6e31
Changes
2
Hide whitespace changes
Inline
Side-by-side
drivers/
console/
console.c
→
drivers/
arm/peripherals/pl011/pl011_
console.c
View file @
12ae170e
File moved
plat/fvp/platform.mk
View file @
12ae170e
...
@@ -34,7 +34,6 @@ PLAT_INCLUDES := -Idrivers/arm/interconnect/cci-400 \
...
@@ -34,7 +34,6 @@ PLAT_INCLUDES := -Idrivers/arm/interconnect/cci-400 \
-Idrivers
/power
-Idrivers
/power
PLAT_BL1_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
PLAT_BL1_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
drivers/console
\
drivers/arm/peripherals/pl011
\
drivers/arm/peripherals/pl011
\
lib/arch/
${ARCH}
\
lib/arch/
${ARCH}
\
lib/semihosting
\
lib/semihosting
\
...
@@ -44,7 +43,6 @@ PLAT_BL1_C_VPATH := drivers/arm/interconnect/cci-400 \
...
@@ -44,7 +43,6 @@ PLAT_BL1_C_VPATH := drivers/arm/interconnect/cci-400 \
PLAT_BL1_S_VPATH
:=
lib/semihosting/
${ARCH}
PLAT_BL1_S_VPATH
:=
lib/semihosting/
${ARCH}
PLAT_BL2_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
PLAT_BL2_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
drivers/console
\
drivers/arm/peripherals/pl011
\
drivers/arm/peripherals/pl011
\
lib/arch/
${ARCH}
\
lib/arch/
${ARCH}
\
lib/stdlib
\
lib/stdlib
\
...
@@ -54,7 +52,6 @@ PLAT_BL2_C_VPATH := drivers/arm/interconnect/cci-400 \
...
@@ -54,7 +52,6 @@ PLAT_BL2_C_VPATH := drivers/arm/interconnect/cci-400 \
PLAT_BL2_S_VPATH
:=
lib/semihosting/
${ARCH}
PLAT_BL2_S_VPATH
:=
lib/semihosting/
${ARCH}
PLAT_BL31_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
PLAT_BL31_C_VPATH
:=
drivers/arm/interconnect/cci-400
\
drivers/console
\
drivers/arm/peripherals/pl011
\
drivers/arm/peripherals/pl011
\
lib/arch/
${ARCH}
\
lib/arch/
${ARCH}
\
lib/semihosting
\
lib/semihosting
\
...
@@ -66,7 +63,7 @@ PLAT_BL31_S_VPATH := lib/semihosting/${ARCH}
...
@@ -66,7 +63,7 @@ PLAT_BL31_S_VPATH := lib/semihosting/${ARCH}
PLAT_BL_COMMON_SOURCES
:=
semihosting_call.S
\
PLAT_BL_COMMON_SOURCES
:=
semihosting_call.S
\
mmio.c
\
mmio.c
\
console.c
\
pl011_
console.c
\
pl011.c
\
pl011.c
\
semihosting.c
\
semihosting.c
\
sysreg_helpers.S
\
sysreg_helpers.S
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment