kzm.c (59c58f96b270f5edd4ad10954c3a96556cb3a728) | kzm.c (46517dd4971fc1fdd5b379e72cc377626ad98160) |
---|---|
1/* 2 * KZM Board System emulation. 3 * 4 * Copyright (c) 2008 OKL and 2011 NICTA 5 * Written by Hans at OK-Labs 6 * Updated by Peter Chubb. 7 * 8 * This code is licensed under the GPL, version 2 or later. --- 10 unchanged lines hidden (view full) --- 19#include "hw/arm/fsl-imx31.h" 20#include "hw/boards.h" 21#include "qemu/error-report.h" 22#include "exec/address-spaces.h" 23#include "net/net.h" 24#include "hw/net/lan9118.h" 25#include "hw/char/serial.h" 26#include "sysemu/qtest.h" | 1/* 2 * KZM Board System emulation. 3 * 4 * Copyright (c) 2008 OKL and 2011 NICTA 5 * Written by Hans at OK-Labs 6 * Updated by Peter Chubb. 7 * 8 * This code is licensed under the GPL, version 2 or later. --- 10 unchanged lines hidden (view full) --- 19#include "hw/arm/fsl-imx31.h" 20#include "hw/boards.h" 21#include "qemu/error-report.h" 22#include "exec/address-spaces.h" 23#include "net/net.h" 24#include "hw/net/lan9118.h" 25#include "hw/char/serial.h" 26#include "sysemu/qtest.h" |
27#include "sysemu/sysemu.h" |
|
27 28/* Memory map for Kzm Emulation Baseboard: 29 * 0x00000000-0x7fffffff See i.MX31 SOC for support 30 * 0x80000000-0x8fffffff RAM EMULATED 31 * 0x90000000-0x9fffffff RAM EMULATED 32 * 0xa0000000-0xafffffff Flash IGNORED 33 * 0xb0000000-0xb3ffffff Unavailable IGNORED 34 * 0xb4000000-0xb4000fff 8-bit free space IGNORED --- 112 unchanged lines hidden --- | 28 29/* Memory map for Kzm Emulation Baseboard: 30 * 0x00000000-0x7fffffff See i.MX31 SOC for support 31 * 0x80000000-0x8fffffff RAM EMULATED 32 * 0x90000000-0x9fffffff RAM EMULATED 33 * 0xa0000000-0xafffffff Flash IGNORED 34 * 0xb0000000-0xb3ffffff Unavailable IGNORED 35 * 0xb4000000-0xb4000fff 8-bit free space IGNORED --- 112 unchanged lines hidden --- |