| /rk3399_rockchip-uboot/scripts/ |
| H A D | kernel-doc | 316 my $contents = ""; 407 my $contents = join "\n", @_; 412 $constants{$name} = $contents; 416 $parameterdescs{$name} = $contents; 421 $parameterdescs{$name} = $contents; 429 $sections{$name} = $contents; 440 my $contents = join "\n", @_; 450 dump_section($file, $name, $contents); 470 my $contents = join "\n",@_; 481 $contents = local_unescape($contents); [all …]
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.m68k | 116 CONFIG_SYS_SCR -- defines the contents of the System Configuration Register 117 CONFIG_SYS_SPR -- defines the contents of the System Protection Register 118 CONFIG_SYS_BRx_PRELIM -- defines the contents of the Chip Select Base Registers 119 CONFIG_SYS_ORx_PRELIM -- defines the contents of the Chip Select Option Registers 121 CONFIG_SYS_PxDDR -- defines the contents of the Data Direction Registers 122 CONFIG_SYS_PxDAT -- defines the contents of the Data Registers 123 CONFIG_SYS_PXCNT -- defines the contents of the Port Configuration Registers 156 CONFIG_SYS_PxDDR -- defines the contents of the Data Direction Registers 157 CONFIG_SYS_PxDAT -- defines the contents of the Data Registers 158 CONFIG_SYS_PXCNT -- defines the contents of the Port Configuration Registers
|
| H A D | README.plan9 | 8 copied to CONFADDR. If no arguments are specified, the contents of the
|
| H A D | README.mxsimage | 66 "u32_address" and executes the contents of this DCD block 163 The mxsimage can also verify and dump contents of an image. Use the following 164 syntax to verify and dump contents of an image:
|
| H A D | README.arm-caches | 32 mentioned above, because in some processors memory contents can spontaneously
|
| H A D | README.menu | 30 * contents directly.
|
| H A D | README.standalone | 119 the stack contents and the return address should be left intact.
|
| H A D | README.pxe | 49 contents of paths it tries mirrors exactly that of PXELINUX - you can 119 contents were the next line in the current file. nesting
|
| H A D | README.POST | 97 contents. Basically, this group will contain memory tests 518 executing the instruction, the test will verify the contents of 522 contents, the value of the index register and the expected value 626 compare its contents with the pattern. The following patterns will be 651 order to allow RAM modification without saving its contents.
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/ |
| H A D | hab.c | 124 uint8_t contents[MAX_RECORD_BYTES];/* Record Data */ member 281 printf("\n\n%s", sts_str[get_idx(hab_statuses, rec->contents[0])]); in process_event_record() 282 printf("%s", rsn_str[get_idx(hab_reasons, rec->contents[1])]); in process_event_record() 283 printf("%s", ctx_str[get_idx(hab_contexts, rec->contents[2])]); in process_event_record() 284 printf("%s", eng_str[get_idx(hab_engines, rec->contents[3])]); in process_event_record()
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 154 EEPROM contents copied to MAC 178 - D : Dump the LAN91C111 EEPROM contents 179 - M : Dump the LAN91C111 MAC contents 215 EEPROM contents copied to MAC
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | README | 263 This sets the size of the entry. The contents will be padded out to 265 contents. 268 Padding before the contents of the entry. Normally this is 0, meaning 269 that the contents start at the beginning of the entry. This can be 270 offset the entry contents a little. Defaults to 0. 273 Padding after the contents of the entry. Normally this is 0, meaning 388 1. GetEntryContents() - the contents of each entry are obtained, normally by 390 contents. The default version of Entry.ObtainContents() calls 393 functions must return True when they have read the contents. Binman will 395 dependencies between the contents of different entries. [all …]
|
| H A D | func_test.py | 210 def _MakeInputFile(self, fname, contents): argument 224 fd.write(contents)
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | socfpga_cyclone5_socrates.dts | 20 * contents to be added to the gmac1 device tree blob.
|
| H A D | socfpga_cyclone5_sr1500.dts | 20 * contents to be added to the gmac1 device tree blob.
|
| H A D | socfpga_arria5_socdk.dts | 24 /* this allow the ethaddr uboot environment variable contents
|
| H A D | socfpga_cyclone5_socdk.dts | 24 /* this allow the ethaddr uboot environment variable contents
|
| /rk3399_rockchip-uboot/test/image/ |
| H A D | test-imagetools.sh | 105 echo -e "\nExtracting multi-file image contents..."
|
| /rk3399_rockchip-uboot/ |
| H A D | Kconfig | 28 The string you set here will be appended after the contents of 199 bool "Support SHA256 checksum of FIT image contents" 203 Enable this to support SHA256 checksum of FIT image contents. A 205 the image contents have not been corrupted. SHA256 is recommended 213 bool "Support RSA4096 verification of FIT image contents" 217 Enable this to support RSA4096 checksum of FIT image contents. A 249 bool "Support rsassa-pss signature scheme of FIT image contents"
|
| /rk3399_rockchip-uboot/doc/SPI/ |
| H A D | README.ti_qspi_am43x_test | 11 - Reading the contents of the flash.
|
| /rk3399_rockchip-uboot/board/sandbox/ |
| H A D | README.sandbox | 79 This will start U-Boot with a window showing the contents of the LCD. If 117 it when shutting down. This allows preserving of memory contents across 133 example, the contents of a SPI flash chip should not disappear just because 327 the contents of the root directory on the second partion of the image 357 contents or emulated chip registers), you can use the device tree as
|
| /rk3399_rockchip-uboot/dts/ |
| H A D | Kconfig | 282 device tree nodes and converting their contents into platform data 284 device tree contents itself. The latter is fairly compact, but the 304 device tree nodes and converting their contents into platform data 306 device tree contents itself. The latter is fairly compact, but the
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | of-plat.txt | 27 device tree contents into C code which can be compiled into the SPL binary. 256 The of-platdata struct contents is copied from the C structure data to the 307 contents
|
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | Kconfig | 25 device. Typically the contents of the emulated SPI flash device is 206 Changing a small part of the flash's contents is usually faster with
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | howto.txt | 23 an image source file, which describes the contents of the image and defines 80 its contents:
|