[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/8] docs/system: ppc: Update the URL for OpenPOWER firmware
From: |
Greg Kurz |
Subject: |
Re: [PATCH 1/8] docs/system: ppc: Update the URL for OpenPOWER firmware images |
Date: |
Wed, 1 Sep 2021 12:10:47 +0200 |
On Wed, 1 Sep 2021 11:41:46 +0200
Cédric Le Goater <clg@kaod.org> wrote:
> This also fixes a small skiboot/skiroot typo and removes the links to
> the specific POWER8 and POWER9 images since the firmware images can be
> used to run all machines.
>
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---
> docs/system/ppc/powernv.rst | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/docs/system/ppc/powernv.rst b/docs/system/ppc/powernv.rst
> index 4c4cdea527e2..4ccfb2258622 100644
> --- a/docs/system/ppc/powernv.rst
> +++ b/docs/system/ppc/powernv.rst
> @@ -53,8 +53,7 @@ initramfs ``skiroot``. Source code can be found on GitHub:
>
> https://github.com/open-power.
>
> -Prebuilt images of ``skiboot`` and ``skiboot`` are made available on the
> `OpenPOWER <https://openpower.xyz/job/openpower/job/openpower-op-build/>`__
> site. To boot a POWER9 machine, use the `witherspoon
> <https://openpower.xyz/job/openpower/job/openpower-op-build/label=slave,target=witherspoon/lastSuccessfulBuild/>`__
> images. For POWER8, use
> -the `palmetto
> <https://openpower.xyz/job/openpower/job/openpower-op-build/label=slave,target=palmetto/lastSuccessfulBuild/>`__
> images.
> +Prebuilt images of ``skiboot`` and ``skiroot`` are made available on the
> `OpenPOWER
> <https://github.com/open-power/op-build/releases/download/v2.7/>`__ site.
>
This URL ends up 404 for me.
I suggest you change it to:
https://github.com/open-power/op-build/releases/tag/v2.7
or even
https://github.com/open-power/op-build/releases
which are valid and display individual links for the image files.
> QEMU includes a prebuilt image of ``skiboot`` which is updated when a
> more recent version is required by the models.
- [PATCH 0/8] ppc: cleanups, Cédric Le Goater, 2021/09/01
- [PATCH 3/8] ppc/pnv: Add a comment on the "primary-topology-index" property, Cédric Le Goater, 2021/09/01
- [PATCH 2/8] ppc/spapr: Add a POWER10 DD2 CPU, Cédric Le Goater, 2021/09/01
- [PATCH 1/8] docs/system: ppc: Update the URL for OpenPOWER firmware images, Cédric Le Goater, 2021/09/01
- Re: [PATCH 1/8] docs/system: ppc: Update the URL for OpenPOWER firmware images,
Greg Kurz <=
- [PATCH 4/8] ppc/pnv: Remove useless variable, Cédric Le Goater, 2021/09/01
- [PATCH 5/8] ppc/pnv: Add an assert when calculating the RAM distribution on chips, Cédric Le Goater, 2021/09/01
- [PATCH 6/8] ppc/xive: Export priority_to_ipb() helper, Cédric Le Goater, 2021/09/01
- [PATCH 7/8] ppc/xive: Export xive_tctx_word2() helper, Cédric Le Goater, 2021/09/01