[Skiboot] [PATCH v2 08/12] hdat: Add new fields to ms vpd ntuple
Vasant Hegde
hegdevasant at linux.vnet.ibm.com
Thu Jan 5 04:40:10 AEDT 2017
On 12/20/2016 11:57 AM, Stewart Smith wrote:
> 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).
I can combine this patch with next patch and make it as single patch.
-Vasant
More information about the Skiboot
mailing list