]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(bl31): introduce vendor extend rodata section
authorLeon Chen <leon.chen@mediatek.com>
Fri, 5 Aug 2022 02:04:10 +0000 (10:04 +0800)
committerleon chen <leon.chen@mediatek.com>
Tue, 9 Aug 2022 09:39:11 +0000 (11:39 +0200)
commit8a68e8648b51d8506065cfb108a375bab015df05
tree866ada38a5dc03b598adc2d37b525f4a61cd228c
parent4a0d8632dd6ef38dd8e7c7ad2eb2be6cea20cbf1
refactor(bl31): introduce vendor extend rodata section

The purpose of including vendor extend plat.ld.rodata.inc
linker script is for compactly collecting vendor rodata in
intrinsic rodata section.
If vendors define a standalone section and assign the section
placed after __RW_END__, the raw bindry(bl31.bin) will include
bss section with zero value and increase binary size.

Signed-off-by: Leon Chen <leon.chen@mediatek.com>
Change-Id: I46dd8b02bfb26af1dcca27f61b3ea29ca74bbbd6
bl31/bl31.ld.S