Searched +full:cl +full:- +full:som +full:- +full:imx7 (Results 1 – 19 of 19) sorted by relevance
/openbmc/u-boot/board/compulab/cl-som-imx7/ |
H A D | MAINTAINERS | 1 CL-SOM-IMX7 BOARD 4 F: board/compulab/cl-som-imx7 5 F: include/configs/cl-som-imx7.h 6 F: configs/cl-som-imx7_defconfig
|
H A D | Kconfig | 4 default "cl-som-imx7" 10 default "cl-som-imx7"
|
H A D | cl-som-imx7.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * U-Boot board functions for CompuLab CL-SOM-iMX7 module 18 #include <asm/mach-imx/mxc_i2c.h> 19 #include <asm/mach-imx/iomux-v3.h> 20 #include <asm/arch-mx7/mx7-pins.h> 21 #include <asm/arch-mx7/sys_proto.h> 22 #include <asm/arch-mx7/clock.h> 54 * cl_som_imx7_setup_i2c() - I2C pinmux configuration. 66 gd->ram_size = imx_ddr_size(); in dram_init() 85 * (U-boot device node) (Physical Port) in board_mmc_init() [all …]
|
H A D | Makefile | 8 # SPDX-License-Identifier: GPL-2.0+ 11 obj-y := mux.o common.o 14 obj-y += spl.o 16 obj-y += cl-som-imx7.o
|
H A D | common.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * SPL/U-Boot common header file for CompuLab CL-SOM-iMX7 module
|
H A D | common.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * SPL/U-Boot common functions for CompuLab CL-SOM-iMX7 module 12 #include <asm-generic/gpio.h> 30 struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv; in board_mmc_getcd() 33 switch (cfg->esdhc_base) { in board_mmc_getcd()
|
H A D | mux.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * SPL/U-Boot mux functions for CompuLab CL-SOM-iMX7 module 11 #include <asm/mach-imx/iomux-v3.h> 12 #include <asm/arch-mx7/mx7-pins.h>
|
H A D | spl.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * SPL board functions for CompuLab CL-SOM-iMX7 module 13 #include <asm/mach-imx/iomux-v3.h> 14 #include <asm/arch-mx7/mx7-pins.h> 15 #include <asm/arch-mx7/clock.h> 16 #include <asm/arch-mx7/mx7-ddr.h> 177 /* UART clocks enabled and gd valid - init serial console */ in board_init_f() 182 memset(__bss_start, 0, __bss_end - __bss_start); in board_init_f()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx7d-sbc-imx7.dts | 2 * Support for CompuLab SBC-iMX7 Single Board Computer 4 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/ 7 * This file is dual-licensed: you can use it either under the terms 13 #include "imx7d-cl-som-imx7.dts" 16 model = "CompuLab SBC-iMX7"; 17 compatible = "compulab,sbc-imx7", "compulab,cl-som-imx7", "fsl,imx7d"; 21 pinctrl-names = "default"; 22 pinctrl-0 = <&pinctrl_usdhc1>; 23 cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>; 24 wp-gpios = <&gpio5 1 GPIO_ACTIVE_HIGH>; [all …]
|
H A D | imx7d-cl-som-imx7.dts | 2 * Support for CompuLab CL-SOM-iMX7 System-on-Module 4 * Copyright (C) 2015 CompuLab Ltd. - http://www.compulab.co.il/ 7 * This file is dual-licensed: you can use it either under the terms 13 /dts-v1/; 18 model = "CompuLab CL-SOM-iMX7"; 19 compatible = "compulab,cl-som-imx7", "fsl,imx7d"; 23 reg = <0x80000000 0x10000000>; /* 256 MB - minimal configuration */ 26 reg_usb_otg1_vbus: regulator-vbus { 27 compatible = "regulator-fixed"; 28 regulator-name = "usb_otg1_vbus"; [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 2 dtb-$(CONFIG_SOC_IMX1) += \ 3 imx1-ads.dtb \ 4 imx1-apf9328.dtb 5 dtb-$(CONFIG_SOC_IMX25) += \ 6 imx25-eukrea-mbimxsd25-baseboard.dtb \ 7 imx25-eukrea-mbimxsd25-baseboard-cmo-qvga.dtb \ 8 imx25-eukrea-mbimxsd25-baseboard-dvi-svga.dtb \ 9 imx25-eukrea-mbimxsd25-baseboard-dvi-vga.dtb \ 10 imx25-karo-tx25.dtb \ [all …]
|
/openbmc/u-boot/arch/arm/mach-imx/mx7/ |
H A D | Kconfig | 24 bool "CL-SOM-iMX7" 40 bool "pico-imx7d" 68 source "board/compulab/cl-som-imx7/Kconfig" 70 source "board/technexion/pico-imx7d/Kconfig"
|
/openbmc/u-boot/configs/ |
H A D | cl-som-imx7_defconfig | 17 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=arch/arm/mach-imx/spl_sd.cfg" 26 CONFIG_SYS_PROMPT="CL-SOM-iMX7 # " 48 CONFIG_DEFAULT_DEVICE_TREE="imx7d-sdb"
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | fsl.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Shawn Guo <shawnguo@kernel.org> 11 - Li Yang <leoyang.li@nxp.com> 18 - description: i.MX1 based Boards 20 - enum: 21 - armadeus,imx1-apf9328 22 - fsl,imx1ads 23 - const: fsl,imx1 [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | cl-som-imx7.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Configuration settings for the CompuLab CL-SOM-iMX7 System-on-Module. 79 "fdtfile=imx7d-sbc-imx7.dtb\0" \ 85 "doboot=bootz ${loadaddr} - ${fdtaddr}\0" \ 138 (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
|
/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...] |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
/openbmc/ |
D | opengrok1.0.log | 1 2025-01-23 03:00:35.620-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-23 03:00:35.747-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-01-22 03:00:43.118-0600 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-01-22 03:00:43.231-0600 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |