| /OK3568_Linux_fs/buildroot/package/qoriq-rcw/ |
| H A D | qoriq-rcw.mk | 8 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 D | Config.in.host | 2 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 D | qoriq-rcw.hash | 2 sha256 bbb595f0b68beb114620f7aeaff073b90938329e10cd6b36daa9f2087f3119a0 qoriq-rcw-LSDK-20.12-br1.…
|
| /OK3568_Linux_fs/buildroot/package/rcw-smarc-sal28/ |
| H A D | rcw-smarc-sal28.mk | 8 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 D | Config.in | 2 bool "rcw-smarc-sal28" 16 update script is called update-rcw.img and will be copied
|
| H A D | rcw-smarc-sal28.hash | 2 sha256 8c1c3e26407141ee8d8bd16a43c16c0459b01a60e6e25ca47e22c7499b3e4e65 rcw-smarc-sal28-11.tar.gz
|
| /OK3568_Linux_fs/u-boot/drivers/ddr/fsl/ |
| H A D | ddr3_dimm_params.c | 142 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 D | ctrl_regs.c | 737 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 D | lc_common_dimm_params.c | 430 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 D | genimage.cfg | 6 partition rcw { 9 image = "rcw.bin"
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.qspi | 26 => sf erase 0 +<size of rcw image> 28 => sf write <rcw image in memory> 0 <size of rcw image>
|
| H A D | README.lsch3 | 181 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 D | README.pblimage | 63 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 D | cpu.c | 279 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 D | common_timing_params.h | 65 unsigned char rcw[16]; /* Register Control Word 0-15 */ member
|
| H A D | fsl_ddr_dimm_params.h | 106 unsigned char rcw[16]; /* Register Control Word 0-15 */ member
|
| /OK3568_Linux_fs/u-boot/configs/ |
| H A D | ls1046ardb_qspi_SECURE_BOOT_defconfig | 13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
|
| H A D | ls1046ardb_qspi_defconfig | 12 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
|
| H A D | ls1046ardb_sdcard_defconfig | 13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
|
| H A D | ls1046ardb_sdcard_SECURE_BOOT_defconfig | 13 …oot=/dev/ram0 earlycon=uart8250,mmio,0x21c0500 mtdparts=1550000.quadspi:1m(rcw),15m(u-boot),48m(ke…
|
| H A D | ls1046ardb_emmc_defconfig | 11 …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 D | cpu.c | 413 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 D | cpu.c | 279 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 D | README | 25 => tftp 1000000 rcw.bin
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | fsl-ls1028a-kontron-sl28.dts | 124 label = "rcw";
|