Searched refs:modules (Results 1 - 9 of 9) sorted by relevance

/u-boot/tools/binman/
H A Dbintool.py31 # List of known modules, to avoid importing the module multiple times
32 modules = {} variable
79 module = modules.get(module_name)
94 modules[module_name] = module
419 def WriteDocs(modules, test_missing=None):
423 modules: List of modules to include
439 modules = sorted(modules)
441 for name in modules
[all...]
H A Dentry.py21 modules = {} variable
187 module = modules.get(module_name)
189 # Also allow entry-type modules to be brought in from the etype directory.
199 modules[module_name] = module
806 def WriteDocs(modules, test_missing=None):
810 modules: List of modules to include
827 modules = sorted(modules)
830 if '_testing' in modules
[all...]
H A Dcontrol.py160 def WriteEntryDocs(modules, test_missing=None):
164 modules: List of Module objects to get docs for
170 Entry.WriteDocs(modules, test_missing)
173 def write_bintool_docs(modules, test_missing=None):
177 modules: List of Module objects to get docs for
182 bintool.Bintool.WriteDocs(modules, test_missing)
/u-boot/scripts/kconfig/
H A Dstreamline_config.pl12 # that turns on way too many modules than you need, and
13 # you only want the modules you use, then this program
16 # It gives you the ability to turn off all the modules that are
25 # 4. Have all your devices that you need modules for connected and
26 # operational (make sure that their corresponding modules are loaded)
33 # Now your kernel is ready to be built with only the modules that
88 "file" => "/lib/modules/$uname/kernel/kernel/configs.ko",
352 my %modules;
369 # see what modules are loaded on this system
389 $modules{
[all...]
/u-boot/test/py/
H A Dconftest.py210 modules = [
216 for (dict_to_fill, module_name) in modules:
/u-boot/scripts/
H A DMakefile.build85 modorder-target := $(obj)/modules.order
87 # We keep a list of all modules in $(MODVERDIR)
130 # Default for not multi-part modules
259 # Single-part modules are special since we need to mark them in $(MODVERDIR)
338 # Rule to create modules.order file
340 # Create commands to either record .ko file or cat modules.order from
344 $(if $(filter %/modules.order, $m), \
H A DMakefile.lib37 modorder := $(patsubst %/,%/modules.order, $(filter %/, $(obj-y)) $(obj-m:.o=.ko))
92 # Note: Files that end up in two or more modules are compiled without the
/u-boot/tools/buildman/
H A Dkconfiglib.py671 modules:
672 The Symbol instance for the modules symbol. Currently hardcoded to
674 'option modules' is set on some other symbol. Tell me if you need proper
675 'option modules' support.
677 'modules' is never None. If the MODULES symbol is not explicitly defined,
680 A simple way to enable modules is to do 'kconf.modules.set_value(2)'
834 "modules",
1044 self.modules = self._lookup_sym("MODULES")
1976 eval_string("m") will return 0 (n) unless modules ar
[all...]
/u-boot/
H A DMakefile222 # but instead _all depend on modules
227 _all: modules
346 # If we have only "make modules", don't compile built-in objects.
347 # When we're building modules with modversions, we need to consider
351 ifeq ($(MAKECMDGOALS),modules)
355 # If we have "make <whatever> modules", compile modules
357 # Just "make" or "make all" shall build modules as well
359 # U-Boot does not need modules
360 #ifneq ($(filter all _all modules,
[all...]

Completed in 910 milliseconds