mirror of
https://gitlab.com/qemu-project/qemu.git
synced 2024-12-07 14:00:21 +03:00
target/nios2: Remove the deprecated Nios II target
The Nios II target is deprecated since v8.2 in commit 9997771bc1
("target/nios2: Deprecate the Nios II architecture").
Remove:
- Buildsys / CI infra
- User emulation
- System emulation (10m50-ghrd & nios2-generic-nommu machines)
- Tests
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Acked-by: Marek Vasut <marex@denx.de>
Message-Id: <20240327144806.11319-3-philmd@linaro.org>
This commit is contained in:
parent
92360d6e62
commit
6c3014858c
@ -164,7 +164,7 @@ build-system-centos:
|
||||
CONFIGURE_ARGS: --disable-nettle --enable-gcrypt --enable-vfio-user-server
|
||||
--enable-modules --enable-trace-backends=dtrace --enable-docs
|
||||
TARGETS: ppc64-softmmu or1k-softmmu s390x-softmmu
|
||||
x86_64-softmmu rx-softmmu sh4-softmmu nios2-softmmu
|
||||
x86_64-softmmu rx-softmmu sh4-softmmu
|
||||
MAKE_CHECK_ARGS: check-build
|
||||
|
||||
# Previous QEMU release. Used for cross-version migration tests.
|
||||
@ -254,7 +254,7 @@ avocado-system-centos:
|
||||
IMAGE: centos8
|
||||
MAKE_CHECK_ARGS: check-avocado
|
||||
AVOCADO_TAGS: arch:ppc64 arch:or1k arch:s390x arch:x86_64 arch:rx
|
||||
arch:sh4 arch:nios2
|
||||
arch:sh4
|
||||
|
||||
build-system-opensuse:
|
||||
extends:
|
||||
|
@ -72,7 +72,7 @@
|
||||
- ../configure --enable-werror --disable-docs $QEMU_CONFIGURE_OPTS
|
||||
--disable-system --target-list-exclude="aarch64_be-linux-user
|
||||
alpha-linux-user cris-linux-user m68k-linux-user microblazeel-linux-user
|
||||
nios2-linux-user or1k-linux-user ppc-linux-user sparc-linux-user
|
||||
or1k-linux-user ppc-linux-user sparc-linux-user
|
||||
xtensa-linux-user $CROSS_SKIP_TARGETS"
|
||||
- make -j$(expr $(nproc) + 1) all check-build $MAKE_CHECK_ARGS
|
||||
|
||||
|
@ -167,7 +167,7 @@ cross-win64-system:
|
||||
IMAGE: fedora-win64-cross
|
||||
EXTRA_CONFIGURE_OPTS: --enable-fdt=internal --disable-plugins
|
||||
CROSS_SKIP_TARGETS: alpha-softmmu avr-softmmu hppa-softmmu
|
||||
m68k-softmmu microblazeel-softmmu nios2-softmmu
|
||||
m68k-softmmu microblazeel-softmmu
|
||||
or1k-softmmu rx-softmmu sh4eb-softmmu sparc64-softmmu
|
||||
tricore-softmmu xtensaeb-softmmu
|
||||
artifacts:
|
||||
|
13
MAINTAINERS
13
MAINTAINERS
@ -291,19 +291,6 @@ F: disas/*mips.c
|
||||
F: docs/system/cpu-models-mips.rst.inc
|
||||
F: tests/tcg/mips/
|
||||
|
||||
NiosII TCG CPUs
|
||||
R: Chris Wulff <crwulff@gmail.com>
|
||||
R: Marek Vasut <marex@denx.de>
|
||||
S: Orphan
|
||||
F: target/nios2/
|
||||
F: hw/nios2/
|
||||
F: hw/intc/nios2_vic.c
|
||||
F: disas/nios2.c
|
||||
F: include/hw/intc/nios2_vic.h
|
||||
F: configs/devices/nios2-softmmu/default.mak
|
||||
F: tests/docker/dockerfiles/debian-nios2-cross.d/build-toolchain.sh
|
||||
F: tests/tcg/nios2/
|
||||
|
||||
OpenRISC TCG CPUs
|
||||
M: Stafford Horne <shorne@gmail.com>
|
||||
S: Odd Fixes
|
||||
|
@ -1,6 +0,0 @@
|
||||
# Default configuration for nios2-softmmu
|
||||
|
||||
# Boards:
|
||||
#
|
||||
CONFIG_NIOS2_10M50=y
|
||||
CONFIG_NIOS2_GENERIC_NOMMU=y
|
@ -1 +0,0 @@
|
||||
TARGET_ARCH=nios2
|
@ -1,2 +0,0 @@
|
||||
TARGET_ARCH=nios2
|
||||
TARGET_NEED_FDT=y
|
2
configure
vendored
2
configure
vendored
@ -1169,7 +1169,6 @@ fi
|
||||
: ${cross_prefix_mips64="mips64-linux-gnuabi64-"}
|
||||
: ${cross_prefix_mipsel="mipsel-linux-gnu-"}
|
||||
: ${cross_prefix_mips="mips-linux-gnu-"}
|
||||
: ${cross_prefix_nios2="nios2-linux-gnu-"}
|
||||
: ${cross_prefix_ppc="powerpc-linux-gnu-"}
|
||||
: ${cross_prefix_ppc64="powerpc64-linux-gnu-"}
|
||||
: ${cross_prefix_ppc64le="$cross_prefix_ppc64"}
|
||||
@ -1258,7 +1257,6 @@ probe_target_compiler() {
|
||||
mips64) container_hosts=x86_64 ;;
|
||||
mipsel) container_hosts=x86_64 ;;
|
||||
mips) container_hosts=x86_64 ;;
|
||||
nios2) container_hosts=x86_64 ;;
|
||||
ppc) container_hosts=x86_64 ;;
|
||||
ppc64|ppc64le) container_hosts=x86_64 ;;
|
||||
riscv64) container_hosts=x86_64 ;;
|
||||
|
@ -5,7 +5,6 @@ common_ss.add(when: 'CONFIG_HPPA_DIS', if_true: files('hppa.c'))
|
||||
common_ss.add(when: 'CONFIG_M68K_DIS', if_true: files('m68k.c'))
|
||||
common_ss.add(when: 'CONFIG_MICROBLAZE_DIS', if_true: files('microblaze.c'))
|
||||
common_ss.add(when: 'CONFIG_MIPS_DIS', if_true: files('mips.c', 'nanomips.c'))
|
||||
common_ss.add(when: 'CONFIG_NIOS2_DIS', if_true: files('nios2.c'))
|
||||
common_ss.add(when: 'CONFIG_RISCV_DIS', if_true: files(
|
||||
'riscv.c',
|
||||
'riscv-xthead.c',
|
||||
|
3514
disas/nios2.c
3514
disas/nios2.c
File diff suppressed because it is too large
Load Diff
@ -185,12 +185,6 @@ it. Since all recent x86 hardware from the past >10 years is capable of the
|
||||
System emulator CPUs
|
||||
--------------------
|
||||
|
||||
Nios II CPU (since 8.2)
|
||||
'''''''''''''''''''''''
|
||||
|
||||
The Nios II architecture is orphan. The ``nios2`` guest CPU support is
|
||||
deprecated and will be removed in a future version of QEMU.
|
||||
|
||||
``power5+`` and ``power7+`` CPU names (since 9.0)
|
||||
'''''''''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
@ -226,11 +220,6 @@ These old machine types are quite neglected nowadays and thus might have
|
||||
various pitfalls with regards to live migration. Use a newer machine type
|
||||
instead.
|
||||
|
||||
Nios II ``10m50-ghrd`` and ``nios2-generic-nommu`` machines (since 8.2)
|
||||
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
The Nios II architecture is orphan.
|
||||
|
||||
``shix`` (since 9.0)
|
||||
''''''''''''''''''''
|
||||
|
||||
|
@ -58,10 +58,6 @@ depending on the guest architecture.
|
||||
- :ref:`Yes<MIPS-System-emulator>`
|
||||
- Yes
|
||||
- Venerable RISC architecture originally out of Stanford University
|
||||
* - Nios2
|
||||
- Yes
|
||||
- Yes
|
||||
- 32 bit embedded soft-core by Altera
|
||||
* - OpenRISC
|
||||
- :ref:`Yes<OpenRISC-System-emulator>`
|
||||
- Yes
|
||||
@ -180,9 +176,6 @@ for that architecture.
|
||||
* - MIPS
|
||||
- System
|
||||
- Unified Hosting Interface (MD01069)
|
||||
* - Nios II
|
||||
- System
|
||||
- https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;a=blob;f=libgloss/nios2/nios2-semi.txt;hb=HEAD
|
||||
* - RISC-V
|
||||
- System and User-mode
|
||||
- https://github.com/riscv/riscv-semihosting-spec/blob/main/riscv-semihosting-spec.adoc
|
||||
|
@ -757,6 +757,12 @@ x86 ``Icelake-Client`` CPU (removed in 7.1)
|
||||
There isn't ever Icelake Client CPU, it is some wrong and imaginary one.
|
||||
Use ``Icelake-Server`` instead.
|
||||
|
||||
Nios II CPU (removed in 9.1)
|
||||
''''''''''''''''''''''''''''
|
||||
|
||||
QEMU Nios II architecture was orphan; Intel has EOL'ed the Nios II
|
||||
processor IP (see `Intel discontinuance notification`_).
|
||||
|
||||
System accelerators
|
||||
-------------------
|
||||
|
||||
@ -841,6 +847,11 @@ ppc ``taihu`` machine (removed in 7.2)
|
||||
This machine was removed because it was partially emulated and 405
|
||||
machines are very similar. Use the ``ref405ep`` machine instead.
|
||||
|
||||
Nios II ``10m50-ghrd`` and ``nios2-generic-nommu`` machines (removed in 9.1)
|
||||
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
|
||||
|
||||
The Nios II architecture was orphan.
|
||||
|
||||
linux-user mode CPUs
|
||||
--------------------
|
||||
|
||||
@ -860,6 +871,11 @@ The ``ppc64abi32`` architecture has a number of issues which regularly
|
||||
tripped up the CI testing and was suspected to be quite broken. For that
|
||||
reason the maintainers strongly suspected no one actually used it.
|
||||
|
||||
``nios2`` CPU (removed in 9.1)
|
||||
''''''''''''''''''''''''''''''
|
||||
|
||||
QEMU Nios II architecture was orphan; Intel has EOL'ed the Nios II
|
||||
processor IP (see `Intel discontinuance notification`_).
|
||||
|
||||
TCG introspection features
|
||||
--------------------------
|
||||
@ -1006,3 +1022,4 @@ stable for some time and is now widely used.
|
||||
The command line and feature set is very close to the removed
|
||||
C implementation.
|
||||
|
||||
.. _Intel discontinuance notification: https://www.intel.com/content/www/us/en/content-details/781327/intel-is-discontinuing-ip-ordering-codes-listed-in-pdn2312-for-nios-ii-ip.html
|
||||
|
@ -24,7 +24,7 @@ Deterministic replay has the following features:
|
||||
* Writes execution log into the file for later replaying for multiple times
|
||||
on different machines.
|
||||
* Supports i386, x86_64, ARM, AArch64, Risc-V, MIPS, MIPS64, S390X, Alpha,
|
||||
PowerPC, PowerPC64, M68000, Microblaze, OpenRISC, Nios II, SPARC,
|
||||
PowerPC, PowerPC64, M68000, Microblaze, OpenRISC, SPARC,
|
||||
and Xtensa hardware platforms.
|
||||
* Performs deterministic replay of all operations with keyboard and mouse
|
||||
input devices, serial ports, and network.
|
||||
|
@ -159,10 +159,6 @@ Other binaries
|
||||
* ``qemu-mipsn32el`` executes 32-bit little endian MIPS binaries (MIPS N32
|
||||
ABI).
|
||||
|
||||
- user mode (NiosII)
|
||||
|
||||
* ``qemu-nios2`` TODO.
|
||||
|
||||
- user mode (PowerPC)
|
||||
|
||||
* ``qemu-ppc64`` TODO.
|
||||
|
@ -152,7 +152,7 @@ static void parts64_default_nan(FloatParts64 *p, float_status *status)
|
||||
/*
|
||||
* This case is true for Alpha, ARM, MIPS, OpenRISC, PPC, RISC-V,
|
||||
* S390, SH4, TriCore, and Xtensa. Our other supported targets,
|
||||
* CRIS and Nios2, do not have floating-point.
|
||||
* such CRIS, do not have floating-point.
|
||||
*/
|
||||
if (snan_bit_is_one(status)) {
|
||||
/* set all bits other than msb */
|
||||
|
@ -57,7 +57,6 @@ source loongarch/Kconfig
|
||||
source m68k/Kconfig
|
||||
source microblaze/Kconfig
|
||||
source mips/Kconfig
|
||||
source nios2/Kconfig
|
||||
source openrisc/Kconfig
|
||||
source ppc/Kconfig
|
||||
source riscv/Kconfig
|
||||
|
@ -87,9 +87,6 @@ config GOLDFISH_PIC
|
||||
config M68K_IRQC
|
||||
bool
|
||||
|
||||
config NIOS2_VIC
|
||||
bool
|
||||
|
||||
config LOONGARCH_IPI
|
||||
bool
|
||||
|
||||
|
@ -68,7 +68,6 @@ specific_ss.add(when: 'CONFIG_XIVE', if_true: files('xive.c'))
|
||||
specific_ss.add(when: ['CONFIG_KVM', 'CONFIG_XIVE'],
|
||||
if_true: files('spapr_xive_kvm.c'))
|
||||
specific_ss.add(when: 'CONFIG_M68K_IRQC', if_true: files('m68k_irqc.c'))
|
||||
specific_ss.add(when: 'CONFIG_NIOS2_VIC', if_true: files('nios2_vic.c'))
|
||||
specific_ss.add(when: 'CONFIG_LOONGARCH_IPI', if_true: files('loongarch_ipi.c'))
|
||||
specific_ss.add(when: 'CONFIG_LOONGARCH_PCH_PIC', if_true: files('loongarch_pch_pic.c'))
|
||||
specific_ss.add(when: 'CONFIG_LOONGARCH_PCH_MSI', if_true: files('loongarch_pch_msi.c'))
|
||||
|
@ -1,313 +0,0 @@
|
||||
/*
|
||||
* Vectored Interrupt Controller for nios2 processor
|
||||
*
|
||||
* Copyright (c) 2022 Neuroblade
|
||||
*
|
||||
* Interface:
|
||||
* QOM property "cpu": link to the Nios2 CPU (must be set)
|
||||
* Unnamed GPIO inputs 0..NIOS2_VIC_MAX_IRQ-1: input IRQ lines
|
||||
* IRQ should be connected to nios2 IRQ0.
|
||||
*
|
||||
* Reference: "Embedded Peripherals IP User Guide
|
||||
* for Intel® Quartus® Prime Design Suite: 21.4"
|
||||
* Chapter 38 "Vectored Interrupt Controller Core"
|
||||
* See: https://www.intel.com/content/www/us/en/docs/programmable/683130/21-4/vectored-interrupt-controller-core.html
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
|
||||
#include "hw/irq.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "hw/sysbus.h"
|
||||
#include "migration/vmstate.h"
|
||||
#include "qapi/error.h"
|
||||
#include "qemu/bitops.h"
|
||||
#include "qemu/log.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/intc/nios2_vic.h"
|
||||
#include "cpu.h"
|
||||
|
||||
|
||||
enum {
|
||||
INT_CONFIG0 = 0,
|
||||
INT_CONFIG31 = 31,
|
||||
INT_ENABLE = 32,
|
||||
INT_ENABLE_SET = 33,
|
||||
INT_ENABLE_CLR = 34,
|
||||
INT_PENDING = 35,
|
||||
INT_RAW_STATUS = 36,
|
||||
SW_INTERRUPT = 37,
|
||||
SW_INTERRUPT_SET = 38,
|
||||
SW_INTERRUPT_CLR = 39,
|
||||
VIC_CONFIG = 40,
|
||||
VIC_STATUS = 41,
|
||||
VEC_TBL_BASE = 42,
|
||||
VEC_TBL_ADDR = 43,
|
||||
CSR_COUNT /* Last! */
|
||||
};
|
||||
|
||||
/* Requested interrupt level (INT_CONFIG[0:5]) */
|
||||
static inline uint32_t vic_int_config_ril(const Nios2VIC *vic, int irq_num)
|
||||
{
|
||||
return extract32(vic->int_config[irq_num], 0, 6);
|
||||
}
|
||||
|
||||
/* Requested NMI (INT_CONFIG[6]) */
|
||||
static inline uint32_t vic_int_config_rnmi(const Nios2VIC *vic, int irq_num)
|
||||
{
|
||||
return extract32(vic->int_config[irq_num], 6, 1);
|
||||
}
|
||||
|
||||
/* Requested register set (INT_CONFIG[7:12]) */
|
||||
static inline uint32_t vic_int_config_rrs(const Nios2VIC *vic, int irq_num)
|
||||
{
|
||||
return extract32(vic->int_config[irq_num], 7, 6);
|
||||
}
|
||||
|
||||
static inline uint32_t vic_config_vec_size(const Nios2VIC *vic)
|
||||
{
|
||||
return 1 << (2 + extract32(vic->vic_config, 0, 3));
|
||||
}
|
||||
|
||||
static inline uint32_t vic_int_pending(const Nios2VIC *vic)
|
||||
{
|
||||
return (vic->int_raw_status | vic->sw_int) & vic->int_enable;
|
||||
}
|
||||
|
||||
static void vic_update_irq(Nios2VIC *vic)
|
||||
{
|
||||
Nios2CPU *cpu = NIOS2_CPU(vic->cpu);
|
||||
uint32_t pending = vic_int_pending(vic);
|
||||
int irq = -1;
|
||||
int max_ril = 0;
|
||||
/* Note that if RIL is 0 for an interrupt it is effectively disabled */
|
||||
|
||||
vic->vec_tbl_addr = 0;
|
||||
vic->vic_status = 0;
|
||||
|
||||
if (pending == 0) {
|
||||
qemu_irq_lower(vic->output_int);
|
||||
return;
|
||||
}
|
||||
|
||||
for (int i = 0; i < NIOS2_VIC_MAX_IRQ; i++) {
|
||||
if (pending & BIT(i)) {
|
||||
int ril = vic_int_config_ril(vic, i);
|
||||
if (ril > max_ril) {
|
||||
irq = i;
|
||||
max_ril = ril;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (irq < 0) {
|
||||
qemu_irq_lower(vic->output_int);
|
||||
return;
|
||||
}
|
||||
|
||||
vic->vec_tbl_addr = irq * vic_config_vec_size(vic) + vic->vec_tbl_base;
|
||||
vic->vic_status = irq | BIT(31);
|
||||
|
||||
/*
|
||||
* In hardware, the interface between the VIC and the CPU is via the
|
||||
* External Interrupt Controller interface, where the interrupt controller
|
||||
* presents the CPU with a packet of data containing:
|
||||
* - Requested Handler Address (RHA): 32 bits
|
||||
* - Requested Register Set (RRS) : 6 bits
|
||||
* - Requested Interrupt Level (RIL) : 6 bits
|
||||
* - Requested NMI flag (RNMI) : 1 bit
|
||||
* In our emulation, we implement this by writing the data directly to
|
||||
* fields in the CPU object and then raising the IRQ line to tell
|
||||
* the CPU that we've done so.
|
||||
*/
|
||||
|
||||
cpu->rha = vic->vec_tbl_addr;
|
||||
cpu->ril = max_ril;
|
||||
cpu->rrs = vic_int_config_rrs(vic, irq);
|
||||
cpu->rnmi = vic_int_config_rnmi(vic, irq);
|
||||
|
||||
qemu_irq_raise(vic->output_int);
|
||||
}
|
||||
|
||||
static void vic_set_irq(void *opaque, int irq_num, int level)
|
||||
{
|
||||
Nios2VIC *vic = opaque;
|
||||
|
||||
vic->int_raw_status = deposit32(vic->int_raw_status, irq_num, 1, !!level);
|
||||
vic_update_irq(vic);
|
||||
}
|
||||
|
||||
static void nios2_vic_reset(DeviceState *dev)
|
||||
{
|
||||
Nios2VIC *vic = NIOS2_VIC(dev);
|
||||
|
||||
memset(&vic->int_config, 0, sizeof(vic->int_config));
|
||||
vic->vic_config = 0;
|
||||
vic->int_raw_status = 0;
|
||||
vic->int_enable = 0;
|
||||
vic->sw_int = 0;
|
||||
vic->vic_status = 0;
|
||||
vic->vec_tbl_base = 0;
|
||||
vic->vec_tbl_addr = 0;
|
||||
}
|
||||
|
||||
static uint64_t nios2_vic_csr_read(void *opaque, hwaddr offset, unsigned size)
|
||||
{
|
||||
Nios2VIC *vic = opaque;
|
||||
int index = offset / 4;
|
||||
|
||||
switch (index) {
|
||||
case INT_CONFIG0 ... INT_CONFIG31:
|
||||
return vic->int_config[index - INT_CONFIG0];
|
||||
case INT_ENABLE:
|
||||
return vic->int_enable;
|
||||
case INT_PENDING:
|
||||
return vic_int_pending(vic);
|
||||
case INT_RAW_STATUS:
|
||||
return vic->int_raw_status;
|
||||
case SW_INTERRUPT:
|
||||
return vic->sw_int;
|
||||
case VIC_CONFIG:
|
||||
return vic->vic_config;
|
||||
case VIC_STATUS:
|
||||
return vic->vic_status;
|
||||
case VEC_TBL_BASE:
|
||||
return vic->vec_tbl_base;
|
||||
case VEC_TBL_ADDR:
|
||||
return vic->vec_tbl_addr;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
static void nios2_vic_csr_write(void *opaque, hwaddr offset, uint64_t value,
|
||||
unsigned size)
|
||||
{
|
||||
Nios2VIC *vic = opaque;
|
||||
int index = offset / 4;
|
||||
|
||||
switch (index) {
|
||||
case INT_CONFIG0 ... INT_CONFIG31:
|
||||
vic->int_config[index - INT_CONFIG0] = value;
|
||||
break;
|
||||
case INT_ENABLE:
|
||||
vic->int_enable = value;
|
||||
break;
|
||||
case INT_ENABLE_SET:
|
||||
vic->int_enable |= value;
|
||||
break;
|
||||
case INT_ENABLE_CLR:
|
||||
vic->int_enable &= ~value;
|
||||
break;
|
||||
case SW_INTERRUPT:
|
||||
vic->sw_int = value;
|
||||
break;
|
||||
case SW_INTERRUPT_SET:
|
||||
vic->sw_int |= value;
|
||||
break;
|
||||
case SW_INTERRUPT_CLR:
|
||||
vic->sw_int &= ~value;
|
||||
break;
|
||||
case VIC_CONFIG:
|
||||
vic->vic_config = value;
|
||||
break;
|
||||
case VEC_TBL_BASE:
|
||||
vic->vec_tbl_base = value;
|
||||
break;
|
||||
default:
|
||||
qemu_log_mask(LOG_GUEST_ERROR,
|
||||
"nios2-vic: write to invalid CSR address %#"
|
||||
HWADDR_PRIx "\n", offset);
|
||||
}
|
||||
|
||||
vic_update_irq(vic);
|
||||
}
|
||||
|
||||
static const MemoryRegionOps nios2_vic_csr_ops = {
|
||||
.read = nios2_vic_csr_read,
|
||||
.write = nios2_vic_csr_write,
|
||||
.endianness = DEVICE_LITTLE_ENDIAN,
|
||||
.valid = { .min_access_size = 4, .max_access_size = 4 }
|
||||
};
|
||||
|
||||
static void nios2_vic_realize(DeviceState *dev, Error **errp)
|
||||
{
|
||||
Nios2VIC *vic = NIOS2_VIC(dev);
|
||||
|
||||
if (!vic->cpu) {
|
||||
/* This is a programming error in the code using this device */
|
||||
error_setg(errp, "nios2-vic 'cpu' link property was not set");
|
||||
return;
|
||||
}
|
||||
|
||||
sysbus_init_irq(SYS_BUS_DEVICE(dev), &vic->output_int);
|
||||
qdev_init_gpio_in(dev, vic_set_irq, NIOS2_VIC_MAX_IRQ);
|
||||
|
||||
memory_region_init_io(&vic->csr, OBJECT(dev), &nios2_vic_csr_ops, vic,
|
||||
"nios2.vic.csr", CSR_COUNT * sizeof(uint32_t));
|
||||
sysbus_init_mmio(SYS_BUS_DEVICE(dev), &vic->csr);
|
||||
}
|
||||
|
||||
static Property nios2_vic_properties[] = {
|
||||
DEFINE_PROP_LINK("cpu", Nios2VIC, cpu, TYPE_CPU, CPUState *),
|
||||
DEFINE_PROP_END_OF_LIST()
|
||||
};
|
||||
|
||||
static const VMStateDescription nios2_vic_vmstate = {
|
||||
.name = "nios2-vic",
|
||||
.version_id = 1,
|
||||
.minimum_version_id = 1,
|
||||
.fields = (const VMStateField[]){
|
||||
VMSTATE_UINT32_ARRAY(int_config, Nios2VIC, 32),
|
||||
VMSTATE_UINT32(vic_config, Nios2VIC),
|
||||
VMSTATE_UINT32(int_raw_status, Nios2VIC),
|
||||
VMSTATE_UINT32(int_enable, Nios2VIC),
|
||||
VMSTATE_UINT32(sw_int, Nios2VIC),
|
||||
VMSTATE_UINT32(vic_status, Nios2VIC),
|
||||
VMSTATE_UINT32(vec_tbl_base, Nios2VIC),
|
||||
VMSTATE_UINT32(vec_tbl_addr, Nios2VIC),
|
||||
VMSTATE_END_OF_LIST()
|
||||
},
|
||||
};
|
||||
|
||||
static void nios2_vic_class_init(ObjectClass *klass, void *data)
|
||||
{
|
||||
DeviceClass *dc = DEVICE_CLASS(klass);
|
||||
|
||||
dc->reset = nios2_vic_reset;
|
||||
dc->realize = nios2_vic_realize;
|
||||
dc->vmsd = &nios2_vic_vmstate;
|
||||
device_class_set_props(dc, nios2_vic_properties);
|
||||
}
|
||||
|
||||
static const TypeInfo nios2_vic_info = {
|
||||
.name = TYPE_NIOS2_VIC,
|
||||
.parent = TYPE_SYS_BUS_DEVICE,
|
||||
.instance_size = sizeof(Nios2VIC),
|
||||
.class_init = nios2_vic_class_init,
|
||||
};
|
||||
|
||||
static void nios2_vic_register_types(void)
|
||||
{
|
||||
type_register_static(&nios2_vic_info);
|
||||
}
|
||||
|
||||
type_init(nios2_vic_register_types);
|
@ -56,7 +56,6 @@ subdir('loongarch')
|
||||
subdir('m68k')
|
||||
subdir('microblaze')
|
||||
subdir('mips')
|
||||
subdir('nios2')
|
||||
subdir('openrisc')
|
||||
subdir('ppc')
|
||||
subdir('remote')
|
||||
|
@ -1,181 +0,0 @@
|
||||
/*
|
||||
* Altera 10M50 Nios2 GHRD
|
||||
*
|
||||
* Copyright (c) 2016 Marek Vasut <marek.vasut@gmail.com>
|
||||
*
|
||||
* Based on LabX device code
|
||||
*
|
||||
* Copyright (c) 2012 Chris Wulff <crwulff@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, see
|
||||
* <http://www.gnu.org/licenses/lgpl-2.1.html>
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/intc/nios2_vic.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/boards.h"
|
||||
#include "exec/memory.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "qemu/config-file.h"
|
||||
|
||||
#include "boot.h"
|
||||
|
||||
struct Nios2MachineState {
|
||||
MachineState parent_obj;
|
||||
|
||||
MemoryRegion phys_tcm;
|
||||
MemoryRegion phys_tcm_alias;
|
||||
MemoryRegion phys_ram;
|
||||
MemoryRegion phys_ram_alias;
|
||||
|
||||
bool vic;
|
||||
};
|
||||
|
||||
#define TYPE_NIOS2_MACHINE MACHINE_TYPE_NAME("10m50-ghrd")
|
||||
OBJECT_DECLARE_TYPE(Nios2MachineState, MachineClass, NIOS2_MACHINE)
|
||||
|
||||
#define BINARY_DEVICE_TREE_FILE "10m50-devboard.dtb"
|
||||
|
||||
static void nios2_10m50_ghrd_init(MachineState *machine)
|
||||
{
|
||||
Nios2MachineState *nms = NIOS2_MACHINE(machine);
|
||||
Nios2CPU *cpu;
|
||||
DeviceState *dev;
|
||||
MemoryRegion *address_space_mem = get_system_memory();
|
||||
ram_addr_t tcm_base = 0x0;
|
||||
ram_addr_t tcm_size = 0x1000; /* 1 kiB, but QEMU limit is 4 kiB */
|
||||
ram_addr_t ram_base = 0x08000000;
|
||||
ram_addr_t ram_size = 0x08000000;
|
||||
qemu_irq irq[32];
|
||||
int i;
|
||||
|
||||
/* Physical TCM (tb_ram_1k) with alias at 0xc0000000 */
|
||||
memory_region_init_ram(&nms->phys_tcm, NULL, "nios2.tcm", tcm_size,
|
||||
&error_abort);
|
||||
memory_region_init_alias(&nms->phys_tcm_alias, NULL, "nios2.tcm.alias",
|
||||
&nms->phys_tcm, 0, tcm_size);
|
||||
memory_region_add_subregion(address_space_mem, tcm_base, &nms->phys_tcm);
|
||||
memory_region_add_subregion(address_space_mem, 0xc0000000 + tcm_base,
|
||||
&nms->phys_tcm_alias);
|
||||
|
||||
/* Physical DRAM with alias at 0xc0000000 */
|
||||
memory_region_init_ram(&nms->phys_ram, NULL, "nios2.ram", ram_size,
|
||||
&error_abort);
|
||||
memory_region_init_alias(&nms->phys_ram_alias, NULL, "nios2.ram.alias",
|
||||
&nms->phys_ram, 0, ram_size);
|
||||
memory_region_add_subregion(address_space_mem, ram_base, &nms->phys_ram);
|
||||
memory_region_add_subregion(address_space_mem, 0xc0000000 + ram_base,
|
||||
&nms->phys_ram_alias);
|
||||
|
||||
/* Create CPU. We need to set eic_present between init and realize. */
|
||||
cpu = NIOS2_CPU(object_new(TYPE_NIOS2_CPU));
|
||||
|
||||
/* Enable the External Interrupt Controller within the CPU. */
|
||||
cpu->eic_present = nms->vic;
|
||||
|
||||
/* Configure new exception vectors. */
|
||||
cpu->reset_addr = 0xd4000000;
|
||||
cpu->exception_addr = 0xc8000120;
|
||||
cpu->fast_tlb_miss_addr = 0xc0000100;
|
||||
|
||||
qdev_realize_and_unref(DEVICE(cpu), NULL, &error_fatal);
|
||||
|
||||
if (nms->vic) {
|
||||
dev = qdev_new(TYPE_NIOS2_VIC);
|
||||
MemoryRegion *dev_mr;
|
||||
qemu_irq cpu_irq;
|
||||
|
||||
object_property_set_link(OBJECT(dev), "cpu", OBJECT(cpu), &error_fatal);
|
||||
sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), &error_fatal);
|
||||
|
||||
cpu_irq = qdev_get_gpio_in_named(DEVICE(cpu), "EIC", 0);
|
||||
sysbus_connect_irq(SYS_BUS_DEVICE(dev), 0, cpu_irq);
|
||||
for (i = 0; i < 32; i++) {
|
||||
irq[i] = qdev_get_gpio_in(dev, i);
|
||||
}
|
||||
|
||||
dev_mr = sysbus_mmio_get_region(SYS_BUS_DEVICE(dev), 0);
|
||||
memory_region_add_subregion(address_space_mem, 0x18002000, dev_mr);
|
||||
} else {
|
||||
for (i = 0; i < 32; i++) {
|
||||
irq[i] = qdev_get_gpio_in_named(DEVICE(cpu), "IRQ", i);
|
||||
}
|
||||
}
|
||||
|
||||
/* Register: Altera 16550 UART */
|
||||
serial_mm_init(address_space_mem, 0xf8001600, 2, irq[1], 115200,
|
||||
serial_hd(0), DEVICE_NATIVE_ENDIAN);
|
||||
|
||||
/* Register: Timer sys_clk_timer */
|
||||
dev = qdev_new("ALTR.timer");
|
||||
qdev_prop_set_uint32(dev, "clock-frequency", 75 * 1000000);
|
||||
sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), &error_fatal);
|
||||
sysbus_mmio_map(SYS_BUS_DEVICE(dev), 0, 0xf8001440);
|
||||
sysbus_connect_irq(SYS_BUS_DEVICE(dev), 0, irq[0]);
|
||||
|
||||
/* Register: Timer sys_clk_timer_1 */
|
||||
dev = qdev_new("ALTR.timer");
|
||||
qdev_prop_set_uint32(dev, "clock-frequency", 75 * 1000000);
|
||||
sysbus_realize_and_unref(SYS_BUS_DEVICE(dev), &error_fatal);
|
||||
sysbus_mmio_map(SYS_BUS_DEVICE(dev), 0, 0xe0000880);
|
||||
sysbus_connect_irq(SYS_BUS_DEVICE(dev), 0, irq[5]);
|
||||
|
||||
nios2_load_kernel(cpu, ram_base, ram_size, machine->initrd_filename,
|
||||
BINARY_DEVICE_TREE_FILE, NULL);
|
||||
}
|
||||
|
||||
static bool get_vic(Object *obj, Error **errp)
|
||||
{
|
||||
Nios2MachineState *nms = NIOS2_MACHINE(obj);
|
||||
return nms->vic;
|
||||
}
|
||||
|
||||
static void set_vic(Object *obj, bool value, Error **errp)
|
||||
{
|
||||
Nios2MachineState *nms = NIOS2_MACHINE(obj);
|
||||
nms->vic = value;
|
||||
}
|
||||
|
||||
static void nios2_10m50_ghrd_class_init(ObjectClass *oc, void *data)
|
||||
{
|
||||
MachineClass *mc = MACHINE_CLASS(oc);
|
||||
|
||||
mc->desc = "Altera 10M50 GHRD Nios II design";
|
||||
mc->init = nios2_10m50_ghrd_init;
|
||||
mc->is_default = true;
|
||||
mc->deprecation_reason = "Nios II architecture is deprecated";
|
||||
|
||||
object_class_property_add_bool(oc, "vic", get_vic, set_vic);
|
||||
object_class_property_set_description(oc, "vic",
|
||||
"Set on/off to enable/disable the Vectored Interrupt Controller");
|
||||
}
|
||||
|
||||
static const TypeInfo nios2_10m50_ghrd_type_info = {
|
||||
.name = TYPE_NIOS2_MACHINE,
|
||||
.parent = TYPE_MACHINE,
|
||||
.instance_size = sizeof(Nios2MachineState),
|
||||
.class_init = nios2_10m50_ghrd_class_init,
|
||||
};
|
||||
|
||||
static void nios2_10m50_ghrd_type_init(void)
|
||||
{
|
||||
type_register_static(&nios2_10m50_ghrd_type_info);
|
||||
}
|
||||
type_init(nios2_10m50_ghrd_type_init);
|
@ -1,13 +0,0 @@
|
||||
config NIOS2_10M50
|
||||
bool
|
||||
select NIOS2
|
||||
select SERIAL
|
||||
select ALTERA_TIMER
|
||||
select NIOS2_VIC
|
||||
|
||||
config NIOS2_GENERIC_NOMMU
|
||||
bool
|
||||
select NIOS2
|
||||
|
||||
config NIOS2
|
||||
bool
|
234
hw/nios2/boot.c
234
hw/nios2/boot.c
@ -1,234 +0,0 @@
|
||||
/*
|
||||
* Nios2 kernel loader
|
||||
*
|
||||
* Copyright (c) 2016 Marek Vasut <marek.vasut@gmail.com>
|
||||
*
|
||||
* Based on microblaze kernel loader
|
||||
*
|
||||
* Copyright (c) 2012 Peter Crosthwaite <peter.crosthwaite@petalogix.com>
|
||||
* Copyright (c) 2012 PetaLogix
|
||||
* Copyright (c) 2009 Edgar E. Iglesias.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qemu/units.h"
|
||||
#include "qemu/datadir.h"
|
||||
#include "qemu/option.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "qemu/guest-random.h"
|
||||
#include "sysemu/device_tree.h"
|
||||
#include "sysemu/reset.h"
|
||||
#include "hw/boards.h"
|
||||
#include "hw/loader.h"
|
||||
#include "elf.h"
|
||||
|
||||
#include "boot.h"
|
||||
|
||||
#include <libfdt.h>
|
||||
|
||||
#define NIOS2_MAGIC 0x534f494e
|
||||
|
||||
static struct nios2_boot_info {
|
||||
void (*machine_cpu_reset)(Nios2CPU *);
|
||||
uint32_t bootstrap_pc;
|
||||
uint32_t cmdline;
|
||||
uint32_t initrd_start;
|
||||
uint32_t initrd_end;
|
||||
uint32_t fdt;
|
||||
} boot_info;
|
||||
|
||||
static void main_cpu_reset(void *opaque)
|
||||
{
|
||||
Nios2CPU *cpu = opaque;
|
||||
CPUState *cs = CPU(cpu);
|
||||
CPUNios2State *env = &cpu->env;
|
||||
|
||||
cpu_reset(CPU(cpu));
|
||||
|
||||
env->regs[R_ARG0] = NIOS2_MAGIC;
|
||||
env->regs[R_ARG1] = boot_info.initrd_start;
|
||||
env->regs[R_ARG2] = boot_info.fdt;
|
||||
env->regs[R_ARG3] = boot_info.cmdline;
|
||||
|
||||
cpu_set_pc(cs, boot_info.bootstrap_pc);
|
||||
if (boot_info.machine_cpu_reset) {
|
||||
boot_info.machine_cpu_reset(cpu);
|
||||
}
|
||||
}
|
||||
|
||||
static uint64_t translate_kernel_address(void *opaque, uint64_t addr)
|
||||
{
|
||||
return addr - 0xc0000000LL;
|
||||
}
|
||||
|
||||
static int nios2_load_dtb(struct nios2_boot_info bi, const uint32_t ramsize,
|
||||
const char *kernel_cmdline, const char *dtb_filename)
|
||||
{
|
||||
MachineState *machine = MACHINE(qdev_get_machine());
|
||||
int fdt_size;
|
||||
void *fdt = NULL;
|
||||
int r;
|
||||
uint8_t rng_seed[32];
|
||||
|
||||
if (dtb_filename) {
|
||||
fdt = load_device_tree(dtb_filename, &fdt_size);
|
||||
}
|
||||
if (!fdt) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
qemu_guest_getrandom_nofail(rng_seed, sizeof(rng_seed));
|
||||
qemu_fdt_setprop(fdt, "/chosen", "rng-seed", rng_seed, sizeof(rng_seed));
|
||||
|
||||
if (kernel_cmdline) {
|
||||
r = qemu_fdt_setprop_string(fdt, "/chosen", "bootargs",
|
||||
kernel_cmdline);
|
||||
if (r < 0) {
|
||||
fprintf(stderr, "couldn't set /chosen/bootargs\n");
|
||||
}
|
||||
}
|
||||
|
||||
if (bi.initrd_start) {
|
||||
qemu_fdt_setprop_cell(fdt, "/chosen", "linux,initrd-start",
|
||||
translate_kernel_address(NULL, bi.initrd_start));
|
||||
|
||||
qemu_fdt_setprop_cell(fdt, "/chosen", "linux,initrd-end",
|
||||
translate_kernel_address(NULL, bi.initrd_end));
|
||||
}
|
||||
|
||||
cpu_physical_memory_write(bi.fdt, fdt, fdt_size);
|
||||
|
||||
/* Set machine->fdt for 'dumpdtb' QMP/HMP command */
|
||||
machine->fdt = fdt;
|
||||
|
||||
return fdt_size;
|
||||
}
|
||||
|
||||
void nios2_load_kernel(Nios2CPU *cpu, hwaddr ddr_base,
|
||||
uint32_t ramsize,
|
||||
const char *initrd_filename,
|
||||
const char *dtb_filename,
|
||||
void (*machine_cpu_reset)(Nios2CPU *))
|
||||
{
|
||||
const char *kernel_filename;
|
||||
const char *kernel_cmdline;
|
||||
const char *dtb_arg;
|
||||
char *filename = NULL;
|
||||
|
||||
kernel_filename = current_machine->kernel_filename;
|
||||
kernel_cmdline = current_machine->kernel_cmdline;
|
||||
dtb_arg = current_machine->dtb;
|
||||
/* default to pcbios dtb as passed by machine_init */
|
||||
if (!dtb_arg) {
|
||||
filename = qemu_find_file(QEMU_FILE_TYPE_BIOS, dtb_filename);
|
||||
}
|
||||
|
||||
boot_info.machine_cpu_reset = machine_cpu_reset;
|
||||
qemu_register_reset(main_cpu_reset, cpu);
|
||||
|
||||
if (kernel_filename) {
|
||||
int kernel_size, fdt_size;
|
||||
uint64_t entry, high;
|
||||
|
||||
/* Boots a kernel elf binary. */
|
||||
kernel_size = load_elf(kernel_filename, NULL, NULL, NULL,
|
||||
&entry, NULL, &high, NULL,
|
||||
TARGET_BIG_ENDIAN, EM_ALTERA_NIOS2, 0, 0);
|
||||
if ((uint32_t)entry == 0xc0000000) {
|
||||
/*
|
||||
* The Nios II processor reference guide documents that the
|
||||
* kernel is placed at virtual memory address 0xc0000000,
|
||||
* and we've got something that points there. Reload it
|
||||
* and adjust the entry to get the address in physical RAM.
|
||||
*/
|
||||
kernel_size = load_elf(kernel_filename, NULL,
|
||||
translate_kernel_address, NULL,
|
||||
&entry, NULL, NULL, NULL,
|
||||
TARGET_BIG_ENDIAN, EM_ALTERA_NIOS2, 0, 0);
|
||||
boot_info.bootstrap_pc = ddr_base + 0xc0000000 +
|
||||
(entry & 0x07ffffff);
|
||||
} else {
|
||||
/* Use the entry point in the ELF image. */
|
||||
boot_info.bootstrap_pc = (uint32_t)entry;
|
||||
}
|
||||
|
||||
/* If it wasn't an ELF image, try an u-boot image. */
|
||||
if (kernel_size < 0) {
|
||||
hwaddr uentry, loadaddr = LOAD_UIMAGE_LOADADDR_INVALID;
|
||||
|
||||
kernel_size = load_uimage(kernel_filename, &uentry, &loadaddr, 0,
|
||||
NULL, NULL);
|
||||
boot_info.bootstrap_pc = uentry;
|
||||
high = loadaddr + kernel_size;
|
||||
}
|
||||
|
||||
/* Not an ELF image nor an u-boot image, try a RAW image. */
|
||||
if (kernel_size < 0) {
|
||||
kernel_size = load_image_targphys(kernel_filename, ddr_base,
|
||||
ramsize);
|
||||
boot_info.bootstrap_pc = ddr_base;
|
||||
high = ddr_base + kernel_size;
|
||||
}
|
||||
|
||||
high = ROUND_UP(high, 1 * MiB);
|
||||
|
||||
/* If initrd is available, it goes after the kernel, aligned to 1M. */
|
||||
if (initrd_filename) {
|
||||
int initrd_size;
|
||||
uint32_t initrd_offset;
|
||||
|
||||
boot_info.initrd_start = high;
|
||||
initrd_offset = boot_info.initrd_start - ddr_base;
|
||||
|
||||
initrd_size = load_ramdisk(initrd_filename,
|
||||
boot_info.initrd_start,
|
||||
ramsize - initrd_offset);
|
||||
if (initrd_size < 0) {
|
||||
initrd_size = load_image_targphys(initrd_filename,
|
||||
boot_info.initrd_start,
|
||||
ramsize - initrd_offset);
|
||||
}
|
||||
if (initrd_size < 0) {
|
||||
error_report("could not load initrd '%s'",
|
||||
initrd_filename);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
high += initrd_size;
|
||||
}
|
||||
high = ROUND_UP(high, 4);
|
||||
boot_info.initrd_end = high;
|
||||
|
||||
/* Device tree must be placed right after initrd (if available) */
|
||||
boot_info.fdt = high;
|
||||
fdt_size = nios2_load_dtb(boot_info, ramsize, kernel_cmdline,
|
||||
/* Preference a -dtb argument */
|
||||
dtb_arg ? dtb_arg : filename);
|
||||
high += fdt_size;
|
||||
|
||||
/* Kernel command is at the end, 4k aligned. */
|
||||
boot_info.cmdline = ROUND_UP(high, 4 * KiB);
|
||||
if (kernel_cmdline && strlen(kernel_cmdline)) {
|
||||
pstrcpy_targphys("cmdline", boot_info.cmdline, 256, kernel_cmdline);
|
||||
}
|
||||
}
|
||||
g_free(filename);
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
#ifndef NIOS2_BOOT_H
|
||||
#define NIOS2_BOOT_H
|
||||
|
||||
#include "cpu.h"
|
||||
|
||||
void nios2_load_kernel(Nios2CPU *cpu, hwaddr ddr_base, uint32_t ramsize,
|
||||
const char *initrd_filename, const char *dtb_filename,
|
||||
void (*machine_cpu_reset)(Nios2CPU *));
|
||||
|
||||
#endif /* NIOS2_BOOT_H */
|
@ -1,101 +0,0 @@
|
||||
/*
|
||||
* Generic simulator target with no MMU or devices. This emulation is
|
||||
* compatible with the libgloss qemu-hosted.ld linker script for using
|
||||
* QEMU as an instruction set simulator.
|
||||
*
|
||||
* Copyright (c) 2018-2019 Mentor Graphics
|
||||
*
|
||||
* Copyright (c) 2016 Marek Vasut <marek.vasut@gmail.com>
|
||||
*
|
||||
* Based on LabX device code
|
||||
*
|
||||
* Copyright (c) 2012 Chris Wulff <crwulff@gmail.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU Lesser General Public
|
||||
* License as published by the Free Software Foundation; either
|
||||
* version 2.1 of the License, or (at your option) any later version.
|
||||
*
|
||||
* This library is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||
* Lesser General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Lesser General Public
|
||||
* License along with this library; if not, see
|
||||
* <http://www.gnu.org/licenses/lgpl-2.1.html>
|
||||
*/
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
#include "hw/char/serial.h"
|
||||
#include "hw/boards.h"
|
||||
#include "exec/memory.h"
|
||||
#include "exec/address-spaces.h"
|
||||
#include "qemu/config-file.h"
|
||||
|
||||
#include "boot.h"
|
||||
|
||||
#define BINARY_DEVICE_TREE_FILE "generic-nommu.dtb"
|
||||
|
||||
static void nios2_generic_nommu_init(MachineState *machine)
|
||||
{
|
||||
Nios2CPU *cpu;
|
||||
MemoryRegion *address_space_mem = get_system_memory();
|
||||
MemoryRegion *phys_tcm = g_new(MemoryRegion, 1);
|
||||
MemoryRegion *phys_tcm_alias = g_new(MemoryRegion, 1);
|
||||
MemoryRegion *phys_ram = g_new(MemoryRegion, 1);
|
||||
MemoryRegion *phys_ram_alias = g_new(MemoryRegion, 1);
|
||||
ram_addr_t tcm_base = 0x0;
|
||||
ram_addr_t tcm_size = 0x1000; /* 1 kiB, but QEMU limit is 4 kiB */
|
||||
ram_addr_t ram_base = 0x10000000;
|
||||
ram_addr_t ram_size = 0x08000000;
|
||||
|
||||
/* Physical TCM (tb_ram_1k) with alias at 0xc0000000 */
|
||||
memory_region_init_ram(phys_tcm, NULL, "nios2.tcm", tcm_size,
|
||||
&error_abort);
|
||||
memory_region_init_alias(phys_tcm_alias, NULL, "nios2.tcm.alias",
|
||||
phys_tcm, 0, tcm_size);
|
||||
memory_region_add_subregion(address_space_mem, tcm_base, phys_tcm);
|
||||
memory_region_add_subregion(address_space_mem, 0xc0000000 + tcm_base,
|
||||
phys_tcm_alias);
|
||||
|
||||
/* Physical DRAM with alias at 0xc0000000 */
|
||||
memory_region_init_ram(phys_ram, NULL, "nios2.ram", ram_size,
|
||||
&error_abort);
|
||||
memory_region_init_alias(phys_ram_alias, NULL, "nios2.ram.alias",
|
||||
phys_ram, 0, ram_size);
|
||||
memory_region_add_subregion(address_space_mem, ram_base, phys_ram);
|
||||
memory_region_add_subregion(address_space_mem, 0xc0000000 + ram_base,
|
||||
phys_ram_alias);
|
||||
|
||||
cpu = NIOS2_CPU(cpu_create(TYPE_NIOS2_CPU));
|
||||
|
||||
/* Remove MMU */
|
||||
cpu->mmu_present = false;
|
||||
|
||||
/* Reset vector is the first 32 bytes of RAM. */
|
||||
cpu->reset_addr = ram_base;
|
||||
|
||||
/* The interrupt vector comes right after reset. */
|
||||
cpu->exception_addr = ram_base + 0x20;
|
||||
|
||||
/*
|
||||
* The linker script does have a TLB miss memory region declared,
|
||||
* but this should never be used with no MMU.
|
||||
*/
|
||||
cpu->fast_tlb_miss_addr = 0x7fff400;
|
||||
|
||||
nios2_load_kernel(cpu, ram_base, ram_size, machine->initrd_filename,
|
||||
BINARY_DEVICE_TREE_FILE, NULL);
|
||||
}
|
||||
|
||||
static void nios2_generic_nommu_machine_init(struct MachineClass *mc)
|
||||
{
|
||||
mc->desc = "Generic NOMMU Nios II design";
|
||||
mc->init = nios2_generic_nommu_init;
|
||||
mc->deprecation_reason = "Nios II architecture is deprecated";
|
||||
}
|
||||
|
||||
DEFINE_MACHINE("nios2-generic-nommu", nios2_generic_nommu_machine_init);
|
@ -1,6 +0,0 @@
|
||||
nios2_ss = ss.source_set()
|
||||
nios2_ss.add(files('boot.c'), fdt)
|
||||
nios2_ss.add(when: 'CONFIG_NIOS2_10M50', if_true: files('10m50_devboard.c'))
|
||||
nios2_ss.add(when: 'CONFIG_NIOS2_GENERIC_NOMMU', if_true: files('generic_nommu.c'))
|
||||
|
||||
hw_arch += {'nios2': nios2_ss}
|
@ -241,10 +241,6 @@ enum bfd_architecture
|
||||
bfd_arch_ia64, /* HP/Intel ia64 */
|
||||
#define bfd_mach_ia64_elf64 64
|
||||
#define bfd_mach_ia64_elf32 32
|
||||
bfd_arch_nios2, /* Nios II */
|
||||
#define bfd_mach_nios2 0
|
||||
#define bfd_mach_nios2r1 1
|
||||
#define bfd_mach_nios2r2 2
|
||||
bfd_arch_rx, /* Renesas RX */
|
||||
#define bfd_mach_rx 0x75
|
||||
#define bfd_mach_rx_v2 0x76
|
||||
@ -456,7 +452,6 @@ int print_insn_crisv32 (bfd_vma, disassemble_info*);
|
||||
int print_insn_crisv10 (bfd_vma, disassemble_info*);
|
||||
int print_insn_microblaze (bfd_vma, disassemble_info*);
|
||||
int print_insn_ia64 (bfd_vma, disassemble_info*);
|
||||
int print_insn_nios2(bfd_vma, disassemble_info*);
|
||||
int print_insn_xtensa (bfd_vma, disassemble_info*);
|
||||
int print_insn_riscv32 (bfd_vma, disassemble_info*);
|
||||
int print_insn_riscv64 (bfd_vma, disassemble_info*);
|
||||
|
@ -22,7 +22,6 @@
|
||||
#pragma GCC poison TARGET_ABI_MIPSO32
|
||||
#pragma GCC poison TARGET_MIPS64
|
||||
#pragma GCC poison TARGET_ABI_MIPSN64
|
||||
#pragma GCC poison TARGET_NIOS2
|
||||
#pragma GCC poison TARGET_OPENRISC
|
||||
#pragma GCC poison TARGET_PPC
|
||||
#pragma GCC poison TARGET_PPC64
|
||||
@ -73,7 +72,6 @@
|
||||
#pragma GCC poison CONFIG_M68K_DIS
|
||||
#pragma GCC poison CONFIG_MICROBLAZE_DIS
|
||||
#pragma GCC poison CONFIG_MIPS_DIS
|
||||
#pragma GCC poison CONFIG_NIOS2_DIS
|
||||
#pragma GCC poison CONFIG_PPC_DIS
|
||||
#pragma GCC poison CONFIG_RISCV_DIS
|
||||
#pragma GCC poison CONFIG_S390_DIS
|
||||
|
@ -25,8 +25,7 @@
|
||||
#if (defined(TARGET_I386) && !defined(TARGET_X86_64)) \
|
||||
|| defined(TARGET_SH4) \
|
||||
|| defined(TARGET_OPENRISC) \
|
||||
|| defined(TARGET_MICROBLAZE) \
|
||||
|| defined(TARGET_NIOS2)
|
||||
|| defined(TARGET_MICROBLAZE)
|
||||
#define ABI_LLONG_ALIGNMENT 4
|
||||
#endif
|
||||
|
||||
|
@ -1,66 +0,0 @@
|
||||
/*
|
||||
* Vectored Interrupt Controller for nios2 processor
|
||||
*
|
||||
* Copyright (c) 2022 Neuroblade
|
||||
*
|
||||
* Interface:
|
||||
* QOM property "cpu": link to the Nios2 CPU (must be set)
|
||||
* Unnamed GPIO inputs 0..NIOS2_VIC_MAX_IRQ-1: input IRQ lines
|
||||
* IRQ should be connected to nios2 IRQ0.
|
||||
*
|
||||
* Reference: "Embedded Peripherals IP User Guide
|
||||
* for Intel® Quartus® Prime Design Suite: 21.4"
|
||||
* Chapter 38 "Vectored Interrupt Controller Core"
|
||||
* See: https://www.intel.com/content/www/us/en/docs/programmable/683130/21-4/vectored-interrupt-controller-core.html
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
* of this software and associated documentation files (the "Software"), to deal
|
||||
* in the Software without restriction, including without limitation the rights
|
||||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
* copies of the Software, and to permit persons to whom the Software is
|
||||
* furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef HW_INTC_NIOS2_VIC_H
|
||||
#define HW_INTC_NIOS2_VIC_H
|
||||
|
||||
#include "hw/sysbus.h"
|
||||
|
||||
#define TYPE_NIOS2_VIC "nios2-vic"
|
||||
OBJECT_DECLARE_SIMPLE_TYPE(Nios2VIC, NIOS2_VIC)
|
||||
|
||||
#define NIOS2_VIC_MAX_IRQ 32
|
||||
|
||||
struct Nios2VIC {
|
||||
/*< private >*/
|
||||
SysBusDevice parent_obj;
|
||||
|
||||
/*< public >*/
|
||||
qemu_irq output_int;
|
||||
|
||||
/* properties */
|
||||
CPUState *cpu;
|
||||
MemoryRegion csr;
|
||||
|
||||
uint32_t int_config[NIOS2_VIC_MAX_IRQ];
|
||||
uint32_t vic_config;
|
||||
uint32_t int_raw_status;
|
||||
uint32_t int_enable;
|
||||
uint32_t sw_int;
|
||||
uint32_t vic_status;
|
||||
uint32_t vec_tbl_base;
|
||||
uint32_t vec_tbl_addr;
|
||||
};
|
||||
|
||||
#endif /* HW_INTC_NIOS2_VIC_H */
|
@ -18,7 +18,6 @@ enum {
|
||||
QEMU_ARCH_XTENSA = (1 << 12),
|
||||
QEMU_ARCH_OPENRISC = (1 << 13),
|
||||
QEMU_ARCH_TRICORE = (1 << 16),
|
||||
QEMU_ARCH_NIOS2 = (1 << 17),
|
||||
QEMU_ARCH_HPPA = (1 << 18),
|
||||
QEMU_ARCH_RISCV = (1 << 19),
|
||||
QEMU_ARCH_RX = (1 << 20),
|
||||
|
@ -1505,105 +1505,6 @@ static void elf_core_copy_regs(target_elf_gregset_t *regs, const CPUMBState *env
|
||||
|
||||
#endif /* TARGET_MICROBLAZE */
|
||||
|
||||
#ifdef TARGET_NIOS2
|
||||
|
||||
#define elf_check_arch(x) ((x) == EM_ALTERA_NIOS2)
|
||||
|
||||
#define ELF_CLASS ELFCLASS32
|
||||
#define ELF_ARCH EM_ALTERA_NIOS2
|
||||
|
||||
static void init_thread(struct target_pt_regs *regs, struct image_info *infop)
|
||||
{
|
||||
regs->ea = infop->entry;
|
||||
regs->sp = infop->start_stack;
|
||||
}
|
||||
|
||||
#define LO_COMMPAGE TARGET_PAGE_SIZE
|
||||
|
||||
static bool init_guest_commpage(void)
|
||||
{
|
||||
static const uint8_t kuser_page[4 + 2 * 64] = {
|
||||
/* __kuser_helper_version */
|
||||
[0x00] = 0x02, 0x00, 0x00, 0x00,
|
||||
|
||||
/* __kuser_cmpxchg */
|
||||
[0x04] = 0x3a, 0x6c, 0x3b, 0x00, /* trap 16 */
|
||||
0x3a, 0x28, 0x00, 0xf8, /* ret */
|
||||
|
||||
/* __kuser_sigtramp */
|
||||
[0x44] = 0xc4, 0x22, 0x80, 0x00, /* movi r2, __NR_rt_sigreturn */
|
||||
0x3a, 0x68, 0x3b, 0x00, /* trap 0 */
|
||||