| /linux/Documentation/devicetree/bindings/gpu/host1x/ |
| A D | nvidia,tegra234-nvdec.yaml | 67 firmware secure carveout. This carveout is configured by the bootloader and 73 Offset to bootloader manifest from beginning of firmware that was configured by 74 the bootloader. 79 Offset to bootloader code section from beginning of firmware that was configured by 80 the bootloader. 85 Offset to bootloader data section from beginning of firmware that was configured by 86 the bootloader. 92 the bootloader. 98 the bootloader. 104 by the bootloader.
|
| /linux/arch/alpha/boot/ |
| A D | Makefile | 14 tools/bootpzh bootloader bootpheader bootpzheader 90 $(obj)/tools/lxboot: $(obj)/bootloader $(OBJSTRIP) FORCE 93 $(obj)/tools/bootlx: $(obj)/bootloader $(OBJSTRIP) FORCE 111 $(obj)/bootloader: $(obj)/bootloader.lds $(OBJ_bootlx) $(LIBS_Y) FORCE 114 $(obj)/bootpheader: $(obj)/bootloader.lds $(OBJ_bootph) $(LIBS_Y) FORCE 117 $(obj)/bootpzheader: $(obj)/bootloader.lds $(OBJ_bootpzh) $(LIBS_Y) FORCE
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| A D | reboot-mode.yaml | 15 or ram. Then the bootloader can read it and take different 19 the bootloader what to do when the system reboots, and should be named 25 …- bootloader: Android fastboot mode, it's a mode to re-flash partitions on the Android based devic… 26 - loader: A bootloader mode, it's a mode used to download image on Rockchip platform, 46 mode-bootloader = <2>;
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | ti,cc1352p7.yaml | 32 bootloader-backdoor-gpios: 35 gpios to enable bootloader backdoor in cc1352p7 bootloader to allow 55 bootloader-backdoor-gpios = <&pio 36 GPIO_ACTIVE_LOW>;
|
| /linux/drivers/platform/cznic/ |
| A D | turris-omnia-mcu-base.c | 56 static int omnia_get_version_hash(struct omnia_mcu *mcu, bool bootloader, in omnia_get_version_hash() argument 64 bootloader ? OMNIA_CMD_GET_FW_VERSION_BOOT in omnia_get_version_hash() 77 bool bootloader) in fw_version_hash_show() argument 83 err = omnia_get_version_hash(mcu, bootloader, version); in fw_version_hash_show() 209 static void omnia_mcu_print_version_hash(struct omnia_mcu *mcu, bool bootloader) in omnia_mcu_print_version_hash() argument 211 const char *type = bootloader ? "bootloader" : "application"; in omnia_mcu_print_version_hash() 216 err = omnia_get_version_hash(mcu, bootloader, version); in omnia_mcu_print_version_hash()
|
| /linux/Documentation/translations/zh_CN/arch/arm/ |
| A D | Booting | 97 bootloader 必须创建和初始化内核标签列表。一个有效的标签列表以 106 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。 125 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统 131 bootloader 必须传递一个系统内存的位置和最小值,以及根文件系统位置。
|
| /linux/Documentation/translations/zh_TW/arch/arm/ |
| A D | Booting | 97 bootloader 必須創建和初始化內核標籤列表。一個有效的標籤列表以 106 bootloader 必須傳遞一個系統內存的位置和最小值,以及根文件系統位置。 125 bootloader 必須以 64bit 地址對齊的形式加載一個設備樹映像(dtb)到系統 131 bootloader 必須傳遞一個系統內存的位置和最小值,以及根文件系統位置。
|
| /linux/Documentation/devicetree/bindings/nvmem/ |
| A D | rmem.yaml | 19 - raspberrypi,bootloader-config 20 - raspberrypi,bootloader-public-key 45 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
| /linux/arch/arm/boot/dts/microchip/ |
| A D | at91-sama5d27_som1.dtsi | 57 bootloader@40000 { 58 label = "bootloader"; 63 label = "bootloader env redundant"; 68 label = "bootloader env";
|
| A D | sama5d3xcm.dtsi | 100 bootloader@40000 { 101 label = "bootloader"; 106 label = "bootloader env";
|
| /linux/arch/powerpc/boot/dts/ |
| A D | tqm5200.dts | 29 timebase-frequency = <0>; // from bootloader 30 bus-frequency = <0>; // from bootloader 31 clock-frequency = <0>; // from bootloader 46 bus-frequency = <0>; // from bootloader 47 system-frequency = <0>; // from bootloader
|
| A D | mpc8349emitxgp.dts | 34 timebase-frequency = <0>; // from bootloader 35 bus-frequency = <0>; // from bootloader 36 clock-frequency = <0>; // from bootloader 52 bus-frequency = <0>; // from bootloader 189 clock-frequency = <0>; // from bootloader 199 clock-frequency = <0>; // from bootloader
|
| A D | charon.dts | 32 timebase-frequency = <0>; // from bootloader 33 bus-frequency = <0>; // from bootloader 34 clock-frequency = <0>; // from bootloader 49 bus-frequency = <0>; // from bootloader 50 system-frequency = <0>; // from bootloader
|
| A D | lite5200.dts | 29 timebase-frequency = <0>; // from bootloader 30 bus-frequency = <0>; // from bootloader 31 clock-frequency = <0>; // from bootloader 46 bus-frequency = <0>; // from bootloader 47 system-frequency = <0>; // from bootloader
|
| /linux/Documentation/devicetree/bindings/remoteproc/ |
| A D | st-rproc.txt | 6 Co-processors can be controlled from the bootloader or the primary OS. If 7 the bootloader starts a co-processor, the primary OS must detect its state 18 - clock-frequency Clock frequency to set co-processor at if the bootloader
|
| /linux/arch/arm/boot/dts/broadcom/ |
| A D | bcm2711-rpi.dtsi | 8 /* Will be filled by the bootloader */ 83 * RPi4's co-processor will copy the board's bootloader configuration 88 compatible = "raspberrypi,bootloader-config", "nvmem-rmem";
|
| /linux/arch/mips/loongson64/ |
| A D | reset.c | 61 char *str, *ptr, *bootloader = "kexec"; in loongson_kexec_prepare() local 72 if (!strncmp(bootloader, (char *)image->segment[i].buf, in loongson_kexec_prepare() 73 strlen(bootloader))) { in loongson_kexec_prepare()
|
| /linux/Documentation/devicetree/bindings/input/touchscreen/ |
| A D | cypress,cy8ctma340.yaml | 67 bootloader-key: 68 description: the 8-byte bootloader key that is required to switch 69 the chip from bootloader mode (default mode) to application mode 117 - bootloader-key 139 bootloader-key = /bits/ 8 <0x00 0x01 0x02 0x03 0x04 0x05 0x06 0x07>;
|
| /linux/Documentation/arch/x86/x86_64/ |
| A D | uefi.rst | 10 the needed bootloader support and associated tools for x86_64 platforms 15 2. Booting Linux kernel on UEFI x86_64 platform requires bootloader 37 elilo bootloader with x86_64 support, elilo configuration file,
|
| /linux/arch/arm/boot/dts/marvell/ |
| A D | armada-xp-crs305-1g-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the 14 * boards were delivered with an older version of the bootloader that 16 * situation, you should either update your bootloader (preferred
|
| A D | armada-xp-crs326-24g-2s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the 14 * boards were delivered with an older version of the bootloader that 16 * situation, you should either update your bootloader (preferred
|
| A D | armada-xp-crs328-4c-20s-4s.dtsi | 10 * Note: this Device Tree assumes that the bootloader has remapped the 14 * boards were delivered with an older version of the bootloader that 16 * situation, you should either update your bootloader (preferred
|
| A D | armada-xp-db-xc3-24g4xg.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the 13 * boards were delivered with an older version of the bootloader that 15 * situation, you should either update your bootloader (preferred
|
| A D | armada-xp-db-dxbc2.dts | 9 * Note: this Device Tree assumes that the bootloader has remapped the 13 * boards were delivered with an older version of the bootloader that 15 * situation, you should either update your bootloader (preferred
|
| /linux/Documentation/networking/devlink/ |
| A D | etas_es58x.rst | 26 * - ``fw.bootloader`` 28 - Version of the bootloader running on the device. Also available
|