On 25/04/2024 14:36, Kevin Brodsky wrote:
Hi,
We are now pretty close to having fully implemented the PCuABI specification. This series updates the documentation accordingly, and removes references to the transitional ABI, which is no longer relevant. The old defconfig name (morello_transitional_pcuabi_defconfig) is however kept as a symlink to avoid breaking existing build scripts.
Review branch:
https://git.morello-project.org/kbrodsky-arm/linux/-/commits/morello/abi_doc...
Rendered docs:
https://git.morello-project.org/kbrodsky-arm/linux/-/blob/morello/abi_doc_up... https://git.morello-project.org/kbrodsky-arm/linux/-/blob/morello/abi_doc_up...
Thanks, Kevin
Kevin Brodsky (3): arm64: morello: Rename defconfig init: Update PCuABI notice Documentation: cheri: Update PCuABI status
Applied on next.
Kevin
Documentation/arch/arm64/morello.rst | 51 +++--- Documentation/cheri/pcuabi.rst | 49 +++-- arch/arm64/configs/morello_pcuabi_defconfig | 171 +++++++++++++++++ .../morello_transitional_pcuabi_defconfig | 172 +----------------- init/main.c | 2 +- 5 files changed, 229 insertions(+), 216 deletions(-) create mode 100644 arch/arm64/configs/morello_pcuabi_defconfig mode change 100644 => 120000 arch/arm64/configs/morello_transitional_pcuabi_defconfig