Home
last modified time | relevance | path

Searched full:fit (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/linux/arch/mips/generic/
H A DKconfig20 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 Dmake_fit.py8 """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 Dchromebook-boot-flow.rst8 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 Dfacebook-bmc-flash-layout-128.dtsi35 * FIT image: 119 MB.
37 fit@100000 {
39 label = "fit";
H A Dfacebook-bmc-flash-layout.dtsi19 fit@80000 {
21 label = "fit";
/linux/arch/arm64/boot/
H A DMakefile20 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.gitignore5 image.fit
/linux/Documentation/driver-api/gpio/
H A Dusing-gpio.rst27 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 DMakefile167 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 Dgeometry.h45 /* 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 DKconfig.bus27 expansion cards that do not fit in the Zorro slots but fit in e.g.
/linux/drivers/ata/pata_parport/
H A Dfit2.c11 * 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 DKconfig54 tristate "FIT TD-2000 protocol"
62 tristate "FIT TD-3000 protocol"
/linux/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-targets.rst47 - Bounds of the crop rectangle. All valid crop rectangles fit inside
69 - Bounds of the compose rectangle. All valid compose rectangles fit
H A Dsubdev-image-processing-crop.svg45 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 Dbounded.rs65 /// // 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 Dgso.c244 * 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 Dmulti-display-hdcp-mpo.svg70 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 Drcu_node-lock.svg72 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 Dmtk-eint.h80 /* Used to fit into various EINT device */
86 /* Used to fit into various pinctrl device */
/linux/Documentation/core-api/
H A Didr.rst42 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 Djump_label.c25 * - 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 Dbits.h43 * - 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 DFunnel1.svg95 fit-margin-top="5"
96 fit-margin-left="5"
97 fit-margin-right="5"
98 fit-margin-bottom="5" />
H A DFunnel0.svg95 fit-margin-top="5"
96 fit-margin-left="5"
97 fit-margin-right="5"
98 fit-margin-bottom="5" />

12345678910>>...35