From a4fa3cb15908b64281b9413fa1852dc870ed5b81 Mon Sep 17 00:00:00 2001 From: Achin Gupta Date: Mon, 2 Jun 2014 22:27:36 +0100 Subject: Document design of the Interrupt Mangement Framework This patch adds documentation that describes the design of the Interrupt management framework in the ARM Trusted Firmware. The porting-guide.md has also been updated to describe the interface that should be implemented by each platform to support this framework. Change-Id: I3eda48e5c9456e6a9516956bee16a29e366633b7 Co-Authored-By: Soby Mathew --- docs/diagrams/non-sec-int-handling.png | Bin 0 -> 249672 bytes docs/diagrams/sec-int-handling.png | Bin 0 -> 191026 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 docs/diagrams/non-sec-int-handling.png create mode 100644 docs/diagrams/sec-int-handling.png (limited to 'docs/diagrams') diff --git a/docs/diagrams/non-sec-int-handling.png b/docs/diagrams/non-sec-int-handling.png new file mode 100644 index 00000000..1a5f6295 Binary files /dev/null and b/docs/diagrams/non-sec-int-handling.png differ diff --git a/docs/diagrams/sec-int-handling.png b/docs/diagrams/sec-int-handling.png new file mode 100644 index 00000000..2ebbca44 Binary files /dev/null and b/docs/diagrams/sec-int-handling.png differ -- cgit