/external/u-boot/doc/ |
D | README.TPL | 1 Generic TPL framework 7 TPL---Third Program Loader. 11 program loader (TPL) to enable a loader stub loaded by the code from the 23 Makefile is shared by SPL and TPL. 25 The object files are built separately for SPL/TPL and placed in the 29 During the TPL build a variable named CONFIG_TPL_BUILD is exported in the 32 The SPL options are shared by SPL and TPL, the board config file should 34 is set. Source files can be compiled for TPL with options choosed in the
|
D | README.kconfig | 32 * create spl/include/autoconf.mk (SPL and TPL only) 33 * create tpl/include/autoconf.mk (TPL only) 82 - tpl/include/autoconfig.mk (generated by the old config for TPL)
|
D | README.rockchip | 151 Booting from an SD card on RK3288 with TPL 157 So introduce TPL so-that adding new features to SPL is possible because now TPL should 160 As of now TPL is added on Vyasa-RK3288 board.
|
D | README.ramboot-ppc85xx | 44 - In case of NAND boot SPL/TPL code does it with some support from Si itself.
|
/external/u-boot/common/spl/ |
D | Kconfig | 1 menu "SPL / TPL" 94 prompt "Only use malloc_simple functions in the TPL" 98 this will make the TPL binary smaller at the cost of more heap 802 config TPL config 805 prompt "Enable TPL" 807 If you want to build TPL as well as the normal image and SPL, say Y. 809 if TPL 812 bool "Call board-specific initialization in TPL" 819 string "Linker script for the TPL stage" 820 depends on TPL [all …]
|
/external/u-boot/drivers/ram/ |
D | Kconfig | 21 bool "Enable RAM support in TPL" 26 TPL, enable this option. It might provide a cleaner interface to 27 setting up RAM (e.g. SDRAM / DDR) within TPL.
|
/external/u-boot/drivers/timer/ |
D | Kconfig | 22 bool "Enable driver model for timer drivers in TPL" 23 depends on TIMER && TPL 25 Enable support for timer drivers in TPL. These can be used to get 26 a timer value when in TPL, or perhaps for implementing a delay 28 TPL build.
|
/external/clang/lib/AST/ |
D | Comment.cpp | 333 const TemplateParameterList *TPL = FC->getDeclInfo()->TemplateParameters; in getParamName() local 336 return TPL->getParam(getIndex(i))->getName(); in getParamName() 337 const NamedDecl *Param = TPL->getParam(getIndex(i)); in getParamName() 340 TPL = TTP->getTemplateParameters(); in getParamName()
|
D | DeclObjC.cpp | 305 void ObjCInterfaceDecl::setTypeParamList(ObjCTypeParamList *TPL) { in setTypeParamList() argument 306 TypeParamList = TPL; in setTypeParamList() 307 if (!TPL) in setTypeParamList() 1963 void ObjCCategoryDecl::setTypeParamList(ObjCTypeParamList *TPL) { in setTypeParamList() argument 1964 TypeParamList = TPL; in setTypeParamList() 1965 if (!TPL) in setTypeParamList()
|
D | ASTDumper.cpp | 239 void dumpTemplateParameters(const TemplateParameterList *TPL); 924 void ASTDumper::dumpTemplateParameters(const TemplateParameterList *TPL) { in dumpTemplateParameters() argument 925 if (!TPL) in dumpTemplateParameters() 928 for (TemplateParameterList::const_iterator I = TPL->begin(), E = TPL->end(); in dumpTemplateParameters()
|
D | DeclTemplate.cpp | 1171 auto *TPL = TemplateParameterList::Create( in createMakeIntegerSeqParameterList() local 1177 /*ParameterPack=*/false, /*Id=*/nullptr, TPL); in createMakeIntegerSeqParameterList()
|
D | MicrosoftMangle.cpp | 1217 const TemplateParameterList *TPL = TD->getTemplateParameters(); in mangleTemplateArgs() local 1218 assert(TPL->size() == TemplateArgs.size() && in mangleTemplateArgs() 1223 mangleTemplateArg(TD, TA, TPL->getParam(Idx++)); in mangleTemplateArgs()
|
/external/u-boot/arch/arm/mach-rockchip/ |
D | Kconfig | 101 select TPL_NEEDS_SEPARATE_STACK if TPL 170 bool "TPL returns to bootrom" 173 depends on TPL 219 bool "TPL requires early-return (for RK3188-style BROM) to BROM" 220 depends on TPL && ENABLE_ARM_SOC_BOOT0_HOOK 229 This enables support code in the BOOT0 hook for the TPL stage
|
/external/u-boot/drivers/usb/musb-new/ |
D | Kconfig | 9 select TPL_SPRINTF if TPL 17 select TPL_SPRINTF if TPL
|
/external/u-boot/board/theobroma-systems/lion_rk3368/ |
D | README | 17 Build the TPL/SPL stage 59 <debug_uart> U-Boot TPL board init
|
/external/u-boot/drivers/core/ |
D | Kconfig | 25 bool "Enable Driver Model for TPL" 26 depends on DM && TPL 28 Enable driver model in TPL. You will need to provide a 115 bool "Support register maps in TPL" 143 bool "Support system controllers in TPL"
|
/external/u-boot/drivers/clk/ |
D | Kconfig | 24 bool "Enable clock support in TPL" 30 setting up clocks within TPL, and allows the same drivers to be
|
/external/u-boot/disk/ |
D | Kconfig | 8 select TPL_SPRINTF if TPL 10 select TPL_STRTO if TPL
|
/external/clang/include/clang/AST/ |
D | RecursiveASTVisitor.h | 482 bool TraverseTemplateParameterListHelper(TemplateParameterList *TPL); 1366 TemplateParameterList *TPL = D->getTemplateParameterList(I); 1367 for (TemplateParameterList::iterator ITPL = TPL->begin(), ETPL = TPL->end(); 1519 TemplateParameterList *TPL) { 1520 if (TPL) { 1521 for (TemplateParameterList::iterator I = TPL->begin(), E = TPL->end(); 1763 if (TemplateParameterList *TPL = D->getTemplateParameters()) { \ 1764 for (TemplateParameterList::iterator I = TPL->begin(), E = TPL->end(); \
|
/external/u-boot/dts/ |
D | Kconfig | 51 bool "Enable run-time configuration via Device Tree in TPL" 52 depends on TPL && OF_CONTROL 56 allow such boards to be supported by U-Boot TPL. 265 bool "Generate platform data for use in TPL"
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | rockchip,rk3368-dmc.txt | 5 during TPL using configuration data from the DTS (i.e. OF_PLATDATA), based on
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclPlaceHolderExpr.h | 73 template<template<class...> class Category , class OP, class TPL>
|
/external/u-boot/drivers/serial/ |
D | Kconfig | 30 (TPL && !TPL_DM_SERIAL) 137 bool "Enable Driver Model for serial drivers in TPL" 139 default y if TPL && DM_SERIAL 141 Enable driver model for serial in TPL. This replaces
|
/external/u-boot/arch/arm/mach-rockchip/rk3288/ |
D | Kconfig | 90 select TPL
|
/external/u-boot/lib/ |
D | Kconfig | 148 bool "Use a very small memset() in TPL"
|