Re: [edk2] [PATCH] BaseTools/build_rule: pass contents of DTC_FLAGS device tree compiler

2018-02-01 Thread Ard Biesheuvel
On 1 February 2018 at 01:32, Gao, Liming  wrote:
> Ard:
>   Do you consider to add DTC_FLAGS in tools_def.template file? Its value can 
> be empty. So, user bases on tools_def.txt to know which option can be set.
>

You are right, I forgot about the second part

>>-Original Message-
>>From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
>>Sent: Thursday, February 01, 2018 5:49 AM
>>To: edk2-devel@lists.01.org
>>Cc: Gao, Liming ; Zhu, Yonghong
>>; ler...@redhat.com; Ard Biesheuvel
>>
>>Subject: [PATCH] BaseTools/build_rule: pass contents of DTC_FLAGS device
>>tree compiler
>>
>>To allow device tree compilation to be customized at the platform or
>>module level, pass the contents of the DTC_FLAGS variable on the
>>dtc command line.
>>
>>Contributed-under: TianoCore Contribution Agreement 1.1
>>Signed-off-by: Ard Biesheuvel 
>>---
>> BaseTools/Conf/build_rule.template | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>>diff --git a/BaseTools/Conf/build_rule.template
>>b/BaseTools/Conf/build_rule.template
>>index 3e6aa8ff0f34..a5e471eb3c10 100755
>>--- a/BaseTools/Conf/build_rule.template
>>+++ b/BaseTools/Conf/build_rule.template
>>@@ -250,7 +250,7 @@
>>
>> 
>> "$(PP)" $(DTCPP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
>>-"$(DTC)" -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
>>+"$(DTC)" $(DTC_FLAGS) -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
>>
>> [Visual-Form-Representation-File]
>> 
>>--
>>2.11.0
>
___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


Re: [edk2] [PATCH] BaseTools/build_rule: pass contents of DTC_FLAGS device tree compiler

2018-01-31 Thread Gao, Liming
Ard:
  Do you consider to add DTC_FLAGS in tools_def.template file? Its value can be 
empty. So, user bases on tools_def.txt to know which option can be set. 

>-Original Message-
>From: Ard Biesheuvel [mailto:ard.biesheu...@linaro.org]
>Sent: Thursday, February 01, 2018 5:49 AM
>To: edk2-devel@lists.01.org
>Cc: Gao, Liming ; Zhu, Yonghong
>; ler...@redhat.com; Ard Biesheuvel
>
>Subject: [PATCH] BaseTools/build_rule: pass contents of DTC_FLAGS device
>tree compiler
>
>To allow device tree compilation to be customized at the platform or
>module level, pass the contents of the DTC_FLAGS variable on the
>dtc command line.
>
>Contributed-under: TianoCore Contribution Agreement 1.1
>Signed-off-by: Ard Biesheuvel 
>---
> BaseTools/Conf/build_rule.template | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/BaseTools/Conf/build_rule.template
>b/BaseTools/Conf/build_rule.template
>index 3e6aa8ff0f34..a5e471eb3c10 100755
>--- a/BaseTools/Conf/build_rule.template
>+++ b/BaseTools/Conf/build_rule.template
>@@ -250,7 +250,7 @@
>
> 
> "$(PP)" $(DTCPP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
>-"$(DTC)" -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
>+"$(DTC)" $(DTC_FLAGS) -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
>
> [Visual-Form-Representation-File]
> 
>--
>2.11.0

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel


[edk2] [PATCH] BaseTools/build_rule: pass contents of DTC_FLAGS device tree compiler

2018-01-31 Thread Ard Biesheuvel
To allow device tree compilation to be customized at the platform or
module level, pass the contents of the DTC_FLAGS variable on the
dtc command line.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel 
---
 BaseTools/Conf/build_rule.template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BaseTools/Conf/build_rule.template 
b/BaseTools/Conf/build_rule.template
index 3e6aa8ff0f34..a5e471eb3c10 100755
--- a/BaseTools/Conf/build_rule.template
+++ b/BaseTools/Conf/build_rule.template
@@ -250,7 +250,7 @@
 
 
 "$(PP)" $(DTCPP_FLAGS) $(INC) ${src} > ${d_path}(+)${s_base}.i
-"$(DTC)" -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
+"$(DTC)" $(DTC_FLAGS) -I dts -O dtb -o ${dst} ${d_path}(+)${s_base}.i
 
 [Visual-Form-Representation-File]
 
-- 
2.11.0

___
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel