From nobody Thu Nov 13 19:26:24 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; dkim=fail; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=gmail.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1581982031480588.4035658436758; Mon, 17 Feb 2020 15:27:11 -0800 (PST) Received: from localhost ([::1]:54402 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3pnB-0006zF-VU for importer@patchew.org; Mon, 17 Feb 2020 18:27:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58679) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3pkc-0001Wz-OP for qemu-devel@nongnu.org; Mon, 17 Feb 2020 18:24:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3pkb-0006bj-B0 for qemu-devel@nongnu.org; Mon, 17 Feb 2020 18:24:30 -0500 Received: from mail-wm1-x343.google.com ([2a00:1450:4864:20::343]:55749) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3pkb-0006av-50; Mon, 17 Feb 2020 18:24:29 -0500 Received: by mail-wm1-x343.google.com with SMTP id q9so925719wmj.5; Mon, 17 Feb 2020 15:24:29 -0800 (PST) Received: from pavilion.home ([2a02:a456:6be8:1:8edc:d4ff:fe8b:18b7]) by smtp.gmail.com with ESMTPSA id w1sm3244831wro.72.2020.02.17.15.24.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 17 Feb 2020 15:24:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=9KRGMjBmfVZHW8toUIOEGgaXk/XlLAeO5unm82llSoQ=; b=O69QAPZMgyiaR3uZywpMG22Ir5TLLeShk5gl++fRKjKvmE3yFFQCx9Hrl0Fv1D3dju kRz03bvVawyd1tIHTawnqe9klCugKPTeAn/SUyn3Pm6SeOXiljpPskqSRNR7IWeo6QB3 z3e2prObeuKm/8cFMEOs7AflKh28y+y8q0GyrvBTR2wv1wkLq8GL+p1mLyRmP616fWzd 3WpYQDiVKCcZr77QzOHyoroinYEqj49kShS9HAw4cCqp0qPJ+FtL/Z9BaZ3O516e3eO7 Qtf+LSRsS+h5o2d2ZI6CtmKMKNHYTPOK5nSmQ2xViWUzAhI4rfSMzF4FS4aghtnM3Clz u4YA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9KRGMjBmfVZHW8toUIOEGgaXk/XlLAeO5unm82llSoQ=; b=ECGhZyc/zaG1kRSosYiy7j2KvfCYDIEr73uAl29bV9oqpn7o7Zdbm/UUzIOJ9MTFuR drICWApOz8ZLYYbgXtrCvvKlbTUQLnrcnupFLFBVN8QDeTuHK874ExXOXMIh2oMJ1fHc 8i/aVYvfopOcUyMgoxMf+zBam8sg2Vsiszdi/MJqJDn/OnALRiHiNdxP6vb8tGoSajGY f7hv63JNA7cemSyoDQx3St5EJy/HZ1kPQ9mpzHMIBgvq0+8ZX3KJFZSfkSoSKvfmdMoi Xe1fKYymJf2rK9kyH4bKNM0Ui1l2C13u9TEGr/fwFOjBWSIsHRzsyUvQMztXIsZlAD3I tC9A== X-Gm-Message-State: APjAAAWpH5u4ZJUWYmdsym2avQmdgC/dpV0v6JVLj7LjTGhi67An2YNN 4OI5HPRUZCZV5VX7n0XuN5QSbPxLNzs= X-Google-Smtp-Source: APXvYqxF35/5Bj1MUVZCN2S54gM8h3rfBb3WgzcVoy/kEUulfKZv17TmBnOxSyPavG8FpQmkxYJs7g== X-Received: by 2002:a05:600c:1009:: with SMTP id c9mr1215004wmc.162.1581981867862; Mon, 17 Feb 2020 15:24:27 -0800 (PST) From: Niek Linnenbank To: qemu-devel@nongnu.org Subject: [PATCH v5 02/18] hw/arm: add Xunlong Orange Pi PC machine Date: Tue, 18 Feb 2020 00:23:55 +0100 Message-Id: <20200217232411.30096-3-nieklinnenbank@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200217232411.30096-1-nieklinnenbank@gmail.com> References: <20200217232411.30096-1-nieklinnenbank@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:1450:4864:20::343 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, alex.bennee@linaro.org, jasowang@redhat.com, b.galvani@gmail.com, Niek Linnenbank , qemu-arm@nongnu.org, imammedo@redhat.com, philmd@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: fail (Header signature does not verify) The Xunlong Orange Pi PC is an Allwinner H3 System on Chip based embedded computer with mainline support in both U-Boot and Linux. The board comes with a Quad Core Cortex A7 @ 1.3GHz, 1GiB RAM, 100Mbit ethernet, USB, SD/MMC, USB, HDMI and various other I/O. This commit add support for the Xunlong Orange Pi PC machine. Signed-off-by: Niek Linnenbank Tested-by: KONRAD Frederic Tested-by: Philippe Mathieu-Daud=C3=A9 Reviewed-by: Philippe Mathieu-Daud=C3=A9 Acked-by: Igor Mammedov --- hw/arm/orangepi.c | 95 ++++++++++++++++++++++++++++++++++++++++++++ MAINTAINERS | 1 + hw/arm/Makefile.objs | 2 +- 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 hw/arm/orangepi.c diff --git a/hw/arm/orangepi.c b/hw/arm/orangepi.c new file mode 100644 index 0000000000..839cd4873c --- /dev/null +++ b/hw/arm/orangepi.c @@ -0,0 +1,95 @@ +/* + * Orange Pi emulation + * + * Copyright (C) 2019 Niek Linnenbank + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + +#include "qemu/osdep.h" +#include "qemu/units.h" +#include "exec/address-spaces.h" +#include "qapi/error.h" +#include "cpu.h" +#include "hw/sysbus.h" +#include "hw/boards.h" +#include "hw/qdev-properties.h" +#include "hw/arm/allwinner-h3.h" +#include "sysemu/sysemu.h" + +static struct arm_boot_info orangepi_binfo =3D { + .nb_cpus =3D AW_H3_NUM_CPUS, +}; + +typedef struct OrangePiState { + AwH3State *h3; + MemoryRegion sdram; +} OrangePiState; + +static void orangepi_init(MachineState *machine) +{ + OrangePiState *s =3D g_new(OrangePiState, 1); + + /* BIOS is not supported by this board */ + if (bios_name) { + error_report("BIOS not supported for this machine"); + exit(1); + } + + /* This board has fixed size RAM */ + if (machine->ram_size !=3D 1 * GiB) { + error_report("This machine can only be used with 1GiB of RAM"); + exit(1); + } + + /* Only allow Cortex-A7 for this board */ + if (strcmp(machine->cpu_type, ARM_CPU_TYPE_NAME("cortex-a7")) !=3D 0) { + error_report("This board can only be used with cortex-a7 CPU"); + exit(1); + } + + s->h3 =3D AW_H3(object_new(TYPE_AW_H3)); + + /* Setup timer properties */ + object_property_set_int(OBJECT(s->h3), 32768, "clk0-freq", + &error_abort); + object_property_set_int(OBJECT(s->h3), 24 * 1000 * 1000, "clk1-freq", + &error_abort); + + /* Mark H3 object realized */ + object_property_set_bool(OBJECT(s->h3), true, "realized", &error_abort= ); + + /* SDRAM */ + memory_region_allocate_system_memory(&s->sdram, NULL, "sdram", + machine->ram_size); + memory_region_add_subregion(get_system_memory(), s->h3->memmap[AW_H3_S= DRAM], + &s->sdram); + + orangepi_binfo.loader_start =3D s->h3->memmap[AW_H3_SDRAM]; + orangepi_binfo.ram_size =3D machine->ram_size; + arm_load_kernel(ARM_CPU(first_cpu), machine, &orangepi_binfo); +} + +static void orangepi_machine_init(MachineClass *mc) +{ + mc->desc =3D "Orange Pi PC"; + mc->init =3D orangepi_init; + mc->min_cpus =3D AW_H3_NUM_CPUS; + mc->max_cpus =3D AW_H3_NUM_CPUS; + mc->default_cpus =3D AW_H3_NUM_CPUS; + mc->default_cpu_type =3D ARM_CPU_TYPE_NAME("cortex-a7"); + mc->default_ram_size =3D 1 * GiB; +} + +DEFINE_MACHINE("orangepi-pc", orangepi_machine_init) diff --git a/MAINTAINERS b/MAINTAINERS index a1ab79bdfb..8a93797b72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -489,6 +489,7 @@ L: qemu-arm@nongnu.org S: Maintained F: hw/*/allwinner-h3* F: include/hw/*/allwinner-h3* +F: hw/arm/orangepi.c =20 ARM PrimeCell and CMSDK devices M: Peter Maydell diff --git a/hw/arm/Makefile.objs b/hw/arm/Makefile.objs index ae577e875f..534a6a119e 100644 --- a/hw/arm/Makefile.objs +++ b/hw/arm/Makefile.objs @@ -35,7 +35,7 @@ obj-$(CONFIG_DIGIC) +=3D digic.o obj-$(CONFIG_OMAP) +=3D omap1.o omap2.o obj-$(CONFIG_STRONGARM) +=3D strongarm.o obj-$(CONFIG_ALLWINNER_A10) +=3D allwinner-a10.o cubieboard.o -obj-$(CONFIG_ALLWINNER_H3) +=3D allwinner-h3.o +obj-$(CONFIG_ALLWINNER_H3) +=3D allwinner-h3.o orangepi.o obj-$(CONFIG_RASPI) +=3D bcm2835_peripherals.o bcm2836.o raspi.o obj-$(CONFIG_STM32F205_SOC) +=3D stm32f205_soc.o obj-$(CONFIG_STM32F405_SOC) +=3D stm32f405_soc.o --=20 2.17.1