Home
last modified time | relevance | path

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

12345

/rk3399_rockchip-uboot/lib/
H A Dtrace.c147 int trace_list_functions(void *buff, int buff_size, unsigned int *needed) in trace_list_functions() argument
185 *needed = ptr - buff; in trace_list_functions()
191 int trace_list_calls(void *buff, int buff_size, unsigned *needed) in trace_list_calls() argument
229 *needed = ptr - buff; in trace_list_calls()
283 size_t needed; in trace_init() local
310 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_init()
311 if (needed > buff_size) { in trace_init()
313 buff_size, needed); in trace_init()
318 memset(hdr, '\0', needed); in trace_init()
323 hdr->ftrace = (struct trace_call *)(buff + needed); in trace_init()
[all …]
/rk3399_rockchip-uboot/cmd/
H A Dtrace.c35 unsigned int needed; in create_func_list() local
43 err = trace_list_functions(buff + buff_ptr, avail, &needed); in create_func_list()
45 printf("Error: truncated (%#x bytes needed)\n", needed); in create_func_list()
46 used = min(avail, (size_t)needed); in create_func_list()
59 unsigned int needed; in create_call_list() local
67 err = trace_list_calls(buff + buff_ptr, avail, &needed); in create_call_list()
69 printf("Error: truncated (%#x bytes needed)\n", needed); in create_call_list()
70 used = min(avail, (size_t)needed); in create_call_list()
/rk3399_rockchip-uboot/tools/binman/etype/
H A Dentry.py148 needed = self.pad_before + self.contents_size + self.pad_after
149 needed = tools.Align(needed, self.align_size)
152 size = needed
162 if self.size < needed:
164 "%#x (%d)" % (needed, needed, self.size, self.size))
/rk3399_rockchip-uboot/include/
H A Dtrace.h61 int trace_list_functions(void *buff, int buff_size, unsigned *needed);
81 int trace_list_calls(void *buff, int buff_size, unsigned int *needed);
/rk3399_rockchip-uboot/arch/x86/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
H A Dskeleton64.dtsi3 * needed to boot; just include and add a compatible value. The
H A Dexynos54xx-pinctrl-uboot.dtsi13 * numbers are not needed in U-Boot for exynos.
/rk3399_rockchip-uboot/arch/mips/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/rk3399_rockchip-uboot/arch/arc/dts/
H A Dskeleton.dtsi2 * Skeleton device tree; the bare minimum needed to boot; just include and
/rk3399_rockchip-uboot/doc/
H A DREADME.VLAN11 Note: In order to enable CDP support a small change is needed in the
H 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)
H A DREADME.AMCC-eval-boards-cleanup28 asm file needed anymore.
H A DREADME.OFT23 The xxd binary dumper is needed too which I got from
H A DREADME.armada-secureboot51 1. Creation of the needed cryptographic key material.
175 created. In the current implementation, two keys are needed to build a valid
183 OpenSSL can be used to generate the needed files kwb_kak.key and kwb_csk.key
247 eFuse structure's values (this option is just needed for programming the eFuse
269 same directory (adapt accordingly if needed). The tool should report that all
286 the eFuse structure to the values needed for the used KAK digest, as well as
292 If the SEC_FUSE_DUMP option was not set, the commands needed to burn the fuses
293 have to be crafted by hand. The needed fuse lines can be looked up in [1]; a
322 locks the fuse line without setting any value; this is needed to lock the
H A DREADME.power-framework41 consumption (by disabling not needed LDOs, BUCKs) and get current state of
81 1. When hierarchy is not needed (no complex battery charge):
93 needed (defined at ./include/power/pmic.h):
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A DREADME13 brought in as needed. Changes here are intended to mirror changes in the
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.nand22 randomized, and with the necessary bits needed to reduce the number of
41 On your board, you'll now have all the needed binaries into RAM, so
/rk3399_rockchip-uboot/drivers/remoteproc/
H A DKconfig9 # REMOTEPROC gets selected by drivers as needed
/rk3399_rockchip-uboot/board/keymile/kmp204x/
H A Dpbi.cfg38 #Workaround for A-006559 needed for rev 2.0 of P2041 silicon
/rk3399_rockchip-uboot/board/keymile/scripts/
H A DREADME1 These scripts are needed for our development usecases. Copy this directory
/rk3399_rockchip-uboot/board/wandboard/
H A DREADME28 (Note - the SD card node may vary, so adjust this as needed).
/rk3399_rockchip-uboot/
H A DKconfig90 we can provide a small malloc() pool if needed. Driver model in
92 initial serial device and any others that are needed.
100 we can provide a small malloc() pool if needed. Driver model in
102 initial serial device and any others that are needed.
110 we can provide a small malloc() pool if needed. Driver model in
112 initial serial device and any others that are needed.
120 we can provide a small malloc() pool if needed. Driver model in
122 initial serial device and any others that are needed.
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.qspi32 <board_name>_qspi_defconfig. The image needed is u-boot-dtb.bin.
/rk3399_rockchip-uboot/board/freescale/mpc8323erdb/
H A DREADME56 properly (including ipaddr, serverip, gatewayip (if needed),

12345