[Skiboot] [Skiboot-stable] [PATCH] capp: Add lid definition for P9 DD2.3

Oliver O'Halloran oohall at gmail.com
Thu Feb 13 10:08:02 AEDT 2020


On Thu, Feb 13, 2020 at 7:23 AM Frederic Barrat <fbarrat at linux.ibm.com> wrote:
>
> Add the definition of the CAPP microcode for DD2.3 to the lid map.
>
> Cc: skiboot-stable at lists.ozlabs.org # v6.5+
> Signed-off-by: Frederic Barrat <fbarrat at linux.ibm.com>
> ---
> Oliver, Vasant: this is a bug fix for FW941/ZZ-ESS, which I think
> means it should also go to the 6.5 branch

FW941 isn't using 6.5.x

>  hw/fsp/fsp.c | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
> index 7592ee07..196fa34d 100644
> --- a/hw/fsp/fsp.c
> +++ b/hw/fsp/fsp.c
> @@ -2362,6 +2362,7 @@ int fsp_fetch_data_queue(uint8_t flags, uint16_t id, uint32_t sub_id,
>  #define CAPP_IDX_NIMBUS_DD20 0x200d1
>  #define CAPP_IDX_NIMBUS_DD21 0x201d1
>  #define CAPP_IDX_NIMBUS_DD22 0x202d1
> +#define CAPP_IDX_NIMBUS_DD23 0x203d1
>
>  #define IMA_CATALOG_NIMBUS     0x4e0200
>
> @@ -2382,6 +2383,7 @@ static struct {
>         { RESOURCE_ID_CAPP,     CAPP_IDX_NIMBUS_DD20,   0x80a02007 },
>         { RESOURCE_ID_CAPP,     CAPP_IDX_NIMBUS_DD21,   0x80a02007 },
>         { RESOURCE_ID_CAPP,     CAPP_IDX_NIMBUS_DD22,   0x80a02007 },
> +       { RESOURCE_ID_CAPP,     CAPP_IDX_NIMBUS_DD23,   0x80a02007 },
>  };
>
>  static void fsp_start_fetching_next_lid(void);
> --
> 2.21.1
>
> --
> Skiboot-stable mailing list
> Skiboot-stable at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot-stable


More information about the Skiboot mailing list