msf2-soc.c (12e9493df9242a2051701e7eb64175d4e904acba) msf2-soc.c (46517dd4971fc1fdd5b379e72cc377626ad98160)
1/*
2 * SmartFusion2 SoC emulation.
3 *
4 * Copyright (c) 2017 Subbaraya Sundeep <sundeep.lkml@gmail.com>
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 16 unchanged lines hidden (view full) ---

25#include "qemu/osdep.h"
26#include "qemu/units.h"
27#include "qapi/error.h"
28#include "exec/address-spaces.h"
29#include "hw/char/serial.h"
30#include "hw/irq.h"
31#include "hw/arm/msf2-soc.h"
32#include "hw/misc/unimp.h"
1/*
2 * SmartFusion2 SoC emulation.
3 *
4 * Copyright (c) 2017 Subbaraya Sundeep <sundeep.lkml@gmail.com>
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
8 * in the Software without restriction, including without limitation the rights

--- 16 unchanged lines hidden (view full) ---

25#include "qemu/osdep.h"
26#include "qemu/units.h"
27#include "qapi/error.h"
28#include "exec/address-spaces.h"
29#include "hw/char/serial.h"
30#include "hw/irq.h"
31#include "hw/arm/msf2-soc.h"
32#include "hw/misc/unimp.h"
33#include "sysemu/sysemu.h"
33
34#define MSF2_TIMER_BASE 0x40004000
35#define MSF2_SYSREG_BASE 0x40038000
36
37#define ENVM_BASE_ADDRESS 0x60000000
38
39#define SRAM_BASE_ADDRESS 0x20000000
40

--- 206 unchanged lines hidden ---
34
35#define MSF2_TIMER_BASE 0x40004000
36#define MSF2_SYSREG_BASE 0x40038000
37
38#define ENVM_BASE_ADDRESS 0x60000000
39
40#define SRAM_BASE_ADDRESS 0x20000000
41

--- 206 unchanged lines hidden ---