]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(qemu): make coherent memory section optional
authorChen Baozi <chenbaozi@phytium.com.cn>
Sun, 12 Mar 2023 12:58:04 +0000 (20:58 +0800)
committerChen Baozi <chenbaozi@phytium.com.cn>
Sun, 12 Mar 2023 13:08:08 +0000 (21:08 +0800)
commitaf994ae8a089ead6082ca82036d30074f554ed52
treef251fafdfb2357bf3033e295016b3bfd6d3d6647
parenta12cb77c820dfed9b05aff6245acb4295cb02b87
feat(qemu): make coherent memory section optional

Since CPUs such as cortex-a76 are hardware-assisted coherent, coherent
memory section is not required for them and should be an optional
section.

Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn>
Change-Id: I03c8e9148ca1780b8af92024359698f4452f7129
plat/qemu/common/qemu_bl1_setup.c
plat/qemu/common/qemu_bl2_setup.c
plat/qemu/common/qemu_bl31_setup.c