[Skiboot] [PATCH V2 1/6] fsp: Add CAPP lid definition for Naples

Michael Neuling mikey at neuling.org
Tue Mar 8 15:36:54 AEDT 2016


On Mon, 2016-02-22 at 14:16 +0100, Philippe Bergheaud wrote:

> Signed-off-by: Philippe Bergheaud <felix at linux.vnet.ibm.com>

Reviewed-by: Michael Neuling <mikey at neuling.org>


> ---
> V2: no changes
> 
>  hw/fsp/fsp.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/fsp/fsp.c b/hw/fsp/fsp.c
> index 220b97e..d7fdb00 100644
> --- a/hw/fsp/fsp.c
> +++ b/hw/fsp/fsp.c
> @@ -2260,6 +2260,7 @@ int fsp_fetch_data_queue(uint8_t flags,
> uint16_t id, uint32_t sub_id,
>  #define CAPP_IDX_VENICE_DD20 0x200ea
>  #define CAPP_IDX_MURANO_DD20 0x200ef
>  #define CAPP_IDX_MURANO_DD21 0x201ef
> +#define CAPP_IDX_NAPLES_DD21 0x100d3
>  
>  static struct {
>  	enum resource_id	id;
> @@ -2272,6 +2273,7 @@ static struct {
>  	{ RESOURCE_ID_CAPP,	CAPP_IDX_MURANO_DD21,	0x80
> a02001 },
>  	{ RESOURCE_ID_CAPP,	CAPP_IDX_VENICE_DD10,	0x80
> a02003 },
>  	{ RESOURCE_ID_CAPP,	CAPP_IDX_VENICE_DD20,	0x80
> a02004 },
> +	{ RESOURCE_ID_CAPP,	CAPP_IDX_NAPLES_DD21,	0x80
> a02005 },
>  };
>  
>  static void fsp_start_fetching_next_lid(void);


More information about the Skiboot mailing list