Home
last modified time | relevance | path

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

12

/u-boot/tools/
A Dgenboardscfg.py95 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 Dmoveconfig.py458 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 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:
/u-boot/scripts/kconfig/
A DMakefile77 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 Dconf.c32 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__.py13 assert conf.defconfig('defconfig') == 0
/u-boot/board/raspberrypi/rpi/
A DMAINTAINERS6 F: configs/rpi_*defconfig
/u-boot/board/cortina/presidio-asic/
A DMAINTAINERS6 F: configs/cortina_presidio-asic*defconfig
/u-boot/scripts/kconfig/tests/
A Dconftest.py144 def defconfig(self, defconfig): argument
150 defconfig_path = os.path.join(self._test_dir, defconfig)
/u-boot/doc/
A 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
A DREADME.rmobile10 | SoC | Board | defconfig
57 Locate defconfig in the table above. Then apply standard build procedure:
A DREADME.silent22 enabling CONFIG_SYS_DEVICE_NULLDEV in your board defconfig file.
A 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
A DREADME.marvell47 just default device-tree from defconfig using:
/u-boot/board/logicpd/omap3som/
A DREADME11 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.gitignore59 /defconfig
/u-boot/board/freescale/p1_p2_rdb_pc/
A DREADME56 enabled in relative defconfig file,
62 If device tree support is enabled in defconfig,
/u-boot/board/freescale/p2041rdb/
A DREADME97 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 Dnios2.rst24 2. Default configuration of Kconfig, defconfig file:
65 $ cp defconfig configs/mysystem_defconfig
/u-boot/doc/build/
A Dtools.rst12 defconfig file is provided.
/u-boot/arch/arm/cpu/armv7/ls102xa/
A DKconfig47 by defconfig. If unsure, do not change.
/u-boot/board/technexion/pico-imx6ul/
A DREADME76 defconfig by only enabling the minimal required drivers).
124 option in the defconfig
/u-boot/board/technexion/pico-imx7d/
A DREADME77 defconfig by only enabling the minimal required drivers).
126 option in the defconfig
/u-boot/doc/board/xen/
A Dxenguest_arm64.rst36 - new defconfig introduced: xenguest_arm64_defconfig.
/u-boot/board/freescale/t208xrdb/
A DREADME280 enabled in relative defconfig file,
286 If device tree support is enabled in defconfig,

Completed in 32 milliseconds

12