Home
last modified time | relevance | path

Searched full:realview (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Darm,realview.yaml4 $id: http://devicetree.org/schemas/arm/arm,realview.yaml#
7 title: ARM RealView Boards
13 The ARM RealView series of reference designs were built to explore the ARM
22 - description: ARM RealView Emulation Baseboard (HBI-0140) was created
26 - const: arm,realview-eb
27 - description: ARM RealView Platform Baseboard for ARM1176JZF-S
31 - const: arm,realview-pb1176
32 - description: ARM RealView Platform Baseboard for ARM 11 MPCore
37 - const: arm,realview-pb11mp
38 - description: ARM RealView Platform Baseboard for Cortex-A8 (HBI-0178,
[all …]
/openbmc/linux/arch/arm/boot/dts/arm/
H A DMakefile10 arm-realview-pb1176.dtb \
11 arm-realview-pb11mp.dtb \
12 arm-realview-eb.dtb \
13 arm-realview-eb-bbrevd.dtb \
14 arm-realview-eb-11mp.dtb \
15 arm-realview-eb-11mp-bbrevd.dtb \
16 arm-realview-eb-11mp-ctrevb.dtb \
17 arm-realview-eb-11mp-bbrevd-ctrevb.dtb \
18 arm-realview-eb-a9mp.dtb \
19 arm-realview-eb-a9mp-bbrevd.dtb \
[all …]
H A Darm-realview-eb-11mp.dts24 #include "arm-realview-eb-mp.dtsi"
27 model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev C Core Tile";
31 * This is the ARM11 MPCore tile (HBI-0146) used with the RealView EB.
35 * qemu-system-arm -M realview-eb-mpcore -smp cpus=4
40 enable-method = "arm,realview-smp";
H A Darm-realview-eb-bbrevd.dts23 /* This derives from the Realview Baseboard, and overlays the new ethernet */
24 #include "arm-realview-eb.dts"
25 #include "arm-realview-eb-bbrevd.dtsi"
28 model = "ARM RealView Emulation Baseboard Rev D";
H A Darm-realview-pba8.dts24 #include "arm-realview-pbx.dtsi"
27 model = "ARM RealView Platform Baseboard for Cortex-A8";
28 compatible = "arm,realview-pba8";
34 enable-method = "arm,realview-smp";
72 compatible = "arm,realview-pba8-soc", "simple-bus";
76 compatible = "arm,realview-pba8-syscon", "syscon", "simple-mfd";
H A Darm-realview-eb-a9mp.dts24 #include "arm-realview-eb-mp.dtsi"
27 model = "ARM RealView EB Cortex A9 MPCore";
31 * RealView EB.
36 enable-method = "arm,realview-smp";
H A Darm-realview-eb-11mp-ctrevb.dts23 #include "arm-realview-eb-11mp.dts"
26 model = "ARM RealView Emulation Baseboard with ARM11MPCore Rev B";
34 compatible = "arm,realview-eb11mp-revb-syscon", "arm,realview-eb-syscon", "syscon", "simple-mfd";
H A Darm-realview-eb.dts26 #include "arm-realview-eb.dtsi"
29 model = "ARM RealView Emulation Baseboard";
30 compatible = "arm,realview-eb";
39 * qemu-system-arm -M realview-eb
47 compatible = "arm,realview-eb-soc", "simple-bus";
H A Darm-realview-eb-11mp-bbrevd.dts23 #include "arm-realview-eb-11mp.dts"
24 #include "arm-realview-eb-bbrevd.dtsi"
27 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Rev C Core Tile";
H A Darm-realview-eb-a9mp-bbrevd.dts23 #include "arm-realview-eb-a9mp.dts"
24 #include "arm-realview-eb-bbrevd.dtsi"
27 model = "ARM RealView EB Baseboard Rev D Cortex A9 MPCore";
H A Darm-realview-eb-11mp-bbrevd-ctrevb.dts23 #include "arm-realview-eb-11mp-ctrevb.dts"
24 #include "arm-realview-eb-bbrevd.dtsi"
31 model = "ARM RealView Emulation Baseboard Rev D with ARM11MPCore Core Tile Rev B";
/openbmc/linux/arch/arm/mach-versatile/
H A DKconfig147 bool "ARM Ltd. RealView family"
167 This enables support for ARM Ltd RealView boards.
172 bool "Support RealView(R) Emulation Baseboard"
176 Include support for the ARM(R) RealView(R) Emulation Baseboard
188 Realview(R) Emulation Baseboard platform.
195 Realview(R) Emulation Baseboard platform.
202 Realview(R) Emulation Baseboard platform.
209 Enable support for the ARM11MPCore tile fitted to the Realview(R)
213 bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
217 Include support for the ARM(R) RealView(R) Platform Baseboard for
[all …]
H A Drealview.c10 "arm,realview-eb",
11 "arm,realview-pb1176",
12 "arm,realview-pb11mp",
13 "arm,realview-pba8",
14 "arm,realview-pbx",
18 DT_MACHINE_START(REALVIEW_DT, "ARM RealView Machine (Device Tree Support)")
H A Dplatsmp-realview.c29 { .compatible = "arm,realview-eb-syscon", },
30 { .compatible = "arm,realview-pb11mp-syscon", },
31 { .compatible = "arm,realview-pbx-syscon", },
94 CPU_METHOD_OF_DECLARE(realview_smp, "arm,realview-smp", &realview_dt_smp_ops);
H A DMakefile14 # realview
15 obj-$(CONFIG_ARCH_REALVIEW) += realview.o
33 obj-$(CONFIG_ARCH_REALVIEW) += platsmp-realview.o
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-realview.c3 * Special GIC quirks for the ARM RealView
23 /* For some reason RealView EB Rev B moved this register */
26 .compatible = "arm,realview-eb11mp-revb-syscon",
30 .compatible = "arm,realview-eb11mp-revc-syscon",
34 .compatible = "arm,realview-eb-syscon",
38 .compatible = "arm,realview-pb11mp-syscon",
69 pr_info("RealView GIC: set up interrupt controller to NEW mode, no DCC\n"); in realview_gic_of_init()
71 pr_err("RealView GIC setup: could not find syscon\n"); in realview_gic_of_init()
/openbmc/linux/drivers/soc/versatile/
H A Dsoc-realview.c21 { .compatible = "arm,realview-eb-soc", },
22 { .compatible = "arm,realview-pb1176-soc", },
23 { .compatible = "arm,realview-pb11mp-soc", },
24 { .compatible = "arm,realview-pba8-soc", },
25 { .compatible = "arm,realview-pbx-soc", },
83 ATTRIBUTE_GROUPS(realview);
113 soc_dev_attr->machine = "RealView"; in realview_soc_probe()
130 dev_info(&pdev->dev, "RealView Syscon Core ID: 0x%08x, HBI-%03x\n", in realview_soc_probe()
140 .name = "realview-soc",
/openbmc/qemu/docs/system/arm/
H A Drealview.rst1 Arm Realview boards (``realview-eb``, ``realview-eb-mpcore``, ``realview-pb-a8``, ``realview-pbx-a9…
4 Several variants of the Arm RealView baseboard are emulated, including
/openbmc/qemu/hw/arm/
H A Drealview.c2 * ARM RealView Baseboard System emulation.
159 memory_region_init_ram(ram_lo, NULL, "realview.lowmem", low_ram_size, in realview_init()
164 memory_region_init_ram(ram_hi, NULL, "realview.highmem", ram_size, in realview_init()
170 memory_region_init_alias(ram_alias, NULL, "realview.alias", in realview_init()
319 /* Memory map for RealView Emulation Baseboard: */ in realview_init()
379 memory_region_init_ram(ram_hack, NULL, "realview.hack", 0x1000, in realview_init()
413 mc->desc = "ARM RealView Emulation Baseboard (ARM926EJ-S)"; in realview_eb_class_init()
423 .name = MACHINE_TYPE_NAME("realview-eb"),
432 mc->desc = "ARM RealView Emulation Baseboard (ARM11MPCore)"; in realview_eb_mpcore_class_init()
443 .name = MACHINE_TYPE_NAME("realview-eb-mpcore"),
[all …]
/openbmc/linux/drivers/power/reset/
H A Darm-versatile-reboot.c50 .compatible = "arm,realview-eb-syscon",
54 .compatible = "arm,realview-pb1176-syscon",
58 .compatible = "arm,realview-pb11mp-syscon",
62 .compatible = "arm,realview-pba8-syscon",
66 .compatible = "arm,realview-pbx-syscon",
/openbmc/linux/drivers/gpu/drm/pl111/
H A Dpl111_versatile.c54 .compatible = "arm,realview-eb-syscon",
58 .compatible = "arm,realview-pb1176-syscon",
62 .compatible = "arm,realview-pb11mp-syscon",
66 .compatible = "arm,realview-pba8-syscon",
70 .compatible = "arm,realview-pbx-syscon",
179 * This configuration register in the Versatile and RealView
181 * unutilized starting with the RealView series.
250 dev_info(drm->dev, "disable RealView CLCD connectors\n"); in pl111_realview_clcd_disable()
259 dev_info(drm->dev, "enable RealView CLCD connectors\n"); in pl111_realview_clcd_enable()
351 * RealView PL111 variant, the only real difference from the vanilla
[all …]
/openbmc/linux/drivers/mtd/maps/
H A Dphysmap-versatile.c42 .compatible = "arm,realview-eb-syscon",
46 .compatible = "arm,realview-pb1176-syscon",
50 .compatible = "arm,realview-pb11mp-syscon",
54 .compatible = "arm,realview-pba8-syscon",
58 .compatible = "arm,realview-pbx-syscon",
233 dev_info(&pdev->dev, "versatile/realview flash protection\n"); in of_flash_probe_versatile()
/openbmc/qemu/hw/pci-host/
H A Dversatile.c94 int realview; member
113 * for realview and versatile variants of the controller. in pci_vpb_update_window()
116 if (s->realview) { in pci_vpb_update_window()
295 if (!s->realview && (addr & 0xff) == PCI_INTERRUPT_LINE in pci_vpb_config_write()
329 /* Slot to IRQ mapping for RealView Platform Baseboard 926 backplane in pci_vpb_map_irq()
348 /* Slot to IRQ mapping for RealView EB and PB1176 backplane in pci_vpb_rv_map_irq()
419 if (s->realview) { in pci_vpb_realize()
446 * its size is the same for both realview and versatile. in pci_vpb_realize()
529 s->realview = 1; in pci_realview_init()
530 /* The PCI window sizes are different on Realview boards */ in pci_realview_init()
/openbmc/linux/drivers/clocksource/
H A Dtimer-sp.h3 * ARM timer implementation, found in Integrator, Versatile and Realview
6 * CP, V for Versatile and R for Realview.
8 * Integrator AP has 16-bit timers, Integrator CP, Versatile and Realview
/openbmc/qemu/hw/intc/
H A Drealview_gic.c2 * ARM RealView Emulation Baseboard Interrupt Controller
29 /* The GICs on the RealView boards have a fixed nonconfigurable in realview_gic_realize()
59 "realview-gic-container", 0x2000); in realview_gic_init()

1234