From e931314b97a698d0bb24cbf7c1d9de01f5dbb899 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Mon, 18 Mar 2024 21:48:56 +0100 Subject: nginx: add riscv pub/ docs --- roles/webserver/files/www/memzero/pub/.gen.sh | 12 ++++++++---- roles/webserver/files/www/memzero/pub/references.html | 14 +++++++++++++- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/roles/webserver/files/www/memzero/pub/.gen.sh b/roles/webserver/files/www/memzero/pub/.gen.sh index 9a8030e..95e4216 100644 --- a/roles/webserver/files/www/memzero/pub/.gen.sh +++ b/roles/webserver/files/www/memzero/pub/.gen.sh @@ -47,7 +47,7 @@ cat < $OUT const filter = document.getElementById("filter"); // Create buttons for each tag T. - ["clear", "sysv", "arm", "x86"].forEach(T => { + ["clear", "sysv", "arm", "x86", "riscv"].forEach(T => { const btn = document.createElement("button"); btn.innerHTML = T; btn.onclick = T === "clear" @@ -82,9 +82,10 @@ EOF emit "sysv" abi/sysv/sysv-gabi4-2013 https://www.sco.com/developers/gabi/latest/contents.html emit "sysv" abi/sysv/sysv-gabi41.pdf https://www.sco.com/developers/devspecs/gabi41.pdf -emit "sysv x86" abi/sysv-psabi-x86-64.pdf https://gitlab.com/x86-psABIs/x86-64-ABI/-/jobs/artifacts/master/raw/x86-64-ABI/abi.pdf?job=build -emit "sysv arm" abi/sysv/sysv-psabi-arm64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aaelf64.pdf -emit "sysv arm" abi/arm/aapcs64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aapcs64.pdf +emit "sysv x86" abi/sysv-psabi-x86-64.pdf https://gitlab.com/x86-psABIs/x86-64-ABI/-/jobs/artifacts/master/raw/x86-64-ABI/abi.pdf?job=build +emit "sysv arm" abi/sysv/sysv-psabi-arm64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aaelf64.pdf +emit "sysv arm" abi/arm/aapcs64.pdf https://github.com/ARM-software/abi-aa/releases/download/2023Q3/aapcs64.pdf +emit "syss riscv" abi/sysv/sysv-psabi-riscv.pdf https://github.com/riscv-non-isa/riscv-elf-psabi-doc/releases/latest emit "x86" arch/intel/intel64-optimization-ref-vol1.pdf https://cdrdv2.intel.com/v1/dl/getContent/671488 emit "x86" arch/intel/intel64-optimization-ref-vol2.pdf https://cdrdv2.intel.com/v1/dl/getContent/787036 @@ -92,6 +93,9 @@ emit "x86" arch/intel/intel64-vol1-architecture-manual.pdf https://cdrdv2.intel. emit "x86" arch/intel/intel64-vol2-instruction-ref.pdf https://cdrdv2.intel.com/v1/dl/getContent/671110 emit "x86" arch/intel/intel64-vol3-system-programming.pdf https://cdrdv2.intel.com/v1/dl/getContent/671447 +emit "riscv" arch/riscv/rv-1-unprivileged-isa.pdf https://github.com/riscv/riscv-isa-manual/releases/tag/Ratified-IMAFDQC +emit "riscv" arch/riscv/rv-2-privileged-architecture.pdf https://github.com/riscv/riscv-isa-manual/releases/tag/Priv-v1.12 + cat <> $OUT diff --git a/roles/webserver/files/www/memzero/pub/references.html b/roles/webserver/files/www/memzero/pub/references.html index 1f7c71e..dbc7018 100644 --- a/roles/webserver/files/www/memzero/pub/references.html +++ b/roles/webserver/files/www/memzero/pub/references.html @@ -42,7 +42,7 @@ const filter = document.getElementById("filter"); // Create buttons for each tag T. - ["clear", "sysv", "arm", "x86"].forEach(T => { + ["clear", "sysv", "arm", "x86", "riscv"].forEach(T => { const btn = document.createElement("button"); btn.innerHTML = T; btn.onclick = T === "clear" @@ -83,6 +83,10 @@ abi/arm/aapcs64.pdf [original] +
  • + abi/sysv/sysv-psabi-riscv.pdf + [original] +
  • arch/intel/intel64-optimization-ref-vol1.pdf [original] @@ -103,6 +107,14 @@ arch/intel/intel64-vol3-system-programming.pdf [original]
  • +
  • + arch/riscv/rv-1-unprivileged-isa.pdf + [original] +
  • +
  • + arch/riscv/rv-2-privileged-architecture.pdf + [original] +
  • -- cgit v1.2.3