mbox series

[00/12] Minor fixes for Arm documentation

Message ID 20241122225049.1617774-1-pierrick.bouvier@linaro.org
Headers show
Series Minor fixes for Arm documentation | expand

Message

Pierrick Bouvier Nov. 22, 2024, 10:50 p.m. UTC
Reviewed following things:
- system/arm/cpu-features (options)
- system/arm/virt (options)
- boards documented and listed with -machine help (arm and aarch64)
- grep object_class_property_set_description hw/arm: ensure all options are
  documented
- reviewed boards description
- reviewed all Arm features (FEAT_) from: https://developer.arm.com/documentation/109697/2024_09/Feature-descriptions/

The Arm section of the documentation is in very good shape, and this series only
has minors fixes.

Pierrick Bouvier (12):
  docs/system/arm/emulation: mention armv9
  docs/system/arm/emulation: fix typo in feature name
  docs/system/arm/emulation: add FEAT_SSBS2
  target/arm/tcg/: fix typo in FEAT name
  docs/system/arm/: add FEAT_MTE_ASYNC
  docs/system/arm/: add FEAT_DoubleLock
  docs/system/arm/fby35: update link to product page
  docs/system/arm/orangepi: update links
  docs/system/arm/fby35: document execute-in-place property
  docs/system/arm/xlnx-versal-virt: document ospi-flash property
  docs/system/arm/virt: document missing properties
  docs/system/arm/aspeed: add missing model supermicrox11spi-bmc

 docs/bypass-iommu.txt                |  2 ++
 docs/system/arm/aspeed.rst           |  7 ++++---
 docs/system/arm/emulation.rst        | 11 +++++++----
 docs/system/arm/fby35.rst            |  5 ++++-
 docs/system/arm/orangepi.rst         |  4 ++--
 docs/system/arm/virt.rst             | 15 +++++++++++++++
 docs/system/arm/xlnx-versal-virt.rst |  3 +++
 target/arm/tcg/cpu32.c               |  2 +-
 8 files changed, 38 insertions(+), 11 deletions(-)

Comments

Peter Maydell Nov. 26, 2024, 4:24 p.m. UTC | #1
On Fri, 22 Nov 2024 at 22:52, Pierrick Bouvier
<pierrick.bouvier@linaro.org> wrote:
>
> Reviewed following things:
> - system/arm/cpu-features (options)
> - system/arm/virt (options)
> - boards documented and listed with -machine help (arm and aarch64)
> - grep object_class_property_set_description hw/arm: ensure all options are
>   documented
> - reviewed boards description
> - reviewed all Arm features (FEAT_) from: https://developer.arm.com/documentation/109697/2024_09/Feature-descriptions/
>
> The Arm section of the documentation is in very good shape, and this series only
> has minors fixes.
>
> Pierrick Bouvier (12):
>   docs/system/arm/emulation: mention armv9
>   docs/system/arm/emulation: fix typo in feature name
>   docs/system/arm/emulation: add FEAT_SSBS2
>   target/arm/tcg/: fix typo in FEAT name
>   docs/system/arm/: add FEAT_MTE_ASYNC
>   docs/system/arm/: add FEAT_DoubleLock
>   docs/system/arm/fby35: update link to product page
>   docs/system/arm/orangepi: update links
>   docs/system/arm/fby35: document execute-in-place property
>   docs/system/arm/xlnx-versal-virt: document ospi-flash property
>   docs/system/arm/virt: document missing properties
>   docs/system/arm/aspeed: add missing model supermicrox11spi-bmc

I have taken the reviewed ones of these (1-7 and 12)
so I can put them in for rc2.

thanks
-- PMM
Pierrick Bouvier Nov. 26, 2024, 6:31 p.m. UTC | #2
On 11/26/24 08:24, Peter Maydell wrote:
> On Fri, 22 Nov 2024 at 22:52, Pierrick Bouvier
> <pierrick.bouvier@linaro.org> wrote:
>>
>> Reviewed following things:
>> - system/arm/cpu-features (options)
>> - system/arm/virt (options)
>> - boards documented and listed with -machine help (arm and aarch64)
>> - grep object_class_property_set_description hw/arm: ensure all options are
>>    documented
>> - reviewed boards description
>> - reviewed all Arm features (FEAT_) from: https://developer.arm.com/documentation/109697/2024_09/Feature-descriptions/
>>
>> The Arm section of the documentation is in very good shape, and this series only
>> has minors fixes.
>>
>> Pierrick Bouvier (12):
>>    docs/system/arm/emulation: mention armv9
>>    docs/system/arm/emulation: fix typo in feature name
>>    docs/system/arm/emulation: add FEAT_SSBS2
>>    target/arm/tcg/: fix typo in FEAT name
>>    docs/system/arm/: add FEAT_MTE_ASYNC
>>    docs/system/arm/: add FEAT_DoubleLock
>>    docs/system/arm/fby35: update link to product page
>>    docs/system/arm/orangepi: update links
>>    docs/system/arm/fby35: document execute-in-place property
>>    docs/system/arm/xlnx-versal-virt: document ospi-flash property
>>    docs/system/arm/virt: document missing properties
>>    docs/system/arm/aspeed: add missing model supermicrox11spi-bmc
> 
> I have taken the reviewed ones of these (1-7 and 12)
> so I can put them in for rc2.
> 
> thanks
> -- PMM

Thanks Peter.