Home
last modified time | relevance | path

Searched refs:rcw (Results 1 – 25 of 36) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/qoriq-rcw/
H A Dqoriq-rcw.mk8 QORIQ_RCW_SITE = https://source.codeaurora.org/external/qoriq/qoriq-components/rcw
18 QORIQ_RCW_INCLUDES = $(filter-out %.rcw,$(QORIQ_RCW_FILES))
20 QORIQ_RCW_PROJECT = $(notdir $(filter %.rcw,$(QORIQ_RCW_FILES)))
25 $(error BR2_PACKAGE_HOST_QORIQ_RCW_CUSTOM_PATH must have exactly one .rcw file)
38 mkdir -p $(@D)/custom_board/rcw
39 cp -f $(filter %.rcw,$(QORIQ_RCW_FILES)) $(@D)/custom_board/rcw
49 $(@D)/rcw.py \
50 -i $(@D)/custom_board/rcw/$(QORIQ_RCW_PROJECT) \
62 mkdir -p $(HOST_DIR)/share/rcw
63 cp -a $(@D)/* $(HOST_DIR)/share/rcw
H A DConfig.in.host2 bool "host qoriq-rcw"
9 $(HOST_DIR)/share/rcw. Either a SDK or post scripts can
12 https://source.codeaurora.org/external/qoriq/qoriq-components/rcw/
19 Space-separated list of .rcw and .rcwi files, that will be
21 used by the .rcw file must be specified. There must be a
22 single .rcw file in the list.
24 This is optional. If left empty, the rcw package will be
H A Dqoriq-rcw.hash2 sha256 bbb595f0b68beb114620f7aeaff073b90938329e10cd6b36daa9f2087f3119a0 qoriq-rcw-LSDK-20.12-br1.…
/OK3568_Linux_fs/buildroot/package/rcw-smarc-sal28/
H A Drcw-smarc-sal28.mk8 RCW_SMARC_SAL28_SITE = $(call github,kontron,rcw-smarc-sal28,v$(RCW_SMARC_SAL28_VERSION))
22 $(INSTALL) -D -m 0644 $(@D)/contrib/update-rcw.img $(BINARIES_DIR)/
31 $(INSTALL) -d $(BINARIES_DIR)/rcw
32 $(INSTALL) -D -m 0644 $(@D)/sl28-*.bin $(BINARIES_DIR)/rcw/
33 ln -sf rcw/sl28-$(RCW_SMARC_SAL28_BOOT_VARIANT).bin $(BINARIES_DIR)/rcw.bin
H A DConfig.in2 bool "rcw-smarc-sal28"
16 update script is called update-rcw.img and will be copied
H A Drcw-smarc-sal28.hash2 sha256 8c1c3e26407141ee8d8bd16a43c16c0459b01a60e6e25ca47e22c7499b3e4e65 rcw-smarc-sal28-11.tar.gz
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dddr3_dimm_params.c142 u8 rcw = spd->mod_section.registered.rcw[i/2]; in ddr_compute_dimm_parameters() local
143 pdimm->rcw[i] = (rcw >> 0) & 0x0F; in ddr_compute_dimm_parameters()
144 pdimm->rcw[i+1] = (rcw >> 4) & 0x0F; in ddr_compute_dimm_parameters()
H A Dctrl_regs.c737 common_dimm->rcw[0] << 28 | \ in set_ddr_sdram_rcw()
738 common_dimm->rcw[1] << 24 | \ in set_ddr_sdram_rcw()
739 common_dimm->rcw[2] << 20 | \ in set_ddr_sdram_rcw()
740 common_dimm->rcw[3] << 16 | \ in set_ddr_sdram_rcw()
741 common_dimm->rcw[4] << 12 | \ in set_ddr_sdram_rcw()
742 common_dimm->rcw[5] << 8 | \ in set_ddr_sdram_rcw()
743 common_dimm->rcw[6] << 4 | \ in set_ddr_sdram_rcw()
744 common_dimm->rcw[7]; in set_ddr_sdram_rcw()
746 common_dimm->rcw[8] << 28 | \ in set_ddr_sdram_rcw()
747 common_dimm->rcw[9] << 24 | \ in set_ddr_sdram_rcw()
[all …]
H A Dlc_common_dimm_params.c430 outpdimm->rcw[j] = dimm_params[0].rcw[j]; in compute_lowest_common_dimm_parameters()
434 if (dimm_params[i].rcw[j] != dimm_params[0].rcw[j]) { in compute_lowest_common_dimm_parameters()
/OK3568_Linux_fs/buildroot/board/kontron/smarc-sal28/
H A Dgenimage.cfg6 partition rcw {
9 image = "rcw.bin"
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.qspi26 => sf erase 0 +<size of rcw image>
28 => sf write <rcw image in memory> 0 <size of rcw image>
H A DREADME.lsch3181 nand write <rcw image in memory> 0 <size of rcw image>
198 nand write <rcw image in memory> 0 <size of rcw image>
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.pblimage63 1. Configuration files rcw.cfg and pbi.cfg must present in the
64 board/freescale/corenet_ds/, rcw.cfg is for RCW, pbi.cfg is for
70 Typical example of rcw.cfg file:
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c279 u32 rcw = in_be32(&gur->rcwsr[i]); in print_cpuinfo() local
283 printf(" %08x", rcw); in print_cpuinfo()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon_timing_params.h65 unsigned char rcw[16]; /* Register Control Word 0-15 */ member
H A Dfsl_ddr_dimm_params.h106 unsigned char rcw[16]; /* Register Control Word 0-15 */ member
/OK3568_Linux_fs/u-boot/configs/
H A Dls1046ardb_qspi_SECURE_BOOT_defconfig13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
H A Dls1046ardb_qspi_defconfig12 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
H A Dls1046ardb_sdcard_defconfig13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
H A Dls1046ardb_sdcard_SECURE_BOOT_defconfig13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
H A Dls1046ardb_emmc_defconfig11 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c413 u32 type, rcw, svr = gur_in32(&gur->svr); in print_cpuinfo() local
454 rcw = gur_in32(&gur->rcwsr[i]); in print_cpuinfo()
457 printf(" %08x", rcw); in print_cpuinfo()
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dcpu.c279 u32 rcw = in_be32(&gur->rcwsr[i]); in checkcpu() local
283 printf(" %08x", rcw); in checkcpu()
/OK3568_Linux_fs/u-boot/board/freescale/p2041rdb/
H A DREADME25 => tftp 1000000 rcw.bin
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-kontron-sl28.dts124 label = "rcw";

12