bcm2836.c (760df0d121a836dcbf3726b80b820115aef21b30) | bcm2836.c (6111a0c0eddf320a0702c3fde17c61bb3dd02963) |
---|---|
1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Upstreaming code cleanup [including bcm2835_*] (c) 2013 Jan Petrous 4 * 5 * Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft 6 * Written by Andrew Baumann 7 * | 1/* 2 * Raspberry Pi emulation (c) 2012 Gregory Estrade 3 * Upstreaming code cleanup [including bcm2835_*] (c) 2013 Jan Petrous 4 * 5 * Rasperry Pi 2 emulation and refactoring Copyright (c) 2015, Microsoft 6 * Written by Andrew Baumann 7 * |
8 * This code is licensed under the GNU GPLv2 and later. | 8 * This work is licensed under the terms of the GNU GPL, version 2 or later. 9 * See the COPYING file in the top-level directory. |
9 */ 10 11#include "qemu/osdep.h" 12#include "qapi/error.h" 13#include "qemu/module.h" 14#include "cpu.h" 15#include "hw/arm/bcm2836.h" 16#include "hw/arm/raspi_platform.h" --- 197 unchanged lines hidden --- | 10 */ 11 12#include "qemu/osdep.h" 13#include "qapi/error.h" 14#include "qemu/module.h" 15#include "cpu.h" 16#include "hw/arm/bcm2836.h" 17#include "hw/arm/raspi_platform.h" --- 197 unchanged lines hidden --- |