1 Descriptions of section entries:
4 M: Mail patches to: FullName <address@domain>
5 R: Designated reviewer: FullName <address@domain>
6 These reviewers should be CCed on patches.
7 L: Mailing list that is relevant to this area
8 W: Web-page with status/info
9 Q: Patchwork web based patch tracking system site
10 T: SCM tree type and location.
11 Type is one of: git, hg, quilt, stgit, topgit
12 S: Status, one of the following:
13 Supported: Someone is actually paid to look after this.
14 Maintained: Someone actually looks after it.
15 Orphan: No current maintainer [but maybe you could take the
16 role as you write your new code].
17 F: Files and directories with wildcard patterns.
18 A trailing slash includes all files and subdirectory files.
19 F: drivers/net/ all files in and below drivers/net
20 F: drivers/net/* all files in drivers/net, but not below
21 F: */net/* all files in "any top level directory"/net
22 One pattern per line. Multiple F: lines acceptable.
23 N: Files and directories with regex patterns.
24 N: [^a-z]tegra all files whose path contains the word tegra
25 One pattern per line. Multiple N: lines acceptable.
26 scripts/get_maintainer.pl has different behavior for files that
27 match F: pattern and matches of N: patterns. By default,
28 get_maintainer will not look at git log history when an F: pattern
29 match occurs. When an N: match occurs, git log history is used
30 to also notify the people that have git commit signatures.
31 X: Files and directories that are NOT maintained, same rules as F:
32 Files exclusions are tested before file matches.
33 Can be useful for excluding a specific subdirectory, for instance:
36 matches all files in and below net excluding net/ipv6/
37 K: Keyword perl extended regex pattern to match content in a
38 patch or file. For instance:
40 matches patches or files that contain "of_get_profile"
41 K: \b(printk|pr_(info|err))\b
42 matches patches or files that contain one or more of the words
43 printk, pr_info or pr_err
44 One regex pattern per line. Multiple K: lines acceptable.
46 Note: For the hard of thinking, this list is meant to remain in alphabetical
47 order. If you could add yourselves to it in alphabetical order that would be
50 Maintainers List (try to look for most precise areas first)
52 -----------------------------------
54 M: Alexey Brodkin <alexey.brodkin@synopsys.com>
55 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
57 L: uboot-snps-arc@synopsys.com
58 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
63 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
65 L: uboot-snps-arc@synopsys.com
66 F: drivers/clk/clk-hsdk-cgu.c
67 F: include/dt-bindings/clock/snps,hsdk-cgu.h
68 F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
71 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
73 L: uboot-snps-arc@synopsys.com
74 F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
75 F: drivers/gpio/hsdk-creg-gpio.c
77 ARC SYNOPSYS DW MMC EXTENSIONS
78 M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
80 L: uboot-snps-arc@synopsys.com
81 F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
82 F: drivers/mmc/snps_dw_mmc.c
85 M: Albert Aribaud <albert.u.boot@aribaud.net>
87 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
92 M: Marek Vasut <marex@denx.de>
93 M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
95 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
96 F: arch/arm/mach-socfpga/
98 ARM AMLOGIC SOC SUPPORT
99 M: Neil Armstrong <narmstrong@baylibre.com>
101 L: u-boot-amlogic@groups.io
102 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
103 F: arch/arm/mach-meson/
104 F: arch/arm/include/asm/arch-meson/
105 F: drivers/clk/meson/
106 F: drivers/serial/serial_meson.c
107 F: drivers/reset/reset-meson.c
108 F: drivers/i2c/meson_i2c.c
109 F: drivers/net/phy/meson-gxl.c
110 F: drivers/adc/meson-saradc.c
111 F: drivers/phy/meson*
112 F: drivers/mmc/meson_gx_mmc.c
113 F: drivers/spi/meson_spifc.c
114 F: drivers/pinctrl/meson/
115 F: drivers/power/domain/meson-gx-pwrc-vpu.c
116 F: drivers/video/meson/
117 F: include/configs/meson64.h
121 M: Matthias Brugger <mbrugger@suse.com>
123 F: arch/arm/mach-bcm283x/
124 F: drivers/gpio/bcm2835_gpio.c
125 F: drivers/mmc/bcm2835_sdhci.c
126 F: drivers/mmc/bcm2835_sdhost.c
127 F: drivers/serial/serial_bcm283x_mu.c
128 F: drivers/serial/serial_bcm283x_pl011.c
129 F: drivers/video/bcm2835.c
130 F: include/dm/platform_data/serial_bcm283x_mu.h
131 F: drivers/pinctrl/broadcom/
134 M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
136 F: arch/arm/mach-bcmstb/
137 F: board/broadcom/bcmstb/
138 F: configs/bcm7*_defconfig
139 F: doc/README.bcm7xxx
140 F: drivers/mmc/bcmstb_sdhci.c
141 F: drivers/spi/bcmstb_spi.c
143 ARM/CZ.NIC TURRIS MOX SUPPORT
144 M: Marek Behun <marek.behun@nic.cz>
146 F: arch/arm/dts/armada-3720-turris-mox.dts
148 F: configs/turris_*_defconfig
149 F: include/configs/turris_*.h
152 M: Stefano Babic <sbabic@denx.de>
153 M: Fabio Estevam <festevam@gmail.com>
154 R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
156 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
157 F: arch/arm/cpu/arm1136/mx*/
158 F: arch/arm/cpu/arm926ejs/mx*/
159 F: arch/arm/cpu/armv7/vf610/
160 F: arch/arm/dts/*imx*
161 F: arch/arm/mach-imx/
162 F: arch/arm/include/asm/arch-imx/
163 F: arch/arm/include/asm/arch-mx*/
164 F: arch/arm/include/asm/arch-vf610/
165 F: arch/arm/include/asm/mach-imx/
166 F: board/freescale/*mx*/
169 M: Peter Griffin <peter.griffin@linaro.org>
171 F: arch/arm/cpu/armv8/hisilicon
172 F: arch/arm/include/asm/arch-hi6220/
174 ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
175 M: Stefan Roese <sr@denx.de>
177 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
178 F: arch/arm/mach-kirkwood/
179 F: arch/arm/mach-mvebu/
180 F: drivers/ata/ahci_mvebu.c
181 F: drivers/ddr/marvell/
182 F: drivers/gpio/mvebu_gpio.c
183 F: drivers/spi/kirkwood_spi.c
184 F: drivers/pci/pci_mvebu.c
185 F: drivers/pci/pcie_dw_mvebu.c
186 F: drivers/watchdog/orion_wdt.c
189 M: Marek Vasut <marex@denx.de>
191 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
193 F: arch/arm/include/asm/arch-pxa/
196 M: Ryder Lee <ryder.lee@mediatek.com>
197 M: Weijie Gao <weijie.gao@mediatek.com>
199 F: arch/arm/mach-mediatek/
200 F: arch/arm/include/asm/arch-mediatek/
202 F: doc/README.mediatek
203 F: drivers/clk/mediatek/
204 F: drivers/mmc/mtk-sd.c
205 F: drivers/pinctrl/mediatek/
206 F: drivers/power/domain/mtk-power-domain.c
207 F: drivers/ram/mediatek/
208 F: drivers/spi/mtk_snfi_spi.c
209 F: drivers/timer/mtk_timer.c
210 F: drivers/watchdog/mtk_wdt.c
211 F: drivers/net/mtk_eth.c
212 F: drivers/reset/reset-mediatek.c
217 ARM MICROCHIP/ATMEL AT91
218 M: Eugen Hristev <eugen.hristev@microchip.com>
220 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
221 F: arch/arm/mach-at91/
225 M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
227 F: arch/arm/include/asm/arch-owl/
228 F: arch/arm/mach-owl/
231 F: drivers/serial/serial_owl.c
233 ARM RENESAS RMOBILE/R-CAR
234 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
235 M: Marek Vasut <marek.vasut+renesas@gmail.com>
237 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
238 F: arch/arm/mach-rmobile/
241 M: Simon Glass <sjg@chromium.org>
242 M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
243 M: Kever Yang <kever.yang@rock-chips.com>
245 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
246 F: arch/arm/include/asm/arch-rockchip/
247 F: arch/arm/mach-rockchip/
249 F: drivers/clk/rockchip/
250 F: drivers/gpio/rk_gpio.c
251 F: drivers/misc/rockchip-efuse.c
252 F: drivers/mmc/rockchip_sdhci.c
253 F: drivers/mmc/rockchip_dw_mmc.c
254 F: drivers/pinctrl/rockchip/
255 F: drivers/ram/rockchip/
256 F: drivers/sysreset/sysreset_rockchip.c
257 F: drivers/video/rockchip/
265 M: Minkyu Kang <mk7.kang@samsung.com>
267 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
268 F: arch/arm/mach-exynos/
269 F: arch/arm/mach-s5pc1xx/
270 F: arch/arm/cpu/armv7/s5p-common/
273 M: Ramon Fried <rfried.dev@gmail.com>
275 F: arch/arm/mach-snapdragon/
276 F: drivers/gpio/msm_gpio.c
277 F: drivers/mmc/msm_sdhci.c
278 F: drivers/phy/msm8916-usbh-phy.c
279 F: drivers/serial/serial_msm.c
280 F: drivers/smem/msm_smem.c
281 F: drivers/usb/host/ehci-msm.c
284 M: Patrice Chotard <patrice.chotard@st.com>
286 F: arch/arm/mach-sti/
287 F: arch/arm/include/asm/arch-sti*/
290 #M: Vipin Kumar <vipin.kumar@st.com>
291 S: Orphaned (Since 2016-02)
292 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
293 F: arch/arm/cpu/arm926ejs/spear/
294 F: arch/arm/include/asm/arch-spear/
297 M: Patrick Delaunay <patrick.delaunay@st.com>
298 M: Patrice Chotard <patrice.chotard@st.com>
299 L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
300 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
302 F: arch/arm/mach-stm32mp/
303 F: drivers/clk/clk_stm32mp1.c
304 F: drivers/i2c/stm32f7_i2c.c
305 F: drivers/mailbox/stm32-ipcc.c
306 F: drivers/misc/stm32mp_fuse.c
307 F: drivers/mmc/stm32_sdmmc2.c
308 F: drivers/phy/phy-stm32-usbphyc.c
309 F: drivers/pinctrl/pinctrl_stm32.c
310 F: drivers/power/pmic/stpmic1.c
311 F: drivers/power/regulator/stm32-vrefbuf.c
312 F: drivers/power/regulator/stpmic1.c
313 F: drivers/ram/stm32mp1/
314 F: drivers/remoteproc/stm32_copro.c
315 F: drivers/misc/stm32_rcc.c
316 F: drivers/reset/stm32-reset.c
317 F: drivers/spi/stm32_qspi.c
318 F: drivers/spi/stm32_spi.c
319 F: drivers/watchdog/stm32mp_wdt.c
322 M: Vikas Manocha <vikas.manocha@st.com>
324 F: arch/arm/cpu/armv7/stv0991/
325 F: arch/arm/include/asm/arch-stv0991/
328 M: Jagan Teki <jagan@amarulasolutions.com>
329 M: Maxime Ripard <maxime.ripard@bootlin.com>
331 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
332 F: arch/arm/cpu/armv7/sunxi/
333 F: arch/arm/include/asm/arch-sunxi/
334 F: arch/arm/mach-sunxi/
338 M: Tom Warren <twarren@nvidia.com>
340 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
341 F: arch/arm/mach-tegra/
342 F: arch/arm/include/asm/arch-tegra*/
345 M: Tom Rini <trini@konsulko.com>
347 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
348 F: arch/arm/mach-davinci/
350 F: arch/arm/mach-keystone/
351 F: arch/arm/include/asm/arch-omap*/
352 F: arch/arm/include/asm/ti-common/
355 M: Masahiro Yamada <yamada.masahiro@socionext.com>
357 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
358 F: arch/arm/mach-uniphier/
359 F: configs/uniphier_*_defconfig
363 M: Michal Simek <michal.simek@xilinx.com>
365 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
366 F: arch/arm/mach-versal/
368 ARM VERSATILE EXPRESS DRIVERS
369 M: Liviu Dudau <liviu.dudau@foss.arm.com>
371 T: git git://github.com/ARM-software/u-boot.git
372 F: drivers/misc/vexpress_config.c
376 M: Michal Simek <monstr@monstr.eu>
378 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
379 F: arch/arm/mach-zynq/
380 F: drivers/clk/clk_zynq.c
381 F: drivers/fpga/zynqpl.c
382 F: drivers/gpio/zynq_gpio.c
383 F: drivers/i2c/i2c-cdns.c
384 F: drivers/i2c/muxes/pca954x.c
385 F: drivers/i2c/zynq_i2c.c
386 F: drivers/mmc/zynq_sdhci.c
387 F: drivers/mtd/nand/raw/zynq_nand.c
388 F: drivers/net/phy/xilinx_phy.c
389 F: drivers/net/zynq_gem.c
390 F: drivers/serial/serial_zynq.c
391 F: drivers/spi/zynq_qspi.c
392 F: drivers/spi/zynq_spi.c
393 F: drivers/usb/host/ehci-zynq.c
394 F: drivers/watchdog/cdns_wdt.c
400 M: Michal Simek <michal.simek@xilinx.com>
402 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
403 F: arch/arm/mach-zynqmp/
404 F: drivers/clk/clk_zynqmp.c
405 F: drivers/fpga/zynqpl.c
406 F: drivers/gpio/zynq_gpio.c
407 F: drivers/i2c/i2c-cdns.c
408 F: drivers/i2c/muxes/pca954x.c
409 F: drivers/i2c/zynq_i2c.c
410 F: drivers/mmc/zynq_sdhci.c
411 F: drivers/mtd/nand/raw/zynq_nand.c
412 F: drivers/net/phy/xilinx_phy.c
413 F: drivers/net/zynq_gem.c
414 F: drivers/serial/serial_zynq.c
415 F: drivers/spi/zynq_qspi.c
416 F: drivers/spi/zynq_spi.c
417 F: drivers/timer/cadence-ttc.c
418 F: drivers/usb/host/ehci-zynq.c
419 F: drivers/watchdog/cdns_wdt.c
420 F: include/zynqmppl.h
426 M: Michal Simek <michal.simek@xilinx.com>
428 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
429 F: arch/arm/mach-zynqmp-r5/
432 M: Simon Glass <sjg@chromium.org>
437 M: Simon Glass <sjg@chromium.org>
442 M: Stefan Roese <sr@denx.de>
444 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
445 F: drivers/mtd/cfi_flash.c
446 F: drivers/mtd/jedec_flash.c
449 M: Lukasz Majewski <lukma@denx.de>
451 T: git git://git.denx.de/u-boot-dfu.git
456 M: Huan Wang <alison.wang@nxp.com>
457 M: Angelo Dureghello <angelo@sysam.it>
459 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
463 M: Lukasz Majewski <lukma@denx.de>
465 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
470 F: common/usb_storage.c
472 F: drivers/usb/gadget/
475 M: Simon Glass <sjg@chromium.org>
477 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
483 M: Heinrich Schuchardt <xypron.glpk@gmx.de>
484 R: Alexander Graf <agraf@csgraf.de>
486 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
490 F: include/capitalization.h
496 F: include/asm-generic/pe.h
499 F: test/py/tests/test_efi*
504 F: tools/file2include.c
507 M: Michal Simek <michal.simek@xilinx.com>
509 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
514 FLATTENED DEVICE TREE
515 M: Simon Glass <sjg@chromium.org>
517 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
521 F: include/linux/libfdt*
523 F: common/fdt_support.c
526 M: Rafal Jaworowski <raj@semihalf.com>
528 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
531 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
533 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
534 F: drivers/watchdog/sp805_wdt.c
537 M: Heiko Schocher <hs@denx.de>
539 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
543 M: Simon Glass <sjg@chromium.org>
545 T: git https://gitlab.denx.de/u-boot/u-boot.git
548 F: test/log/log_test.c
549 F: test/py/tests/test_log.py
551 MALI DISPLAY PROCESSORS
552 M: Liviu Dudau <liviu.dudau@foss.arm.com>
554 T: git git://github.com/ARM-software/u-boot.git
555 F: drivers/video/mali_dp.c
556 F: drivers/i2c/i2c-versatile.c
559 M: Michal Simek <monstr@monstr.eu>
561 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
564 F: drivers/gpio/xilinx_gpio.c
565 F: drivers/net/xilinx_axi_emac.c
566 F: drivers/net/xilinx_emaclite.c
567 F: drivers/serial/serial_xuartlite.c
568 F: drivers/spi/xilinx_spi.c
569 F: drivers/sysreset/sysreset_gpio.c
570 F: drivers/watchdog/xilinx_tb_wdt.c
574 M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
576 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
580 M: Gregory CLEMENT <gregory.clement@bootlin.com>
581 M: Lars Povlsen <lars.povlsen@microchip.com>
582 M: Horatiu Vultur <horatiu.vultur@microchip.com>
584 F: arch/mips/mach-mscc/
585 F: arch/mips/dts/luton*
586 F: arch/mips/dts/mscc*
587 F: arch/mips/dts/ocelot*
588 F: arch/mips/dts/jr2*
589 F: arch/mips/dts/serval*
592 F: drivers/gpio/mscc_sgpio.c
593 F: drivers/spi/mscc_bb_spi.c
594 F: include/configs/vcoreiii.h
595 F: include/dt-bindings/mscc/
596 F: drivers/pinctrl/mscc/
597 F: drivers/net/mscc_eswitch/
600 M: Ezequiel Garcia <ezequiel@collabora.com>
602 F: arch/mips/mach-jz47xx/
605 M: Peng Fan <peng.fan@nxp.com>
607 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
611 #M: Scott Wood <oss@buserror.net>
612 S: Orphaned (Since 2018-07)
613 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
614 F: drivers/mtd/nand/raw/
617 M: Rick Chen <rick@andestech.com>
619 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
623 M: Joe Hershberger <joe.hershberger@ni.com>
625 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
631 M: Thomas Chou <thomas@wytron.com.tw>
633 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
637 #M: Lukasz Majewski <l.majewski@majess.pl>
638 S: Orphaned (Since 2017-01)
639 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
640 F: drivers/mtd/onenand/
643 M: Simon Glass <sjg@chromium.org>
648 M: Ramon Fried <rfried.dev@gmail.com>
650 F: drivers/pci_endpoint/
654 M: Jaehoon Chung <jh80.chung@samsung.com>
656 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
660 M: Wolfgang Denk <wd@denx.de>
665 M: Christophe Leroy <christophe.leroy@c-s.fr>
667 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
668 F: arch/powerpc/cpu/mpc8xx/
671 M: Mario Six <mario.six@gdsys.cc>
673 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
674 F: drivers/ram/mpc83xx_sdram.c
675 F: include/dt-bindings/memory/mpc83xx-sdram.h
676 F: drivers/sysreset/sysreset_mpc83xx.c
677 F: drivers/sysreset/sysreset_mpc83xx.h
678 F: drivers/clk/mpc83xx_clk.c
679 F: drivers/clk/mpc83xx_clk.h
680 F: include/dt-bindings/clk/mpc83xx-clk.h
681 F: drivers/timer/mpc83xx_timer.c
682 F: drivers/cpu/mpc83xx_cpu.c
683 F: drivers/cpu/mpc83xx_cpu.h
684 F: drivers/misc/mpc83xx_serdes.c
685 F: arch/powerpc/cpu/mpc83xx/
686 F: arch/powerpc/include/asm/arch-mpc83xx/
689 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
691 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
692 F: arch/powerpc/cpu/mpc85xx/
695 M: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>
697 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
698 F: arch/powerpc/cpu/mpc86xx/
701 M: Rick Chen <rick@andestech.com>
703 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
706 F: tools/prelink-riscv.c
709 M: Eddie Cai <eddie.cai.linux@gmail.com>
711 F: drivers/usb/gadget/f_rockusb.c
713 F: doc/README.rockusb
716 M: Simon Glass <sjg@chromium.org>
721 M: Marek Vasut <marek.vasut+renesas@gmail.com>
722 M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
724 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
728 M: Jagan Teki <jagan@amarulasolutions.com>
730 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
735 M: Jagan Teki <jagan@amarulasolutions.com>
736 M: Vignesh R <vigneshr@ti.com>
739 F: include/spi_flash.h
740 F: include/linux/mtd/cfi.h
741 F: include/linux/mtd/spi-nor.h
744 M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
749 TDA19988 HDMI ENCODER
750 M: Liviu Dudau <liviu.dudau@foss.arm.com>
752 F: drivers/video/tda19988.c
755 M: Andrew F. Davis <afd@ti.com>
757 F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
758 F: arch/arm/mach-omap2/sec-common.c
759 F: arch/arm/mach-omap2/config_secure.mk
760 F: arch/arm/mach-k3/security.c
761 F: arch/arm/mach-k3/config_secure.mk
762 F: configs/am335x_hs_evm_defconfig
763 F: configs/am335x_hs_evm_uart_defconfig
764 F: configs/am43xx_hs_evm_defconfig
765 F: configs/am57xx_hs_evm_defconfig
766 F: configs/am57xx_hs_evm_usb_defconfig
767 F: configs/dra7xx_hs_evm_defconfig
768 F: configs/dra7xx_hs_evm_usb_defconfig
769 F: configs/k2hk_hs_evm_defconfig
770 F: configs/k2e_hs_evm_defconfig
771 F: configs/k2g_hs_evm_defconfig
772 F: configs/k2l_hs_evm_defconfig
773 F: configs/am65x_hs_evm_r5_defconfig
774 F: configs/am65x_hs_evm_a53_defconfig
777 #M: Martin Krause <martin.krause@tq-systems.de>
778 S: Orphaned (Since 2016-02)
779 T: git git://git.denx.de/u-boot-tq-group.git
782 M: Jens Wiklander <jens.wiklander@linaro.org>
789 M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
794 M: Kyungmin Park <kmpark@infradead.org>
795 M: Heiko Schocher <hs@denx.de>
797 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
801 M: Marek Vasut <marex@denx.de>
803 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
807 M: Bin Meng <bmeng.cn@gmail.com>
809 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
810 F: drivers/usb/host/xhci*
813 M: Anatolij Gustschin <agust@denx.de>
815 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
822 M: Simon Glass <sjg@chromium.org>
823 M: Bin Meng <bmeng.cn@gmail.com>
825 T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
830 M: Max Filippov <jcmvbkbc@gmail.com>
835 M: Tom Rini <trini@konsulko.com>
836 L: u-boot@lists.denx.de
837 Q: http://patchwork.ozlabs.org/project/uboot/list/
839 T: git https://gitlab.denx.de/u-boot/u-boot.git
840 F: configs/tools-only_defconfig