[PATCH 0/2] Updates docs/system/arm to include new bmc machines

Patrick Venture posted 2 patches 2 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210615192848.1065297-1-venture@google.com
Maintainers: Tyrone Ting <kfting@nuvoton.com>, Andrew Jeffery <andrew@aj.id.au>, Havard Skinnemoen <hskinnemoen@google.com>, "Cédric Le Goater" <clg@kaod.org>, Peter Maydell <peter.maydell@linaro.org>, Joel Stanley <joel@jms.id.au>
docs/system/arm/aspeed.rst  | 1 +
docs/system/arm/nuvoton.rst | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
[PATCH 0/2] Updates docs/system/arm to include new bmc machines
Posted by Patrick Venture 2 years, 10 months ago
Patrick Venture (2):
  docs/system/arm: Add quanta-q7l1-bmc reference
  docs/system/arm: Add quanta-gbs-bmc reference

 docs/system/arm/aspeed.rst  | 1 +
 docs/system/arm/nuvoton.rst | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

-- 
2.32.0.272.g935e593368-goog


Re: [PATCH 0/2] Updates docs/system/arm to include new bmc machines
Posted by Peter Maydell 2 years, 10 months ago
On Tue, 15 Jun 2021 at 20:28, Patrick Venture <venture@google.com> wrote:
>
>
> Patrick Venture (2):
>   docs/system/arm: Add quanta-q7l1-bmc reference
>   docs/system/arm: Add quanta-gbs-bmc reference
>
>  docs/system/arm/aspeed.rst  | 1 +
>  docs/system/arm/nuvoton.rst | 3 ++-
>  2 files changed, 3 insertions(+), 1 deletion(-)



Applied to target-arm.next, thanks.

-- PMM

Re: [PATCH 0/2] Updates docs/system/arm to include new bmc machines
Posted by Peter Maydell 2 years, 10 months ago
On Mon, 28 Jun 2021 at 15:07, Peter Maydell <peter.maydell@linaro.org> wrote:
>
> On Tue, 15 Jun 2021 at 20:28, Patrick Venture <venture@google.com> wrote:
> >
> >
> > Patrick Venture (2):
> >   docs/system/arm: Add quanta-q7l1-bmc reference
> >   docs/system/arm: Add quanta-gbs-bmc reference
> >
> >  docs/system/arm/aspeed.rst  | 1 +
> >  docs/system/arm/nuvoton.rst | 3 ++-
> >  2 files changed, 3 insertions(+), 1 deletion(-)
>
>
>
> Applied to target-arm.next, thanks.

Just noticed the docs don't actually build:

Warning, treated as error:
/home/petmay01/linaro/qemu-from-laptop/qemu/docs/system/arm/nuvoton.rst:2:Title
underline too short.

Nuvoton iBMC boards (``*-bmc``, ``npcm750-evb``, ``quanta-gsj``)
=====================================================


But the fix is trivial, so I will make it locally.

Passing configure '--enable-docs' will enforce that it complains if you
don't have enough prerequisites to build the docs, rather than silently
skipping them.

thanks
-- PMM