fix the compile error for qemu-arm64-v8a#50
Open
TangMeng12 wants to merge 5 commits intoopen-vela:devfrom
Open
fix the compile error for qemu-arm64-v8a#50TangMeng12 wants to merge 5 commits intoopen-vela:devfrom
TangMeng12 wants to merge 5 commits intoopen-vela:devfrom
Conversation
Signed-off-by: lipengfei28 <lipengfei28@xiaomi.com> Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
Signed-off-by: Shanmin Zhang <zhangshanmin@xiaomi.com> Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
Signed-off-by: xuxin19 <xuxin19@xiaomi.com> Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
…trategy. core0 CONFIG_RAM_SIZE=66060288 CONFIG_RAM_START=0x40200000 CONFIG_FLASH_START=0x04000000 CONFIG_FLASH_SIZE=67108864 core1 CONFIG_RAM_SIZE=65011712 CONFIG_RAM_START=0x44200000 CONFIG_FLASH_START=0x00000000 CONFIG_FLASH_SIZE=67108864 share mem CONFIG_QEMU_CAROS_SHMEM_ADDR=0x44100000 Signed-off-by: hujun5 <hujun5@xiaomi.com> Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
Signed-off-by: v-tangmeng <v-tangmeng@xiaomi.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Please adhere to Contributing Guidelines.
Summary
fix the compile error for qemu-arm64-v8a, qemu-armeabi-v7a and qemu-armeabi-v8m:
pci: use fdt_pci_ecam_register to register pci host
goldfish: rename CONFIG_ARCH_CHIP_QEMU to CONFIG_ARCH_CHIP_QEMU_ARM64
unify refresh trunk03 qemu-arm64-v8a defconfig check
dev-system/qemu: we use qemu's SMP functionality to simulate an AMP strategy.
vendor/openvela: remove unused qemu-armeabi-v7a-cmake in qemu
Impact
qemu-arm64-v8a-ap
qemu-arm64-v8a-server
qemu-armeabi-v7a-ap
qemu-armeabi-v7a-bl
qemu-armeabi-v7a-server
qemu-armeabi-v7a-tee
qemu-armeabi-v8m-ap
Testing
./build.sh vendor/openvela/boards/vela/configs/qemu-arm64-v8a-server/ --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-arm64-v8a-ap --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-armeabi-v7a-ap --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-armeabi-v7a-bl --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-armeabi-v7a-server --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-armeabi-v7a-tee --cmake -j8
./build.sh vendor/openvela/boards/vela/configs/qemu-armeabi-v8m-ap --cmake -j8