Searched refs:som (Results 1 - 9 of 9) sorted by relevance

/u-boot/board/advantech/som-db5800-som-6867/
H A DMakefile5 obj-y += som-db5800-som-6867.o
/u-boot/board/cei/cei-tk1-som/
H A DMakefile9 obj-y += cei-tk1-som.o
/u-boot/board/compulab/cl-som-imx7/
H A DMakefile16 obj-y += cl-som-imx7.o
/u-boot/board/phytec/common/
H A Dam6_som_detection.c25 u8 som; local
34 som = data->payload.data.data_api2.som_no;
35 debug("%s: som id: %u\n", __func__, som);
41 if (som == PHYTEC_AM62X_SOM && soc_is_am62x())
44 if (som == PHYTEC_AM64X_SOM && soc_is_am64x())
H A Dimx8m_som_detection.c31 u8 som; local
40 som = data->payload.data.data_api2.som_no;
41 debug("%s: som id: %u\n", __func__, som);
47 if (som == PHYTEC_IMX8MP_SOM && is_imx8mp())
50 if (som == PHYTEC_IMX8MM_SOM) {
59 if (som == PHYTEC_IMX8MQ_SOM && is_imx8mq())
/u-boot/board/phytec/phycore_rk3288/
H A Dphycore-rk3288.c21 #include "som.h"
23 static int valid_rk3288_som(struct rk3288_som *som) argument
25 unsigned char *p = (unsigned char *)som;
34 return hw == som->bs;
/u-boot/arch/x86/dts/
H A DMakefile23 baytrail_som-db5800-som-6867.dtb
/u-boot/board/gateworks/venice/
H A Deeprom.c169 * 7000-7019: same PCB with som dt of '0x'
170 * 7020-7039: same PCB with som dt of '2x'
171 * 7040-7059: same PCB with som dt of '4x'
172 * 7060-7079: same PCB with som dt of '6x'
173 * 7080-7099: same PCB with som dt of '8x'
184 * gw<base dt>-<som dt>-[base-pcb-rev][base-bom-rev][som-pcb-rev][som-bom-rev]
211 /* som + baseboard*/
215 /* som i
216 int som = ((model % 100) / 20) * 2; local
[all...]
/u-boot/arch/arm/dts/
H A DMakefile136 tegra124-cei-tk1-som.dtb \
577 sun7i-a20-olimex-som-evb.dtb \
740 imx6dl-cubox-i-emmc-som-v15.dtb \
741 imx6dl-cubox-i-som-v15.dtb \
759 imx6dl-hummingboard2-emmc-som-v15.dtb \
760 imx6dl-hummingboard2-som-v15.dtb \
762 imx6dl-hummingboard-emmc-som-v15.dtb \
763 imx6dl-hummingboard-som-v15.dtb \
788 imx6q-cubox-i-emmc-som-v15.dtb \
789 imx6q-cubox-i-som
[all...]

Completed in 62 milliseconds