mpc8544ds.c (18640989a9f5e4d2e84b566c52ff1fccfa0dbf4a) | mpc8544ds.c (0d75590d919454be322f21d55494b8937651fc86) |
---|---|
1/* 2 * Support for the PPC e500-based mpc8544ds board 3 * 4 * Copyright 2012 Freescale Semiconductor, Inc. 5 * 6 * This is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11 | 1/* 2 * Support for the PPC e500-based mpc8544ds board 3 * 4 * Copyright 2012 Freescale Semiconductor, Inc. 5 * 6 * This is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or 9 * (at your option) any later version. 10 */ 11 |
12#include "config.h" | 12#include "qemu/osdep.h" |
13#include "qemu-common.h" 14#include "e500.h" 15#include "hw/boards.h" 16#include "sysemu/device_tree.h" 17#include "hw/ppc/openpic.h" 18#include "qemu/error-report.h" 19 20static void mpc8544ds_fixup_devtree(PPCE500Params *params, void *fdt) --- 40 unchanged lines hidden --- | 13#include "qemu-common.h" 14#include "e500.h" 15#include "hw/boards.h" 16#include "sysemu/device_tree.h" 17#include "hw/ppc/openpic.h" 18#include "qemu/error-report.h" 19 20static void mpc8544ds_fixup_devtree(PPCE500Params *params, void *fdt) --- 40 unchanged lines hidden --- |