Commit Graph

15 Commits (master)

Author SHA1 Message Date
Bill Schmidt 74b0637d26 Remove revision flags for v1.5 4 years ago
Bill Schmidt b2db419922 Fixes per internal review comments
Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
4 years ago
Bill Schmidt 6e46fc0f13 Change register usage in .glink resolver stub
We were previously using r0 in a position where it would be treated
as constant zero.  Chose to use r12 there instead as it is available
at that point.  Fixes #85.

Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
4 years ago
Bill Schmidt ee46fb7bb5 Avoid misleading uses of r12; add new PPC_FEATURE2_ bits.
Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
5 years ago
Gabriel F. T. Gomes 1e3ccb0778 Replace text for DT_PLTGOT with specific information (#92)
The text that describes DT_PLTGOT is a verbatim copy of the paragraph
that introduces the Dynamic Section.  This patch replaces the duplicated
text with specific information about DT_PLTGOT.

Signed-off-by: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
6 years ago
Bill Schmidt 508ef6ce66 Second draft of PC-relative addressing changes.
Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
6 years ago
Bill Schmidt 16ef9435f5 First draft of PC-relative changes for internal review.
Signed-off-by: Bill Schmidt <wschmidt@linux.ibm.com>
6 years ago
Bill Schmidt dfd607dcc1 Remove revisionflags in preparation for document submission.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt 80ab5a4157 Fix issue #57, Add new aux vector entries for cache size and shape.
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
7 years ago
Bill Schmidt 1b09ac035f Fix issue #17, Update HWCAP2 information for ISA 3.0 (POWER9)
Signed-off-by: Bill Schmidt <wschmidt@linux.vnet.ibm.com>
8 years ago
Jeff Scheel 3e36696795 Add GNU Free Documentation License text in source.
Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 5eba3e1cb1 Round 2 documentation review updates
Pervasive corrections:
- Miscellaneous formating
- Insert space in () and []
- Correct footnote spacing
- Use <note> tag for notes
- Cleanup spacing around <anchor> tags
- Add a couple missing paragraphs
- Correct list nesting in a couple places
- Correct subsection nesting
- Correct spacing around subscript, superscripts, and emphasis tags
- Bolding of some <emphasis> statements
- Build xref links for manual footnotes in a couple tables and remove explicit numerals.
- Return POWER ISA 3.0 text

Specific updates:
- Update a couple tables on bit/byte positions in chapter 2
- Return figures in place of some tables for the coding examples in
  chapter 2

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 2cb6450f10 Preliminary documentation review updates
- Cleanup <emphasis> tags to bold, literal, or superscript as needed in all files
- Update pom.xml to latest level for security and document status values

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel dfbbdf4edd Preliminary documentation review updates
- Issue #2: Intel and Itanium trademark notices returned to ch_preface.xml.
- Issue #3: "About this Document" section returned to ch_preface.xml.
- Issue #4: Hyperlinks corrected in ch_1.xml.
- Issue #5: Removed "section" tags to promote Introduction to main chapter
  text in ch_1.xml.
- Issue #7: Corrected Table 2.10 borders in ch_2.xml.
- Issue #10: Manually added spacing prior to all bridehead documentation to
  increase visible groupings in ch_2.xml and other sections.
- Issue #11: Corrected bullet nesting in ch_2.xml.

Additional, non-issue updates throughout document:
- Manual review and update of table sizes, spacing
- Updates to program listings to ensure proper spacing.
- Change bars for POWER9 and erratum work added.

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago
Jeff Scheel 1be88b700e Conversion to Docbook based of version 1.2 of the IBM contributed document,
"Power Architecture: 64-bit ELF V2 ABI Specification".

Signed-off-by: Jeff Scheel <scheel@us.ibm.com>
8 years ago