Searched +full:0 +full:- +full:2 +full:- +full:dragonboard (Results 1 – 18 of 18) sorted by relevance
/openbmc/u-boot/include/configs/ |
H A D | dragonboard410c.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Board configuration file for Dragonboard 410C 12 #include <asm/arch/sysmap-apq8016.h> 15 #define PHYS_SDRAM_1 0x80000000 17 #define PHYS_SDRAM_1_SIZE 0x3da00000 19 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x7fff0) 20 #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x80000) 28 #define CONFIG_SYS_LDSCRIPT "board/qualcomm/dragonboard410c/u-boot.lds" 30 /* Fixup - in init code we switch from device to host mode, 38 /* Disabled by default as some sub-commands can brick eMMC */ [all …]
|
/openbmc/u-boot/arch/arm/mach-snapdragon/ |
H A D | Kconfig | 7 default 0x2000 10 default 0x2000 16 bool "96Boards Dragonboard 410C" 19 Support for 96Boards Dragonboard 410C. This board complies with 21 - Qualcomm Snapdragon 410C SoC - APQ8016 (4xCortex A53, Adreno 306) 22 - 1GiB RAM 23 - 8GiB eMMC, uSD slot 24 - WiFi, Bluetooth and GPS module 25 - 2x Host, 1x Device USB port 26 - HDMI [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | dragonboard410c.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Qualcomm APQ8016 based Dragonboard 410C board device tree source 8 /dts-v1/; 11 #include <dt-bindings/pinctrl/pinctrl-snapdragon.h> 14 model = "Qualcomm Technologies, Inc. Dragonboard 410c"; 15 compatible = "qcom,dragonboard", "qcom,apq8016-sbc"; 16 qcom,msm-id = <0xce 0x0 0xf8 0x0 0xf9 0x0 0xfa 0x0 0xf7 0x0>; 17 qcom,board-id = <0x10018 0x0>; 18 #address-cells = <0x2>; 19 #size-cells = <0x2>; [all …]
|
H A D | dragonboard410c-uboot.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * U-Boot addition to handle Dragonboard 410c pins 11 u-boot,dm-pre-reloc; 15 u-boot,dm-pre-reloc; 18 u-boot,dm-pre-reloc; 21 u-boot,dm-pre-reloc; 26 u-boot,dm-pre-reloc; 30 u-boot,dm-pre-reloc; 38 gpios = <&pm8916_gpios 2 0>; 42 gpios = <&pm8916_gpios 3 0>; [all …]
|
H A D | dragonboard820c.dts | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Qualcomm APQ8096 based Dragonboard 820C board device tree source 5 * (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> 8 /dts-v1/; 11 #include <dt-bindings/pinctrl/pinctrl-snapdragon.h> 15 compatible = "arrow,apq8096-db820c", "qcom,apq8096-sbc"; 16 #address-cells = <2>; 17 #size-cells = <2>; 24 stdout-path = "serial0:115200n8"; 29 reg = <0 0x80000000 0 0xc0000000>; [all …]
|
/openbmc/u-boot/board/qualcomm/dragonboard410c/ |
H A D | readme.txt | 1 # SPDX-License-Identifier: GPL-2.0+ 9 2) Setup CROSS_COMPILE to aarch64 compiler 12 5) generate fake, empty ramdisk (can have 0 bytes) 16 $ dtbTool -o dt.img arch/arm/dts 18 7) Generate Android boot image with mkbootimg [2]: 19 $ mkbootimg --kernel=u-boot-dtb.bin --output=u-boot.img --dt=dt.img \ 20 --pagesize 2048 --base 0x80000000 --ramdisk=rd --cmdline="" 22 8) Enter fastboot (reboot board with vol- button pressed) 25 $ fastboot boot u-boot.img 27 $ fastboot flash boot u-boot.img [all …]
|
H A D | dragonboard410c.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Board init file for Dragonboard 410C 34 gd->ram_size = PHYS_SDRAM_1_SIZE; in dram_init() 36 return 0; in dram_init() 41 gd->bd->bi_dram[0].start = PHYS_SDRAM_1; in dram_init_banksize() 42 gd->bd->bi_dram[0].size = PHYS_SDRAM_1_SIZE; in dram_init_banksize() 44 return 0; in dram_init_banksize() 51 int ret = 0, node; in board_usb_init() 57 if (ret < 0) { in board_usb_init() 63 /* Try to request gpios needed to start usb host on dragonboard */ in board_usb_init() [all …]
|
/openbmc/u-boot/configs/ |
H A D | dragonboard820c_defconfig | 3 CONFIG_SYS_TEXT_BASE=0x80080000 5 CONFIG_IDENT_STRING="\nQualcomm-DragonBoard 820C" 7 CONFIG_NR_DRAM_BANKS=2 27 CONFIG_ENV_EXT4_DEVICE_AND_PART="0:1"
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | qcom.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Bjorn Andersson <bjorn.andersson@linaro.org> 18 Each board must specify a top-level board compatible string with the following 21 compatible = "qcom,<SoC>[-<soc_version>][-<foundry_id>]-<board>[/<subtype>][-<board_version>]" 92 ap-al02-c2 93 ap-al02-c6 94 ap-al02-c7 95 ap-al02-c8 [all …]
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8074-dragonboard.dts | 1 // SPDX-License-Identifier: GPL-2.0 2 #include <dt-bindings/gpio/gpio.h> 3 #include <dt-bindings/input/input.h> 4 #include <dt-bindings/leds/common.h> 5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include "qcom-msm8974.dtsi" 10 /delete-node/ &mpss_region; 13 model = "Qualcomm APQ8074 Dragonboard"; 14 compatible = "qcom,apq8074-dragonboard", "qcom,apq8074"; 23 stdout-path = "serial0:115200n8"; [all …]
|
H A D | qcom-apq8060-dragonboard.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 #include <dt-bindings/input/input.h> 3 #include <dt-bindings/gpio/gpio.h> 4 #include <dt-bindings/leds/common.h> 5 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 6 #include <dt-bindings/pinctrl/qcom,pmic-mpp.h> 7 #include "qcom-msm8660.dtsi" 10 model = "Qualcomm APQ8060 Dragonboard"; 11 compatible = "qcom,apq8060-dragonboard", "qcom,msm8660"; 18 stdout-path = "serial0:115200n8"; [all …]
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8916-acer-a1-724.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 /dts-v1/; 5 #include "msm8916-pm8916.dtsi" 7 #include <dt-bindings/gpio/gpio.h> 8 #include <dt-bindings/input/input.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 12 * NOTE: The original firmware from Acer can only boot 32-bit kernels. 13 * To boot this device tree using arm64 it is necessary to flash 64-bit 14 * TZ/HYP firmware (e.g. taken from the DragonBoard 410c). 15 * See https://wiki.postmarketos.org/wiki/Acer_Iconia_Talk_S_(acer-a1-724) [all …]
|
H A D | msm8916-huawei-g7.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 8 #include "msm8916-pm8916.dtsi" 9 #include <dt-bindings/gpio/gpio.h> 10 #include <dt-bindings/input/input.h> 11 #include <dt-bindings/interrupt-controller/irq.h> 12 #include <dt-bindings/leds/common.h> 13 #include <dt-bindings/sound/apq8016-lpass.h> 16 * Note: The original firmware from Huawei can only boot 32-bit kernels. 17 * To boot this device tree using arm64 it is necessary to flash 64-bit TZ/HYP [all …]
|
H A D | sdm845-db845c.dts | 1 // SPDX-License-Identifier: GPL-2.0 6 /dts-v1/; 8 #include <dt-bindings/leds/common.h> 9 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 10 #include <dt-bindings/regulator/qcom,rpmh-regulator.h> 11 #include <dt-bindings/sound/qcom,q6afe.h> 12 #include <dt-bindings/sound/qcom,q6asm.h> 14 #include "sdm845-wcd9340.dtsi" 19 model = "Thundercomm Dragonboard 845c"; 21 qcom,msm-id = <341 0x20001>; [all …]
|
H A D | apq8096-db820c.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2014-2016, The Linux Foundation. All rights reserved. 6 /dts-v1/; 11 #include <dt-bindings/input/input.h> 12 #include <dt-bindings/gpio/gpio.h> 13 #include <dt-bindings/leds/common.h> 14 #include <dt-bindings/pinctrl/qcom,pmic-gpio.h> 15 #include <dt-bindings/sound/qcom,q6afe.h> 16 #include <dt-bindings/sound/qcom,q6asm.h> 17 #include <dt-bindings/sound/qcom,wcd9335.h> [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.2.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.2.3 (Mickledore) 4 ------------------------------------------ 6 Security Fixes in Yocto-4.2.3 9 - bind: Fix :cve_nist:`2023-2828` and :cve_nist:`2023-2911` 10 - cups: Fix :cve_nist:`2023-34241` 11 - dmidecode: Fix :cve_nist:`2023-30630` 12 - erofs-utils: Fix :cve_nist:`2023-33551` and :cve_nist:`2023-33552` 13 - ghostscript: Fix :cve_nist:`2023-36664` 14 - go: Fix :cve_mitre:`2023-24531` [all …]
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | readme.txt | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2017 Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> 8 - UART 9 - SD card 10 - PSCI reset 11 - Environment in EXT4 partition 1 in SD card (check defconfig for details) 24 2) Setup CROSS_COMPILE to aarch64 compiler or if you use ccache just do 25 CROSS_COMPILE="ccache aarch64-linux-gnu-" 27 3) cd to the u-boot tree 30 $ make -j `nproc` [all …]
|
/openbmc/linux/ |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |