/u-boot/tools/ |
A D | genboardscfg.py | 95 defconfig = line.split()[6] + '_defconfig' 96 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)): 136 def scan(self, defconfig): argument 158 for line in open(defconfig): 180 defconfig = os.path.basename(defconfig) 181 params['target'], match, rear = defconfig.partition('_defconfig') 182 assert match and not rear, '%s : invalid defconfig' % defconfig 210 for defconfig in defconfigs: 211 queue.put(kconf_scanner.scan(defconfig))
|
A D | moveconfig.py | 458 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ] 741 for defconfig in defconfigs: 1053 with open(self.defconfig) as f: 1146 def add(self, defconfig): argument 1162 self.defconfig = defconfig 1226 cmd.append(self.defconfig) 1368 def add(self, defconfig): argument 1378 if slot.add(defconfig): 1514 for defconfig in defconfigs: 1515 while not slots.add(defconfig): [all …]
|
/u-boot/board/congatec/conga-qeval20-qa3-e3845/ |
A 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:
|
/u-boot/scripts/kconfig/ |
A D | Makefile | 77 PHONY += oldnoconfig silentoldconfig savedefconfig defconfig 94 $< $(silent) --$@=defconfig $(Kconfig) 96 defconfig: $(obj)/conf target 98 $< $(silent) --defconfig $(Kconfig) 102 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 110 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
|
A D | conf.c | 32 defconfig, enumerator 454 {"defconfig", optional_argument, NULL, defconfig}, 518 case defconfig: in main() 584 case defconfig: in main() 670 case defconfig: in main()
|
/u-boot/scripts/kconfig/tests/inter_choice/ |
A D | __init__.py | 13 assert conf.defconfig('defconfig') == 0
|
/u-boot/board/raspberrypi/rpi/ |
A D | MAINTAINERS | 6 F: configs/rpi_*defconfig
|
/u-boot/board/cortina/presidio-asic/ |
A D | MAINTAINERS | 6 F: configs/cortina_presidio-asic*defconfig
|
/u-boot/scripts/kconfig/tests/ |
A D | conftest.py | 144 def defconfig(self, defconfig): argument 150 defconfig_path = os.path.join(self._test_dir, defconfig)
|
/u-boot/doc/ |
A 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
|
A D | README.rmobile | 10 | SoC | Board | defconfig 57 Locate defconfig in the table above. Then apply standard build procedure:
|
A D | README.silent | 22 enabling CONFIG_SYS_DEVICE_NULLDEV in your board defconfig file.
|
A 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
|
A D | README.marvell | 47 just default device-tree from defconfig using:
|
/u-boot/board/logicpd/omap3som/ |
A 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.
|
/u-boot/ |
A D | .gitignore | 59 /defconfig
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | README | 56 enabled in relative defconfig file, 62 If device tree support is enabled in defconfig,
|
/u-boot/board/freescale/p2041rdb/ |
A D | README | 97 enabled in relative defconfig file, 103 If device tree support is enabled in defconfig, use 'u-boot-with-dtb.bin'
|
/u-boot/doc/arch/ |
A D | nios2.rst | 24 2. Default configuration of Kconfig, defconfig file: 65 $ cp defconfig configs/mysystem_defconfig
|
/u-boot/doc/build/ |
A D | tools.rst | 12 defconfig file is provided.
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | Kconfig | 47 by defconfig. If unsure, do not change.
|
/u-boot/board/technexion/pico-imx6ul/ |
A D | README | 76 defconfig by only enabling the minimal required drivers). 124 option in the defconfig
|
/u-boot/board/technexion/pico-imx7d/ |
A D | README | 77 defconfig by only enabling the minimal required drivers). 126 option in the defconfig
|
/u-boot/doc/board/xen/ |
A D | xenguest_arm64.rst | 36 - new defconfig introduced: xenguest_arm64_defconfig.
|
/u-boot/board/freescale/t208xrdb/ |
A D | README | 280 enabled in relative defconfig file, 286 If device tree support is enabled in defconfig,
|