Add initial support for DMP Vortex86EX CPU.

Change-Id: I74de250c69a57109362be1b2f00c0b4aa24a64e8
Signed-off-by: Andrew Wu <arw@dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3473
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Andrew Wu
2013-06-19 18:55:08 +08:00
committed by Ronald G. Minnich
parent 483ff82539
commit 52e665bdd2
11 changed files with 1005 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ endif # ARCH_ARM
if ARCH_X86
source src/cpu/amd/Kconfig
source src/cpu/dmp/Kconfig
source src/cpu/intel/Kconfig
source src/cpu/via/Kconfig
source src/cpu/qemu-x86/Kconfig