qemu-armv7: Minimal changes to pass compiling qemu-v7 platform.
The ARM configuration files have been changed that we need more settings to run
Coreboot on qemu-v7.
Also fixed the incorrect Makefile settings that caused armv7 to try building
with armv8 cache.
BRANCH=none
BUG=none
TEST=make menuconfig # select qemu-armv7
make # pass
qemu... # successfully boots to ramstage.
Change-Id: I4040e86ad1ff6e8ebd07cfe387c3f5a0e8941800
Signed-off-by: Hung-Te Lin <hungte@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/186080
Reviewed-by: David Hendricks <dhendrix@chromium.org>
Tested-by: Hung-Te Lin <hungte@google.com>
This commit is contained in:
parent
ff962b81f4
commit
f2fab7383e
2 changed files with 20 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
subdirs-$(CONFIG_CPU_ARMLTD_CORTEX_A9) += cortex-a9
|
||||
subdirs-$(CONFIG_CPU_ARMLTD_CORTEX_A9) += armv8
|
||||
subdirs-$(CONFIG_CPU_ARMLTD_ARMV8) += armv8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue