| /rk3399_rockchip-uboot/tools/ |
| H A D | genboardscfg.py | 99 defconfig = line.split()[6] + '_defconfig' 100 if not os.path.exists(os.path.join(CONFIG_DIR, defconfig)): 140 def scan(self, defconfig): argument 162 for line in open(defconfig): 172 print '%s: %s' % (defconfig, warning) 188 defconfig = os.path.basename(defconfig) 189 params['target'], match, rear = defconfig.partition('_defconfig') 190 assert match and not rear, '%s : invalid defconfig' % defconfig 218 for defconfig in defconfigs: 219 queue.put(kconf_scanner.scan(defconfig))
|
| H A D | moveconfig.py | 440 return [ defconfig[len('configs') + 1:] for defconfig in set(defconfigs) ] 696 for defconfig in defconfigs: 697 cleanup_one_extra_option(os.path.join('configs', defconfig), configs, 818 self.defconfig = os.path.join(build_dir, 'defconfig') 986 with open(self.defconfig) as f: 1022 defconfig, configs = self.db_queue.get() 1023 self.config_db[defconfig] = configs 1079 def add(self, defconfig): argument 1095 self.defconfig = defconfig 1159 cmd.append(self.defconfig) [all …]
|
| /rk3399_rockchip-uboot/board/congatec/conga-qeval20-qa3-e3845/ |
| H 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:
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | Makefile | 97 PHONY += oldnoconfig savedefconfig defconfig 105 $< $(silent) --$@=defconfig $(Kconfig) 107 defconfig: $(obj)/conf target 109 $< $(silent) --defconfig $(Kconfig) 113 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$(KBUILD_DEFCONFIG) $(Kconfig) 121 $(Q)$< $(silent) --defconfig=arch/$(SRCARCH)/configs/$@ $(Kconfig)
|
| H A D | conf.c | 34 defconfig, enumerator 454 {"defconfig", optional_argument, NULL, defconfig}, 515 case defconfig: in main() 581 case defconfig: in main() 665 case defconfig: in main()
|
| /rk3399_rockchip-uboot/board/raspberrypi/rpi/ |
| H A D | MAINTAINERS | 6 F: configs/rpi_*defconfig
|
| /rk3399_rockchip-uboot/doc/ |
| H 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
|
| H 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>
|
| H A D | README.nios2 | 19 2. Default configuration of Kconfig, defconfig file. 53 $ cp defconfig configs/mysystem_defconfig
|
| H A D | README.mxc_hab | 5 is done by adding the following configuration in the defconfig file:
|
| H A D | README.distro | 165 In your board's defconfig, enable the DISTRO_DEFAULTS option by adding
|
| H A D | README.x86 | 1083 board defconfig files to see if CONFIG_GENERATE_ACPI_TABLE is set to y.
|
| /rk3399_rockchip-uboot/ |
| H A D | .gitignore | 54 /defconfig
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | README.rockchip | 51 There is BASE_DEFCONFIG configure to indicate the base defconfig of it.
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | Kconfig | 50 by defconfig. If unsure, do not change.
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README_rkspi.md | 16 2.Enable rkspi in defconfig
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/ |
| H A D | Kconfig | 39 It is usually selected in rk3326 board defconfig. 46 It is usually selected in rk3358 board defconfig. 87 It is usually selected in rk3126 board defconfig. 164 It is usually selected in RK3128X board defconfig. 1187 string "Base defconfig of config fragment" 1190 Indicate the base defconfig of config fragment.
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | README | 56 As U-Boot is migrating to Kconfig there is also board defconfig files
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | Kconfig | 1157 by defconfig. If unsure, do not change.
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 1007 The former would appear in a header filer and the latter in a defconfig
|