MAINTAINERS 23 KB

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