Skip to content

Commit 009bce0

Browse files
virtio-msg: clarify the FF-A bus bibliography reference
Reference the Virtio Message Bus over FF-A specification through the normative bibliography using a distinct FFA-BUS citation tag. Attribute the DEN0153 document to Arm and keep the transport chapter citing the bibliography entry instead of a raw URL. Signed-off-by: Bertrand Marquis <bertrand.marquis@arm.com>
1 parent 8f7ed9e commit 009bce0

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

introduction.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ \section{Normative References}\label{sec:Normative References}
9292
\phantomsection\label{intro:I2C}\textbf{[I2C]} &
9393
I2C-bus specification and user manual,
9494
\newline\url{https://www.nxp.com/docs/en/user-guide/UM10204.pdf}\\
95+
\phantomsection\label{intro:FFA-BUS}\textbf{[FFA-BUS]} &
96+
Arm, Virtio Message Bus over FF-A, DEN0153,
97+
\newline\url{https://developer.arm.com/documentation/den0153/0101/}\\
9598
\phantomsection\label{intro:SCMI}\textbf{[SCMI]} &
9699
Arm System Control and Management Interface, DEN0056,
97100
\newline\url{https://developer.arm.com/docs/den0056/c}, version C and any future revisions\\
@@ -350,4 +353,3 @@ \section{Constant Specifications}\label{sec:Constant Specifications}
350353
either VIRTIO_FLD_A or VIRTIO_FLD_B.
351354

352355
\newpage
353-

transport-msg.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ \subsubsection{Known Bus Implementation Examples}
147147
work for virtio-msg.
148148

149149
\begin{itemize}
150-
\item \textbf{Virtio Message Bus over FF-A}: specified by Arm DEN0153:
151-
\url{https://developer.arm.com/documentation/den0153/latest}.
150+
\item \textbf{Virtio Message Bus over FF-A}: specified by Arm in
151+
\hyperref[intro:FFA-BUS]{[FFA-BUS]}.
152152
\item \textbf{Virtio Message Bus over PCI for AMP}: under development; proof
153153
of concept:
154154
\url{https://github.com/wmamills/hvac-demo}.

0 commit comments

Comments
 (0)