bcm2835_ic.c (95a9457fd44ad97c518858a4e1586a5498f9773c) bcm2835_ic.c (6111a0c0eddf320a0702c3fde17c61bb3dd02963)
1/*
2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * Refactoring for Pi2 Copyright (c) 2015, Microsoft. Written by Andrew Baumann.
1/*
2 * Raspberry Pi emulation (c) 2012 Gregory Estrade
3 * Refactoring for Pi2 Copyright (c) 2015, Microsoft. Written by Andrew Baumann.
4 * This code is licensed under the GNU GPLv2 and later.
5 * Heavily based on pl190.c, copyright terms below:
6 *
7 * Arm PrimeCell PL190 Vector Interrupt Controller
8 *
9 * Copyright (c) 2006 CodeSourcery.
10 * Written by Paul Brook
11 *
4 * Heavily based on pl190.c, copyright terms below:
5 *
6 * Arm PrimeCell PL190 Vector Interrupt Controller
7 *
8 * Copyright (c) 2006 CodeSourcery.
9 * Written by Paul Brook
10 *
12 * This code is licensed under the GPL.
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.
13 */
14
15#include "qemu/osdep.h"
16#include "hw/intc/bcm2835_ic.h"
17#include "hw/irq.h"
18#include "migration/vmstate.h"
19#include "qemu/log.h"
20#include "qemu/module.h"

--- 221 unchanged lines hidden ---
13 */
14
15#include "qemu/osdep.h"
16#include "hw/intc/bcm2835_ic.h"
17#include "hw/irq.h"
18#include "migration/vmstate.h"
19#include "qemu/log.h"
20#include "qemu/module.h"

--- 221 unchanged lines hidden ---