MAINTAINERS 30 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165
  1. Descriptions of section entries:
  2. P: Person (obsolete)
  3. M: Mail patches to: FullName <address@domain>
  4. R: Designated reviewer: FullName <address@domain>
  5. These reviewers should be CCed on patches.
  6. L: Mailing list that is relevant to this area
  7. W: Web-page with status/info
  8. Q: Patchwork web based patch tracking system site
  9. T: SCM tree type and location.
  10. Type is one of: git, hg, quilt, stgit, topgit
  11. S: Status, one of the following:
  12. Supported: Someone is actually paid to look after this.
  13. Maintained: Someone actually looks after it.
  14. Orphan: No current maintainer [but maybe you could take the
  15. role as you write your new code].
  16. F: Files and directories with wildcard patterns.
  17. A trailing slash includes all files and subdirectory files.
  18. F: drivers/net/ all files in and below drivers/net
  19. F: drivers/net/* all files in drivers/net, but not below
  20. F: */net/* all files in "any top level directory"/net
  21. One pattern per line. Multiple F: lines acceptable.
  22. N: Files and directories with regex patterns.
  23. N: [^a-z]tegra all files whose path contains the word tegra
  24. One pattern per line. Multiple N: lines acceptable.
  25. scripts/get_maintainer.pl has different behavior for files that
  26. match F: pattern and matches of N: patterns. By default,
  27. get_maintainer will not look at git log history when an F: pattern
  28. match occurs. When an N: match occurs, git log history is used
  29. to also notify the people that have git commit signatures.
  30. X: Files and directories that are NOT maintained, same rules as F:
  31. Files exclusions are tested before file matches.
  32. Can be useful for excluding a specific subdirectory, for instance:
  33. F: net/
  34. X: net/ipv6/
  35. matches all files in and below net excluding net/ipv6/
  36. K: Keyword perl extended regex pattern to match content in a
  37. patch or file. For instance:
  38. K: of_get_profile
  39. matches patches or files that contain "of_get_profile"
  40. K: \b(printk|pr_(info|err))\b
  41. matches patches or files that contain one or more of the words
  42. printk, pr_info or pr_err
  43. One regex pattern per line. Multiple K: lines acceptable.
  44. Note: For the hard of thinking, this list is meant to remain in alphabetical
  45. order. If you could add yourselves to it in alphabetical order that would be
  46. so much easier [Ed]
  47. Maintainers List (try to look for most precise areas first)
  48. -----------------------------------
  49. ANDROID AB
  50. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  51. R: Sam Protsenko <joe.skb7@gmail.com>
  52. S: Maintained
  53. F: cmd/ab_select.c
  54. F: common/android_ab.c
  55. F: doc/android/ab.rst
  56. F: include/android_ab.h
  57. F: test/py/tests/test_android/test_ab.py
  58. ANDROID AVB
  59. M: Igor Opaniuk <igor.opaniuk@gmail.com>
  60. S: Maintained
  61. F: cmd/avb.c
  62. F: common/avb_verify.c
  63. F: doc/android/avb2.rst
  64. F: include/avb_verify.h
  65. F: lib/libavb/
  66. F: test/py/tests/test_android/test_avb.py
  67. ARC
  68. M: Alexey Brodkin <alexey.brodkin@synopsys.com>
  69. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  70. S: Maintained
  71. L: uboot-snps-arc@synopsys.com
  72. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arc.git
  73. F: arch/arc/
  74. F: board/synopsys/
  75. ARC HSDK CGU CLOCK
  76. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  77. S: Maintained
  78. L: uboot-snps-arc@synopsys.com
  79. F: drivers/clk/clk-hsdk-cgu.c
  80. F: include/dt-bindings/clock/snps,hsdk-cgu.h
  81. F: doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
  82. ARC HSDK CREG GPIO
  83. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  84. S: Maintained
  85. L: uboot-snps-arc@synopsys.com
  86. F: doc/device-tree-bindings/gpio/snps,creg-gpio.txt
  87. F: drivers/gpio/hsdk-creg-gpio.c
  88. ARC HSDK RESET
  89. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  90. S: Maintained
  91. L: uboot-snps-arc@synopsys.com
  92. F: include/dt-bindings/reset/snps,hsdk-reset.h
  93. F: drivers/reset/reset-hsdk.c
  94. ARC SYNOPSYS DW MMC EXTENSIONS
  95. M: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
  96. S: Maintained
  97. L: uboot-snps-arc@synopsys.com
  98. F: doc/device-tree-bindings/mmc/snps,dw-mmc.txt
  99. F: drivers/mmc/snps_dw_mmc.c
  100. ARM
  101. M: Tom Rini <trini@konsulko.com>
  102. S: Maintained
  103. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-arm.git
  104. F: arch/arm/
  105. F: cmd/arm/
  106. ARM ALTERA SOCFPGA
  107. M: Marek Vasut <marex@denx.de>
  108. M: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
  109. M: Ley Foon Tan <ley.foon.tan@intel.com>
  110. S: Maintainted
  111. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga.git
  112. F: arch/arm/mach-socfpga/
  113. F: drivers/sysreset/sysreset_socfpga*
  114. ARM AMLOGIC SOC SUPPORT
  115. M: Neil Armstrong <narmstrong@baylibre.com>
  116. S: Maintained
  117. L: u-boot-amlogic@groups.io
  118. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic.git
  119. F: arch/arm/mach-meson/
  120. F: arch/arm/include/asm/arch-meson/
  121. F: drivers/clk/meson/
  122. F: drivers/serial/serial_meson.c
  123. F: drivers/reset/reset-meson.c
  124. F: drivers/i2c/meson_i2c.c
  125. F: drivers/net/phy/meson-gxl.c
  126. F: drivers/adc/meson-saradc.c
  127. F: drivers/phy/meson*
  128. F: drivers/mmc/meson_gx_mmc.c
  129. F: drivers/spi/meson_spifc.c
  130. F: drivers/pinctrl/meson/
  131. F: drivers/power/domain/meson-gx-pwrc-vpu.c
  132. F: drivers/video/meson/
  133. F: include/configs/meson64.h
  134. F: include/configs/meson64_android.h
  135. F: doc/board/amlogic/
  136. N: meson
  137. ARM ASPEED
  138. M: Ryan Chen <ryan_chen@aspeedtech.com>
  139. M: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
  140. R: Aspeed BMC SW team <BMC-SW@aspeedtech.com>
  141. S: Maintained
  142. F: arch/arm/mach-aspeed/
  143. F: arch/arm/include/asm/arch-aspeed/
  144. F: board/aspeed/
  145. F: drivers/clk/aspeed/
  146. F: drivers/pinctrl/aspeed/
  147. N: aspeed
  148. ARM BROADCOM BCM283X
  149. M: Matthias Brugger <mbrugger@suse.com>
  150. S: Maintained
  151. F: arch/arm/dts/bcm283*
  152. F: arch/arm/mach-bcm283x/
  153. F: board/raspberrypi/
  154. F: drivers/gpio/bcm2835_gpio.c
  155. F: drivers/mmc/bcm2835_sdhci.c
  156. F: drivers/mmc/bcm2835_sdhost.c
  157. F: drivers/serial/serial_bcm283x_mu.c
  158. F: drivers/serial/serial_bcm283x_pl011.c
  159. F: drivers/video/bcm2835.c
  160. F: include/dm/platform_data/serial_bcm283x_mu.h
  161. F: include/dt-bindings/pinctrl/bcm2835.h
  162. F: drivers/pinctrl/broadcom/
  163. ARM BROADCOM BCMSTB
  164. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  165. S: Maintained
  166. F: arch/arm/mach-bcmstb/
  167. F: board/broadcom/bcmstb/
  168. F: configs/bcm7*_defconfig
  169. F: doc/README.bcm7xxx
  170. F: drivers/mmc/bcmstb_sdhci.c
  171. F: drivers/spi/bcmstb_spi.c
  172. ARM CORTINA ACCESS CAxxxx
  173. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  174. S: Supported
  175. F: board/cortina/common/
  176. F: drivers/gpio/cortina_gpio.c
  177. F: drivers/watchdog/cortina_wdt.c
  178. F: drivers/serial/serial_cortina.c
  179. F: drivers/led/led_cortina.c
  180. F: drivers/mmc/ca_dw_mmc.c
  181. F: drivers/spi/ca_sflash.c
  182. F: drivers/i2c/i2c-cortina.c
  183. F: drivers/i2c/i2c-cortina.h
  184. ARM/CZ.NIC TURRIS MOX SUPPORT
  185. M: Marek Behun <marek.behun@nic.cz>
  186. S: Maintained
  187. F: arch/arm/dts/armada-3720-turris-mox.dts
  188. F: board/CZ.NIC/
  189. F: configs/turris_*_defconfig
  190. F: include/configs/turris_*.h
  191. ARM FREESCALE IMX
  192. M: Stefano Babic <sbabic@denx.de>
  193. M: Fabio Estevam <festevam@gmail.com>
  194. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  195. S: Maintained
  196. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  197. F: arch/arm/cpu/arm1136/mx*/
  198. F: arch/arm/cpu/arm926ejs/mx*/
  199. F: arch/arm/cpu/armv7/vf610/
  200. F: arch/arm/dts/*imx*
  201. F: arch/arm/mach-imx/
  202. F: arch/arm/include/asm/arch-imx/
  203. F: arch/arm/include/asm/arch-mx*/
  204. F: arch/arm/include/asm/arch-vf610/
  205. F: arch/arm/include/asm/mach-imx/
  206. F: board/freescale/*mx*/
  207. ARM HISILICON
  208. M: Peter Griffin <peter.griffin@linaro.org>
  209. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  210. S: Maintained
  211. F: arch/arm/cpu/armv8/hisilicon
  212. F: arch/arm/include/asm/arch-hi6220/
  213. F: arch/arm/include/asm/arch-hi3660/
  214. ARM IPQ40XX
  215. M: Robert Marko <robert.marko@sartura.hr>
  216. M: Luka Kovacic <luka.kovacic@sartura.hr>
  217. M: Luka Perkov <luka.perkov@sartura.hr>
  218. S: Maintained
  219. F: arch/arm/mach-ipq40xx/
  220. F: include/dt-bindings/clock/qcom,ipq4019-gcc.h
  221. F: include/dt-bindings/reset/qcom,ipq4019-reset.h
  222. F: drivers/reset/reset-ipq4019.c
  223. F: drivers/phy/phy-qcom-ipq4019-usb.c
  224. F: drivers/spi/spi-qup.c
  225. F: drivers/net/mdio-ipq4019.c
  226. F: drivers/rng/msm_rng.c
  227. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  228. M: Stefan Roese <sr@denx.de>
  229. S: Maintained
  230. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  231. F: arch/arm/mach-kirkwood/
  232. F: arch/arm/mach-mvebu/
  233. F: drivers/ata/ahci_mvebu.c
  234. F: drivers/ddr/marvell/
  235. F: drivers/gpio/mvebu_gpio.c
  236. F: drivers/spi/kirkwood_spi.c
  237. F: drivers/pci/pci_mvebu.c
  238. F: drivers/pci/pcie_dw_mvebu.c
  239. F: drivers/watchdog/orion_wdt.c
  240. ARM MARVELL PXA
  241. M: Marek Vasut <marex@denx.de>
  242. S: Maintained
  243. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  244. F: arch/arm/cpu/pxa/
  245. F: arch/arm/include/asm/arch-pxa/
  246. ARM MEDIATEK
  247. M: Ryder Lee <ryder.lee@mediatek.com>
  248. M: Weijie Gao <weijie.gao@mediatek.com>
  249. M: Chunfeng Yun <chunfeng.yun@mediatek.com>
  250. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  251. S: Maintained
  252. F: arch/arm/mach-mediatek/
  253. F: arch/arm/include/asm/arch-mediatek/
  254. F: board/mediatek/
  255. F: doc/device-tree-bindings/phy/phy-mtk-*
  256. F: doc/device-tree-bindings/usb/mediatek,*
  257. F: doc/README.mediatek
  258. F: drivers/clk/mediatek/
  259. F: drivers/mmc/mtk-sd.c
  260. F: drivers/phy/phy-mtk-*
  261. F: drivers/pinctrl/mediatek/
  262. F: drivers/power/domain/mtk-power-domain.c
  263. F: drivers/ram/mediatek/
  264. F: drivers/spi/mtk_snfi_spi.c
  265. F: drivers/timer/mtk_timer.c
  266. F: drivers/usb/host/xhci-mtk.c
  267. F: drivers/usb/mtu3/
  268. F: drivers/watchdog/mtk_wdt.c
  269. F: drivers/net/mtk_eth.c
  270. F: drivers/reset/reset-mediatek.c
  271. F: tools/mtk_image.c
  272. F: tools/mtk_image.h
  273. N: mediatek
  274. ARM MICROCHIP/ATMEL AT91
  275. M: Eugen Hristev <eugen.hristev@microchip.com>
  276. S: Maintained
  277. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  278. F: arch/arm/mach-at91/
  279. F: board/atmel/
  280. F: drivers/cpu/at91_cpu.c
  281. F: drivers/misc/microchip_flexcom.c
  282. F: drivers/timer/mchp-pit64b-timer.c
  283. ARM NEXELL S5P4418
  284. M: Stefan Bosch <stefan_b@posteo.net>
  285. S: Maintained
  286. F: arch/arm/cpu/armv7/s5p4418/
  287. F: arch/arm/dts/s5p4418*
  288. F: arch/arm/mach-nexell/
  289. F: board/friendlyarm/
  290. F: configs/s5p4418_nanopi2_defconfig
  291. F: doc/README.s5p4418
  292. F: drivers/gpio/nx_gpio.c
  293. F: drivers/i2c/nx_i2c.c
  294. F: drivers/mmc/nexell_dw_mmc_dm.c
  295. F: drivers/pinctrl/nexell/
  296. F: drivers/video/nexell/
  297. F: drivers/video/nexell_display.c
  298. F: include/configs/s5p4418_nanopi2.h
  299. ARM OWL
  300. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  301. S: Maintained
  302. F: arch/arm/include/asm/arch-owl/
  303. F: arch/arm/mach-owl/
  304. F: doc/board/actions/
  305. F: drivers/clk/owl/
  306. F: drivers/serial/serial_owl.c
  307. F: include/configs/owl-common.h
  308. F: configs/bubblegum_96_defconfig
  309. F: configs/cubieboard7_defconfig
  310. ARM RENESAS RMOBILE/R-CAR
  311. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  312. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  313. S: Maintained
  314. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  315. F: arch/arm/mach-rmobile/
  316. ARM ROCKCHIP
  317. M: Simon Glass <sjg@chromium.org>
  318. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  319. M: Kever Yang <kever.yang@rock-chips.com>
  320. S: Maintained
  321. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  322. F: arch/arm/include/asm/arch-rockchip/
  323. F: arch/arm/mach-rockchip/
  324. F: board/rockchip/
  325. F: drivers/clk/rockchip/
  326. F: drivers/gpio/rk_gpio.c
  327. F: drivers/misc/rockchip-efuse.c
  328. F: drivers/mmc/rockchip_sdhci.c
  329. F: drivers/mmc/rockchip_dw_mmc.c
  330. F: drivers/pinctrl/rockchip/
  331. F: drivers/ram/rockchip/
  332. F: drivers/sysreset/sysreset_rockchip.c
  333. F: drivers/video/rockchip/
  334. F: tools/rkcommon.c
  335. F: tools/rkcommon.h
  336. F: tools/rkimage.c
  337. F: tools/rksd.c
  338. F: tools/rkspi.c
  339. ARM SAMSUNG
  340. M: Minkyu Kang <mk7.kang@samsung.com>
  341. S: Maintained
  342. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  343. F: arch/arm/mach-exynos/
  344. F: arch/arm/mach-s5pc1xx/
  345. F: arch/arm/cpu/armv7/s5p-common/
  346. ARM SNAPDRAGON
  347. M: Ramon Fried <rfried.dev@gmail.com>
  348. S: Maintained
  349. F: arch/arm/mach-snapdragon/
  350. F: drivers/gpio/msm_gpio.c
  351. F: drivers/mmc/msm_sdhci.c
  352. F: drivers/phy/msm8916-usbh-phy.c
  353. F: drivers/serial/serial_msm.c
  354. F: drivers/smem/msm_smem.c
  355. F: drivers/usb/host/ehci-msm.c
  356. ARM STI
  357. M: Patrice Chotard <patrice.chotard@foss.st.com>
  358. S: Maintained
  359. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  360. F: arch/arm/mach-sti/
  361. F: arch/arm/include/asm/arch-sti*/
  362. F: drivers/phy/sti_usb_phy.c
  363. F: drivers/pinctrl/pinctrl-sti.c
  364. F: drivers/mmc/sti_sdhci.c
  365. F: drivers/reset/sti-reset.c
  366. F: drivers/serial/serial_sti_asc.c
  367. F: drivers/sysreset/sysreset_sti.c
  368. F: drivers/timer/sti-timer.c
  369. F: drivers/usb/host/dwc3-sti-glue.c
  370. F: include/dwc3-sti-glue.h
  371. F: include/dt-bindings/clock/stih407-clks.h
  372. F: include/dt-bindings/clock/stih410-clks.h
  373. F: include/dt-bindings/reset/stih407-resets.h
  374. ARM STM SPEAR
  375. #M: Vipin Kumar <vipin.kumar@st.com>
  376. S: Orphaned (Since 2016-02)
  377. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  378. F: arch/arm/cpu/arm926ejs/spear/
  379. F: arch/arm/include/asm/arch-spear/
  380. ARM STM STM32MP
  381. M: Patrick Delaunay <patrick.delaunay@foss.st.com>
  382. M: Patrice Chotard <patrice.chotard@foss.st.com>
  383. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  384. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  385. S: Maintained
  386. F: arch/arm/mach-stm32mp/
  387. F: doc/board/st/
  388. F: drivers/adc/stm32-adc*
  389. F: drivers/clk/clk_stm32mp1.c
  390. F: drivers/gpio/stm32_gpio.c
  391. F: drivers/hwspinlock/stm32_hwspinlock.c
  392. F: drivers/i2c/stm32f7_i2c.c
  393. F: drivers/mailbox/stm32-ipcc.c
  394. F: drivers/misc/stm32mp_fuse.c
  395. F: drivers/misc/stm32_rcc.c
  396. F: drivers/mmc/stm32_sdmmc2.c
  397. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  398. F: drivers/phy/phy-stm32-usbphyc.c
  399. F: drivers/pinctrl/pinctrl_stm32.c
  400. F: drivers/power/pmic/stpmic1.c
  401. F: drivers/power/regulator/stm32-vrefbuf.c
  402. F: drivers/power/regulator/stpmic1.c
  403. F: drivers/ram/stm32mp1/
  404. F: drivers/remoteproc/stm32_copro.c
  405. F: drivers/reset/stm32-reset.c
  406. F: drivers/rng/stm32mp1_rng.c
  407. F: drivers/rtc/stm32_rtc.c
  408. F: drivers/serial/serial_stm32.*
  409. F: drivers/spi/stm32_qspi.c
  410. F: drivers/spi/stm32_spi.c
  411. F: drivers/video/stm32/stm32_ltdc.c
  412. F: drivers/watchdog/stm32mp_wdt.c
  413. F: include/dt-bindings/clock/stm32fx-clock.h
  414. F: include/dt-bindings/clock/stm32mp1-clks.h
  415. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  416. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  417. F: include/dt-bindings/reset/stm32mp1-resets.h
  418. F: include/stm32_rcc.h
  419. F: tools/stm32image.c
  420. N: stm
  421. N: stm32
  422. ARM STM STV0991
  423. M: Vikas Manocha <vikas.manocha@st.com>
  424. S: Maintained
  425. F: arch/arm/cpu/armv7/stv0991/
  426. F: arch/arm/include/asm/arch-stv0991/
  427. ARM SUNXI
  428. M: Jagan Teki <jagan@amarulasolutions.com>
  429. M: Andre Przywara <andre.przywara@arm.com>
  430. S: Maintained
  431. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  432. F: arch/arm/cpu/armv7/sunxi/
  433. F: arch/arm/include/asm/arch-sunxi/
  434. F: arch/arm/mach-sunxi/
  435. F: board/sunxi/
  436. ARM TEGRA
  437. M: Tom Warren <twarren@nvidia.com>
  438. S: Maintained
  439. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  440. F: arch/arm/mach-tegra/
  441. F: arch/arm/include/asm/arch-tegra*/
  442. ARM TI
  443. M: Lokesh Vutla <lokeshvutla@ti.com>
  444. S: Maintained
  445. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  446. F: arch/arm/mach-davinci/
  447. F: arch/arm/mach-k3/
  448. F: arch/arm/mach-keystone/
  449. F: arch/arm/mach-omap2/
  450. F: arch/arm/include/asm/arch-omap*/
  451. F: arch/arm/include/asm/ti-common/
  452. F: board/ti/
  453. F: drivers/dma/ti*
  454. F: drivers/firmware/ti_sci.*
  455. F: drivers/gpio/omap_gpio.c
  456. F: drivers/memory/ti-aemif.c
  457. F: drivers/misc/k3_avs.c
  458. F: drivers/mailbox/k3-sec-procy.c
  459. F: drivers/pci/pcie_dw_ti.c
  460. F: drivers/phy/keystone-usb-phy.c
  461. F: drivers/phy/omap-usb2-phy.c
  462. F: drivers/phy/phy-ti-am654.c
  463. F: drivers/phy/ti-pipe3-phy.c
  464. F: drivers/ram/k3*
  465. F: drivers/remoteproc/k3_system_controller.c
  466. F: drivers/remoteproc/ti*
  467. F: drivers/reset/reset-ti-sci.c
  468. F: drivers/rtc/davinci.c
  469. F: drivers/serial/serial_omap.c
  470. F: drivers/soc/ti/
  471. F: drivers/sysreset/sysreset-ti-sci.c
  472. F: drivers/thermal/ti-bandgap.c
  473. F: drivers/timer/omap-timer.c
  474. F: drivers/watchdog/omap_wdt.c
  475. F: include/linux/soc/ti/
  476. ARM U8500
  477. M: Stephan Gerhold <stephan@gerhold.net>
  478. R: Linus Walleij <linus.walleij@linaro.org>
  479. S: Maintained
  480. F: arch/arm/dts/ste-*
  481. F: arch/arm/mach-u8500/
  482. F: drivers/timer/nomadik-mtu-timer.c
  483. ARM UNIPHIER
  484. S: Orphan (Since 2020-09)
  485. F: arch/arm/mach-uniphier/
  486. F: configs/uniphier_*_defconfig
  487. N: uniphier
  488. ARM VERSAL
  489. M: Michal Simek <michal.simek@xilinx.com>
  490. S: Maintained
  491. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  492. F: arch/arm/mach-versal/
  493. F: drivers/watchdog/xilinx_wwdt.c
  494. N: (?<!uni)versal
  495. ARM VERSATILE EXPRESS DRIVERS
  496. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  497. S: Maintained
  498. T: git git://github.com/ARM-software/u-boot.git
  499. F: drivers/misc/vexpress_config.c
  500. N: vexpress
  501. ARM ZYNQ
  502. M: Michal Simek <monstr@monstr.eu>
  503. S: Maintained
  504. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  505. F: arch/arm/mach-zynq/
  506. F: doc/board/xilinx/
  507. F: doc/device-tree-bindings/video/syncoam,seps525.txt
  508. F: drivers/clk/clk_zynq.c
  509. F: drivers/fpga/zynqpl.c
  510. F: drivers/gpio/zynq_gpio.c
  511. F: drivers/i2c/i2c-cdns.c
  512. F: drivers/i2c/muxes/pca954x.c
  513. F: drivers/i2c/zynq_i2c.c
  514. F: drivers/mmc/zynq_sdhci.c
  515. F: drivers/mtd/nand/raw/zynq_nand.c
  516. F: drivers/net/phy/xilinx_phy.c
  517. F: drivers/net/zynq_gem.c
  518. F: drivers/serial/serial_zynq.c
  519. F: drivers/spi/zynq_qspi.c
  520. F: drivers/spi/zynq_spi.c
  521. F: drivers/usb/host/ehci-zynq.c
  522. F: drivers/watchdog/cdns_wdt.c
  523. F: include/zynqpl.h
  524. F: tools/zynqimage.c
  525. N: zynq
  526. ARM ZYNQMP
  527. M: Michal Simek <michal.simek@xilinx.com>
  528. S: Maintained
  529. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  530. F: arch/arm/mach-zynqmp/
  531. F: drivers/clk/clk_zynqmp.c
  532. F: driver/firmware/firmware-zynqmp.c
  533. F: drivers/fpga/zynqpl.c
  534. F: drivers/gpio/zynq_gpio.c
  535. F: drivers/i2c/i2c-cdns.c
  536. F: drivers/i2c/muxes/pca954x.c
  537. F: drivers/i2c/zynq_i2c.c
  538. F: drivers/mailbox/zynqmp-ipi.c
  539. F: drivers/mmc/zynq_sdhci.c
  540. F: drivers/mtd/nand/raw/zynq_nand.c
  541. F: drivers/net/phy/xilinx_phy.c
  542. F: drivers/net/zynq_gem.c
  543. F: drivers/serial/serial_zynq.c
  544. F: drivers/spi/zynq_qspi.c
  545. F: drivers/spi/zynq_spi.c
  546. F: drivers/timer/cadence-ttc.c
  547. F: drivers/usb/host/ehci-zynq.c
  548. F: drivers/watchdog/cdns_wdt.c
  549. F: include/zynqmppl.h
  550. F: include/zynqmp_firmware.h
  551. F: tools/zynqmp*
  552. N: ultra96
  553. N: zynqmp
  554. ARM ZYNQMP R5
  555. M: Michal Simek <michal.simek@xilinx.com>
  556. S: Maintained
  557. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  558. F: arch/arm/mach-zynqmp-r5/
  559. ARM PHYTIUM
  560. M: liuhao <liuhao@phytium.com.cn>
  561. M: shuyiqi <shuyiqi@phytium.com.cn>
  562. S: Maintained
  563. F: drivers/pci/pcie_phytium.c
  564. F: arch/arm/dts/phytium-durian.dts
  565. BINMAN
  566. M: Simon Glass <sjg@chromium.org>
  567. S: Maintained
  568. F: tools/binman/
  569. BTRFS
  570. M: Marek Behun <marek.behun@nic.cz>
  571. R: Qu Wenruo <wqu@suse.com>
  572. L: linux-btrfs@vger.kernel.org
  573. S: Maintained
  574. F: cmd/btrfs.c
  575. F: fs/btrfs/
  576. F: include/btrfs.h
  577. BUILDMAN
  578. M: Simon Glass <sjg@chromium.org>
  579. S: Maintained
  580. F: tools/buildman/
  581. CFI FLASH
  582. M: Stefan Roese <sr@denx.de>
  583. S: Maintained
  584. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  585. F: drivers/mtd/cfi_flash.c
  586. F: drivers/mtd/jedec_flash.c
  587. CLOCK
  588. M: Lukasz Majewski <lukma@denx.de>
  589. S: Maintained
  590. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-clk.git
  591. F: drivers/clk/
  592. F: drivers/clk/imx/
  593. COLDFIRE
  594. M: Huan Wang <alison.wang@nxp.com>
  595. M: Angelo Dureghello <angelo@sysam.it>
  596. S: Maintained
  597. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  598. F: arch/m68k/
  599. F: doc/arch/m68k.rst
  600. DFU
  601. M: Lukasz Majewski <lukma@denx.de>
  602. S: Maintained
  603. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  604. F: cmd/dfu.c
  605. F: cmd/usb_*.c
  606. F: common/dfu.c
  607. F: common/update.c
  608. F: common/usb_storage.c
  609. F: doc/api/dfu.rst
  610. F: drivers/dfu/
  611. F: drivers/usb/gadget/
  612. F: include/dfu.h
  613. DRIVER MODEL
  614. M: Simon Glass <sjg@chromium.org>
  615. S: Maintained
  616. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  617. F: doc/driver-model/
  618. F: drivers/core/
  619. F: include/dm/
  620. F: test/dm/
  621. EFI PAYLOAD
  622. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  623. R: Alexander Graf <agraf@csgraf.de>
  624. S: Maintained
  625. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  626. F: doc/api/efi.rst
  627. F: doc/uefi/*
  628. F: doc/usage/bootefi.rst
  629. F: drivers/rtc/emul_rtc.c
  630. F: include/capitalization.h
  631. F: include/charset.h
  632. F: include/cp1250.h
  633. F: include/cp437.h
  634. F: include/efi*
  635. F: include/pe.h
  636. F: include/asm-generic/pe.h
  637. F: lib/charset.c
  638. F: lib/efi*/
  639. F: test/lib/efi_*
  640. F: test/py/tests/test_efi*
  641. F: test/py/tests/test_efi*/
  642. F: test/unicode_ut.c
  643. F: cmd/bootefi.c
  644. F: cmd/efidebug.c
  645. F: cmd/nvedit_efi.c
  646. F: tools/efivar.py
  647. F: tools/file2include.c
  648. EFI VARIABLES VIA OP-TEE
  649. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  650. S: Maintained
  651. F: lib/efi_loader/efi_variable_tee.c
  652. F: include/mm_communication.h
  653. ENVIRONMENT
  654. M: Joe Hershberger <joe.hershberger@ni.com>
  655. R: Wolfgang Denk <wd@denx.de>
  656. S: Maintained
  657. F: env/
  658. F: include/env*
  659. F: test/env/
  660. F: tools/env*
  661. F: tools/mkenvimage.c
  662. FPGA
  663. M: Michal Simek <michal.simek@xilinx.com>
  664. S: Maintained
  665. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  666. F: drivers/fpga/
  667. F: cmd/fpga.c
  668. F: include/fpga.h
  669. FLATTENED DEVICE TREE
  670. M: Simon Glass <sjg@chromium.org>
  671. S: Maintained
  672. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  673. F: lib/fdtdec*
  674. F: lib/libfdt/
  675. F: include/fdt*
  676. F: include/linux/libfdt*
  677. F: cmd/fdt.c
  678. F: common/fdt_support.c
  679. FREEBSD
  680. M: Rafal Jaworowski <raj@semihalf.com>
  681. S: Maintained
  682. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  683. FREESCALE QORIQ
  684. M: Priyanka Jain <priyanka.jain@nxp.com>
  685. S: Maintained
  686. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  687. F: drivers/watchdog/sp805_wdt.c
  688. F: drivers/watchdog/sbsa_gwdt.c
  689. I2C
  690. M: Heiko Schocher <hs@denx.de>
  691. S: Maintained
  692. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  693. F: drivers/i2c/
  694. LOGGING
  695. M: Simon Glass <sjg@chromium.org>
  696. S: Maintained
  697. T: git https://gitlab.denx.de/u-boot/u-boot.git
  698. F: common/log*
  699. F: cmd/log.c
  700. F: doc/develop/logging.rst
  701. F: include/log.h
  702. F: lib/getopt.c
  703. F: test/log/
  704. F: test/py/tests/test_log.py
  705. MALI DISPLAY PROCESSORS
  706. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  707. S: Supported
  708. T: git git://github.com/ARM-software/u-boot.git
  709. F: drivers/video/mali_dp.c
  710. F: drivers/i2c/i2c-versatile.c
  711. MICROBLAZE
  712. M: Michal Simek <monstr@monstr.eu>
  713. S: Maintained
  714. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  715. F: arch/microblaze/
  716. F: cmd/mfsl.c
  717. F: drivers/gpio/xilinx_gpio.c
  718. F: drivers/net/xilinx_axi_emac.c
  719. F: drivers/net/xilinx_emaclite.c
  720. F: drivers/serial/serial_xuartlite.c
  721. F: drivers/spi/xilinx_spi.c
  722. F: drivers/sysreset/sysreset_gpio.c
  723. F: drivers/watchdog/xilinx_tb_wdt.c
  724. N: xilinx
  725. MIPS
  726. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  727. S: Maintained
  728. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  729. F: arch/mips/
  730. MIPS CORTINA ACCESS CAxxxx
  731. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  732. S: Supported
  733. F: board/cortina/common/
  734. F: drivers/gpio/cortina_gpio.c
  735. F: drivers/watchdog/cortina_wdt.c
  736. F: drivers/serial/serial_cortina.c
  737. F: drivers/led/led_cortina.c
  738. F: drivers/mmc/ca_dw_mmc.c
  739. F: drivers/spi/ca_sflash.c
  740. F: drivers/i2c/i2c-cortina.c
  741. F: drivers/i2c/i2c-cortina.h
  742. MIPS MSCC
  743. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  744. M: Lars Povlsen <lars.povlsen@microchip.com>
  745. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  746. S: Maintained
  747. F: arch/mips/mach-mscc/
  748. F: arch/mips/dts/luton*
  749. F: arch/mips/dts/mscc*
  750. F: arch/mips/dts/ocelot*
  751. F: arch/mips/dts/jr2*
  752. F: arch/mips/dts/serval*
  753. F: board/mscc/
  754. F: configs/mscc*
  755. F: drivers/gpio/mscc_sgpio.c
  756. F: drivers/spi/mscc_bb_spi.c
  757. F: include/configs/vcoreiii.h
  758. F: include/dt-bindings/mscc/
  759. F: drivers/pinctrl/mscc/
  760. F: drivers/net/mscc_eswitch/
  761. MIPS JZ4780
  762. M: Ezequiel Garcia <ezequiel@collabora.com>
  763. S: Maintained
  764. F: arch/mips/mach-jz47xx/
  765. MIPS Octeon
  766. M: Aaron Williams <awilliams@marvell.com>
  767. S: Maintained
  768. F: arch/mips/mach-octeon/
  769. F: arch/mips/include/asm/arch-octeon/
  770. F: arch/mips/dts/mrvl,cn73xx.dtsi
  771. MMC
  772. M: Peng Fan <peng.fan@nxp.com>
  773. S: Maintained
  774. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  775. F: drivers/mmc/
  776. NAND FLASH
  777. #M: Scott Wood <oss@buserror.net>
  778. S: Orphaned (Since 2018-07)
  779. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  780. F: drivers/mtd/nand/raw/
  781. NDS32
  782. M: Rick Chen <rick@andestech.com>
  783. S: Maintained
  784. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  785. F: arch/nds32/
  786. NETWORK
  787. M: Joe Hershberger <joe.hershberger@ni.com>
  788. S: Maintained
  789. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  790. F: drivers/net/
  791. F: include/net.h
  792. F: net/
  793. NIOS
  794. M: Thomas Chou <thomas@wytron.com.tw>
  795. S: Maintained
  796. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  797. F: arch/nios2/
  798. ONENAND
  799. #M: Lukasz Majewski <l.majewski@majess.pl>
  800. S: Orphaned (Since 2017-01)
  801. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  802. F: drivers/mtd/onenand/
  803. PATMAN
  804. M: Simon Glass <sjg@chromium.org>
  805. S: Maintained
  806. F: tools/patman/
  807. PCI Endpoint
  808. M: Ramon Fried <rfried.dev@gmail.com>
  809. S: Maintained
  810. F: drivers/pci_endpoint/
  811. F: include/pci_ep.h
  812. PCI MPC85xx
  813. M: Heiko Schocher <hs@denx.de>
  814. S: Maintained
  815. F: drivers/pci/pci_mpc85xx.c
  816. POWER
  817. M: Jaehoon Chung <jh80.chung@samsung.com>
  818. S: Maintained
  819. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  820. F: drivers/power/
  821. POWERPC
  822. M: Wolfgang Denk <wd@denx.de>
  823. S: Maintained
  824. F: arch/powerpc/
  825. POWERPC MPC8XX
  826. M: Christophe Leroy <christophe.leroy@c-s.fr>
  827. S: Maintained
  828. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  829. F: arch/powerpc/cpu/mpc8xx/
  830. POWERPC MPC83XX
  831. M: Mario Six <mario.six@gdsys.cc>
  832. S: Maintained
  833. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  834. F: drivers/ram/mpc83xx_sdram.c
  835. F: include/dt-bindings/memory/mpc83xx-sdram.h
  836. F: drivers/sysreset/sysreset_mpc83xx.c
  837. F: drivers/sysreset/sysreset_mpc83xx.h
  838. F: drivers/clk/mpc83xx_clk.c
  839. F: drivers/clk/mpc83xx_clk.h
  840. F: include/dt-bindings/clk/mpc83xx-clk.h
  841. F: drivers/timer/mpc83xx_timer.c
  842. F: drivers/cpu/mpc83xx_cpu.c
  843. F: drivers/cpu/mpc83xx_cpu.h
  844. F: drivers/misc/mpc83xx_serdes.c
  845. F: arch/powerpc/cpu/mpc83xx/
  846. F: arch/powerpc/include/asm/arch-mpc83xx/
  847. POWERPC MPC85XX
  848. M: Priyanka Jain <priyanka.jain@nxp.com>
  849. S: Maintained
  850. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  851. F: arch/powerpc/cpu/mpc85xx/
  852. POWERPC MPC86XX
  853. M: Priyanka Jain <priyanka.jain@nxp.com>
  854. S: Maintained
  855. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  856. F: arch/powerpc/cpu/mpc86xx/
  857. RISC-V
  858. M: Rick Chen <rick@andestech.com>
  859. S: Maintained
  860. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  861. F: arch/riscv/
  862. F: cmd/riscv/
  863. F: drivers/timer/andes_plmt_timer.c
  864. F: drivers/timer/sifive_clint_timer.c
  865. F: tools/prelink-riscv.c
  866. RISC-V KENDRYTE
  867. M: Sean Anderson <seanga2@gmail.com>
  868. S: Maintained
  869. F: doc/device-tree-bindings/mfd/kendryte,k210-sysctl.txt
  870. F: doc/device-tree-bindings/pinctrl/kendryte,k210-fpioa.txt
  871. F: drivers/clk/kendryte/
  872. F: drivers/pinctrl/kendryte/
  873. F: include/kendryte/
  874. RNG
  875. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  876. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  877. S: Maintained
  878. F: cmd/rng.c
  879. F: doc/api/rng.rst
  880. F: drivers/rng/
  881. F: drivers/virtio/virtio_rng.c
  882. F: include/rng.h
  883. ROCKUSB
  884. M: Eddie Cai <eddie.cai.linux@gmail.com>
  885. S: Maintained
  886. F: drivers/usb/gadget/f_rockusb.c
  887. F: cmd/rockusb.c
  888. F: doc/README.rockusb
  889. SANDBOX
  890. M: Simon Glass <sjg@chromium.org>
  891. S: Maintained
  892. F: arch/sandbox/
  893. F: doc/arch/sandbox.rst
  894. F: include/dt-bindings/*/sandbox*.h
  895. SH
  896. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  897. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  898. S: Maintained
  899. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  900. F: arch/sh/
  901. SPI
  902. M: Jagan Teki <jagan@amarulasolutions.com>
  903. S: Maintained
  904. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  905. F: drivers/spi/
  906. F: include/spi*
  907. SPI-NOR
  908. M: Jagan Teki <jagan@amarulasolutions.com>
  909. M: Vignesh R <vigneshr@ti.com>
  910. S: Maintained
  911. F: drivers/mtd/spi/
  912. F: include/spi_flash.h
  913. F: include/linux/mtd/cfi.h
  914. F: include/linux/mtd/spi-nor.h
  915. SPMI
  916. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  917. S: Maintained
  918. F: drivers/spmi/
  919. F: include/spmi/
  920. SQUASHFS
  921. M: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
  922. R: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
  923. R: Miquel Raynal <miquel.raynal@bootlin.com>
  924. S: Maintained
  925. F: fs/squashfs/
  926. F: include/sqfs.h
  927. F: cmd/sqfs.c
  928. F: test/py/tests/test_fs/test_squashfs/
  929. TARGET_BCMNS3
  930. M: Bharat Gooty <bharat.gooty@broadcom.com>
  931. M: Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
  932. S: Maintained
  933. F: board/broadcom/bcmns3/
  934. F: doc/README.bcmns3
  935. F: configs/bcm_ns3_defconfig
  936. F: include/configs/bcm_ns3.h
  937. F: include/dt-bindings/memory/bcm-ns3-mc.h
  938. F: arch/arm/Kconfig
  939. F: arch/arm/dts/ns3-board.dts
  940. F: arch/arm/dts/ns3.dtsi
  941. F: arch/arm/cpu/armv8/bcmns3
  942. F: arch/arm/include/asm/arch-bcmns3/
  943. F: cmd/broadcom/Makefile
  944. F: cmd/broadcom/chimp_boot.c
  945. F: cmd/broadcom/nitro_image_load.c
  946. F: cmd/broadcom/chimp_handshake.c
  947. TDA19988 HDMI ENCODER
  948. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  949. S: Maintained
  950. F: drivers/video/tda19988.c
  951. TI SYSTEM SECURITY
  952. M: Andrew F. Davis <afd@ti.com>
  953. S: Supported
  954. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  955. F: arch/arm/mach-omap2/sec-common.c
  956. F: arch/arm/mach-omap2/config_secure.mk
  957. F: arch/arm/mach-k3/security.c
  958. F: arch/arm/mach-k3/config_secure.mk
  959. F: configs/am335x_hs_evm_defconfig
  960. F: configs/am335x_hs_evm_uart_defconfig
  961. F: configs/am43xx_hs_evm_defconfig
  962. F: configs/am57xx_hs_evm_defconfig
  963. F: configs/am57xx_hs_evm_usb_defconfig
  964. F: configs/dra7xx_hs_evm_defconfig
  965. F: configs/dra7xx_hs_evm_usb_defconfig
  966. F: configs/k2hk_hs_evm_defconfig
  967. F: configs/k2e_hs_evm_defconfig
  968. F: configs/k2g_hs_evm_defconfig
  969. F: configs/k2l_hs_evm_defconfig
  970. F: configs/am65x_hs_evm_r5_defconfig
  971. F: configs/am65x_hs_evm_a53_defconfig
  972. F: configs/j721e_hs_evm_r5_defconfig
  973. F: configs/j721e_hs_evm_a72_defconfig
  974. TQ GROUP
  975. #M: Martin Krause <martin.krause@tq-systems.de>
  976. S: Orphaned (Since 2016-02)
  977. T: git git://git.denx.de/u-boot-tq-group.git
  978. TEE
  979. M: Jens Wiklander <jens.wiklander@linaro.org>
  980. S: Maintained
  981. F: drivers/tee/
  982. F: include/tee.h
  983. F: include/tee/
  984. TEE-lib
  985. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  986. S: Maintained
  987. F: lib/optee
  988. UBI
  989. M: Kyungmin Park <kmpark@infradead.org>
  990. M: Heiko Schocher <hs@denx.de>
  991. S: Maintained
  992. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  993. F: drivers/mtd/ubi/
  994. UFS
  995. M: Faiz Abbas <faiz_abbas@ti.com>
  996. S: Maintained
  997. F: drivers/ufs/
  998. USB
  999. M: Marek Vasut <marex@denx.de>
  1000. S: Maintained
  1001. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  1002. F: drivers/usb/
  1003. F: common/usb.c
  1004. F: common/usb_kbd.c
  1005. F: include/usb.h
  1006. USB xHCI
  1007. M: Bin Meng <bmeng.cn@gmail.com>
  1008. S: Maintained
  1009. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  1010. F: drivers/usb/host/xhci*
  1011. F: include/usb/xhci.h
  1012. VIDEO
  1013. M: Anatolij Gustschin <agust@denx.de>
  1014. S: Maintained
  1015. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  1016. F: drivers/video/
  1017. F: common/lcd*.c
  1018. F: include/lcd*.h
  1019. F: include/video*.h
  1020. X86
  1021. M: Simon Glass <sjg@chromium.org>
  1022. M: Bin Meng <bmeng.cn@gmail.com>
  1023. S: Maintained
  1024. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  1025. F: arch/x86/
  1026. F: cmd/x86/
  1027. XEN
  1028. M: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
  1029. M: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
  1030. S: Maintained
  1031. F: arch/arm/cpu/armv8/xen/
  1032. F: arch/arm/include/asm/xen.h
  1033. F: arch/arm/include/asm/xen/
  1034. F: cmd/pvblock.c
  1035. F: drivers/serial/serial_xen.c
  1036. F: drivers/xen/
  1037. F: include/pvblock.h
  1038. F: include/xen/
  1039. F: include/xen.h
  1040. F: lib/sscanf.c
  1041. F: test/lib/sscanf.c
  1042. XTENSA
  1043. M: Max Filippov <jcmvbkbc@gmail.com>
  1044. S: Maintained
  1045. F: arch/xtensa/
  1046. THE REST
  1047. M: Tom Rini <trini@konsulko.com>
  1048. L: u-boot@lists.denx.de
  1049. Q: http://patchwork.ozlabs.org/project/uboot/list/
  1050. S: Maintained
  1051. T: git https://gitlab.denx.de/u-boot/u-boot.git
  1052. F: configs/tools-only_defconfig
  1053. F: *
  1054. F: */