Skip to content

Commit 20ebb3a

Browse files
smithp35stuij
authored andcommitted
[sysvabi64] Initial alpha release for SysV ABI document, code models
The System V ABI for the Arm 64-bit Architecture (AArch64) builds upon the documents in the base standard ABI to describe information specific to an operating system such as Linux that complies with the System V Interface definition. This document is an incomplete Alpha release. It contains a description of the code-models that are defined for AArch64 and the assembler operators that are used to implement them.
1 parent 880c5d5 commit 20ebb3a

8 files changed

+1147
-3
lines changed

sysvabi64/Arm_logo_blue_150MN.png

1.08 KB
Loading

sysvabi64/CONTRIBUTIONS

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Contributions to this project are licensed under an inbound=outbound
2+
model such that any such contributions are licensed by the contributor
3+
under the same terms as those in the LICENSE file.

sysvabi64/LICENSE

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
This work is licensed under the Creative Commons
2+
Attribution-ShareAlike 4.0 International License. To view a copy of
3+
this license, visit http://creativecommons.org/licenses/by-sa/4.0/ or
4+
send a letter to Creative Commons, PO Box 1866, Mountain View, CA
5+
94042, USA.
6+
7+
Grant of Patent License. Subject to the terms and conditions of this
8+
license (both the Public License and this Patent License), each
9+
Licensor hereby grants to You a perpetual, worldwide, non-exclusive,
10+
no-charge, royalty-free, irrevocable (except as stated in this
11+
section) patent license to make, have made, use, offer to sell, sell,
12+
import, and otherwise transfer the Licensed Material, where such
13+
license applies only to those patent claims licensable by such
14+
Licensor that are necessarily infringed by their contribution(s) alone
15+
or by combination of their contribution(s) with the Licensed Material
16+
to which such contribution(s) was submitted. If You institute patent
17+
litigation against any entity (including a cross-claim or counterclaim
18+
in a lawsuit) alleging that the Licensed Material or a contribution
19+
incorporated within the Licensed Material constitutes direct or
20+
contributory patent infringement, then any licenses granted to You
21+
under this license for that Licensed Material shall terminate as of
22+
the date such litigation is filed.

sysvabi64/README.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<div align="center">
2+
<img src="Arm_logo_blue_150MN.png" />
3+
</div>
4+
5+
# System V ABI for the Arm® 64-bit Architecture (AArch64)
6+
7+
8+
## About this document
9+
10+
This document describes the [System V ABI for the Arm® 64-bit Architecture (AArch64)](sysvabi.rst).
11+
12+
## About the license
13+
14+
As identified more fully in the [LICENSE](LICENSE) file, this project
15+
is licensed under CC-BY-SA-4.0 along with an additional patent
16+
license. The language in the additional patent license is largely
17+
identical to that in Apache-2.0 (specifically, Section 3 of Apache-2.0
18+
as reflected at https://www.apache.org/licenses/LICENSE-2.0) with two
19+
exceptions.
20+
21+
First, several changes were made related to the defined terms so as to
22+
reflect the fact that such defined terms need to align with the
23+
terminology in CC-BY-SA-4.0 rather than Apache-2.0 (e.g., changing
24+
“Work” to “Licensed Material”).
25+
26+
Second, the defensive termination clause was changed such that the
27+
scope of defensive termination applies to “any licenses granted to
28+
You” (rather than “any patent licenses granted to You”). This change
29+
is intended to help maintain a healthy ecosystem by providing
30+
additional protection to the community against patent litigation
31+
claims.
32+
33+
## Defects report
34+
35+
Please report defects in the [System V ABI for the Arm® 64-bit Architecture (AArch64)](sysvabi.rst) to the [issue tracker page on
36+
GitHub](https://github.com/ARM-software/abi-aa/issues).

sysvabi64/TRADEMARK_NOTICE

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The text of and illustrations in this document are licensed by Arm
2+
under a Creative Commons Attribution–Share Alike 4.0 International
3+
license ("CC-BY-SA-4.0”), with an additional clause on patents.
4+
The Arm trademarks featured here are registered trademarks or
5+
trademarks of Arm Limited (or its subsidiaries) in the US and/or
6+
elsewhere. All rights reserved. Please visit
7+
https://www.arm.com/company/policies/trademarks for more information
8+
about Arm’s trademarks.

0 commit comments

Comments
 (0)