/external/u-boot/tools/ |
D | genboardscfg.py | 98 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))
|
D | moveconfig.py | 439 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/ |
D | README | 6 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/ |
D | Makefile | 95 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)
|
D | conf.c | 33 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/ |
D | README.kconfig | 39 - 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
|
D | README.rmobile | 10 | SoC | Board | defconfig 56 Locate defconfig in the table above. Then apply standard build procedure:
|
D | README.uniphier | 19 $ 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
|
D | README.nios2 | 19 2. Default configuration of Kconfig, defconfig file. 53 $ cp defconfig configs/mysystem_defconfig
|
/external/u-boot/scripts/kconfig/tests/ |
D | conftest.py | 144 def defconfig(self, defconfig): argument 150 defconfig_path = os.path.join(self._test_dir, defconfig)
|
/external/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 106 echo No old config found, using defconfig 109 echo Making defconfig... 110 make defconfig > /dev/null 2>&1
|
/external/toybox/kconfig/ |
D | Makefile | 9 randconfig allyesconfig allnoconfig allmodconfig defconfig 32 defconfig: $(obj)/conf $(KCONFIG_TOP) target
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 40 TORTURE_DEFCONFIG=defconfig 112 --defconfig) 113 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
D | configinit.sh | 63 make $buildloc $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
D | kvm-recheck.sh | 32 dirs=`find $rd -name Make.defconfig.out -print | sort | sed -e 's,/[^/]*$,,' | sort -u`
|
/external/u-boot/scripts/kconfig/tests/inter_choice/ |
D | __init__.py | 13 assert conf.defconfig('defconfig') == 0
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/tools/ |
D | cpuhotplug_do_kcompile_loop | 19 make defconfig
|
/external/u-boot/board/raspberrypi/rpi/ |
D | MAINTAINERS | 6 F: configs/rpi_*defconfig
|
/external/toybox/ |
D | configure | 10 make defconfig
|
D | README | 24 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/ |
D | Makefile | 1271 echo 'run "cp defconfig .config" to create an example'; \
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | Makefile | 70 echo 'run "cp defconfig .config" to create an example'; \
|
/external/toybox/toys/pending/ |
D | README | 8 time for yet. Everything in here defaults to "n" in defconfig.
|
/external/u-boot/ |
D | .gitignore | 55 /defconfig
|
/external/toybox/scripts/ |
D | help.txt | 21 example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install
|