Home
last modified time | relevance | path

Searched defs:boards (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dtest.py88 boards = [ variable
166 def assertSummary(self, text, arch, plus, boards, ok=False): argument
H A Dcontrol.py84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument
H A Dfunc_test.py38 boards = [ variable
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dcorenet_generic.c110 static const char * const boards[] __initconst = { variable
/OK3568_Linux_fs/kernel/arch/x86/platform/geode/
H A Dnet5501.c92 static struct net5501_board __initdata boards[] = { variable
/OK3568_Linux_fs/u-boot/board/logicpd/omap3som/
H A Domap3logic.c63 } boards[2][2] = { variable
/OK3568_Linux_fs/kernel/
H A DMakefile1666 boards := $(wildcard $(srctree)/arch/$(SRCARCH)/configs/*_defconfig) macro
1667 boards := $(sort $(notdir $(boards))) macro