| /linux/arch/mips/generic/ |
| H A D | Kconfig | 20 comment "Legacy (non-UHI/non-FIT) Boards" 51 comment "FIT/UHI Boards" 57 from Imagination Technologies in the FIT kernel image. You should 65 from Imagination Technologies in the FIT kernel image. 71 National Instruments in the FIT kernel image. 77 from Imagination Technologies in the FIT kernel image. 84 from Microsemi in the FIT kernel image. 92 from Microsemi in the FIT kernel image. 100 from Microsemi in the FIT kernel image. 108 from Microsemi in the FIT kernel image.
|
| /linux/scripts/ |
| H A D | make_fit.py | 8 """Build a FIT containing a lot of devicetree files 12 -o arch/arm64/boot/image.fit -k /tmp/kern/arch/arm64/boot/image.itk 16 Creates a FIT containing the supplied kernel, an optional ramdisk, and a set of 22 Use -E to generate an external FIT (where the data is placed after the 23 FIT data structure). This allows parsing of the data without loading 24 the entire FIT. 34 The resulting FIT can be booted by bootloaders which support FIT, such 70 epilog = 'Build a FIT from a directory tree containing .dtb files' 79 help='Convert the FIT to use external data') 83 help='Specifies the output file (.fit)') [all …]
|
| /linux/Documentation/arch/arm/google/ |
| H A D | chromebook-boot-flow.rst | 8 depthcharge_ bootloader. Depthcharge_ expects the OS to be packaged as a `FIT 10 is up to depthcharge_ to pick the right device tree from the `FIT Image`_ and 34 Depthcharge_ will look through all device trees in the `FIT Image`_ trying to 36 through all device trees in the `FIT Image`_ trying to find the one that 69 .. _`FIT Image`: https://doc.coreboot.org/lib/payloads/fit.html
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | facebook-bmc-flash-layout-128.dtsi | 35 * FIT image: 119 MB. 37 fit@100000 { 39 label = "fit";
|
| H A D | facebook-bmc-flash-layout.dtsi | 19 fit@80000 { 21 label = "fit";
|
| /linux/arch/arm64/boot/ |
| H A D | Makefile | 20 Image.zst Image.xz image.fit 46 $(obj)/image.fit: $(obj)/Image $(obj)/dts/dtbs-list FORCE 47 $(call if_changed,fit)
|
| H A D | .gitignore | 5 image.fit
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | using-gpio.rst | 27 software-hardware interface to be set up. They should not have a natural fit 28 to any existing kernel subsystem and not be a good fit for an operating system, 33 from userspace will likely be a good fit for using GPIO lines from userspace as
|
| /linux/arch/arm64/ |
| H A D | Makefile | 167 BOOT_TARGETS := Image vmlinuz.efi image.fit 179 image.fit: dtbs 181 vmlinuz.efi image.fit: Image 230 echo ' image.fit - Flat Image Tree (arch/$(ARCH)/boot/image.fit)'
|
| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | geometry.h | 45 /* Number of records that fit on a page */ 47 /* Number of records that fit in a chapter */ 49 /* Number of records that fit in a volume */
|
| /linux/arch/m68k/ |
| H A D | Kconfig.bus | 27 expansion cards that do not fit in the Zorro slots but fit in e.g.
|
| /linux/drivers/ata/pata_parport/ |
| H A D | fit2.c | 11 * Newer models of the FIT products use an enhanced protocol. 30 * NB: The FIT adapter does not appear to use the control registers. 113 dev_info(&pi->dev, "FIT 2000 adapter at 0x%x, delay %d\n", in fit2_log_adapter()
|
| H A D | Kconfig | 54 tristate "FIT TD-2000 protocol" 62 tristate "FIT TD-3000 protocol"
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | v4l2-selection-targets.rst | 47 - Bounds of the crop rectangle. All valid crop rectangles fit inside 69 - Bounds of the compose rectangle. All valid compose rectangles fit
|
| H A D | subdev-image-processing-crop.svg | 45 fit-margin-top="0" 46 fit-margin-left="0" 47 fit-margin-right="0" 48 fit-margin-bottom="0"
|
| /linux/rust/kernel/num/ |
| H A D | bounded.rs | 65 /// // The value `15` is statically validated to fit that constraint at build time. 76 /// // This also doesn't build: the requested value doesn't fit within 4 signed bits. 201 /// // This however does not build, as 10 bits won't fit into a `u8` (regardless of the actually 224 /// // Fails because `128` doesn't fit into 6 bits. 299 /// Returns [`None`] if `value` doesn't fit within `N` bits. in __new() 312 /// // `0x1ff` doesn't fit into 8 unsigned bits. 353 /// // Triggers a build error as `v` cannot be asserted to fit within 4 bits... 413 // SAFETY: The value did fit within `N` bits, so it will all the more fit within in extend() 433 /// // ... but doesn't fit withi [all...] |
| /linux/net/core/ |
| H A D | gso.c | 244 * skb_gso_validate_network_len - Will a split GSO skb fit into a given MTU? 249 * skb_gso_validate_network_len validates if a given skb will fit a 260 * skb_gso_validate_mac_len - Will a split GSO skb fit in a given length? 265 * skb_gso_validate_mac_len validates if a given skb will fit a wanted
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | multi-display-hdcp-mpo.svg | 70 fit-margin-top="0" 71 fit-margin-left="0" 72 fit-margin-right="0" 73 fit-margin-bottom="0" />
|
| /linux/Documentation/RCU/Design/Memory-Ordering/ |
| H A D | rcu_node-lock.svg | 72 fit-margin-top="5" 73 fit-margin-right="5" 74 fit-margin-left="5" 75 fit-margin-bottom="5" />
|
| /linux/drivers/pinctrl/mediatek/ |
| H A D | mtk-eint.h | 80 /* Used to fit into various EINT device */ 86 /* Used to fit into various pinctrl device */
|
| /linux/Documentation/core-api/ |
| H A D | idr.rst | 42 idr_alloc_u32(). If you need IDs that will not fit in a u32, 53 also use idr_get_next() if the iterator doesn't fit your needs.
|
| /linux/arch/mips/kernel/ |
| H A D | jump_label.c | 25 * - the amount the jump target address is shifted right to fit in the 56 * The branch offset must fit in the instruction's 26 in arch_jump_label_transform()
|
| /linux/tools/include/linux/ |
| H A D | bits.h | 43 * - GENMASK(72, 15): doesn't fit unsigned long 44 * - GENMASK_U32(33, 15): doesn't fit in a u32
|
| /linux/Documentation/RCU/Design/Expedited-Grace-Periods/ |
| H A D | Funnel1.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|
| H A D | Funnel0.svg | 95 fit-margin-top="5" 96 fit-margin-left="5" 97 fit-margin-right="5" 98 fit-margin-bottom="5" />
|