| c68736da | 07-Dec-2022 |
Rebecca Cran <rebecca@quicinc.com> |
fix(build): partially fix qemu aarch32 build
While aarch32 isn't currently supported on qemu, platform.mk contains hard-coded references to aarch64 in BL1_SOURCES which should be ${ARCH}.
This impr
fix(build): partially fix qemu aarch32 build
While aarch32 isn't currently supported on qemu, platform.mk contains hard-coded references to aarch64 in BL1_SOURCES which should be ${ARCH}.
This improves the situation, but since aarch32/qemu_max.S doesn't exist and there are other missing files for aarch32, this is only a partial fix.
Signed-off-by: Rebecca Cran <rebecca@quicinc.com> Change-Id: I3fa01483e572abfd781ceaecff16ecf57cda8316
show more ...
|
| 6b666936 | 12-Mar-2023 |
Chen Baozi <chenbaozi@phytium.com.cn> |
feat(qemu): add A76/N1 cpu support for virt
Add support to "cortex-a76" and "neoverse-n1" cpu for "qemu" ('virt') platform.
Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Change-Id: I77a3e0bb
feat(qemu): add A76/N1 cpu support for virt
Add support to "cortex-a76" and "neoverse-n1" cpu for "qemu" ('virt') platform.
Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Change-Id: I77a3e0bb8397a2fb45a2caa7d93ba38e39297f93
show more ...
|
| 226f4c8e | 22-Feb-2023 |
Chen Baozi <chenbaozi@phytium.com.cn> |
feat(qemu): add "neoverse-n1" cpu support
Add support to qemu "neoverse-n1" cpu for "qemu_sbsa" ('sbsa-ref') platform.
Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Change-Id: I4620e879c7111
feat(qemu): add "neoverse-n1" cpu support
Add support to qemu "neoverse-n1" cpu for "qemu_sbsa" ('sbsa-ref') platform.
Signed-off-by: Chen Baozi <chenbaozi@phytium.com.cn> Change-Id: I4620e879c71115451ae91a1643812d89ec7c071f
show more ...
|
| af994ae8 | 12-Mar-2023 |
Chen Baozi <chenbaozi@phytium.com.cn> |
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.
S
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
show more ...
|