Home
last modified time | relevance | path

Searched refs:needed (Results 1 – 25 of 173) sorted by relevance

1234567

/u-boot/cmd/
A Dtrace.c34 size_t buff_size, avail, buff_ptr, needed, used; in create_func_list() local
42 err = trace_list_functions(buff + buff_ptr, avail, &needed); in create_func_list()
44 printf("Error: truncated (%#zx bytes needed)\n", needed); in create_func_list()
45 used = min(avail, (size_t)needed); in create_func_list()
57 size_t buff_size, avail, buff_ptr, needed, used; in create_call_list() local
65 err = trace_list_calls(buff + buff_ptr, avail, &needed); in create_call_list()
67 printf("Error: truncated (%#zx bytes needed)\n", needed); in create_call_list()
68 used = min(avail, (size_t)needed); in create_call_list()
/u-boot/lib/
A Dtrace.c231 *needed = ptr - buff; in trace_list_functions()
288 *needed = ptr - buff; in trace_list_calls()
346 size_t needed; in trace_init() local
377 if (needed > buff_size) { in trace_init()
379 buff_size, needed); in trace_init()
384 memset(hdr, '\0', needed); in trace_init()
389 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
411 size_t needed; in trace_early_init() local
419 if (needed > buff_size) { in trace_early_init()
421 buff_size, needed); in trace_early_init()
[all …]
/u-boot/include/
A Dtrace.h60 int trace_list_functions(void *buff, size_t buff_size, size_t *needed);
80 int trace_list_calls(void *buff, size_t buff_size, size_t *needed);
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci2 /// NULL check before some freeing functions is not needed.
50 cocci.print_main("NULL check before that freeing function is not needed", p)
56 msg = "WARNING: NULL check before some freeing functions is not needed."
/u-boot/arch/arm/dts/
A Dfsl-lx2160a-rdb.dts51 /* AR8035 PHY - "compatible" property not strictly needed */
57 /* AR8035 PHY - "compatible" property not strictly needed */
63 /* AQR107 PHY - "compatible" property not strictly needed */
69 /* AQR107 PHY - "compatible" property not strictly needed */
A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
A Dmeson-g12b-odroid-n2-u-boot.dtsi9 /* SARADC is needed for proper board variant detection */
A Dskeleton64.dtsi3 * needed to boot; just include and add a compatible value. The
A Dmeson-sm1-odroid-c4-u-boot.dtsi15 /* SARADC is needed for proper board variant detection */
A Dexynos54xx-pinctrl-uboot.dtsi12 * numbers are not needed in U-Boot for exynos.
/u-boot/doc/board/intel/
A Dgalileo.rst7 Only one binary blob is needed for Remote Management Unit (RMU) within Intel
9 needed by the Quark SoC itself.
/u-boot/include/xen/interface/io/
A Dprotocols.h25 # error arch fixup needed here
/u-boot/arch/x86/dts/
A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/u-boot/arch/mips/dts/
A Dskeleton.dtsi3 * Skeleton device tree; the bare minimum needed to boot; just include and
/u-boot/arch/mips/mach-jz47xx/jz4780/
A DTODO3 - reduce the hundreds of definitions of register addresses to the ones really needed in assembly or…
/u-boot/arch/arc/dts/
A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/u-boot/tools/binman/
A Dentry.py374 needed = self.pad_before + self.contents_size + self.pad_after
375 needed = tools.Align(needed, self.align_size)
378 size = needed
388 if self.size < needed:
390 "%#x (%d)" % (needed, needed, self.size, self.size))
/u-boot/fs/squashfs/
A DKconfig11 embedded systems) where low overhead is needed.
/u-boot/drivers/bus/
A DKconfig27 needed to use on-board devices connected to UniPhier SoCs.
/u-boot/doc/
A DREADME.VLAN11 Note: In order to enable CDP support a small change is needed in the
A DREADME.bitbangMII16 MDIO_DECLARE - Declaration needed to access to the MDIO pin (optional)
21 MDC_DECLARE - Declaration needed to access to the MDC pin (optional)
A DREADME.AMCC-eval-boards-cleanup28 asm file needed anymore.
A Dindex.rst71 as needed (or at least as we managed to add it - probably *not* all that is
72 needed).
/u-boot/doc/device-tree-bindings/
A DREADME13 brought in as needed. Changes here are intended to mirror changes in the
/u-boot/arch/x86/include/asm/acpi/
A Dcros_gnvs.asl6 /* This is the ChromeOS specific ACPI information needed by

Completed in 23 milliseconds

1234567