MAINTAINERS 23 KB

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