arm-trusted-firmware/include
Dan Handley 1e8c5c4f20 Refactor fvp gic code to be a generic driver
Refactor the FVP gic code in plat/fvp/fvp_gic.c to be a generic ARM
GIC driver in drivers/arm/gic/arm_gic.c. Provide the platform
specific inputs in the arm_gic_setup() function so that the driver
has no explicit dependency on platform code.

Provide weak implementations of the platform interrupt controller
API in a new file, plat/common/plat_gic.c. These simply call through
to the ARM GIC driver.

Move the only remaining FVP GIC function, fvp_gic_init() to
plat/fvp/aarch64/fvp_common.c and remove plat/fvp/fvp_gic.c

Fixes ARM-software/tf-issues#182

Change-Id: Iea82fe095fad62dd33ba9efbddd48c57717edd21
2014-07-09 16:36:39 +01:00
..
bl31 Remove all checkpatch errors from codebase 2014-06-24 12:50:00 +01:00
bl32/payloads Move BL porting functions into platform.h 2014-05-23 17:18:54 +01:00
common Initialise CPU contexts from entry_point_info 2014-06-23 14:55:44 +01:00
drivers Refactor fvp gic code to be a generic driver 2014-07-09 16:36:39 +01:00
lib Merge pull request #154 from athoelke/at/inline-mmio 2014-06-26 23:02:28 +01:00
plat/common Refactor fvp_config into common platform header 2014-07-09 16:28:07 +01:00
stdlib Add Firmware Image Package creation tool 2014-02-17 18:51:43 +00:00