/u-boot/cmd/ |
A D | trace.c | 34 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 D | trace.c | 231 *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 D | trace.h | 60 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 D | ifnullfree.cocci | 2 /// 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 D | fsl-lx2160a-rdb.dts | 51 /* 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 D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
A D | meson-g12b-odroid-n2-u-boot.dtsi | 9 /* SARADC is needed for proper board variant detection */
|
A D | skeleton64.dtsi | 3 * needed to boot; just include and add a compatible value. The
|
A D | meson-sm1-odroid-c4-u-boot.dtsi | 15 /* SARADC is needed for proper board variant detection */
|
A D | exynos54xx-pinctrl-uboot.dtsi | 12 * numbers are not needed in U-Boot for exynos.
|
/u-boot/doc/board/intel/ |
A D | galileo.rst | 7 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 D | protocols.h | 25 # error arch fixup needed here
|
/u-boot/arch/x86/dts/ |
A D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/u-boot/arch/mips/dts/ |
A D | skeleton.dtsi | 3 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/u-boot/arch/mips/mach-jz47xx/jz4780/ |
A D | TODO | 3 - reduce the hundreds of definitions of register addresses to the ones really needed in assembly or…
|
/u-boot/arch/arc/dts/ |
A D | skeleton.dtsi | 2 * Skeleton device tree; the bare minimum needed to boot; just include and
|
/u-boot/tools/binman/ |
A D | entry.py | 374 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 D | Kconfig | 11 embedded systems) where low overhead is needed.
|
/u-boot/drivers/bus/ |
A D | Kconfig | 27 needed to use on-board devices connected to UniPhier SoCs.
|
/u-boot/doc/ |
A D | README.VLAN | 11 Note: In order to enable CDP support a small change is needed in the
|
A D | README.bitbangMII | 16 MDIO_DECLARE - Declaration needed to access to the MDIO pin (optional) 21 MDC_DECLARE - Declaration needed to access to the MDC pin (optional)
|
A D | README.AMCC-eval-boards-cleanup | 28 asm file needed anymore.
|
A D | index.rst | 71 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 D | README | 13 brought in as needed. Changes here are intended to mirror changes in the
|
/u-boot/arch/x86/include/asm/acpi/ |
A D | cros_gnvs.asl | 6 /* This is the ChromeOS specific ACPI information needed by
|