aboutsummaryrefslogtreecommitdiff
path: root/tosa_spec.adoc
diff options
context:
space:
mode:
authorEric Kunze <eric.kunze@arm.com>2024-02-23 13:53:41 -0800
committerEric Kunze <eric.kunze@arm.com>2024-03-18 17:28:04 -0700
commit770b18e3d2f36f520b824c70a063381156511bb7 (patch)
treed223bb2960ab184814d7b93cbeb30d0496e7814b /tosa_spec.adoc
parentfb65bcf27eb77f593abd345aed0e884a440c827f (diff)
downloadspecification-770b18e3d2f36f520b824c70a063381156511bb7.tar.gz
Add a new rationale appendix
This appendix attempts to record the rationale for decisions made when modifying the TOSA specification. Signed-off-by: Eric Kunze <eric.kunze@arm.com> Change-Id: Ia2332d39c075a53f611665c446566bd89385b9fb
Diffstat (limited to 'tosa_spec.adoc')
-rw-r--r--tosa_spec.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tosa_spec.adoc b/tosa_spec.adoc
index 7a07fbd..bc27ef8 100644
--- a/tosa_spec.adoc
+++ b/tosa_spec.adoc
@@ -1,7 +1,7 @@
//
// This confidential and proprietary software may be used only as
// authorised by a licensing agreement from ARM Limited
-// (C) COPYRIGHT 2020-2021 ARM Limited
+// (C) COPYRIGHT 2020-2024 ARM Limited
// ALL RIGHTS RESERVED
// The entire notice above must be reproduced on all authorised
// copies and copies may only be made to the extent permitted
@@ -29,3 +29,5 @@ include::chapters/pseudocode.adoc[]
include::chapters/appendix_a.adoc[]
include::chapters/appendix_b.adoc[]
+
+include::chapters/appendix_c.adoc[]