]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
PPC 85xx: Add qemu-ppce500 machine
authorAlexander Graf <agraf@suse.de>
Fri, 11 Apr 2014 15:09:45 +0000 (17:09 +0200)
committerYork Sun <yorksun@freescale.com>
Wed, 23 Apr 2014 00:58:45 +0000 (17:58 -0700)
commitfa08d39517773882b07965ca4330777c6d6697ae
treecb16ee896b29f9d9cc72abfef804a375291f178c
parentfd96ea4dd9a22ee380f1c59939a42744aa196ad0
PPC 85xx: Add qemu-ppce500 machine

For KVM we have a special PV machine type called "ppce500". This machine
is inspired by the MPC8544DS board, but implements a lot less features
than that one.

It also provides more PCI slots and is supposed to be enumerated by
device tree only.

This patch adds support for the generic ppce500 machine and tries to
rely solely on device tree for device enumeration.

Signed-off-by: Alexander Graf <agraf@suse.de>
Acked-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc85xx/Makefile
arch/powerpc/cpu/mpc85xx/cpu.c
arch/powerpc/cpu/mpc85xx/cpu_init_early.c
arch/powerpc/cpu/mpc85xx/start.S
arch/powerpc/cpu/mpc85xx/tlb.c
arch/powerpc/include/asm/config_mpc85xx.h
board/freescale/qemu-ppce500/Makefile [new file with mode: 0644]
board/freescale/qemu-ppce500/qemu-ppce500.c [new file with mode: 0644]
boards.cfg
include/configs/qemu-ppce500.h [new file with mode: 0644]