/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/arm-platforms-kmeta/bsp/arm-platforms/ |
H A D | juno.scc | 8 kconf hardware juno/juno-board.cfg 9 kconf hardware juno/juno-devfreq.cfg 10 kconf hardware juno/juno-dma.cfg 11 kconf hardware juno/juno-drm.cfg 12 kconf hardware juno/juno-fb.cfg 13 kconf hardware juno/juno-i2c.cfg 14 # kconf hardware juno/juno-mali-midgard.cfg 15 kconf hardware juno/juno-mmc.cfg 16 kconf hardware juno/juno-net.cfg 17 kconf hardware juno/juno-pci.cfg [all …]
|
H A D | juno-standard.scc | 1 define KMACHINE juno 7 include juno.scc
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/ |
H A D | juno.md | 1 # Juno Development Platform Support in meta-arm-bsp 7 MACHINE ?= "juno" 9 Juno is using a USB hard drive for root filesystem by default. The distribution 16 ### Update Juno SD card: 19 tmp/deploy/images/juno/firmware-image-juno.tar.gz 21 Its content must be written on the Juno firmware SD card. 23 - insert the sdcard of the Juno in an SD card reader and mount it: 29 ```bash$ sudo tar --no-same-owner -xzf tmp/deploy/images/juno/firmware-image-juno.tar.gz -C /mnt/``` 32 - reinsert the SD card in the Juno board 37 drive that must be plugged on the Juno Platform. [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
H A D | juno.conf | 1 # Configuration for juno development board 4 #@NAME: Juno machine 5 #@DESCRIPTION: Machine configuration for Juno 14 KERNEL_DEVICETREE = "arm/juno.dtb arm/juno-r1.dtb arm/juno-r2.dtb" 23 EXTRA_IMAGEDEPENDS += "trusted-firmware-a virtual/bootloader firmware-image-juno" 25 # Juno u-boot configuration
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,vexpress-juno.yaml | 4 $id: http://devicetree.org/schemas/arm/arm,vexpress-juno.yaml# 7 title: ARM Versatile Express and Juno Boards 28 When a new generation of boards were introduced under the name "Juno", these 82 - description: Arm Versatile Express Juno "r0" (the first Juno board, 83 V2M-Juno) was introduced as a vehicle for evaluating big.LITTLE on 88 - const: arm,juno 90 - description: Arm Versatile Express Juno r1 Development Platform 91 (V2M-Juno r1) was introduced mainly aimed at development of PCIe 92 based systems. Juno r1 also has support for AXI masters placed on 94 same configuration as Juno r0. See ARM document 100122_0100_06_en. [all …]
|
/openbmc/linux/arch/arm64/boot/dts/arm/ |
H A D | Makefile | 5 dtb-$(CONFIG_ARCH_VEXPRESS) += juno.dtb juno-r1.dtb juno-r2.dtb juno-scmi.dtb juno-r1-scmi.dtb juno…
|
H A D | juno-r2.dts | 2 * ARM Ltd. Juno Platform 13 #include "juno-base.dtsi" 14 #include "juno-cs-r1r2.dtsi" 17 model = "ARM Juno development board (r2)"; 18 compatible = "arm,juno-r2", "arm,juno", "arm,vexpress";
|
H A D | juno-r1.dts | 2 * ARM Ltd. Juno Platform 13 #include "juno-base.dtsi" 14 #include "juno-cs-r1r2.dtsi" 17 model = "ARM Juno development board (r1)"; 18 compatible = "arm,juno-r1", "arm,juno", "arm,vexpress";
|
H A D | juno-scmi.dts | 1 #include "juno.dts" 2 #include "juno-scmi.dtsi"
|
H A D | juno-r1-scmi.dts | 1 #include "juno-r1.dts" 2 #include "juno-scmi.dtsi"
|
H A D | juno-r2-scmi.dts | 1 #include "juno-r2.dts" 2 #include "juno-scmi.dtsi"
|
H A D | juno-clocks.dtsi | 2 * ARM Juno Platform clocks 15 clock-output-names = "juno:uartclk";
|
H A D | juno-base.dtsi | 2 #include "juno-clocks.dtsi" 3 #include "juno-motherboard.dtsi" 7 * Devices shared by all Juno boards 117 * Juno TRMs specify the size for these coresight components as 64K. 161 /* main funnel on Juno r0, cssys0 funnel on Juno r1/r2 as per TRM*/ 655 compatible = "arm,juno-mali", "arm,mali-t624"; 670 compatible = "arm,juno-sram-ns", "mmio-sram"; 678 compatible = "arm,juno-scp-shmem"; 683 compatible = "arm,juno-scp-shmem"; 689 compatible = "arm,juno-r1-pcie", "plda,xpressrich3-axi", "pci-host-ecam-generic";
|
H A D | juno.dts | 2 * ARM Ltd. Juno Platform 13 #include "juno-base.dtsi" 16 model = "ARM Juno development board (r0)"; 17 compatible = "arm,juno", "arm,vexpress";
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/images/ |
H A D | firmware-image-juno.bb | 1 DESCRIPTION = "Firmware Image for Juno to be copied to the Configuration \ 13 COMPATIBLE_MACHINE = "juno" 17 SRC_URI = "http://releases.linaro.org/members/arm/platforms/${LINARO_RELEASE}/juno-latest-oe-uboot.… 26 FIRMWARE_DIR = "juno-firmware-${LINARO_RELEASE}" 38 cp -f ${RECIPE_SYSROOT}/firmware/bl1-juno.bin \ 41 cp -f ${RECIPE_SYSROOT}/firmware/fip-juno.bin \ 50 # Juno images list file 57 # To avoid dependency loop between firmware-image-juno:do_install 67 cp -L -f ${DEPLOY_DIR_IMAGE}/Image.gz-initramfs-juno.bin \
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
H A D | trusted-firmware-a-juno.inc | 1 # Juno specific TFA support 3 COMPATIBLE_MACHINE = "juno" 4 TFA_PLATFORM = "juno" 10 # Juno needs the System Control Processor Firmware
|
H A D | trusted-firmware-a_%.bbappend | 8 MACHINE_TFA_REQUIRE:juno = "trusted-firmware-a-juno.inc"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-kernel/linux/ |
H A D | linux-arm-platforms.inc | 17 SRC_URI:append:juno = " ${SRC_URI_KMETA}" 75 # Juno KMACHINE 77 COMPATIBLE_MACHINE:juno = "juno" 78 FILESEXTRAPATHS:prepend:juno := "${ARMBSPFILESPATHS}"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/scp-firmware/ |
H A D | scp-firmware_%.bbappend | 5 MACHINE_SCP_REQUIRE:juno = "scp-firmware-juno.inc"
|
H A D | scp-firmware-juno.inc | 1 # juno specific SCP configuration 3 COMPATIBLE_MACHINE = "juno"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/ |
H A D | u-boot_%.bbappend | 6 MACHINE_U-BOOT_REQUIRE:juno = "u-boot-juno.inc"
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/ |
H A D | edk2-firmware_%.bbappend | 6 MACHINE_EDK2_REQUIRE:juno = "edk2-firmware-juno.inc"
|
H A D | edk2-firmware-juno.inc | 5 COMPATIBLE_MACHINE = "juno"
|
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | host-generic-pci.yaml | 42 PCIe host controller in Arm Juno based on PLDA XpressRICH3-AXI IP 44 - const: arm,juno-r1-pcie 124 const: arm,juno-r1-pcie
|
/openbmc/u-boot/include/configs/ |
H A D | vexpress_aemv8a.h | 54 #else /* Not Juno */ 150 "fdt_alt_name=juno\0" \ 219 /* in the Juno firmware. */
|