> -----Original Message-----
> From: Brian Cain <[email protected]>
> Sent: Friday, February 28, 2025 11:26 PM
> To: [email protected]
> Cc: [email protected]; [email protected];
> [email protected]; [email protected]; [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; [email protected];
> [email protected]; Brian Cain <[email protected]>
> Subject: [PATCH 01/38] docs: Add hexagon sysemu docs
>
> From: Brian Cain <[email protected]>
>
> Signed-off-by: Brian Cain <[email protected]>
> ---
> MAINTAINERS | 2 +
> docs/devel/hexagon-sys.rst | 106
> +++++++++++++++++++++++++++++++++
> docs/devel/index-internals.rst | 1 +
> docs/system/hexagon/cdsp.rst | 10 ++++
> docs/system/target-hexagon.rst | 100
> +++++++++++++++++++++++++++++++
> docs/system/targets.rst | 1 +
> 6 files changed, 220 insertions(+)
> create mode 100644 docs/devel/hexagon-sys.rst create mode 100644
> docs/system/hexagon/cdsp.rst create mode 100644 docs/system/target-
> hexagon.rst
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1911949526..804c07bcd5 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -240,6 +240,8 @@ F: disas/hexagon.c
> F: configs/targets/hexagon-linux-user/default.mak
> F: docker/dockerfiles/debian-hexagon-cross.docker
> F: gdb-xml/hexagon*.xml
> +F: docs/system/target-hexagon.rst
> +F: docs/devel/hexagon-sys.rst
Don't forget this file
docs/system/hexagon/cdsp.rst
Otherwise
Reviewed-by: Taylor Simpson <[email protected]>