-
- Downloads
Move console functions out of pl011.c
This commit isolates the accessor functions in pl011.c and builds a wrapper layer for console functions. This also modifies the console driver to use the pl011 FIFO. Fixes ARM-software/tf-issues#63 Change-Id: I3b402171cd14a927831bf5e5d4bb310b6da0e9a8
Showing
- drivers/arm/peripherals/pl011/pl011.c 6 additions, 53 deletionsdrivers/arm/peripherals/pl011/pl011.c
- drivers/arm/peripherals/pl011/pl011.h 54 additions, 0 deletionsdrivers/arm/peripherals/pl011/pl011.h
- drivers/console/console.c 77 additions, 0 deletionsdrivers/console/console.c
- drivers/console/console.h 0 additions, 0 deletionsdrivers/console/console.h
- plat/fvp/platform.mk 5 additions, 0 deletionsplat/fvp/platform.mk
Loading
Please register or sign in to comment