Home
last modified time | relevance | path

Searched refs:defconfig (Results 1 – 25 of 42) sorted by relevance

12

/external/u-boot/tools/
Dgenboardscfg.py98 defconfig = line.split()[6] + '_defconfig'
99 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)):
139 def scan(self, defconfig): argument
161 for line in open(defconfig):
171 print '%s: %s' % (defconfig, warning)
187 defconfig = os.path.basename(defconfig)
188 params['target'], match, rear = defconfig.partition('_defconfig')
189 assert match and not rear, '%s : invalid defconfig' % defconfig
217 for defconfig in defconfigs:
218 queue.put(kconf_scanner.scan(defconfig))
Dmoveconfig.py439 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ]
695 for defconfig in defconfigs:
696 cleanup_one_extra_option(os.path.join('configs', defconfig), configs,
817 self.defconfig = os.path.join(build_dir, 'defconfig')
985 with open(self.defconfig) as f:
1021 defconfig, configs = self.db_queue.get()
1022 self.config_db[defconfig] = configs
1078 def add(self, defconfig): argument
1094 self.defconfig = defconfig
1158 cmd.append(self.defconfig)
[all …]
/external/u-boot/board/congatec/conga-qeval20-qa3-e3845/
DREADME6 configurations (defconfig files). The only difference is the UART that
7 is used as the U-Boot console UART. The default defconfig file:
14 connector on the mainboard (the low one). The 2nd defconfig file:
/external/u-boot/scripts/kconfig/
DMakefile95 PHONY += oldnoconfig silentoldconfig savedefconfig defconfig
112 $< $(silent) --$@=defconfig $(Kconfig)
114 defconfig: $(obj)/conf target
116 $< $(silent) --defconfig $(Kconfig)
120 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig)
128 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
Dconf.c33 defconfig, enumerator
455 {"defconfig", optional_argument, NULL, defconfig},
517 case defconfig: in main()
583 case defconfig: in main()
668 case defconfig: in main()
/external/u-boot/doc/
DREADME.kconfig39 - defconfig
41 In U-Boot, "make defconfig" is a shorthand of "make sandbox_defconfig"
101 Target -> File name of defconfig (configs/<target>_defconfig)
150 file with differences in the option fields. The corresponding defconfig
152 defconfig files compared with the number of the supported boards. It is
153 recommended to have only one defconfig per board and allow users to select
DREADME.rmobile10 | SoC | Board | defconfig
56 Locate defconfig in the table above. Then apply standard build procedure:
DREADME.uniphier19 $ make <defconfig>
26 The following tables show <defconfig> and <device-tree> for each board.
30 Board | <defconfig> | <device-tree>
44 Board | <defconfig> | <device-tree>
216 They are disabled by default for UniPhier defconfig files. So, you need to
DREADME.nios219 2. Default configuration of Kconfig, defconfig file.
53 $ cp defconfig configs/mysystem_defconfig
/external/u-boot/scripts/kconfig/tests/
Dconftest.py144 def defconfig(self, defconfig): argument
150 defconfig_path = os.path.join(self._test_dir, defconfig)
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench106 echo No old config found, using defconfig
109 echo Making defconfig...
110 make defconfig > /dev/null 2>&1
/external/toybox/kconfig/
DMakefile9 randconfig allyesconfig allnoconfig allmodconfig defconfig
32 defconfig: $(obj)/conf $(KCONFIG_TOP) target
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
Dkvm.sh40 TORTURE_DEFCONFIG=defconfig
112 --defconfig)
113 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
Dconfiginit.sh63 make $buildloc $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
Dkvm-recheck.sh32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
/external/u-boot/scripts/kconfig/tests/inter_choice/
D__init__.py13 assert conf.defconfig('defconfig') == 0
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/
Dcpuhotplug_do_kcompile_loop19 make defconfig
/external/u-boot/board/raspberrypi/rpi/
DMAINTAINERS6 F: configs/rpi_*defconfig
/external/toybox/
Dconfigure10 make defconfig
DREADME24 make defconfig
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
71 It works like the Linux kernel: allnoconfig, defconfig, and menuconfig edit
77 The maximum sane configuration is "make defconfig": allyesconfig isn't
/external/wpa_supplicant_8/hostapd/
DMakefile1271 echo 'run "cp defconfig .config" to create an example'; \
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile70 echo 'run "cp defconfig .config" to create an example'; \
/external/toybox/toys/pending/
DREADME8 time for yet. Everything in here defaults to "n" in defconfig.
/external/u-boot/
D.gitignore55 /defconfig
/external/toybox/scripts/
Dhelp.txt21 example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install

12