MAINTAINERS 26 KB

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