MAINTAINERS 25 KB

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