| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | Kconfig | 36 Select this for boards which do not use a PMIC. 44 A10s boards. 52 A10, A13 and A20 boards. 60 A23 and A31 boards. 67 Say y here to enable support for the axp809 pmic found on A80 boards. 82 H3 boards. 108 disable dcdc1. On A23 / A31 / A33 (axp221) boards dcdc1 is used for 110 sdcard interfaces, etc. On most boards dcdc1 is undervolted to 3.0V to 126 On A10(s) / A13 / A20 boards dcdc2 is VDD-CPU and should be 1.4V. 127 On A31 boards dcdc2 is used for VDD-GPU and should be 1.2V. [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | Kconfig | 29 bool "Marvell Armada 370 boards" 37 Say 'Y' here if you want your kernel to support boards based 41 bool "Marvell Armada 375 boards" 53 Say 'Y' here if you want your kernel to support boards based 57 bool "Marvell Armada 380/385 boards" 71 Say 'Y' here if you want your kernel to support boards based 75 bool "Marvell Armada 39x boards" 86 Say 'Y' here if you want your kernel to support boards based 90 bool "Marvell Armada XP boards" 98 Say 'Y' here if you want your kernel to support boards based [all …]
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | test.py | 88 boards = [ variable 120 self.boards = board.Boards() 121 for brd in boards: 122 self.boards.AddBoard(board.Board(*brd)) 123 self.boards.SelectBoards([]) 166 def assertSummary(self, text, arch, plus, boards, ok=False): argument 173 for board in boards: 190 board_selected = self.boards.GetSelectedDict() 202 self.assertEqual(count, len(commits) * len(boards) + 2) 313 self.assertEqual(self.boards.SelectBoards(['sandbox']), [all …]
|
| H A D | func_test.py | 38 boards = [ variable 190 for brd in boards: 196 self._total_builds = self._commits * len(boards) 225 make_func=self._HandleMake, boards=self._boards, 420 self.assertIn('Building current source for %d boards' % len(boards), 436 (self._commits, len(boards)), lines[0].text) 462 self.assertEqual(self._builder.count, 2 * len(boards)) 465 self.assertEqual(self._make_calls, len(boards) * (2 + 2)) 472 self.assertEqual(self._make_calls, len(boards) * (self._commits + 2)) 485 self.assertEqual(self._make_calls, len(boards) * (self._commits + 2)) [all …]
|
| H A D | control.py | 84 def DoBuildman(options, args, toolchains=None, make_func=None, boards=None, argument 177 if not boards: 184 boards = board.Boards() 185 boards.ReadBoards(os.path.join(options.git, 'boards.cfg')) 192 why_selected = boards.SelectBoards(args, exclude) 193 selected = boards.GetSelected() 281 board_selected = boards.GetSelectedDict()
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/ |
| H A D | Kconfig | 6 bool "Built-in device tree for XLP EVP boards" 10 Add an FDT blob for XLP EVP boards into the kernel. 16 bool "Built-in device tree for XLP SVP boards" 20 Add an FDT blob for XLP VP boards into the kernel. 26 bool "Built-in device tree for XLP FVP boards" 36 bool "Built-in device tree for XLP GVP boards" 46 bool "Built-in device tree for XLP RVP boards" 55 bool "Support for multi-chip boards" 59 Add support for boards with 2 or 4 XLPs connected over ICI. 71 Support boards with upto two XLPs connected over ICI. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/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 …]
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/ |
| H A D | Kconfig | 10 This adds ASoC driver for Mediatek MT2701 boards 21 This adds ASoC driver for Mediatek MT2701 boards 31 This adds ASoC driver for Mediatek MT2701 boards 41 This adds ASoC driver for Mediatek MT6797 boards 51 This adds ASoC driver for Mediatek MT6797 boards 71 This adds ASoC driver for Mediatek MT8173 boards 82 This adds ASoC driver for Mediatek MT8173 boards 93 This adds ASoC driver for Mediatek MT8173 boards 105 This adds ASoC driver for Mediatek MT8173 boards 132 This adds ASoC driver for Mediatek MT8183 boards [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/geode/ |
| H A D | net5501.c | 92 static struct net5501_board __initdata boards[] = { variable 114 for (i = 0; i < ARRAY_SIZE(boards); i++) { in net5501_present() 115 unsigned char *model = rombase + boards[i].offset; in net5501_present() 117 if (!memcmp(model, boards[i].sig, boards[i].len)) { in net5501_present()
|
| /OK3568_Linux_fs/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 | 12 like supported boards, ML status and TODO list. 14 2. Zynq boards 60 - Added zynq boards named - zc70x, zed, microzed, zc770_xm010, zc770_xm012, zc770_xm013 70 - Added basic FDT support for zynq boards 75 - Add zynq boards support - zc770_xm011 80 [1] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC702-G.htm 81 [2] http://www.xilinx.com/products/boards-and-kits/EK-Z7-ZC706-G.htm
|
| /OK3568_Linux_fs/kernel/sound/soc/tegra/ |
| H A D | Kconfig | 122 tristate "SoC Audio support for Tegra boards using an RT5640 codec" 127 boards using the RT5640 codec, such as Dalmore. 130 tristate "SoC Audio support for Tegra boards using a WM8753 codec" 135 boards using the WM8753 codec, such as Whistler. 138 tristate "SoC Audio support for Tegra boards using a WM8903 codec" 143 boards using the WM8093 codec. Currently, the supported boards are 147 tristate "SoC Audio support for Tegra boards using a WM9712 codec" 153 boards using the WM9712 (or compatible) codec. 164 tristate "SoC Audio support for Tegra boards using an ALC5632 codec" 172 tristate "SoC Audio support for Tegra boards using a MAX98090 codec" [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/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" 135 tristate "Microchip ASoC driver for boards using S/PDIF TX" [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | Kconfig | 93 tristate "ASoC support for Rockchip boards using a MAX98090 codec" 101 boards using the MAX98090 codec and HDMI codec, such as Veyron. 108 boards using multicodecs, such as RK3308 boards. 111 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec" 117 boards using the RT5645/RT5650 codec, such as Veyron. 125 boards using built-in HDMI or external HDMI. 128 tristate "ASoC support multiple codecs for Rockchip RK3288 boards" 137 RK3288 boards using an analog output and the built-in HDMI audio. 140 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards" 151 audio on Rockchip RK3399 GRU boards.
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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 "Support MSCC Ocelot boards" 49 bool "Include FDT for MIPS Boston boards" 77 bool "Support boards based on Ingenic SoCs" 80 Enable support for boards based on Ingenic SoCs.
|
| /OK3568_Linux_fs/buildroot/board/zynq/ |
| H A D | readme.txt | 1 This is the Buildroot support for Zynq boards. Zynq boards are available from 4 Currently, three boards are natively supported by Buildroot: 42 http://www.xilinx.com/products/boards-and-kits/ek-z7-zc706-g.html. 47 Support for other boards: 49 If you want to build a system for other boards based on the same SoC 63 default ps7_init_gpl.c/h of popular boards. Those files may need to be
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-bmips/ |
| H A D | Kconfig | 92 Comtrend AR-5387un boards have a BCM6328 SoC with 64 MB of RAM and 16 103 Comtrend CT-5361 boards have a BCM6348 SoC with 16 MB of RAM and 4 MB 114 Comtrend VR-3032u boards have a BCM63268 SoC with 64 MB of RAM and 125 Huawei EchoLife HG556a boards have a BCM6358 SoC with 64 MB of RAM 136 Netgear CG3100D boards have a BCM3380 SoC with 64 MB of RAM and 8 MB 147 Sagem F@ST1704 boards have a BCM6338 SoC with 16 MB of RAM and 4 MB 158 SFR NeufBox 4 (Sercomm) boards have a BCM6358 SoC with 32 MB of RAM
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | Kconfig | 135 comment "SoC Audio support for Freescale PPC boards:" 225 comment "SoC Audio support for Freescale i.MX boards:" 239 tristate "SoC audio support for Visstrim M10 boards" 250 tristate "SoC Audio support for Phytec phyCORE (and phyCARD) boards" 259 and phyCARD boards in AC97 mode 274 tristate "SoC Audio support for i.MX boards with the ES8328 codec" 286 tristate "SoC Audio support for i.MX boards with sgtl5000" 297 tristate "SoC Audio support for i.MX boards with S/PDIF" 301 SoC Audio support for i.MX boards with S/PDIF 306 tristate "SoC Audio support for I.MX boards with mc13783" [all …]
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | fdt-fixup.txt | 21 possible daughter boards that can be attached to this mother board. Different 22 daughter boards then either offer the slightly different functionality, or the 29 system, depending on which daughter boards are connected to the motherboard. 35 boards is then detected, and the corresponding device tree overlays are applied 36 to support the components on the daughter boards. 39 provide a way to find out if and which daughter boards are installed for this 43 integrated, and is used on some boards to alter the device tree that is later 68 boards have to implement the function board_fix_fdt, which has the following 120 not, since they are on daughter boards) on a I2C bus are queried for, and
|
| /OK3568_Linux_fs/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
|