arm-trusted-firmware/docs
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
..
diagrams Document design of the Interrupt Mangement Framework 2014-06-03 18:42:14 +01:00
change-log.md Trusted Firmware v0.4 release documentation 2014-06-03 14:52:12 +01:00
firmware-design.md Document design of the Interrupt Mangement Framework 2014-06-03 18:42:14 +01:00
interrupt-framework-design.md Document design of the Interrupt Mangement Framework 2014-06-03 18:42:14 +01:00
porting-guide.md Correctly dimension the PSCI aff_map_node array 2014-06-23 14:56:12 +01:00
rt-svc-writers-guide.md Implement ARM Standard Service 2014-03-20 11:16:23 +00:00
user-guide.md Refactor fvp gic code to be a generic driver 2014-07-09 16:36:39 +01:00