public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Re: overriding variables from cmdline used in fdf broken?
       [not found] <CAN9vWDKz8bESQVWX6_f_i5cutPPFUWqqL=9ncf228Z6RkDTwoQ@mail.gmail.com>
@ 2017-03-11 16:43 ` Michael Zimmermann
  2017-03-13  2:13   ` Gao, Liming
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Zimmermann @ 2017-03-11 16:43 UTC (permalink / raw)
  To: edk2-devel@lists.01.org; +Cc: Yonghong Zhu, Liming Gao

I forgot to CC the maintainers back then so I'm doing this now.

Thanks
Michael

On Thu, May 12, 2016 at 11:13 AM, Michael Zimmermann
<sigmaepsilon92@gmail.com> wrote:
> Hi,
>
> when I override or set a variable using -DNAME=VAL from the build cmdline
> these are visible to the DSC file only, the FDF continues using the
> old/undefined values - at least if you use them as a value, i.e.:
> BaseAddress   = $(FD_BASE)|gArmTokenSpaceGuid.PcdFdBaseAddress
>
> is this intended behavior or a bug?
>
> Michael


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: overriding variables from cmdline used in fdf broken?
  2017-03-11 16:43 ` overriding variables from cmdline used in fdf broken? Michael Zimmermann
@ 2017-03-13  2:13   ` Gao, Liming
  2017-03-13  6:29     ` Michael Zimmermann
  0 siblings, 1 reply; 4+ messages in thread
From: Gao, Liming @ 2017-03-13  2:13 UTC (permalink / raw)
  To: 'Michael Zimmermann', edk2-devel@lists.01.org

Michael:
  I agree this is a bug. Could you enter it into bugzillar?

Thanks
Liming
> -----Original Message-----
> From: Michael Zimmermann [mailto:sigmaepsilon92@gmail.com]
> Sent: Sunday, March 12, 2017 12:44 AM
> To: edk2-devel@lists.01.org <edk2-devel@ml01.01.org>
> Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Gao, Liming <liming.gao@intel.com>
> Subject: Re: [edk2] overriding variables from cmdline used in fdf broken?
> 
> I forgot to CC the maintainers back then so I'm doing this now.
> 
> Thanks
> Michael
> 
> On Thu, May 12, 2016 at 11:13 AM, Michael Zimmermann
> <sigmaepsilon92@gmail.com> wrote:
> > Hi,
> >
> > when I override or set a variable using -DNAME=VAL from the build cmdline
> > these are visible to the DSC file only, the FDF continues using the
> > old/undefined values - at least if you use them as a value, i.e.:
> > BaseAddress   = $(FD_BASE)|gArmTokenSpaceGuid.PcdFdBaseAddress
> >
> > is this intended behavior or a bug?
> >
> > Michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: overriding variables from cmdline used in fdf broken?
  2017-03-13  2:13   ` Gao, Liming
@ 2017-03-13  6:29     ` Michael Zimmermann
  2017-03-13  6:42       ` Zhu, Yonghong
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Zimmermann @ 2017-03-13  6:29 UTC (permalink / raw)
  To: Gao, Liming; +Cc: edk2-devel@lists.01.org, Zhu, Yonghong

I just tested it again and apparently everything is working just fine now.
So either, I've done something wrong in past or you guys have already fixed it.

Sorry for not testing before bumping this old thread.

Thanks
Michael

On Mon, Mar 13, 2017 at 3:13 AM, Gao, Liming <liming.gao@intel.com> wrote:
> Michael:
>   I agree this is a bug. Could you enter it into bugzillar?
>
> Thanks
> Liming
>> -----Original Message-----
>> From: Michael Zimmermann [mailto:sigmaepsilon92@gmail.com]
>> Sent: Sunday, March 12, 2017 12:44 AM
>> To: edk2-devel@lists.01.org <edk2-devel@ml01.01.org>
>> Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Gao, Liming <liming.gao@intel.com>
>> Subject: Re: [edk2] overriding variables from cmdline used in fdf broken?
>>
>> I forgot to CC the maintainers back then so I'm doing this now.
>>
>> Thanks
>> Michael
>>
>> On Thu, May 12, 2016 at 11:13 AM, Michael Zimmermann
>> <sigmaepsilon92@gmail.com> wrote:
>> > Hi,
>> >
>> > when I override or set a variable using -DNAME=VAL from the build cmdline
>> > these are visible to the DSC file only, the FDF continues using the
>> > old/undefined values - at least if you use them as a value, i.e.:
>> > BaseAddress   = $(FD_BASE)|gArmTokenSpaceGuid.PcdFdBaseAddress
>> >
>> > is this intended behavior or a bug?
>> >
>> > Michael


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: overriding variables from cmdline used in fdf broken?
  2017-03-13  6:29     ` Michael Zimmermann
@ 2017-03-13  6:42       ` Zhu, Yonghong
  0 siblings, 0 replies; 4+ messages in thread
From: Zhu, Yonghong @ 2017-03-13  6:42 UTC (permalink / raw)
  To: Michael Zimmermann, Gao, Liming; +Cc: edk2-devel@lists.01.org, Zhu, Yonghong

Got you. Thanks for the info.

Best Regards,
Zhu Yonghong

-----Original Message-----
From: Michael Zimmermann [mailto:sigmaepsilon92@gmail.com] 
Sent: Monday, March 13, 2017 2:29 PM
To: Gao, Liming <liming.gao@intel.com>
Cc: edk2-devel@lists.01.org <edk2-devel@ml01.01.org>; Zhu, Yonghong <yonghong.zhu@intel.com>
Subject: Re: [edk2] overriding variables from cmdline used in fdf broken?

I just tested it again and apparently everything is working just fine now.
So either, I've done something wrong in past or you guys have already fixed it.

Sorry for not testing before bumping this old thread.

Thanks
Michael

On Mon, Mar 13, 2017 at 3:13 AM, Gao, Liming <liming.gao@intel.com> wrote:
> Michael:
>   I agree this is a bug. Could you enter it into bugzillar?
>
> Thanks
> Liming
>> -----Original Message-----
>> From: Michael Zimmermann [mailto:sigmaepsilon92@gmail.com]
>> Sent: Sunday, March 12, 2017 12:44 AM
>> To: edk2-devel@lists.01.org <edk2-devel@ml01.01.org>
>> Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Gao, Liming 
>> <liming.gao@intel.com>
>> Subject: Re: [edk2] overriding variables from cmdline used in fdf broken?
>>
>> I forgot to CC the maintainers back then so I'm doing this now.
>>
>> Thanks
>> Michael
>>
>> On Thu, May 12, 2016 at 11:13 AM, Michael Zimmermann 
>> <sigmaepsilon92@gmail.com> wrote:
>> > Hi,
>> >
>> > when I override or set a variable using -DNAME=VAL from the build 
>> > cmdline these are visible to the DSC file only, the FDF continues 
>> > using the old/undefined values - at least if you use them as a value, i.e.:
>> > BaseAddress   = $(FD_BASE)|gArmTokenSpaceGuid.PcdFdBaseAddress
>> >
>> > is this intended behavior or a bug?
>> >
>> > Michael

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-13  6:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <CAN9vWDKz8bESQVWX6_f_i5cutPPFUWqqL=9ncf228Z6RkDTwoQ@mail.gmail.com>
2017-03-11 16:43 ` overriding variables from cmdline used in fdf broken? Michael Zimmermann
2017-03-13  2:13   ` Gao, Liming
2017-03-13  6:29     ` Michael Zimmermann
2017-03-13  6:42       ` Zhu, Yonghong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox