• B
    ppc/pnv: add skeleton PowerNV platform · 9e933f4a
    Benjamin Herrenschmidt 提交于
    The goal is to emulate a PowerNV system at the level of the skiboot
    firmware, which loads the OS and provides some runtime services. Power
    Systems have a lower firmware (HostBoot) that does low level system
    initialization, like DRAM training. This is beyond the scope of what
    qemu will address in a PowerNV guest.
    
    No devices yet, not even an interrupt controller. Just to get started,
    some RAM to load the skiboot firmware, the kernel and initrd. The
    device tree is fully created in the machine reset op.
    Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
    [clg: - updated for qemu-2.7
          - replaced fprintf by error_report
          - used a common definition of _FDT macro
          - removed VMStateDescription as migration is not yet supported
          - added IBM Copyright statements
          - reworked kernel_filename handling
          - merged PnvSystem and sPowerNVMachineState
          - removed PHANDLE_XICP
          - added ppc_create_page_sizes_prop helper
          - removed nmi support
          - removed kvm support
          - updated powernv machine to version 2.8
          - removed chips and cpus, They will be provided in another patches
          - added a machine reset routine to initialize the device tree (also)
          - french has a squelette and english a skeleton.
          - improved commit log.
          - reworked prototypes parameters
          - added a check on the ram size (thanks to Michael Ellerman)
          - fixed chip-id cell
          - changed MAX_CPUS to 2048
          - simplified memory node creation to one node only
          - removed machine version
          - rewrote the device tree creation with the fdt "rw" routines
          - s/sPowerNVMachineState/PnvMachineState/
          - etc.]
    Signed-off-by: NCédric Le Goater <clg@kaod.org>
    Reviewed-by: NDavid Gibson <david@gibson.dropbear.id.au>
    Signed-off-by: NDavid Gibson <david@gibson.dropbear.id.au>
    9e933f4a
pnv.h 1.2 KB