MAINTAINERS 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028
  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. N: meson
  136. ARM BROADCOM BCM283X
  137. M: Matthias Brugger <mbrugger@suse.com>
  138. S: Maintained
  139. F: arch/arm/dts/bcm283*
  140. F: arch/arm/mach-bcm283x/
  141. F: board/raspberrypi/
  142. F: drivers/gpio/bcm2835_gpio.c
  143. F: drivers/mmc/bcm2835_sdhci.c
  144. F: drivers/mmc/bcm2835_sdhost.c
  145. F: drivers/serial/serial_bcm283x_mu.c
  146. F: drivers/serial/serial_bcm283x_pl011.c
  147. F: drivers/video/bcm2835.c
  148. F: include/dm/platform_data/serial_bcm283x_mu.h
  149. F: include/dt-bindings/pinctrl/bcm2835.h
  150. F: drivers/pinctrl/broadcom/
  151. ARM BROADCOM BCMSTB
  152. M: Thomas Fitzsimmons <fitzsim@fitzsim.org>
  153. S: Maintained
  154. F: arch/arm/mach-bcmstb/
  155. F: board/broadcom/bcmstb/
  156. F: configs/bcm7*_defconfig
  157. F: doc/README.bcm7xxx
  158. F: drivers/mmc/bcmstb_sdhci.c
  159. F: drivers/spi/bcmstb_spi.c
  160. ARM CORTINA ACCESS CAxxxx
  161. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  162. S: Supported
  163. F: board/cortina/common/
  164. F: drivers/gpio/cortina_gpio.c
  165. F: drivers/watchdog/cortina_wdt.c
  166. F: drivers/serial/serial_cortina.c
  167. F: drivers/mmc/ca_dw_mmc.c
  168. ARM/CZ.NIC TURRIS MOX SUPPORT
  169. M: Marek Behun <marek.behun@nic.cz>
  170. S: Maintained
  171. F: arch/arm/dts/armada-3720-turris-mox.dts
  172. F: board/CZ.NIC/
  173. F: configs/turris_*_defconfig
  174. F: include/configs/turris_*.h
  175. ARM FREESCALE IMX
  176. M: Stefano Babic <sbabic@denx.de>
  177. M: Fabio Estevam <festevam@gmail.com>
  178. R: NXP i.MX U-Boot Team <uboot-imx@nxp.com>
  179. S: Maintained
  180. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git
  181. F: arch/arm/cpu/arm1136/mx*/
  182. F: arch/arm/cpu/arm926ejs/mx*/
  183. F: arch/arm/cpu/armv7/vf610/
  184. F: arch/arm/dts/*imx*
  185. F: arch/arm/mach-imx/
  186. F: arch/arm/include/asm/arch-imx/
  187. F: arch/arm/include/asm/arch-mx*/
  188. F: arch/arm/include/asm/arch-vf610/
  189. F: arch/arm/include/asm/mach-imx/
  190. F: board/freescale/*mx*/
  191. ARM HISILICON
  192. M: Peter Griffin <peter.griffin@linaro.org>
  193. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  194. S: Maintained
  195. F: arch/arm/cpu/armv8/hisilicon
  196. F: arch/arm/include/asm/arch-hi6220/
  197. F: arch/arm/include/asm/arch-hi3660/
  198. ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
  199. M: Stefan Roese <sr@denx.de>
  200. S: Maintained
  201. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-marvell.git
  202. F: arch/arm/mach-kirkwood/
  203. F: arch/arm/mach-mvebu/
  204. F: drivers/ata/ahci_mvebu.c
  205. F: drivers/ddr/marvell/
  206. F: drivers/gpio/mvebu_gpio.c
  207. F: drivers/spi/kirkwood_spi.c
  208. F: drivers/pci/pci_mvebu.c
  209. F: drivers/pci/pcie_dw_mvebu.c
  210. F: drivers/watchdog/orion_wdt.c
  211. ARM MARVELL PXA
  212. M: Marek Vasut <marex@denx.de>
  213. S: Maintained
  214. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pxa.git
  215. F: arch/arm/cpu/pxa/
  216. F: arch/arm/include/asm/arch-pxa/
  217. ARM MEDIATEK
  218. M: Ryder Lee <ryder.lee@mediatek.com>
  219. M: Weijie Gao <weijie.gao@mediatek.com>
  220. R: GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
  221. S: Maintained
  222. F: arch/arm/mach-mediatek/
  223. F: arch/arm/include/asm/arch-mediatek/
  224. F: board/mediatek/
  225. F: doc/device-tree-bindings/phy/phy-mtk-*
  226. F: doc/device-tree-bindings/usb/mediatek,*
  227. F: doc/README.mediatek
  228. F: drivers/clk/mediatek/
  229. F: drivers/mmc/mtk-sd.c
  230. F: drivers/phy/phy-mtk-*
  231. F: drivers/pinctrl/mediatek/
  232. F: drivers/power/domain/mtk-power-domain.c
  233. F: drivers/ram/mediatek/
  234. F: drivers/spi/mtk_snfi_spi.c
  235. F: drivers/timer/mtk_timer.c
  236. F: drivers/watchdog/mtk_wdt.c
  237. F: drivers/net/mtk_eth.c
  238. F: drivers/reset/reset-mediatek.c
  239. F: tools/mtk_image.c
  240. F: tools/mtk_image.h
  241. N: mediatek
  242. ARM MICROCHIP/ATMEL AT91
  243. M: Eugen Hristev <eugen.hristev@microchip.com>
  244. S: Maintained
  245. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
  246. F: arch/arm/mach-at91/
  247. F: board/atmel/
  248. F: drivers/misc/microchip_flexcom.c
  249. ARM OWL
  250. M: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
  251. S: Maintained
  252. F: arch/arm/include/asm/arch-owl/
  253. F: arch/arm/mach-owl/
  254. F: drivers/clk/owl/
  255. F: drivers/serial/serial_owl.c
  256. F: include/configs/owl-common.h
  257. F: configs/bubblegum_96_defconfig
  258. F: configs/cubieboard7_defconfig
  259. ARM RENESAS RMOBILE/R-CAR
  260. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  261. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  262. S: Maintained
  263. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  264. F: arch/arm/mach-rmobile/
  265. ARM ROCKCHIP
  266. M: Simon Glass <sjg@chromium.org>
  267. M: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
  268. M: Kever Yang <kever.yang@rock-chips.com>
  269. S: Maintained
  270. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip.git
  271. F: arch/arm/include/asm/arch-rockchip/
  272. F: arch/arm/mach-rockchip/
  273. F: board/rockchip/
  274. F: drivers/clk/rockchip/
  275. F: drivers/gpio/rk_gpio.c
  276. F: drivers/misc/rockchip-efuse.c
  277. F: drivers/mmc/rockchip_sdhci.c
  278. F: drivers/mmc/rockchip_dw_mmc.c
  279. F: drivers/pinctrl/rockchip/
  280. F: drivers/ram/rockchip/
  281. F: drivers/sysreset/sysreset_rockchip.c
  282. F: drivers/video/rockchip/
  283. F: tools/rkcommon.c
  284. F: tools/rkcommon.h
  285. F: tools/rkimage.c
  286. F: tools/rksd.c
  287. F: tools/rkspi.c
  288. ARM SAMSUNG
  289. M: Minkyu Kang <mk7.kang@samsung.com>
  290. S: Maintained
  291. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-samsung.git
  292. F: arch/arm/mach-exynos/
  293. F: arch/arm/mach-s5pc1xx/
  294. F: arch/arm/cpu/armv7/s5p-common/
  295. ARM SNAPDRAGON
  296. M: Ramon Fried <rfried.dev@gmail.com>
  297. S: Maintained
  298. F: arch/arm/mach-snapdragon/
  299. F: drivers/gpio/msm_gpio.c
  300. F: drivers/mmc/msm_sdhci.c
  301. F: drivers/phy/msm8916-usbh-phy.c
  302. F: drivers/serial/serial_msm.c
  303. F: drivers/smem/msm_smem.c
  304. F: drivers/usb/host/ehci-msm.c
  305. ARM STI
  306. M: Patrice Chotard <patrice.chotard@st.com>
  307. S: Maintained
  308. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  309. F: arch/arm/mach-sti/
  310. F: arch/arm/include/asm/arch-sti*/
  311. F: drivers/phy/sti_usb_phy.c
  312. F: drivers/pinctrl/pinctrl-sti.c
  313. F: drivers/mmc/sti_sdhci.c
  314. F: drivers/reset/sti-reset.c
  315. F: drivers/serial/serial_sti_asc.c
  316. F: drivers/sysreset/sysreset_sti.c
  317. F: drivers/timer/sti-timer.c
  318. F: drivers/usb/host/dwc3-sti-glue.c
  319. F: include/dwc3-sti-glue.h
  320. F: include/dt-bindings/clock/stih407-clks.h
  321. F: include/dt-bindings/clock/stih410-clks.h
  322. F: include/dt-bindings/reset/stih407-resets.h
  323. ARM STM SPEAR
  324. #M: Vipin Kumar <vipin.kumar@st.com>
  325. S: Orphaned (Since 2016-02)
  326. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  327. F: arch/arm/cpu/arm926ejs/spear/
  328. F: arch/arm/include/asm/arch-spear/
  329. ARM STM STM32MP
  330. M: Patrick Delaunay <patrick.delaunay@st.com>
  331. M: Patrice Chotard <patrice.chotard@st.com>
  332. L: uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
  333. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
  334. S: Maintained
  335. F: arch/arm/mach-stm32mp/
  336. F: doc/board/st/
  337. F: drivers/adc/stm32-adc*
  338. F: drivers/clk/clk_stm32mp1.c
  339. F: drivers/gpio/stm32_gpio.c
  340. F: drivers/hwspinlock/stm32_hwspinlock.c
  341. F: drivers/i2c/stm32f7_i2c.c
  342. F: drivers/mailbox/stm32-ipcc.c
  343. F: drivers/misc/stm32mp_fuse.c
  344. F: drivers/misc/stm32_rcc.c
  345. F: drivers/mmc/stm32_sdmmc2.c
  346. F: drivers/mtd/nand/raw/stm32_fmc2_nand.c
  347. F: drivers/phy/phy-stm32-usbphyc.c
  348. F: drivers/pinctrl/pinctrl_stm32.c
  349. F: drivers/power/pmic/stpmic1.c
  350. F: drivers/power/regulator/stm32-vrefbuf.c
  351. F: drivers/power/regulator/stpmic1.c
  352. F: drivers/ram/stm32mp1/
  353. F: drivers/remoteproc/stm32_copro.c
  354. F: drivers/reset/stm32-reset.c
  355. F: drivers/rtc/stm32_rtc.c
  356. F: drivers/serial/serial_stm32.*
  357. F: drivers/spi/stm32_qspi.c
  358. F: drivers/spi/stm32_spi.c
  359. F: drivers/video/stm32/stm32_ltdc.c
  360. F: drivers/watchdog/stm32mp_wdt.c
  361. F: include/dt-bindings/clock/stm32fx-clock.h
  362. F: include/dt-bindings/clock/stm32mp1-clks.h
  363. F: include/dt-bindings/clock/stm32mp1-clksrc.h
  364. F: include/dt-bindings/pinctrl/stm32-pinfunc.h
  365. F: include/dt-bindings/reset/stm32mp1-resets.h
  366. F: include/stm32_rcc.h
  367. F: tools/stm32image.c
  368. ARM STM STV0991
  369. M: Vikas Manocha <vikas.manocha@st.com>
  370. S: Maintained
  371. F: arch/arm/cpu/armv7/stv0991/
  372. F: arch/arm/include/asm/arch-stv0991/
  373. ARM SUNXI
  374. M: Jagan Teki <jagan@amarulasolutions.com>
  375. M: Maxime Ripard <mripard@kernel.org>
  376. S: Maintained
  377. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi.git
  378. F: arch/arm/cpu/armv7/sunxi/
  379. F: arch/arm/include/asm/arch-sunxi/
  380. F: arch/arm/mach-sunxi/
  381. F: board/sunxi/
  382. ARM TEGRA
  383. M: Tom Warren <twarren@nvidia.com>
  384. S: Maintained
  385. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-tegra.git
  386. F: arch/arm/mach-tegra/
  387. F: arch/arm/include/asm/arch-tegra*/
  388. ARM TI
  389. M: Lokesh Vutla <lokeshvutla@ti.com>
  390. S: Maintained
  391. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
  392. F: arch/arm/mach-davinci/
  393. F: arch/arm/mach-k3/
  394. F: arch/arm/mach-keystone/
  395. F: arch/arm/mach-omap2/
  396. F: arch/arm/include/asm/arch-omap*/
  397. F: arch/arm/include/asm/ti-common/
  398. F: board/ti/
  399. F: drivers/dma/ti*
  400. F: drivers/firmware/ti_sci.*
  401. F: drivers/gpio/omap_gpio.c
  402. F: drivers/memory/ti-aemif.c
  403. F: drivers/misc/k3_avs.c
  404. F: drivers/mailbox/k3-sec-procy.c
  405. F: drivers/pci/pcie_dw_ti.c
  406. F: drivers/phy/keystone-usb-phy.c
  407. F: drivers/phy/omap-usb2-phy.c
  408. F: drivers/phy/phy-ti-am654.c
  409. F: drivers/phy/ti-pipe3-phy.c
  410. F: drivers/ram/k3*
  411. F: drivers/remoteproc/k3_system_controller.c
  412. F: drivers/remoteproc/ti*
  413. F: drivers/reset/reset-ti-sci.c
  414. F: drivers/rtc/davinci.c
  415. F: drivers/serial/serial_omap.c
  416. F: drivers/soc/ti/
  417. F: drivers/sysreset/sysreset-ti-sci.c
  418. F: drivers/thermal/ti-bandgap.c
  419. F: drivers/timer/omap-timer.c
  420. F: drivers/watchdog/omap_wdt.c
  421. F: include/linux/soc/ti/
  422. ARM U8500
  423. M: Stephan Gerhold <stephan@gerhold.net>
  424. R: Linus Walleij <linus.walleij@linaro.org>
  425. S: Maintained
  426. F: arch/arm/dts/ste-*
  427. F: arch/arm/mach-u8500/
  428. F: drivers/timer/nomadik-mtu-timer.c
  429. ARM UNIPHIER
  430. M: Masahiro Yamada <yamada.masahiro@socionext.com>
  431. S: Maintained
  432. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier.git
  433. F: arch/arm/mach-uniphier/
  434. F: configs/uniphier_*_defconfig
  435. N: uniphier
  436. ARM VERSAL
  437. M: Michal Simek <michal.simek@xilinx.com>
  438. S: Maintained
  439. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  440. F: arch/arm/mach-versal/
  441. F: drivers/watchdog/xilinx_wwdt.c
  442. N: (?<!uni)versal
  443. ARM VERSATILE EXPRESS DRIVERS
  444. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  445. S: Maintained
  446. T: git git://github.com/ARM-software/u-boot.git
  447. F: drivers/misc/vexpress_config.c
  448. N: vexpress
  449. ARM ZYNQ
  450. M: Michal Simek <monstr@monstr.eu>
  451. S: Maintained
  452. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  453. F: arch/arm/mach-zynq/
  454. F: drivers/clk/clk_zynq.c
  455. F: drivers/fpga/zynqpl.c
  456. F: drivers/gpio/zynq_gpio.c
  457. F: drivers/i2c/i2c-cdns.c
  458. F: drivers/i2c/muxes/pca954x.c
  459. F: drivers/i2c/zynq_i2c.c
  460. F: drivers/mmc/zynq_sdhci.c
  461. F: drivers/mtd/nand/raw/zynq_nand.c
  462. F: drivers/net/phy/xilinx_phy.c
  463. F: drivers/net/zynq_gem.c
  464. F: drivers/serial/serial_zynq.c
  465. F: drivers/spi/zynq_qspi.c
  466. F: drivers/spi/zynq_spi.c
  467. F: drivers/usb/host/ehci-zynq.c
  468. F: drivers/watchdog/cdns_wdt.c
  469. F: include/zynqpl.h
  470. F: tools/zynqimage.c
  471. N: zynq
  472. ARM ZYNQMP
  473. M: Michal Simek <michal.simek@xilinx.com>
  474. S: Maintained
  475. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  476. F: arch/arm/mach-zynqmp/
  477. F: drivers/clk/clk_zynqmp.c
  478. F: driver/firmware/firmware-zynqmp.c
  479. F: drivers/fpga/zynqpl.c
  480. F: drivers/gpio/zynq_gpio.c
  481. F: drivers/i2c/i2c-cdns.c
  482. F: drivers/i2c/muxes/pca954x.c
  483. F: drivers/i2c/zynq_i2c.c
  484. F: drivers/mailbox/zynqmp-ipi.c
  485. F: drivers/mmc/zynq_sdhci.c
  486. F: drivers/mtd/nand/raw/zynq_nand.c
  487. F: drivers/net/phy/xilinx_phy.c
  488. F: drivers/net/zynq_gem.c
  489. F: drivers/serial/serial_zynq.c
  490. F: drivers/spi/zynq_qspi.c
  491. F: drivers/spi/zynq_spi.c
  492. F: drivers/timer/cadence-ttc.c
  493. F: drivers/usb/host/ehci-zynq.c
  494. F: drivers/watchdog/cdns_wdt.c
  495. F: include/zynqmppl.h
  496. F: include/zynqmp_firmware.h
  497. F: tools/zynqmp*
  498. N: ultra96
  499. N: zynqmp
  500. ARM ZYNQMP R5
  501. M: Michal Simek <michal.simek@xilinx.com>
  502. S: Maintained
  503. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  504. F: arch/arm/mach-zynqmp-r5/
  505. ARM PHYTIUM
  506. M: liuhao <liuhao@phytium.com.cn>
  507. M: shuyiqi <shuyiqi@phytium.com.cn>
  508. S: Maintained
  509. F: drivers/pci/pcie_phytium.c
  510. F: arch/arm/dts/phytium-durian.dts
  511. BINMAN
  512. M: Simon Glass <sjg@chromium.org>
  513. S: Maintained
  514. F: tools/binman/
  515. BTRFS
  516. M: Marek Behun <marek.behun@nic.cz>
  517. S: Maintained
  518. F: cmd/btrfs.c
  519. F: fs/btrfs/
  520. F: include/btrfs.h
  521. BUILDMAN
  522. M: Simon Glass <sjg@chromium.org>
  523. S: Maintained
  524. F: tools/buildman/
  525. CFI FLASH
  526. M: Stefan Roese <sr@denx.de>
  527. S: Maintained
  528. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-cfi-flash.git
  529. F: drivers/mtd/cfi_flash.c
  530. F: drivers/mtd/jedec_flash.c
  531. CLOCK
  532. M: Lukasz Majewski <lukma@denx.de>
  533. S: Maintained
  534. T: git git://git.denx.de/u-boot-dfu.git
  535. F: drivers/clk/
  536. F: drivers/clk/imx/
  537. COLDFIRE
  538. M: Huan Wang <alison.wang@nxp.com>
  539. M: Angelo Dureghello <angelo@sysam.it>
  540. S: Maintained
  541. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-coldfire.git
  542. F: arch/m68k/
  543. F: doc/arch/m68k.rst
  544. DFU
  545. M: Lukasz Majewski <lukma@denx.de>
  546. S: Maintained
  547. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dfu.git
  548. F: cmd/dfu.c
  549. F: cmd/usb_*.c
  550. F: common/dfu.c
  551. F: common/update.c
  552. F: common/usb_storage.c
  553. F: doc/api/dfu.rst
  554. F: drivers/dfu/
  555. F: drivers/usb/gadget/
  556. F: include/dfu.h
  557. DRIVER MODEL
  558. M: Simon Glass <sjg@chromium.org>
  559. S: Maintained
  560. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git
  561. F: doc/driver-model/
  562. F: drivers/core/
  563. F: include/dm/
  564. F: test/dm/
  565. EFI PAYLOAD
  566. M: Heinrich Schuchardt <xypron.glpk@gmx.de>
  567. R: Alexander Graf <agraf@csgraf.de>
  568. S: Maintained
  569. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-efi.git
  570. F: doc/api/efi.rst
  571. F: doc/uefi/*
  572. F: include/capitalization.h
  573. F: include/charset.h
  574. F: include/cp1250.h
  575. F: include/cp437.h
  576. F: include/efi*
  577. F: include/pe.h
  578. F: include/asm-generic/pe.h
  579. F: lib/charset.c
  580. F: lib/efi*/
  581. F: test/py/tests/test_efi*
  582. F: test/py/tests/test_efi*/
  583. F: test/unicode_ut.c
  584. F: cmd/bootefi.c
  585. F: cmd/efidebug.c
  586. F: cmd/nvedit_efi.c
  587. F: tools/file2include.c
  588. EFI VARIABLES VIA OP-TEE
  589. M: Ilias Apalodimas <ilias.apalodimas@linaro.org>
  590. S: Maintained
  591. F: lib/efi_loader/efi_variable_tee.c
  592. F: include/mm_communication.h
  593. ENVIRONMENT
  594. M: Joe Hershberger <joe.hershberger@ni.com>
  595. R: Wolfgang Denk <wd@denx.de>
  596. S: Maintained
  597. F: env/
  598. F: include/env*
  599. F: test/env/
  600. F: tools/env*
  601. F: tools/mkenvimage.c
  602. FPGA
  603. M: Michal Simek <michal.simek@xilinx.com>
  604. S: Maintained
  605. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  606. F: drivers/fpga/
  607. F: cmd/fpga.c
  608. F: include/fpga.h
  609. FLATTENED DEVICE TREE
  610. M: Simon Glass <sjg@chromium.org>
  611. S: Maintained
  612. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fdt.git
  613. F: lib/fdtdec*
  614. F: lib/libfdt/
  615. F: include/fdt*
  616. F: include/linux/libfdt*
  617. F: cmd/fdt.c
  618. F: common/fdt_support.c
  619. FREEBSD
  620. M: Rafal Jaworowski <raj@semihalf.com>
  621. S: Maintained
  622. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-freebsd.git
  623. FREESCALE QORIQ
  624. M: Priyanka Jain <priyanka.jain@nxp.com>
  625. S: Maintained
  626. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
  627. F: drivers/watchdog/sp805_wdt.c
  628. I2C
  629. M: Heiko Schocher <hs@denx.de>
  630. S: Maintained
  631. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-i2c.git
  632. F: drivers/i2c/
  633. LOGGING
  634. M: Simon Glass <sjg@chromium.org>
  635. S: Maintained
  636. T: git https://gitlab.denx.de/u-boot/u-boot.git
  637. F: common/log*
  638. F: cmd/log.c
  639. F: test/log/
  640. F: test/py/tests/test_log.py
  641. MALI DISPLAY PROCESSORS
  642. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  643. S: Supported
  644. T: git git://github.com/ARM-software/u-boot.git
  645. F: drivers/video/mali_dp.c
  646. F: drivers/i2c/i2c-versatile.c
  647. MICROBLAZE
  648. M: Michal Simek <monstr@monstr.eu>
  649. S: Maintained
  650. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
  651. F: arch/microblaze/
  652. F: cmd/mfsl.c
  653. F: drivers/gpio/xilinx_gpio.c
  654. F: drivers/net/xilinx_axi_emac.c
  655. F: drivers/net/xilinx_emaclite.c
  656. F: drivers/serial/serial_xuartlite.c
  657. F: drivers/spi/xilinx_spi.c
  658. F: drivers/sysreset/sysreset_gpio.c
  659. F: drivers/watchdog/xilinx_tb_wdt.c
  660. N: xilinx
  661. MIPS
  662. M: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
  663. S: Maintained
  664. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mips.git
  665. F: arch/mips/
  666. MIPS CORTINA ACCESS CAxxxx
  667. M: Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
  668. S: Supported
  669. F: board/cortina/common/
  670. F: drivers/gpio/cortina_gpio.c
  671. F: drivers/watchdog/cortina_wdt.c
  672. F: drivers/serial/serial_cortina.c
  673. F: drivers/mmc/ca_dw_mmc.c
  674. MIPS MSCC
  675. M: Gregory CLEMENT <gregory.clement@bootlin.com>
  676. M: Lars Povlsen <lars.povlsen@microchip.com>
  677. M: Horatiu Vultur <horatiu.vultur@microchip.com>
  678. S: Maintained
  679. F: arch/mips/mach-mscc/
  680. F: arch/mips/dts/luton*
  681. F: arch/mips/dts/mscc*
  682. F: arch/mips/dts/ocelot*
  683. F: arch/mips/dts/jr2*
  684. F: arch/mips/dts/serval*
  685. F: board/mscc/
  686. F: configs/mscc*
  687. F: drivers/gpio/mscc_sgpio.c
  688. F: drivers/spi/mscc_bb_spi.c
  689. F: include/configs/vcoreiii.h
  690. F: include/dt-bindings/mscc/
  691. F: drivers/pinctrl/mscc/
  692. F: drivers/net/mscc_eswitch/
  693. MIPS JZ4780
  694. M: Ezequiel Garcia <ezequiel@collabora.com>
  695. S: Maintained
  696. F: arch/mips/mach-jz47xx/
  697. MMC
  698. M: Peng Fan <peng.fan@nxp.com>
  699. S: Maintained
  700. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mmc.git
  701. F: drivers/mmc/
  702. NAND FLASH
  703. #M: Scott Wood <oss@buserror.net>
  704. S: Orphaned (Since 2018-07)
  705. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nand-flash.git
  706. F: drivers/mtd/nand/raw/
  707. NDS32
  708. M: Rick Chen <rick@andestech.com>
  709. S: Maintained
  710. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nds32.git
  711. F: arch/nds32/
  712. NETWORK
  713. M: Joe Hershberger <joe.hershberger@ni.com>
  714. S: Maintained
  715. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-net.git
  716. F: drivers/net/
  717. F: include/net.h
  718. F: net/
  719. NIOS
  720. M: Thomas Chou <thomas@wytron.com.tw>
  721. S: Maintained
  722. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-nios.git
  723. F: arch/nios2/
  724. ONENAND
  725. #M: Lukasz Majewski <l.majewski@majess.pl>
  726. S: Orphaned (Since 2017-01)
  727. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-onenand.git
  728. F: drivers/mtd/onenand/
  729. PATMAN
  730. M: Simon Glass <sjg@chromium.org>
  731. S: Maintained
  732. F: tools/patman/
  733. PCI Endpoint
  734. M: Ramon Fried <rfried.dev@gmail.com>
  735. S: Maintained
  736. F: drivers/pci_endpoint/
  737. F: include/pci_ep.h
  738. PCI MPC85xx
  739. M: Heiko Schocher <hs@denx.de>
  740. S: Maintained
  741. F: drivers/pci/pci_mpc85xx.c
  742. POWER
  743. M: Jaehoon Chung <jh80.chung@samsung.com>
  744. S: Maintained
  745. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-pmic.git
  746. F: drivers/power/
  747. POWERPC
  748. M: Wolfgang Denk <wd@denx.de>
  749. S: Maintained
  750. F: arch/powerpc/
  751. POWERPC MPC8XX
  752. M: Christophe Leroy <christophe.leroy@csgroup.eu>
  753. S: Maintained
  754. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc8xx.git
  755. F: arch/powerpc/cpu/mpc8xx/
  756. POWERPC MPC83XX
  757. M: Mario Six <mario.six@gdsys.cc>
  758. S: Maintained
  759. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xx.git
  760. F: drivers/ram/mpc83xx_sdram.c
  761. F: include/dt-bindings/memory/mpc83xx-sdram.h
  762. F: drivers/sysreset/sysreset_mpc83xx.c
  763. F: drivers/sysreset/sysreset_mpc83xx.h
  764. F: drivers/clk/mpc83xx_clk.c
  765. F: drivers/clk/mpc83xx_clk.h
  766. F: include/dt-bindings/clk/mpc83xx-clk.h
  767. F: drivers/timer/mpc83xx_timer.c
  768. F: drivers/cpu/mpc83xx_cpu.c
  769. F: drivers/cpu/mpc83xx_cpu.h
  770. F: drivers/misc/mpc83xx_serdes.c
  771. F: arch/powerpc/cpu/mpc83xx/
  772. F: arch/powerpc/include/asm/arch-mpc83xx/
  773. POWERPC MPC85XX
  774. M: Priyanka Jain <priyanka.jain@nxp.com>
  775. S: Maintained
  776. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx.git
  777. F: arch/powerpc/cpu/mpc85xx/
  778. POWERPC MPC86XX
  779. M: Priyanka Jain <priyanka.jain@nxp.com>
  780. S: Maintained
  781. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-mpc86xx.git
  782. F: arch/powerpc/cpu/mpc86xx/
  783. RISC-V
  784. M: Rick Chen <rick@andestech.com>
  785. S: Maintained
  786. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-riscv.git
  787. F: arch/riscv/
  788. F: cmd/riscv/
  789. F: tools/prelink-riscv.c
  790. RNG
  791. M: Sughosh Ganu <sughosh.ganu@linaro.org>
  792. R: Heinrich Schuchardt <xypron.glpk@gmx.de>
  793. S: Maintained
  794. F: cmd/rng.c
  795. F: drivers/rng/
  796. F: drivers/virtio/virtio_rng.c
  797. F: include/rng.h
  798. ROCKUSB
  799. M: Eddie Cai <eddie.cai.linux@gmail.com>
  800. S: Maintained
  801. F: drivers/usb/gadget/f_rockusb.c
  802. F: cmd/rockusb.c
  803. F: doc/README.rockusb
  804. SANDBOX
  805. M: Simon Glass <sjg@chromium.org>
  806. S: Maintained
  807. F: arch/sandbox/
  808. SH
  809. M: Marek Vasut <marek.vasut+renesas@gmail.com>
  810. M: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
  811. S: Maintained
  812. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-sh.git
  813. F: arch/sh/
  814. SPI
  815. M: Jagan Teki <jagan@amarulasolutions.com>
  816. S: Maintained
  817. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-spi.git
  818. F: drivers/spi/
  819. F: include/spi*
  820. SPI-NOR
  821. M: Jagan Teki <jagan@amarulasolutions.com>
  822. M: Vignesh R <vigneshr@ti.com>
  823. S: Maintained
  824. F: drivers/mtd/spi/
  825. F: include/spi_flash.h
  826. F: include/linux/mtd/cfi.h
  827. F: include/linux/mtd/spi-nor.h
  828. SPMI
  829. M: Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
  830. S: Maintained
  831. F: drivers/spmi/
  832. F: include/spmi/
  833. TDA19988 HDMI ENCODER
  834. M: Liviu Dudau <liviu.dudau@foss.arm.com>
  835. S: Maintained
  836. F: drivers/video/tda19988.c
  837. TI SYSTEM SECURITY
  838. M: Andrew F. Davis <afd@ti.com>
  839. S: Supported
  840. F: arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
  841. F: arch/arm/mach-omap2/sec-common.c
  842. F: arch/arm/mach-omap2/config_secure.mk
  843. F: arch/arm/mach-k3/security.c
  844. F: arch/arm/mach-k3/config_secure.mk
  845. F: configs/am335x_hs_evm_defconfig
  846. F: configs/am335x_hs_evm_uart_defconfig
  847. F: configs/am43xx_hs_evm_defconfig
  848. F: configs/am57xx_hs_evm_defconfig
  849. F: configs/am57xx_hs_evm_usb_defconfig
  850. F: configs/dra7xx_hs_evm_defconfig
  851. F: configs/dra7xx_hs_evm_usb_defconfig
  852. F: configs/k2hk_hs_evm_defconfig
  853. F: configs/k2e_hs_evm_defconfig
  854. F: configs/k2g_hs_evm_defconfig
  855. F: configs/k2l_hs_evm_defconfig
  856. F: configs/am65x_hs_evm_r5_defconfig
  857. F: configs/am65x_hs_evm_a53_defconfig
  858. F: configs/j721e_hs_evm_r5_defconfig
  859. F: configs/j721e_hs_evm_a72_defconfig
  860. TQ GROUP
  861. #M: Martin Krause <martin.krause@tq-systems.de>
  862. S: Orphaned (Since 2016-02)
  863. T: git git://git.denx.de/u-boot-tq-group.git
  864. TEE
  865. M: Jens Wiklander <jens.wiklander@linaro.org>
  866. S: Maintained
  867. F: drivers/tee/
  868. F: include/tee.h
  869. F: include/tee/
  870. TEE-lib
  871. M: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
  872. S: Maintained
  873. F: lib/optee
  874. UBI
  875. M: Kyungmin Park <kmpark@infradead.org>
  876. M: Heiko Schocher <hs@denx.de>
  877. S: Maintained
  878. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-ubi.git
  879. F: drivers/mtd/ubi/
  880. UFS
  881. M: Faiz Abbas <faiz_abbas@ti.com>
  882. S: Maintained
  883. F: drivers/ufs/
  884. USB
  885. M: Marek Vasut <marex@denx.de>
  886. S: Maintained
  887. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git
  888. F: drivers/usb/
  889. F: common/usb.c
  890. F: common/usb_kbd.c
  891. F: include/usb.h
  892. USB xHCI
  893. M: Bin Meng <bmeng.cn@gmail.com>
  894. S: Maintained
  895. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
  896. F: drivers/usb/host/xhci*
  897. F: include/usb/xhci.h
  898. VIDEO
  899. M: Anatolij Gustschin <agust@denx.de>
  900. S: Maintained
  901. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-video.git
  902. F: drivers/video/
  903. F: common/lcd*.c
  904. F: include/lcd*.h
  905. F: include/video*.h
  906. X86
  907. M: Simon Glass <sjg@chromium.org>
  908. M: Bin Meng <bmeng.cn@gmail.com>
  909. S: Maintained
  910. T: git https://gitlab.denx.de/u-boot/custodians/u-boot-x86.git
  911. F: arch/x86/
  912. F: cmd/x86/
  913. XTENSA
  914. M: Max Filippov <jcmvbkbc@gmail.com>
  915. S: Maintained
  916. F: arch/xtensa/
  917. THE REST
  918. M: Tom Rini <trini@konsulko.com>
  919. L: u-boot@lists.denx.de
  920. Q: http://patchwork.ozlabs.org/project/uboot/list/
  921. S: Maintained
  922. T: git https://gitlab.denx.de/u-boot/u-boot.git
  923. F: configs/tools-only_defconfig
  924. F: *
  925. F: */