On 6/7/23 07:24, Kevin Hao wrote:
> On Tue, Jun 06, 2023 at 04:58:38PM +0800, LiweiSong via 
> lists.yoctoproject.org wrote:
>> From: Geert Uytterhoeven <[email protected]>
>>
>> commit 99b4b29326e336aab314dac79854e8642e74ba5a from
>> https://github.com/altera-opensource/linux-socfpga.git
>>
>> Signed-off-by: Geert Uytterhoeven <[email protected]>
>> Signed-off-by: Liwei Song <[email protected]>
>> ---
>> Hi Bruce,
>>
>> These two patches are bug fixes for stratix 10 rsu feature,
>> without them rsu feature in uboot will run in error.
>> Could you help merge them to below branches:
>>
>>   v6.1/standard/intel-sdk-6.1/intel-socfpga
>>   v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga
>>
>> Thanks,
>> Liwei.
>>
>> ---
>>  scripts/Makefile.lib | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
>> index 3aa384cec76b..7f3801cbf344 100644
>> --- a/scripts/Makefile.lib
>> +++ b/scripts/Makefile.lib
>> @@ -375,6 +375,10 @@ cmd_dt_S_dtb=                                           
>> \
>>  $(obj)/%.dtb.S: $(obj)/%.dtb FORCE
>>      $(call if_changed,dt_S_dtb)
>>  
>> +ifeq ($(CONFIG_OF_OVERLAY),y)
>> +DTC_FLAGS += -@
>> +endif
> 
> Since we have merged the overlay support into the v6.1/standard/base branch,
> I think this patch should also be merged into v6.1/standard/base branch.

Hi Kexin,

The patch we merged to standard/base is about CONFIG_OF_CONFIGFS, this patch is 
not a fix
for that one, with this patch "__symbols__" node will be created in dtb which 
is needed by
intel-rsu tool, it's a little specific to Stratix bsp,

Thanks,
Liwei.


> 
> Thanks,
> Kevin
> 
>> +
>>  quiet_cmd_dtc = DTC     $@
>>  cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) 
>> $< ; \
>>      $(DTC) -o $@ -b 0 \
>> -- 
>> 2.35.5
>>
> 
>>
>> 
>>
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12705): 
https://lists.yoctoproject.org/g/linux-yocto/message/12705
Mute This Topic: https://lists.yoctoproject.org/mt/99359476/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to