/openbmc/entity-manager/test/ |
H A D | test_topology.cpp | 54 BoardMap boards; in TEST() local 56 auto assocs = topo.getAssocs(boards); in TEST() 64 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local 69 auto assocs = topo.getAssocs(boards); in TEST() 84 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local 91 auto assocs = topo.getAssocs(boards); in TEST() 99 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local 104 auto assocs = topo.getAssocs(boards); in TEST() 112 BoardMap boards{{subchassisPath, "BoardA"}, {superchassisPath, "BoardB"}}; in TEST() local 118 auto assocs = topo.getAssocs(boards); in TEST() [all …]
|
/openbmc/u-boot/drivers/power/ |
H A D | Kconfig | 20 Select this for boards which do not use a PMIC. 29 A10s boards. 38 A10, A13 and A20 boards. 47 A23 and A31 boards. 55 Say y here to enable support for the axp809 pmic found on A80 boards. 71 H3 boards. 82 disable dcdc1. On A23 / A31 / A33 (axp221) boards dcdc1 is used for 84 sdcard interfaces, etc. On most boards dcdc1 is undervolted to 3.0V to 100 On A10(s) / A13 / A20 boards dcdc2 is VDD-CPU and should be 1.4V. 101 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V. [all …]
|
/openbmc/linux/arch/arm/mach-mvebu/ |
H A D | Kconfig | 28 bool "Marvell Armada 370 boards" 36 Say 'Y' here if you want your kernel to support boards based 40 bool "Marvell Armada 375 boards" 52 Say 'Y' here if you want your kernel to support boards based 56 bool "Marvell Armada 380/385 boards" 70 Say 'Y' here if you want your kernel to support boards based 74 bool "Marvell Armada 39x boards" 85 Say 'Y' here if you want your kernel to support boards based 89 bool "Marvell Armada XP boards" 97 Say 'Y' here if you want your kernel to support boards based [all …]
|
/openbmc/u-boot/tools/buildman/ |
H A D | test.py | 90 boards = [ variable 125 self.boards = board.Boards() 126 for brd in boards: 127 self.boards.AddBoard(board.Board(*brd)) 128 self.boards.SelectBoards([]) 171 def assertSummary(self, text, arch, plus, boards, outcome=OUTCOME_ERR): argument 179 for board in boards: 196 board_selected = self.boards.GetSelectedDict() 210 self.assertEqual(count, len(commits) * len(boards) + 2) 342 self.assertEqual(self.boards.SelectBoards(['sandbox']), [all …]
|
H A D | control.py | 110 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 203 if not boards: 210 boards = board.Boards() 211 boards.ReadBoards(os.path.join(options.git, 'boards.cfg')) 219 if options.boards: 221 for b in options.boards: 225 why_selected, board_warnings = boards.SelectBoards(args, exclude, 227 selected = boards.GetSelected() 317 board_selected = boards.GetSelectedDict()
|
H A D | func_test.py | 36 boards = [ variable 188 for brd in boards: 194 self._total_builds = self._commits * len(boards) 223 make_func=self._HandleMake, boards=self._boards, 426 self.assertIn('Building current source for %d boards' % len(boards), 442 (self._commits, len(boards)), lines[0].text) 468 self.assertEqual(self._builder.count, 2 * len(boards)) 471 self.assertEqual(self._make_calls, len(boards) * (2 + 2)) 478 self.assertEqual(self._make_calls, len(boards) * (self._commits + 2)) 491 self.assertEqual(self._make_calls, len(boards) * (self._commits + 2)) [all …]
|
H A D | board.py | 240 def SelectBoards(self, args, exclude=[], boards=None): argument 285 elif boards: 286 if board.target in boards: 304 if boards: 305 remaining = set(boards) - set(found)
|
/openbmc/u-boot/doc/ |
H A D | README.AMCC-eval-boards-cleanup | 2 Cleanup of AMCC eval boards (Walnut/Sycamore, Bubinga, Ebony, Ocotea) 5 Changes to all AMCC eval boards: 9 boards. 21 Sycamore/Walnut (one port supporting both eval boards): 24 o Cleanup to allow easier "cloning" for different (custom) boards:
|
H A D | README.kconfig | 47 You can simply remove the prefixes. Do not add them for new boards. 76 - include/configs/<board>.h (exists for all boards) 88 Conversion from boards.cfg to Kconfig 91 Prior to Kconfig, boards.cfg was a primary database that contained Arch, CPU, 92 SoC, etc. of all the supported boards. It was deleted when switching to 93 Kconfig. Each field of boards.cfg was converted as follows: 106 Tips to add/remove boards 132 [2] Remove include/configs/<target>.h if it is not used by any other boards 134 by any other boards 143 - The option field of boards.cfg, which was used for the pre-Kconfig [all …]
|
H A D | README.zynq | 10 like supported boards, ML status and TODO list. 12 2. Zynq boards 58 - Added zynq boards named - zc70x, zed, microzed, zc770_xm010/xm011/xm012/xm013 68 - Added basic FDT support for zynq boards 75 [1] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm 76 [2] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
|
/openbmc/linux/Documentation/arch/sh/ |
H A D | new-machine.rst | 10 for new boards to the LinuxSH port under the new 2.5 and 2.6 kernels. This 29 | `-- boards 35 | ... more boards here ... 44 .. more boards here ... 93 isolated, or whether it will be part of a family of boards that can mostly 97 board in arch/sh/boards/ and adding rules to hook your board in with the 99 it makes more sense to have a common top-level arch/sh/boards/ directory 101 Both the Solution Engine and the hp6xx boards are an example of this. 103 After you have setup your new arch/sh/boards/ directory, remember that you 107 as the arch/sh/boards/ directory name, though if your board is again part of [all …]
|
/openbmc/linux/arch/x86/platform/geode/ |
H A D | net5501.c | 101 static struct net5501_board __initdata boards[] = { variable 123 for (i = 0; i < ARRAY_SIZE(boards); i++) { in net5501_present() 124 unsigned char *model = rombase + boards[i].offset; in net5501_present() 126 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present()
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | layer-contents.md | 26 For usecases where compatibility of more boards is required, the layer provides 27 machines that are tagetting a wider support of Raspberry Pi boards. 31 This machine targets support for all the ARMv7-based Raspberry Pi boards. It 33 all the relevant boards. 37 This machine targets support for all the ARMv8-based Raspberry Pi boards. It 39 all the relevant boards. 52 Be aware that the WiFi and Bluetooth firmware for the supported boards
|
/openbmc/linux/arch/powerpc/platforms/512x/ |
H A D | Kconfig | 3 bool "512x-based boards" 27 bool "Generic support for simple MPC512x based boards" 31 This option enables support for simple MPC512x based boards 34 Compatible boards include: Protonic LVT base boards (ZANMCU
|
/openbmc/linux/sound/soc/mediatek/ |
H A D | Kconfig | 11 This adds ASoC driver for Mediatek MT2701 boards 22 This adds ASoC driver for Mediatek MT2701 boards 32 This adds ASoC driver for Mediatek MT2701 boards 42 This adds ASoC driver for Mediatek MT6797 boards 52 This adds ASoC driver for Mediatek MT6797 boards 73 boards with the WM8960 codecs. 92 This adds ASoC driver for Mediatek MT8173 boards 103 This adds ASoC driver for Mediatek MT8173 boards 114 This adds ASoC driver for Mediatek MT8173 boards 126 This adds ASoC driver for Mediatek MT8173 boards [all …]
|
/openbmc/linux/sound/soc/rockchip/ |
H A D | Kconfig | 49 tristate "ASoC support for Rockchip boards using a MAX98090 codec" 57 boards using the MAX98090 codec and HDMI codec, such as Veyron. 60 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec" 66 boards using the RT5645/RT5650 codec, such as Veyron. 69 tristate "ASoC support multiple codecs for Rockchip RK3288 boards" 78 RK3288 boards using an analog output and the built-in HDMI audio. 81 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards" 92 audio on Rockchip RK3399 GRU boards.
|
/openbmc/linux/sound/soc/atmel/ |
H A D | Kconfig | 53 tristate "Atmel ASoC driver for boards using WM8904 codec" 59 Say Y if you want to add support for Atmel ASoC driver for boards using 73 tristate "Atmel ASoC driver for boards using CLASSD" 78 Say Y if you want to add support for Atmel ASoC driver for boards using 82 tristate "Atmel ASoC driver for boards using PDMIC" 87 Say Y if you want to add support for Atmel ASoC driver for boards using 101 tristate "Atmel ASoC driver for boards using I2S" 106 Say Y or M if you want to add support for Atmel ASoc driver for boards 121 tristate "Microchip ASoC driver for boards using I2S MCC" 138 tristate "Microchip ASoC driver for boards using S/PDIF TX" [all …]
|
/openbmc/linux/sound/soc/tegra/ |
H A D | Kconfig | 193 tristate "SoC Audio support for Tegra boards using an RT5631 codec" 199 boards using the RT5631 codec, such as Transformer. 202 tristate "SoC Audio support for Tegra boards using an RT5640 codec" 208 boards using the RT5640 codec, such as Dalmore. 211 tristate "SoC Audio support for Tegra boards using a WM8753 codec" 217 boards using the WM8753 codec, such as Whistler. 220 tristate "SoC Audio support for Tegra boards using a WM8903 codec" 226 boards using the WM8093 codec. Currently, the supported boards are 230 tristate "SoC Audio support for Tegra boards using a WM9712 codec" 237 boards using the WM9712 (or compatible) codec. [all …]
|
/openbmc/linux/arch/powerpc/platforms/85xx/ |
H A D | corenet_generic.c | 110 static const char * const boards[] __initconst = { variable 152 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe() 156 for (i = 0; boards[i]; i++) { in corenet_generic_probe() 157 snprintf(hv_compat, sizeof(hv_compat), "%s-hv", boards[i]); in corenet_generic_probe()
|
/openbmc/linux/arch/powerpc/platforms/52xx/ |
H A D | Kconfig | 3 bool "52xx-based boards" 9 bool "Generic support for simple MPC5200 based boards" 13 This option enables support for a simple MPC52xx based boards which 14 do not need a custom platform specific setup. Such boards are 54 for MPC5200B based boards.
|
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
H A D | README | 3 P1_P2_RDB_PC represents a set of boards including 16 Key features on these boards include: 25 As these boards use soldered DDR chips not regular DIMMs, an on-board EEPROM 29 this approach. ODT option is forced to fit this set of boards, again because 40 Some boards have QE module in the silicon (P1021 and P1025). QE and eLBC have
|
/openbmc/linux/arch/mips/generic/ |
H A D | Kconfig | 23 bool "Support MIPS SEAD-3 boards" 28 development boards, which boot using a legacy boot protocol. 34 bool "Legacy support for Ocelot based boards" 54 bool "Include FDT for MIPS Boston boards" 62 bool "Include FDT for IMG Pistachio Marduk (CI40) boards" 112 bool "Support boards based on Ingenic SoCs" 115 Enable support for boards based on Ingenic SoCs.
|
/openbmc/linux/sound/soc/qcom/ |
H A D | Kconfig | 51 tristate "ASoC I2S support for Storm boards" 144 tristate "SoC Machine driver for MSM8996 and APQ8096 boards" 155 tristate "SoC Machine driver for SDM845 boards" 169 tristate "SoC Machine driver for SM8250 boards" 181 tristate "SoC Machine driver for SC8280XP boards" 193 tristate "SoC Machine driver for SC7180 boards" 208 tristate "SoC Machine driver for SC7280 boards"
|
/openbmc/u-boot/board/congatec/cgtqmx6eval/ |
H A D | README | 1 U-Boot for the Congatec QMX6 boards 4 QMX6 boards. 9 - Build U-Boot for Congatec QMX6 boards: 59 The boot medium of Congatec QMX6 boards is the SPI NOR flash, so boot
|
/openbmc/u-boot/arch/mips/mach-bmips/ |
H A D | Kconfig | 145 Comtrend AR-5315u boards have a BCM6318 SoC with 64 MB of RAM and 16 156 Comtrend AR-5387un boards have a BCM6328 SoC with 64 MB of RAM and 16 167 Comtrend CT-5361 boards have a BCM6348 SoC with 16 MB of RAM and 4 MB 178 Comtrend VR-3032u boards have a BCM63268 SoC with 64 MB of RAM and 189 Comtrend WAP-5813n boards have a BCM6369 SoC with 64 MB of RAM and 200 Huawei EchoLife HG556a boards have a BCM6358 SoC with 64 MB of RAM 211 Netgear CG3100D boards have a BCM3380 SoC with 64 MB of RAM and 8 MB 222 Netgear DGND3700v2 boards have a BCM6362 SoC with 64 MB of RAM and 233 Sagem F@ST1704 boards have a BCM6338 SoC with 16 MB of RAM and 4 MB 244 SFR NeufBox 4 (Sercomm) boards have a BCM6358 SoC with 32 MB of RAM
|