MAINTAINERS 25 KB

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