Home
last modified time | relevance | path

Searched full:lib (Results 1 – 25 of 163) sorted by relevance

1234567

/rk3399_rockchip-uboot/examples/api/
H A DMakefile31 EXT_COBJ-y += lib/crc32.o
32 EXT_COBJ-y += lib/ctype.o
33 EXT_COBJ-y += lib/div64.o
34 EXT_COBJ-y += lib/hexdump.o
35 EXT_COBJ-y += lib/string.o
36 EXT_COBJ-y += lib/time.o
37 EXT_COBJ-y += lib/vsprintf.o
38 EXT_COBJ-y += lib/charset.o
39 EXT_COBJ-$(CONFIG_LIB_UUID) += lib/uuid.o
40 EXT_SOBJ-$(CONFIG_PPC) += arch/powerpc/lib/ppcstring.o
[all …]
/rk3399_rockchip-uboot/tools/patman/test/
H A D0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_memory_.patch11 lib/fdtdec.c:1203:8: warning: format ‘%llx’ expects argument of type
35 lib/efi_loader/efi_memory.c | 1 +
36 lib/fdtdec.c | 3 ++-
48 diff --git a/lib/efi_loader/efi_memory.c b/lib/efi_loader/efi_memory.c
50 --- a/lib/efi_loader/efi_memory.c
51 +++ b/lib/efi_loader/efi_memory.c
57 diff --git a/lib/fdtdec.c b/lib/fdtdec.c
59 --- a/lib/fdtdec.c
60 +++ b/lib/fdtdec.c
H A D0000-cover-letter.patch17 lib/efi_loader/efi_memory.c | 1 +
18 lib/fdtdec.c | 3 ++-
/rk3399_rockchip-uboot/
H A DKbuild39 targets := lib/asm-offsets.s
42 lib/asm-offsets.s: lib/asm-offsets.c FORCE
46 $(obj)/$(generic-offsets-file): lib/asm-offsets.s FORCE
53 ifneq ($(wildcard $(srctree)/arch/$(ARCH)/lib/asm-offsets.c),)
58 targets += arch/$(ARCH)/lib/asm-offsets.s
63 arch/$(ARCH)/lib/asm-offsets.s: arch/$(ARCH)/lib/asm-offsets.c FORCE
67 $(obj)/$(offsets-file): arch/$(ARCH)/lib/asm-offsets.s FORCE
/rk3399_rockchip-uboot/tools/
H A DMakefile39 envcrc-objs := envcrc.o lib/crc32.o env/embedded.o lib/sha1.o
45 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
55 mkenvimage-objs := mkenvimage.o os_support.o lib/crc32.o
76 # Use U-Boot own versions from lib/libfdt/.
80 $(addprefix lib/libfdt/, $(patsubst %.c, %.o, $(LIBFDT_SRCS_UNSYNCED)))
82 RSA_OBJS-$(CONFIG_FIT_SIGNATURE) := $(addprefix lib/rsa/, \
86 ROCKCHIP_OBS = lib/rc4.o rkcommon.o rkimage.o rknand.o rksd.o rkspi.o
93 lib/crc32.o \
95 lib/fdtdec_common.o \
96 lib/fdtdec.o \
[all …]
/rk3399_rockchip-uboot/scripts/
H A Drkpatch.sh12 echo " 1. lib/initcall.c debug() -> printf()"
41 sed -i 's/\<debug\>/printf/g' lib/initcall.c
42 sed -i 's/ifdef DEBUG/if 1/g' lib/initcall.c
43 echo "DEBUG [1]: lib/initcall.c debug() -> printf()"
88 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
104 sed -i 's/announce_and_cleanup(fake);/if (0)announce_and_cleanup(fake);/g' arch/arm/lib/bootm.c
105 sed -i '/announce_and_cleanup(fake)/a\enable_interrupts()\;' arch/arm/lib/bootm.c
106 sed -i '/kernel_entry(0, machid, r2)/i\printf("#### Jump to kernel!!")\;' arch/arm/lib/bootm.c
107 sed -i '/kernel_entry(0, machid, r2)/i\__asm("b .")\;' arch/arm/lib/bootm.c
108 sed -i 's/\<debug\>/printf/g' arch/arm/lib/bootm.c
H A DMakefile.build27 lib-y :=
28 lib-m :=
73 include scripts/Makefile.lib
104 ifneq ($(strip $(lib-y) $(lib-m) $(lib-)),)
105 lib-target := $(obj)/lib.a
108 ifneq ($(strip $(obj-y) $(obj-m) $(obj-) $(subdir-m) $(lib-target)),)
116 __build: $(if $(KBUILD_BUILTIN),$(builtin-target) $(lib-target) $(extra-y)) \
318 targets += $(real-objs-y) $(real-objs-m) $(lib-y)
380 ifdef lib-target
382 cmd_link_l_target = rm -f $@; $(AR) rcs$(KBUILD_ARFLAGS) $@ $(lib-y)
[all …]
/rk3399_rockchip-uboot/lib/
H A DKconfig6 Enables software based BCH ECC algorithm present in lib/bch.c
14 under "lib" directory.
115 source lib/dhry/Kconfig
128 source lib/rsa/Kconfig
259 This enables compression lib for SPL boot.
360 source lib/efi/Kconfig
361 source lib/efi_loader/Kconfig
362 source lib/avb/libavb/Kconfig
363 source lib/avb/libavb_ab/Kconfig
364 source lib/avb/libavb_atx/Kconfig
[all …]
/rk3399_rockchip-uboot/examples/standalone/
H A DMakefile27 LIB = $(obj)/libstubs.o macro
33 targets += $(patsubst $(obj)/%,%,$(LIB)) $(COBJS) $(LIBOBJS-y)
56 $(LIB): $(LIBOBJS) FORCE
61 -o $@ -e $(SYM_PREFIX)$(@F) $< $(LIB) $(PLATFORM_LIBGCC)
63 $(ELF): $(obj)/%: $(obj)/%.o $(LIB) FORCE
/rk3399_rockchip-uboot/include/u-boot/
H A Dcrc.h12 /* lib/crc8.c */
15 /* lib/crc32.c */
31 /* lib/crc32c.c */
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Dcheck-lxdialog.sh10 for lib in ncursesw ncurses curses ; do
11 $cc -print-file-name=lib${lib}.${ext} | grep -q /
13 echo "-l${lib}"
/rk3399_rockchip-uboot/arch/sh/
H A DMakefile5 head-y := arch/sh/lib/start.o
8 libs-y += arch/sh/lib/
/rk3399_rockchip-uboot/board/freescale/m53017evb/
H A DREADME54 - arch/m68k/lib/board.c board init function
55 - arch/m68k/lib/cache.c
56 - arch/m68k/lib/interrupts Coldfire common interrupt functions
57 - arch/m68k/lib/m68k_linux.c
58 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
59 - arch/m68k/lib/traps.c Exception init code
/rk3399_rockchip-uboot/tools/env/
H A DMakefile28 lib-y += fw_env.o \
32 fw_printenv-objs := fw_env_main.o $(lib-y)
H A Dcrc32.c1 #include "../../lib/crc32.c"
H A Dlinux_string.c1 #include "../../lib/linux_string.c"
H A Dctype.c1 #include "../../lib/ctype.c"
H A Daes.c1 #include "../../lib/aes.c"
/rk3399_rockchip-uboot/board/freescale/m52277evb/
H A DREADME56 - arch/m68k/lib/board.c board init function
57 - arch/m68k/lib/cache.c
58 - arch/m68k/lib/interrupts Coldfire common interrupt functions
59 - arch/m68k/lib/m68k_linux.c
60 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
61 - arch/m68k/lib/traps.c Exception init code
/rk3399_rockchip-uboot/include/
H A Dcommon.h125 /* arch/$(ARCH)/lib/board.c */
242 * Defined in arch/$(ARCH)/lib/bootm-fdt.c
607 /* arch/$(ARCH)/lib/cache.c */
631 /* arch/$(ARCH)/lib/ticks.S */
635 /* arch/$(ARCH)/lib/time.c */
639 /* lib/gunzip.c */
686 /* lib/qsort.c */
691 /* lib/uuid.c */
694 /* lib/vsprintf.c */
697 /* lib/strmhz.c */
[all …]
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DREADME52 7a349fdcbd lib: optee_client: add optee initialize flag
53 74eb602743 lib: optee_client: update to new optee msg for optee v1 platform
74 f59085c optee_v1: lib: arm&arm64: update binary and library
/rk3399_rockchip-uboot/doc/
H A DREADME.m54418twr51 - arch/m68k/lib/board.c board init function
52 - arch/m68k/lib/cache.c
53 - arch/m68k/lib/interrupts.c Coldfire common interrupt functions
54 - arch/m68k/lib/time.c Timer functions (Dma timer and PIT)
55 - arch/m68k/lib/traps.c Exception init code
/rk3399_rockchip-uboot/board/freescale/m547xevb/
H A DREADME61 - arch/m68k/lib/board.c board init function
62 - arch/m68k/lib/cache.c
63 - arch/m68k/lib/interrupts Coldfire common interrupt functions
64 - arch/m68k/lib/m68k_linux.c
65 - arch/m68k/lib/traps.c Exception init code
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Du-boot-x86.h56 /* arch/x86/lib/... */
59 /* arch/x86/lib/fsp/... */
/rk3399_rockchip-uboot/board/freescale/mx31ads/
H A Du-boot.lds28 arch/arm/lib/built-in.o (.text*)
83 * Compiler-generated __bss_start and __bss_end, see arch/arm/lib/bss.c

1234567