/u-boot/doc/usage/ |
A D | pstore.rst | 30 Ramoops parameters can be passed as kernel parameters or through Device Tree, 37 U-Boot automatically patches the Device Tree to pass the Ramoops parameters to 40 The PStore configuration parameters are: 80 First of all, unless PStore parameters as been set during U-Boot configuration 81 and match kernel ramoops parameters, it needs to be set using 'pstore set', e.g.::
|
/u-boot/doc/device-tree-bindings/video/ |
A D | displaymode.txt | 9 parameters in pixels 11 parameters in lines 25 not allow for inconsistent parameters. Unlike the Framebuffer framework
|
A D | display-timing.txt | 19 - hfront-porch, hback-porch, hsync-len: horizontal display timing parameters 21 vfront-porch, vback-porch, vsync-len: vertical display timing parameters in 49 The parameters are defined as:
|
/u-boot/doc/ |
A D | README.falcon | 22 from SPL. A new command is added to U-Boot to prepare the parameters that SPL 25 In normal mode, these parameters are generated each time before 27 the parameters can be read. 35 well, if used), use the "spl export" command to generate the kernel parameters 44 the parameters which are saved in the persistent area to the required address. 62 CONFIG_SYS_SPL_ARGS_ADDR Address in RAM where the parameters must be 68 CONFIG_CMD_SPL_NAND_OFS Offset in NAND where the parameters area was saved. 70 CONFIG_CMD_SPL_NOR_OFS Offset in NOR where the parameters area was saved. 72 CONFIG_CMD_SPL_WRITE_SIZE Size of the parameters area to be copied 187 The parameters generated with this step can be saved into NAND at the offset [all …]
|
A D | README.atmel_pmecc | 43 CONFIG_SPL_GENERATE_ATMEL_PMECC_HEADER. The required parameters are taken from 46 type. The mkimage tool has intentionally _not_ compiled in those parameters.
|
A D | README.fsl-ddr | 149 Hwconfig can be combined with multiple parameters, for example, on a supported 292 type command "compute" to calculate the parameters from the default 314 dimmparms - DIMM parameters, calculated from SPD 315 commonparms - lowest common parameters for all DIMMs 324 dimmparms - DIMM parameters, calculated from SPD 325 commonparms - lowest common parameters for all DIMMs 362 DIMM parameters: Controller=0 DIMM=0 363 DIMM organization parameters:
|
/u-boot/arch/arm/mach-omap2/omap3/ |
A D | board.c | 356 static void omap3_emu_romcode_call(u32 service_id, u32 *parameters) in omap3_emu_romcode_call() argument 358 u32 i, num_params = *parameters; in omap3_emu_romcode_call() 366 __raw_writel(*parameters, sram_scratch_space); in omap3_emu_romcode_call() 367 parameters++; in omap3_emu_romcode_call()
|
/u-boot/arch/arm/mach-uniphier/ |
A D | Kconfig | 102 bool "Enable dump command of DDR PHY parameters" 107 The command "ddrphy" shows the resulting parameters of DDR PHY 111 bool "Enable dump command of DDR Multi PHY parameters" 115 The command "ddrmphy" shows the resulting parameters of DDR Multi PHY
|
/u-boot/arch/arm/dts/ |
A D | armada-xp-crs328-4c-20s-4s.dtsi | 51 /* Device Bus parameters are required */ 53 /* Read parameters */ 62 /* Write parameters */
|
A D | armada-xp-crs305-1g-4s.dtsi | 51 /* Device Bus parameters are required */ 53 /* Read parameters */ 62 /* Write parameters */
|
A D | armada-xp-crs326-24g-2s.dtsi | 51 /* Device Bus parameters are required */ 53 /* Read parameters */ 62 /* Write parameters */
|
A D | armada-xp-db-xc3-24g4xg.dts | 50 /* Device Bus parameters are required */ 52 /* Read parameters */ 61 /* Write parameters */
|
A D | armada-xp-gp.dts | 72 /* Device Bus parameters are required */ 74 /* Read parameters */ 83 /* Write parameters */
|
/u-boot/doc/device-tree-bindings/clock/ |
A D | rockchip,rk3288-dmc.txt | 27 rockchip,ddr-speed-bin: DDR3 type,AC timing parameters from the memory data-sheet 50 rockchip,trcd: tRCD,AC timing parameters from the memory data-sheet 51 rockchip,trp: tRP,AC timing parameters from the memory data-sheet 53 -rockchip,pctl-timing: parameters for the SDRAM setup, in this order: 94 will be set up the same. The parameters are in this order: 103 - rockchip,sdram-params: SDRAM base parameters, in this order:
|
/u-boot/doc/device-tree-bindings/memory-controllers/ |
A D | st,stm32-fmc.txt | 9 - st,sdram-control : parameters for sdram configuration, in this order: 28 parameters as MACROS.
|
/u-boot/arch/arm/ |
A D | Kconfig.debug | 20 to provide the parameters for the 8250 UART rather than 22 you know the parameters for the port.
|
/u-boot/lib/crypto/ |
A D | pkcs7.asn1 | 37 parameters ANY OPTIONAL 120 parameters ANY OPTIONAL
|
A D | x509.asn1 | 25 parameters ANY OPTIONAL ({ x509_note_params })
|
/u-boot/drivers/serial/ |
A D | Kconfig | 227 You will need to provide parameters to make this work. The 236 You will need to provide parameters to make this work. The 245 will need to provide parameters to make this work. The driver will 253 will need to provide parameters to make this work. The driver will 261 will need to provide parameters to make this work. The driver will 338 PL010 UART type. You will need to provide parameters to make this 347 PL011 UART type. You will need to provide parameters to make this 389 You will need to provide parameters to make this work. 407 You will need to provide parameters to make this work. The driver 416 You will need to provide parameters to make this work. The [all …]
|
/u-boot/drivers/soc/ |
A D | Kconfig | 9 need different parameters or quirks enabled depending on the
|
/u-boot/doc/build/ |
A D | gcc.rst | 101 Build parameters 104 A list of available parameters for the make command can be obtained via 116 Further important build parameters are
|
/u-boot/arch/arm/include/asm/arch-omap3/ |
A D | sys_proto.h | 72 void do_omap3_emu_romcode_call(u32 service_id, u32 parameters);
|
/u-boot/board/nokia/rx51/ |
A D | rx51.c | 370 static void omap3_emu_romcode_call(u32 service_id, u32 *parameters) in omap3_emu_romcode_call() argument 372 u32 i, num_params = *parameters; in omap3_emu_romcode_call() 380 __raw_writel(*parameters, sram_scratch_space); in omap3_emu_romcode_call() 381 parameters++; in omap3_emu_romcode_call()
|
/u-boot/doc/mvebu/cmd/ |
A D | bubt.txt | 5 The bubt command gets the following parameters: ATF file name, destination device and source device. 18 by parameters CONFIG_SYS_MMC_ENV_DEV and CONFIG_SYS_MMC_ENV_PART.
|
/u-boot/board/freescale/mx6memcal/ |
A D | README | 17 DDR parameters for U-Boot?). 18 3. It doesn't prompt for parameters, so it's much faster to gather
|