raspi.c (db736e0437aa6fd7c1b7e4599c17f9619ab6b837) raspi.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 Copyright (c) 2015, Microsoft
6 * Written by Andrew Baumann
7 *
8 * Raspberry Pi 3 emulation Copyright (c) 2018 Zoltán Baldaszti
9 * Upstream code cleanup (c) 2018 Pekka Enberg
10 *
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 Copyright (c) 2015, Microsoft
6 * Written by Andrew Baumann
7 *
8 * Raspberry Pi 3 emulation Copyright (c) 2018 Zoltán Baldaszti
9 * Upstream code cleanup (c) 2018 Pekka Enberg
10 *
11 * This code is licensed under the GNU GPLv2 and later.
11 * This work is licensed under the terms of the GNU GPL, version 2 or later.
12 * See the COPYING file in the top-level directory.
12 */
13
14#include "qemu/osdep.h"
15#include "qemu/units.h"
16#include "qemu/cutils.h"
17#include "qapi/error.h"
18#include "cpu.h"
19#include "hw/arm/bcm2836.h"

--- 333 unchanged lines hidden ---
13 */
14
15#include "qemu/osdep.h"
16#include "qemu/units.h"
17#include "qemu/cutils.h"
18#include "qapi/error.h"
19#include "cpu.h"
20#include "hw/arm/bcm2836.h"

--- 333 unchanged lines hidden ---