| /u-boot/arch/arm/lib/ |
| A D | lib1funcs.S | 97 rsb \order, \order, #31 108 addhs \order, \order, #8 112 addhs \order, \order, #4 115 addhi \order, \order, #3 116 addls \order, \order, \divisor, lsr #1 129 sub \order, \order, \spare 134 mov \order, #0 143 addlo \order, \order, #4 151 addlo \order, \order, #1 158 subs \order, \order, #3 @ yes, 3 is intended here [all …]
|
| /u-boot/doc/device-tree-bindings/ |
| A D | chosen.txt | 75 u-boot,spl-boot-order property 83 If the SPL is configured through the device-tree, the boot-order can 84 be configured with the spl-boot-order property under the /chosen node. 86 in the order they are listed: references (i.e. implicit paths), a full 90 boot-order to direct U-Boot to insert the device the SPL was booted 96 boot-order (as there currently exists no mechanism to suppress 103 u-boot,spl-boot-order = "same-as-spl", &sdmmc, "/sdhci@fe330000"; 110 This property is a companion-property to the u-boot,spl-boot-order and 138 u-boot,acpi-ssdt-order 143 node to add. The ACPI information is written in this order.
|
| /u-boot/tools/binman/etype/ |
| A D | image_header.py | 89 order = self.GetSiblingOrder() 90 if self.location != order and not self.section.GetSort(): 92 (order, self.location))
|
| /u-boot/tools/ |
| A D | Kconfig | 7 The mkimage host tool will, in order to generate FIT images make 8 calls to the dtc application in order to create the output. In
|
| A D | mkimage.c | 43 int *order; in show_valid_options() local 49 order = calloc(count, sizeof(*order)); in show_valid_options() 50 if (!order) in show_valid_options() 59 order[i] = item; in show_valid_options() 62 qsort(order, count, sizeof(int), h_compare_category_name); in show_valid_options() 67 item = order[i]; in show_valid_options() 73 free(order); in show_valid_options()
|
| /u-boot/doc/ |
| A D | README.nokia_rx51 | 10 a kernel. In order to transparently boot the original kernel, it will be 17 stored ATAGs (see boot order). 32 Default boot order: 39 Boot from SD or eMMC in this order: 44 * 1.3 same order for 2. - 4. fat partition 51 * run sdboot - Boot from external SD card (see boot order) 52 * run emmcboot - Boot from internal eMMC memory (see boot order)
|
| /u-boot/doc/device-tree-bindings/memory-controllers/ |
| A D | st,stm32mp1-ddr.txt | 27 for STM32MP15x: 25 values are requested in this order 56 for STM32MP15x: 12 values are requested in this order 71 for STM32MP15x: 9 values are requested in this order 83 for STM32MP15x: 17 values are requested in this order 105 for STM32MP15x: 11 values are requested in this order 119 for STM32MP15x: 10 values are requested in this order 134 for STM32MP15x: 12 values are requested in this order
|
| A D | st,stm32-fmc.txt | 9 - st,sdram-control : parameters for sdram configuration, in this order: 18 - st,sdram-timing: timings for sdram, in this order:
|
| /u-boot/board/varisys/cyrus/ |
| A D | README | 5 They currently disable size optimization in order to avoid a relocation 11 In order to reflash u-boot, you must download u-boot.pbl, then write it
|
| /u-boot/doc/board/AndesTech/ |
| A D | ax25-ae350.rst | 20 - 5-stage in-order execution pipeline 267 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) 283 [ 0.064000] futex hash table entries: 256 (order: 0, 6144 bytes) 449 Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) 450 Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) 467 Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) 478 futex hash table entries: 1024 (order: 4, 65536 bytes) 484 TCP established hash table entries: 8192 (order: 4, 65536 bytes) 485 TCP bind hash table entries: 8192 (order: 5, 131072 bytes) 487 UDP hash table entries: 512 (order: 2, 16384 bytes) [all …]
|
| /u-boot/arch/arm/dts/ |
| A D | rk3399-ficus-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3399-nanopi4-u-boot.dtsi | 10 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3399pro-rock-pi-n10-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3308-evb-u-boot.dtsi | 9 u-boot,spl-boot-order = "same-as-spl", &emmc;
|
| A D | rk3308-roc-cc-u-boot.dtsi | 9 u-boot,spl-boot-order = "same-as-spl", &emmc;
|
| A D | rk3399-khadas-edge-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3399-rock-pi-4-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3399-firefly-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| A D | rk3399-leez-p710-u-boot.dtsi | 11 u-boot,spl-boot-order = "same-as-spl", &sdhci, &sdmmc;
|
| /u-boot/drivers/core/ |
| A D | acpi.c | 187 const u32 *order; in sort_acpi_item_type() local 194 order = ofnode_read_chosen_prop(type == TYPE_DSDT ? in sort_acpi_item_type() 197 if (!order) { in sort_acpi_item_type() 212 node = ofnode_get_by_phandle(fdt32_to_cpu(*order++)); in sort_acpi_item_type()
|
| /u-boot/arch/xtensa/include/asm/ |
| A D | byteorder.h | 79 # error processor byte order undefined!
|
| /u-boot/board/sunxi/ |
| A D | README.nand | 10 In order to mitigate that, various strategies have been found to be 20 In order to accomodate that, we create a tool that will generate an 27 In order to flash your U-Boot image onto a board, assuming that the
|
| /u-boot/doc/imx/common/ |
| A D | imx25.txt | 10 natural MAC byte order (i.e. MSB first).
|
| A D | imx27.txt | 10 reversed MAC byte order (i.e. LSB first).
|
| /u-boot/.github/ |
| A D | pull_request_template.md | 5 The only exception to this is in order to trigger a CI loop on Azure prior
|