On 1 September 2014 18:04, Olivier Martin <olivier.mar...@arm.com> wrote:
> Hmm, this PCD looks to be specific to your platform. Only platform specific
> components use this PCD.
>
> Why do you not declare it into the DEC of your platform (ie:
> ArmVirtualizationPkg/ArmVirtualizationQemu.dec)?
>

Good point, I will do that.

>> -----Original Message-----
>> From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
>> Sent: 28 August 2014 15:14
>> To: ler...@redhat.com; Olivier Martin; edk2-
>> de...@lists.sourceforge.net; peter.mayd...@linaro.org;
>> christoffer.d...@linaro.org; drjo...@redhat.com;
>> ilias.bi...@linaro.org; leif.lindh...@linaro.org
>> Cc: Ard Biesheuvel
>> Subject: [PATCH v4 07/16] ArmPkg: introduce PCD
>> gArmTokenSpaceGuid.PcdDeviceTreeBaseAddress
>>
>> Introduce gArmTokenSpaceGuid.PcdDeviceTreeBaseAddress, which will be
>> used by
>> virtual machine ports that discover the system configuration from a
>> flattened
>> device tree DTB image.
>>
>> Contributed-under: TianoCore Contribution Agreement 1.0
>> Reviewed-by: Laszlo Ersek <ler...@redhat.com>
>> Signed-off-by: Ard Biesheuvel <ard.biesheu...@linaro.org>
>> ---
>>  ArmPkg/ArmPkg.dec | 2 ++
>>  1 file changed, 2 insertions(+)
>>
>> diff --git a/ArmPkg/ArmPkg.dec b/ArmPkg/ArmPkg.dec
>> index 43eff6641294..9408b321d45e 100644
>> --- a/ArmPkg/ArmPkg.dec
>> +++ b/ArmPkg/ArmPkg.dec
>> @@ -154,6 +154,8 @@
>>    gArmTokenSpaceGuid.PcdArmArchTimerHypIntrNum|26|UINT32|0x00000040
>>    gArmTokenSpaceGuid.PcdArmArchTimerVirtIntrNum|27|UINT32|0x00000041
>>
>> +  gArmTokenSpaceGuid.PcdDeviceTreeBaseAddress|0x0|UINT64|0x00000042
>> +
>>  [PcdsFixedAtBuild.ARM]
>>    #
>>    # ARM Security Extension
>> --
>> 1.8.3.2
>>
>
>
>
>

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to