/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): 183 defconfig = os.path.basename(defconfig) 184 params['target'], match, rear = defconfig.partition('_defconfig') 185 assert match and not rear, '%s : invalid defconfig' % defconfig 213 for defconfig in defconfigs: 214 queue.put(kconf_scanner.scan(defconfig))
|
D | moveconfig.py | 459 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ] 741 for defconfig in defconfigs: 742 cleanup_one_extra_option(os.path.join('configs', defconfig), configs, 882 self.defconfig = os.path.join(build_dir, 'defconfig') 1052 with open(self.defconfig) as f: 1088 defconfig, configs = self.db_queue.get() 1089 self.config_db[defconfig] = configs 1145 def add(self, defconfig): argument 1161 self.defconfig = defconfig 1225 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 57 Locate defconfig in the table above. Then apply standard build procedure:
|
/external/toybox/kconfig/ |
D | Makefile | 9 randconfig allyesconfig allnoconfig allmodconfig defconfig 32 defconfig: $(obj)/conf $(KCONFIG_TOP) target
|
/external/u-boot/scripts/kconfig/tests/ |
D | conftest.py | 144 def defconfig(self, defconfig): member in Conf 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/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 28 TORTURE_DEFCONFIG=defconfig 103 --defconfig) 104 checkarg --defconfig "defconfigtype" "$#" "$2" '^[^/][^/]*$' '^--'
|
D | configinit.sh | 35 make $TORTURE_DEFCONFIG > $resdir/Make.defconfig.out 2>&1
|
D | kvm-recheck.sh | 21 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/u-boot/board/logicpd/omap3som/ |
D | README | 11 The device tree included with each of the defconfig files will also direct the board as to which dt… 12 recomended to mix and match the defconfig files.
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | README | 58 enabled in relative defconfig file, 64 If device tree support is enabled in defconfig,
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 1289 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/board/freescale/p2041rdb/ |
D | README | 97 enabled in relative defconfig file, 103 If device tree support is enabled in defconfig, use 'u-boot-with-dtb.bin'
|
/external/u-boot/ |
D | .gitignore | 59 /defconfig
|