OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_TPL_BUILD
(Results
1 - 21
of
21
) sorted by null
/external/u-boot/arch/arm/mach-rockchip/rk3188/
Makefile
7
ifndef
CONFIG_TPL_BUILD
/external/u-boot/board/amarula/vyasa-rk3288/
vyasa-rk3288.c
8
#ifndef
CONFIG_TPL_BUILD
/external/u-boot/include/configs/
vyasa-rk3288.h
22
#ifndef
CONFIG_TPL_BUILD
C29XPCIE.h
19
#ifdef
CONFIG_TPL_BUILD
311
#ifdef
CONFIG_TPL_BUILD
398
#ifdef
CONFIG_TPL_BUILD
P1022DS.h
55
#ifdef
CONFIG_TPL_BUILD
315
#ifdef
CONFIG_TPL_BUILD
537
#ifdef
CONFIG_TPL_BUILD
P1010RDB.h
75
#ifdef
CONFIG_TPL_BUILD
506
#ifdef
CONFIG_TPL_BUILD
663
#ifdef
CONFIG_TPL_BUILD
p1_p2_rdb_pc.h
184
#ifdef
CONFIG_TPL_BUILD
206
#endif /* not
CONFIG_TPL_BUILD
*/
530
#ifdef
CONFIG_TPL_BUILD
545
#endif /*
CONFIG_TPL_BUILD
*/
740
#ifdef
CONFIG_TPL_BUILD
/external/u-boot/include/
stdio.h
13
(defined(
CONFIG_TPL_BUILD
) && defined(CONFIG_TPL_SERIAL_SUPPORT)) || \
14
(defined(CONFIG_SPL_BUILD) && !defined(
CONFIG_TPL_BUILD
) && \
/external/u-boot/arch/arm/mach-rockchip/
Makefile
22
ifeq ($(CONFIG_SPL_BUILD)$(
CONFIG_TPL_BUILD
),)
48
ifndef
CONFIG_TPL_BUILD
59
obj-spl-$(
CONFIG_TPL_BUILD
) =
63
obj-$(
CONFIG_TPL_BUILD
) += $(obj-tpl-y)
/external/u-boot/drivers/core/
util.c
38
#ifdef
CONFIG_TPL_BUILD
ofnode.c
631
#ifdef
CONFIG_TPL_BUILD
/external/u-boot/include/linux/
kconfig.h
54
#ifdef
CONFIG_TPL_BUILD
58
#if defined(
CONFIG_TPL_BUILD
)
/external/u-boot/drivers/
Makefile
18
ifndef
CONFIG_TPL_BUILD
58
ifdef
CONFIG_TPL_BUILD
64
ifeq ($(CONFIG_SPL_BUILD)$(
CONFIG_TPL_BUILD
),)
/external/u-boot/drivers/mtd/nand/
fsl_elbc_spl.c
36
#ifdef
CONFIG_TPL_BUILD
123
#ifndef
CONFIG_TPL_BUILD
/external/u-boot/drivers/clk/rockchip/
clk_rk3368.c
49
#if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(
CONFIG_TPL_BUILD
)
52
#if !defined(
CONFIG_TPL_BUILD
)
87
#if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(
CONFIG_TPL_BUILD
)
129
#if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(
CONFIG_TPL_BUILD
)
136
#if !defined(
CONFIG_TPL_BUILD
)
281
#if IS_ENABLED(
CONFIG_TPL_BUILD
)
494
#if IS_ENABLED(
CONFIG_TPL_BUILD
)
604
#if IS_ENABLED(CONFIG_SPL_BUILD) || IS_ENABLED(
CONFIG_TPL_BUILD
)
/external/u-boot/arch/arm/lib/
crt0_64.S
71
#if defined(
CONFIG_TPL_BUILD
) && defined(CONFIG_TPL_NEEDS_SEPARATE_STACK)
/external/u-boot/env/
Makefile
34
ifdef
CONFIG_TPL_BUILD
/external/u-boot/drivers/ram/rockchip/
sdram_rk322x.c
52
#ifdef
CONFIG_TPL_BUILD
753
#endif /*
CONFIG_TPL_BUILD
*/
781
#ifdef
CONFIG_TPL_BUILD
789
#ifdef
CONFIG_TPL_BUILD
845
#ifdef
CONFIG_TPL_BUILD
850
#ifdef
CONFIG_TPL_BUILD
dmc-rk3368.c
136
#ifdef
CONFIG_TPL_BUILD
904
#ifdef
CONFIG_TPL_BUILD
925
#ifdef
CONFIG_TPL_BUILD
/external/u-boot/common/
Makefile
86
ifdef
CONFIG_TPL_BUILD
/external/u-boot/drivers/serial/
ns16550.c
497
#if !defined(
CONFIG_TPL_BUILD
) || defined(CONFIG_TPL_DM_SERIAL)
Completed in 748 milliseconds