[Skiboot] [PATCH v2 08/12] hdat: Add new fields to ms vpd ntuple

Stewart Smith stewart at linux.vnet.ibm.com
Tue Dec 20 17:27:12 AEDT 2016


Vasant Hegde <hegdevasant at linux.vnet.ibm.com> writes:
> Create hostboot reserved memory structure.
>
> Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> ---
>  hdata/spira.h | 11 +++++++++++
>  1 file changed, 11 insertions(+)
>
> diff --git a/hdata/spira.h b/hdata/spira.h
> index 0a7a173..33d7191 100644
> --- a/hdata/spira.h
> +++ b/hdata/spira.h
> @@ -480,6 +480,17 @@ struct msvpd_pmover_bsr_synchro {
>
>  /* Idata index 4: UE Address Array */
>
> +/* Idata index 5: Hostboot reserved memory address range */
> +#define MSVPD_IDATA_HB_RESERVED_MEM	5
> +struct msvpd_hb_reserved_mem {
> +	__be32		node_instance;
> +	__be64		start_addr;
> +	__be64		end_addr;
> +	__be32		label_size;
> +	uint8_t		label[64];
> +	__be64		reserved;
> +};
> +
>  /* Child index 0: MS area child structure */
>  #define MSVPD_CHILD_MS_AREAS		0

I'll hold off merging until merging the subsequent patch that uses it
(or, feel free to combine with that patch).

-- 
Stewart Smith
OPAL Architect, IBM.



More information about the Skiboot mailing list