public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
@ 2019-05-06  9:20 Fan, ZhijuX
  2019-05-07  9:30 ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: Fan, ZhijuX @ 2019-05-06  9:20 UTC (permalink / raw)
  To: devel@edk2.groups.io; +Cc: Leif Lindholm, Ard Biesheuvel

[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]

BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627

The FrameworkDatabase was already obsolete,
So, FrameworkDatabase can be removed from ArmPlatformPkg.

This patch is going to fix this issue.

Cc: Leif Lindholm <leif.lindholm@linaro.org>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
---
 ArmPlatformPkg/Scripts/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile
index 09f1c90923..76f25e35e8 100644
--- a/ArmPlatformPkg/Scripts/Makefile
+++ b/ArmPlatformPkg/Scripts/Makefile
@@ -65,7 +65,6 @@ endif
 $(EDK2_CONF):
 ifeq ("$(OS)","Windows_NT")
 	copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
-	copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
 	copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
 	copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
 else
-- 
2.14.1.windows.1


[-- Attachment #2: winmail.dat --]
[-- Type: application/ms-tnef, Size: 3716 bytes --]

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

* Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
  2019-05-06  9:20 [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg Fan, ZhijuX
@ 2019-05-07  9:30 ` Leif Lindholm
  2019-05-07  9:48   ` Sami Mujawar
  0 siblings, 1 reply; 5+ messages in thread
From: Leif Lindholm @ 2019-05-07  9:30 UTC (permalink / raw)
  To: Fan, ZhijuX
  Cc: devel@edk2.groups.io, Thomas Panakamattam Abraham, Sami Mujawar,
	Cohen, Eugene

On Mon, May 06, 2019 at 09:20:12AM +0000, Fan, ZhijuX wrote:
> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627
> 
> The FrameworkDatabase was already obsolete,
> So, FrameworkDatabase can be removed from ArmPlatformPkg.
> 
> This patch is going to fix this issue.
> 
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>

So, first of all:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Hmm. I wonder if anyone actually uses this Makefile at all since we
moved the platforms out. Thomas? Sami? Eugene?

Best Regards,

Leif

> ---
>  ArmPlatformPkg/Scripts/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/ArmPlatformPkg/Scripts/Makefile b/ArmPlatformPkg/Scripts/Makefile
> index 09f1c90923..76f25e35e8 100644
> --- a/ArmPlatformPkg/Scripts/Makefile
> +++ b/ArmPlatformPkg/Scripts/Makefile
> @@ -65,7 +65,6 @@ endif
>  $(EDK2_CONF):
>  ifeq ("$(OS)","Windows_NT")
>  	copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
> -	copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
>  	copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
>  	copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
>  else
> -- 
> 2.14.1.windows.1
> 



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

* Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
  2019-05-07  9:30 ` Leif Lindholm
@ 2019-05-07  9:48   ` Sami Mujawar
  2019-05-08  6:11     ` thomas.abraham
  0 siblings, 1 reply; 5+ messages in thread
From: Sami Mujawar @ 2019-05-07  9:48 UTC (permalink / raw)
  To: Leif Lindholm, Fan, ZhijuX
  Cc: devel@edk2.groups.io, Thomas Abraham, Cohen, Eugene, nd

Hi Leif,

We do not use this file and am ok if this is removed. However, I will let Thomas confirm this.

Regards,

Sami Mujawar

-----Original Message-----
From: Leif Lindholm <leif.lindholm@linaro.org> 
Sent: 07 May 2019 10:31 AM
To: Fan, ZhijuX <zhijux.fan@intel.com>
Cc: devel@edk2.groups.io; Thomas Abraham <thomas.abraham@arm.com>; Sami Mujawar <Sami.Mujawar@arm.com>; Cohen, Eugene <eugene@hp.com>
Subject: Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg

On Mon, May 06, 2019 at 09:20:12AM +0000, Fan, ZhijuX wrote:
> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627
> 
> The FrameworkDatabase was already obsolete, So, FrameworkDatabase can 
> be removed from ArmPlatformPkg.
> 
> This patch is going to fix this issue.
> 
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>

So, first of all:
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>

Hmm. I wonder if anyone actually uses this Makefile at all since we moved the platforms out. Thomas? Sami? Eugene?

Best Regards,

Leif

> ---
>  ArmPlatformPkg/Scripts/Makefile | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/ArmPlatformPkg/Scripts/Makefile 
> b/ArmPlatformPkg/Scripts/Makefile index 09f1c90923..76f25e35e8 100644
> --- a/ArmPlatformPkg/Scripts/Makefile
> +++ b/ArmPlatformPkg/Scripts/Makefile
> @@ -65,7 +65,6 @@ endif
>  $(EDK2_CONF):
>  ifeq ("$(OS)","Windows_NT")
>  	copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
> -	copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
>  	copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
>  	copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt  
> else
> --
> 2.14.1.windows.1
> 



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

* Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
  2019-05-07  9:48   ` Sami Mujawar
@ 2019-05-08  6:11     ` thomas.abraham
  2019-05-08  9:01       ` Leif Lindholm
  0 siblings, 1 reply; 5+ messages in thread
From: thomas.abraham @ 2019-05-08  6:11 UTC (permalink / raw)
  To: Sami Mujawar, Leif Lindholm, Fan, ZhijuX
  Cc: devel@edk2.groups.io, Cohen, Eugene, nd

Hi Leif, Sami,


On 5/7/19 3:18 PM, Sami Mujawar wrote:
> Hi Leif,
>
> We do not use this file and am ok if this is removed. However, I will let Thomas confirm this.

This makefile is not used for ARM platforms (FVP, Juno, SGI, RD) and so
this makefile can be removed.

Thanks,
Thomas.

>
> Regards,
>
> Sami Mujawar
>
> -----Original Message-----
> From: Leif Lindholm <leif.lindholm@linaro.org>
> Sent: 07 May 2019 10:31 AM
> To: Fan, ZhijuX <zhijux.fan@intel.com>
> Cc: devel@edk2.groups.io; Thomas Abraham <thomas.abraham@arm.com>; Sami Mujawar <Sami.Mujawar@arm.com>; Cohen, Eugene <eugene@hp.com>
> Subject: Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
>
> On Mon, May 06, 2019 at 09:20:12AM +0000, Fan, ZhijuX wrote:
>> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627
>>
>> The FrameworkDatabase was already obsolete, So, FrameworkDatabase can
>> be removed from ArmPlatformPkg.
>>
>> This patch is going to fix this issue.
>>
>> Cc: Leif Lindholm <leif.lindholm@linaro.org>
>> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
>> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
>
> So, first of all:
> Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
>
> Hmm. I wonder if anyone actually uses this Makefile at all since we moved the platforms out. Thomas? Sami? Eugene?
>
> Best Regards,
>
> Leif
>
>> ---
>>   ArmPlatformPkg/Scripts/Makefile | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/ArmPlatformPkg/Scripts/Makefile
>> b/ArmPlatformPkg/Scripts/Makefile index 09f1c90923..76f25e35e8 100644
>> --- a/ArmPlatformPkg/Scripts/Makefile
>> +++ b/ArmPlatformPkg/Scripts/Makefile
>> @@ -65,7 +65,6 @@ endif
>>   $(EDK2_CONF):
>>   ifeq ("$(OS)","Windows_NT")
>>   copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
>> -copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
>>   copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
>>   copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
>> else
>> --
>> 2.14.1.windows.1
>>
>
>
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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

* Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
  2019-05-08  6:11     ` thomas.abraham
@ 2019-05-08  9:01       ` Leif Lindholm
  0 siblings, 0 replies; 5+ messages in thread
From: Leif Lindholm @ 2019-05-08  9:01 UTC (permalink / raw)
  To: Thomas Abraham
  Cc: Sami Mujawar, Fan, ZhijuX, devel@edk2.groups.io, Cohen, Eugene,
	nd

Hi Thomas,

On Wed, May 08, 2019 at 06:11:18AM +0000, Thomas Abraham wrote:
> > We do not use this file and am ok if this is removed. However, I will let Thomas confirm this.
> 
> This makefile is not used for ARM platforms (FVP, Juno, SGI, RD) and so
> this makefile can be removed.

Excellent, thanks.

Could I be awkward enough to ask you to send a patch to do so, since
Ard is out this week and I don't review my own patches?

Regards,

Leif

> Thanks,
> Thomas.
> 
> >
> > Regards,
> >
> > Sami Mujawar
> >
> > -----Original Message-----
> > From: Leif Lindholm <leif.lindholm@linaro.org>
> > Sent: 07 May 2019 10:31 AM
> > To: Fan, ZhijuX <zhijux.fan@intel.com>
> > Cc: devel@edk2.groups.io; Thomas Abraham <thomas.abraham@arm.com>; Sami Mujawar <Sami.Mujawar@arm.com>; Cohen, Eugene <eugene@hp.com>
> > Subject: Re: [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg
> >
> > On Mon, May 06, 2019 at 09:20:12AM +0000, Fan, ZhijuX wrote:
> >> BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=1627
> >>
> >> The FrameworkDatabase was already obsolete, So, FrameworkDatabase can
> >> be removed from ArmPlatformPkg.
> >>
> >> This patch is going to fix this issue.
> >>
> >> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> >> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> >> Signed-off-by: Zhiju.Fan <zhijux.fan@intel.com>
> >
> > So, first of all:
> > Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
> >
> > Hmm. I wonder if anyone actually uses this Makefile at all since we moved the platforms out. Thomas? Sami? Eugene?
> >
> > Best Regards,
> >
> > Leif
> >
> >> ---
> >>   ArmPlatformPkg/Scripts/Makefile | 1 -
> >>   1 file changed, 1 deletion(-)
> >>
> >> diff --git a/ArmPlatformPkg/Scripts/Makefile
> >> b/ArmPlatformPkg/Scripts/Makefile index 09f1c90923..76f25e35e8 100644
> >> --- a/ArmPlatformPkg/Scripts/Makefile
> >> +++ b/ArmPlatformPkg/Scripts/Makefile
> >> @@ -65,7 +65,6 @@ endif
> >>   $(EDK2_CONF):
> >>   ifeq ("$(OS)","Windows_NT")
> >>   copy $(EDK_TOOLS_PATH)\Conf\build_rule.template Conf\build_rule.txt
> >> -copy $(EDK_TOOLS_PATH)\Conf\FrameworkDatabase.template Conf\FrameworkDatabase.txt
> >>   copy $(EDK_TOOLS_PATH)\Conf\target.template Conf\target.txt
> >>   copy $(EDK_TOOLS_PATH)\Conf\tools_def.template Conf\tools_def.txt
> >> else
> >> --
> >> 2.14.1.windows.1
> >>
> >
> >
> IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

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

end of thread, other threads:[~2019-05-08  9:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-06  9:20 [PATCH 3/3] ArmPlatformPkg:Delete FrameworkDatabase from ArmPlatformPkg Fan, ZhijuX
2019-05-07  9:30 ` Leif Lindholm
2019-05-07  9:48   ` Sami Mujawar
2019-05-08  6:11     ` thomas.abraham
2019-05-08  9:01       ` Leif Lindholm

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