100f141ccSDaniel SchwierzeckDescriptions of section entries: 200f141ccSDaniel Schwierzeck 300f141ccSDaniel Schwierzeck P: Person (obsolete) 400f141ccSDaniel Schwierzeck M: Mail patches to: FullName <address@domain> 500f141ccSDaniel Schwierzeck L: Mailing list that is relevant to this area 600f141ccSDaniel Schwierzeck W: Web-page with status/info 700f141ccSDaniel Schwierzeck Q: Patchwork web based patch tracking system site 800f141ccSDaniel Schwierzeck T: SCM tree type and location. 900f141ccSDaniel Schwierzeck Type is one of: git, hg, quilt, stgit, topgit 1000f141ccSDaniel Schwierzeck S: Status, one of the following: 1100f141ccSDaniel Schwierzeck Supported: Someone is actually paid to look after this. 1200f141ccSDaniel Schwierzeck Maintained: Someone actually looks after it. 1300f141ccSDaniel Schwierzeck Odd Fixes: It has a maintainer but they don't have time to do 1400f141ccSDaniel Schwierzeck much other than throw the odd patch in. See below.. 1500f141ccSDaniel Schwierzeck Orphan: No current maintainer [but maybe you could take the 1600f141ccSDaniel Schwierzeck role as you write your new code]. 1700f141ccSDaniel Schwierzeck Obsolete: Old code. Something tagged obsolete generally means 1800f141ccSDaniel Schwierzeck it has been replaced by a better system and you 1900f141ccSDaniel Schwierzeck should be using that. 2000f141ccSDaniel Schwierzeck F: Files and directories with wildcard patterns. 2100f141ccSDaniel Schwierzeck A trailing slash includes all files and subdirectory files. 2200f141ccSDaniel Schwierzeck F: drivers/net/ all files in and below drivers/net 2300f141ccSDaniel Schwierzeck F: drivers/net/* all files in drivers/net, but not below 2400f141ccSDaniel Schwierzeck F: */net/* all files in "any top level directory"/net 2500f141ccSDaniel Schwierzeck One pattern per line. Multiple F: lines acceptable. 2600f141ccSDaniel Schwierzeck N: Files and directories with regex patterns. 2700f141ccSDaniel Schwierzeck N: [^a-z]tegra all files whose path contains the word tegra 2800f141ccSDaniel Schwierzeck One pattern per line. Multiple N: lines acceptable. 2900f141ccSDaniel Schwierzeck scripts/get_maintainer.pl has different behavior for files that 3000f141ccSDaniel Schwierzeck match F: pattern and matches of N: patterns. By default, 3100f141ccSDaniel Schwierzeck get_maintainer will not look at git log history when an F: pattern 3200f141ccSDaniel Schwierzeck match occurs. When an N: match occurs, git log history is used 3300f141ccSDaniel Schwierzeck to also notify the people that have git commit signatures. 3400f141ccSDaniel Schwierzeck X: Files and directories that are NOT maintained, same rules as F: 3500f141ccSDaniel Schwierzeck Files exclusions are tested before file matches. 3600f141ccSDaniel Schwierzeck Can be useful for excluding a specific subdirectory, for instance: 3700f141ccSDaniel Schwierzeck F: net/ 3800f141ccSDaniel Schwierzeck X: net/ipv6/ 3900f141ccSDaniel Schwierzeck matches all files in and below net excluding net/ipv6/ 4000f141ccSDaniel Schwierzeck K: Keyword perl extended regex pattern to match content in a 4100f141ccSDaniel Schwierzeck patch or file. For instance: 4200f141ccSDaniel Schwierzeck K: of_get_profile 4300f141ccSDaniel Schwierzeck matches patches or files that contain "of_get_profile" 4400f141ccSDaniel Schwierzeck K: \b(printk|pr_(info|err))\b 4500f141ccSDaniel Schwierzeck matches patches or files that contain one or more of the words 4600f141ccSDaniel Schwierzeck printk, pr_info or pr_err 4700f141ccSDaniel Schwierzeck One regex pattern per line. Multiple K: lines acceptable. 4800f141ccSDaniel Schwierzeck 4900f141ccSDaniel SchwierzeckNote: For the hard of thinking, this list is meant to remain in alphabetical 5000f141ccSDaniel Schwierzeckorder. If you could add yourselves to it in alphabetical order that would be 5100f141ccSDaniel Schwierzeckso much easier [Ed] 5200f141ccSDaniel Schwierzeck 5300f141ccSDaniel SchwierzeckMaintainers List (try to look for most precise areas first) 5400f141ccSDaniel Schwierzeck 5500f141ccSDaniel Schwierzeck ----------------------------------- 5600f141ccSDaniel SchwierzeckARC 5700f141ccSDaniel SchwierzeckM: Alexey Brodkin <alexey.brodkin@synopsys.com> 5800f141ccSDaniel SchwierzeckS: Maintained 5900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arc.git 6000f141ccSDaniel SchwierzeckF: arch/arc/ 6100f141ccSDaniel Schwierzeck 6200f141ccSDaniel SchwierzeckARM 6300f141ccSDaniel SchwierzeckM: Albert Aribaud <albert.u.boot@aribaud.net> 6400f141ccSDaniel SchwierzeckS: Maintained 6500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-arm.git 6600f141ccSDaniel SchwierzeckF: arch/arm/ 6700f141ccSDaniel Schwierzeck 68d8540a16SPavel MachekARM ALTERA SOCFPGA 69d8540a16SPavel MachekM: Marek Vasut <marex@denx.de> 70d8540a16SPavel MachekS: Maintainted 71d8540a16SPavel MachekT: git git://git.denx.de/u-boot-socfpga.git 72d8540a16SPavel MachekF: arch/arm/cpu/armv7/socfpga/ 73d8540a16SPavel MachekF: board/altera/socfpga/ 74d8540a16SPavel Machek 7500f141ccSDaniel SchwierzeckARM ATMEL AT91 7600f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 7700f141ccSDaniel SchwierzeckS: Maintained 7800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-atmel.git 7962011840SMasahiro YamadaF: arch/arm/mach-at91/ 8000f141ccSDaniel Schwierzeck 8100f141ccSDaniel SchwierzeckARM FREESCALE IMX 8200f141ccSDaniel SchwierzeckM: Stefano Babic <sbabic@denx.de> 8300f141ccSDaniel SchwierzeckS: Maintained 8400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-imx.git 8500f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm1136/mx*/ 8600f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/mx*/ 8700f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/imx/ 8800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/mx*/ 8900f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/vf610/ 9000f141ccSDaniel SchwierzeckF: arch/arm/cpu/imx-common/ 9100f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-imx/ 9200f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-mx*/ 9300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-vf610/ 9400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/imx-common/ 9500f141ccSDaniel Schwierzeck 96f822d857SStefan RoeseARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X 9700f141ccSDaniel SchwierzeckM: Prafulla Wadaskar <prafulla@marvell.com> 985ea01961SLuka PerkovM: Luka Perkov <luka.perkov@sartura.hr> 99f822d857SStefan RoeseM: Stefan Roese <sr@denx.de> 10000f141ccSDaniel SchwierzeckS: Maintained 10100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-marvell.git 10256f86e39SMasahiro YamadaF: arch/arm/mach-kirkwood/ 103f822d857SStefan RoeseF: arch/arm/mach-mvebu/ 10400f141ccSDaniel Schwierzeck 10500f141ccSDaniel SchwierzeckARM MARVELL PXA 10600f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 10700f141ccSDaniel SchwierzeckS: Maintained 10800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-pxa.git 10900f141ccSDaniel SchwierzeckF: arch/arm/cpu/pxa/ 11000f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-pxa/ 11100f141ccSDaniel Schwierzeck 112c3caeac0SMasahiro YamadaARM ROCKCHIP 113c3caeac0SMasahiro YamadaM: Simon Glass <sjg@chromium.org> 114c3caeac0SMasahiro YamadaS: Maintained 115c3caeac0SMasahiro YamadaT: git git://git.denx.de/u-boot-rockchip.git 116c3caeac0SMasahiro YamadaF: arch/arm/mach-rockchip/ 117c3caeac0SMasahiro Yamada 11800f141ccSDaniel SchwierzeckARM SAMSUNG 11900f141ccSDaniel SchwierzeckM: Minkyu Kang <mk7.kang@samsung.com> 12000f141ccSDaniel SchwierzeckS: Maintained 12100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-samsung.git 12200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm920t/s3c24x0/ 123225f5eecSMinkyu KangF: arch/arm/mach-exynos/ 124225f5eecSMinkyu KangF: arch/arm/mach-s5pc1xx/ 12500f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/s5p-common/ 12600f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-s3c24x0/ 12700f141ccSDaniel Schwierzeck 12800f141ccSDaniel SchwierzeckARM STM SPEAR 1293a53aba3SBin Meng#M: Vipin Kumar <vipin.kumar@st.com> 1303a53aba3SBin MengS: Orphaned (Since 2016-02) 13100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-stm.git 13200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/spear/ 13300f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-spear/ 13400f141ccSDaniel Schwierzeck 1359fa32b12SVikas ManochaARM STM STV0991 1369fa32b12SVikas ManochaM: Vikas Manocha <vikas.manocha@st.com> 1379fa32b12SVikas ManochaS: Maintained 1389fa32b12SVikas ManochaF: arch/arm/cpu/armv7/stv0991/ 1399fa32b12SVikas ManochaF: arch/arm/include/asm/arch-stv0991/ 1409fa32b12SVikas Manocha 14100f141ccSDaniel SchwierzeckARM SUNXI 14200f141ccSDaniel SchwierzeckM: Ian Campbell <ijc@hellion.org.uk> 14300f141ccSDaniel SchwierzeckM: Hans De Goede <hdegoede@redhat.com> 14400f141ccSDaniel SchwierzeckS: Maintained 14500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sunxi.git 14600f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/sunxi/ 14700f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-sunxi/ 14800f141ccSDaniel Schwierzeck 14900f141ccSDaniel SchwierzeckARM TEGRA 15000f141ccSDaniel SchwierzeckM: Tom Warren <twarren@nvidia.com> 15100f141ccSDaniel SchwierzeckS: Maintained 15200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tegra.git 15309f455dcSMasahiro YamadaF: arch/arm/mach-tegra/ 15400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-tegra*/ 15500f141ccSDaniel Schwierzeck 15600f141ccSDaniel SchwierzeckARM TI 1574e34d610STom RiniM: Tom Rini <trini@konsulko.com> 15800f141ccSDaniel SchwierzeckS: Maintained 15900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ti.git 16026f7c111SMasahiro YamadaF: arch/arm/mach-davinci/ 16126f7c111SMasahiro YamadaF: arch/arm/mach-keystone/ 16200f141ccSDaniel SchwierzeckF: arch/arm/cpu/arm926ejs/omap/ 16300f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/omap*/ 16400f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-omap*/ 16500f141ccSDaniel SchwierzeckF: arch/arm/include/asm/ti-common/ 16600f141ccSDaniel Schwierzeck 1670fb63aa6SMasahiro YamadaARM UNIPHIER 168ed6226c4SMasahiro YamadaM: Masahiro Yamada <yamada.masahiro@socionext.com> 1690fb63aa6SMasahiro YamadaS: Maintained 1700fb63aa6SMasahiro YamadaT: git git://git.denx.de/u-boot-uniphier.git 1714c425570SMasahiro YamadaF: arch/arm/mach-uniphier/ 1725fd3f434SMasahiro YamadaF: configs/uniphier_*_defconfig 173eb006c83SMasahiro YamadaN: uniphier 1740fb63aa6SMasahiro Yamada 17500f141ccSDaniel SchwierzeckARM ZYNQ 17600f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 17700f141ccSDaniel SchwierzeckS: Maintained 17800f141ccSDaniel SchwierzeckF: arch/arm/cpu/armv7/zynq/ 17900f141ccSDaniel SchwierzeckF: arch/arm/include/asm/arch-zynq/ 18000f141ccSDaniel Schwierzeck 18184c7204bSMichal SimekARM ZYNQMP 18284c7204bSMichal SimekM: Michal Simek <michal.simek@xilinx.com> 18384c7204bSMichal SimekS: Maintained 18484c7204bSMichal SimekF: arch/arm/cpu/armv8/zynqmp/ 18584c7204bSMichal SimekF: arch/arm/include/asm/arch-zynqmp/ 18684c7204bSMichal Simek 18700f141ccSDaniel SchwierzeckAVR32 18800f141ccSDaniel SchwierzeckM: Andreas Bießmann <andreas.devel@googlemail.com> 18900f141ccSDaniel SchwierzeckS: Maintained 19000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-avr32.git 19100f141ccSDaniel SchwierzeckF: arch/avr32/ 19200f141ccSDaniel Schwierzeck 19300f141ccSDaniel SchwierzeckBLACKFIN 19400f141ccSDaniel SchwierzeckM: Sonic Zhang <sonic.adi@gmail.com> 19500f141ccSDaniel SchwierzeckS: Maintained 19600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-blackfin.git 19700f141ccSDaniel SchwierzeckF: arch/blackfin/ 19800f141ccSDaniel Schwierzeck 19900f141ccSDaniel SchwierzeckBUILDMAN 20000f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 20100f141ccSDaniel SchwierzeckS: Maintained 20200f141ccSDaniel SchwierzeckF: tools/buildman/ 20300f141ccSDaniel Schwierzeck 20400f141ccSDaniel SchwierzeckCFI FLASH 20500f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 20600f141ccSDaniel SchwierzeckS: Maintained 20700f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-cfi-flash.git 208c4c2e141SStefan RoeseF: drivers/mtd/cfi_flash.c 209c4c2e141SStefan RoeseF: drivers/mtd/jedec_flash.c 21000f141ccSDaniel Schwierzeck 21100f141ccSDaniel SchwierzeckCOLDFIRE 21282ebb7e5Sangelo@sysam.itM: Huan Wang <alison.wang@freescale.com> 21382ebb7e5Sangelo@sysam.itM: Angelo Dureghello <angelo@sysam.it> 21400f141ccSDaniel SchwierzeckS: Maintained 21500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-coldfire.git 21600f141ccSDaniel SchwierzeckF: arch/m68k/ 21700f141ccSDaniel Schwierzeck 21800f141ccSDaniel SchwierzeckDFU 21900f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 22000f141ccSDaniel SchwierzeckS: Maintained 22100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-dfu.git 22200f141ccSDaniel SchwierzeckF: drivers/dfu/ 22355ca6138SLukasz MajewskiF: drivers/usb/gadget/ 22400f141ccSDaniel Schwierzeck 22500f141ccSDaniel SchwierzeckDRIVER MODEL 22600f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 22700f141ccSDaniel SchwierzeckS: Maintained 2288770633eSMasahiro YamadaT: git git://git.denx.de/u-boot-dm.git 22900f141ccSDaniel SchwierzeckF: drivers/core/ 23000f141ccSDaniel SchwierzeckF: include/dm/ 23100f141ccSDaniel SchwierzeckF: test/dm/ 23200f141ccSDaniel Schwierzeck 233*e4a7394aSAlexander GrafEFI PAYLOAD 234*e4a7394aSAlexander GrafM: Alexander Graf <agraf@suse.de> 235*e4a7394aSAlexander GrafS: Maintained 236*e4a7394aSAlexander GrafF: include/efi_loader.h 237*e4a7394aSAlexander GrafF: lib/efi_loader/ 238*e4a7394aSAlexander GrafF: cmd/bootefi.c 239*e4a7394aSAlexander Graf 24000f141ccSDaniel SchwierzeckFLATTENED DEVICE TREE 24100f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 24200f141ccSDaniel SchwierzeckS: Maintained 24300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fdt.git 24400f141ccSDaniel SchwierzeckF: lib/fdtdec* 24500f141ccSDaniel SchwierzeckF: lib/libfdt/ 24600f141ccSDaniel SchwierzeckF: include/fdt* 24700f141ccSDaniel SchwierzeckF: include/libfdt* 24800f141ccSDaniel SchwierzeckF. common/cmd_fdt.c 24900f141ccSDaniel SchwierzeckF: common/fdt_support.c 25000f141ccSDaniel Schwierzeck 25100f141ccSDaniel SchwierzeckFREEBSD 25200f141ccSDaniel SchwierzeckM: Rafal Jaworowski <raj@semihalf.com> 25300f141ccSDaniel SchwierzeckS: Maintained 25400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-freebsd.git 25500f141ccSDaniel Schwierzeck 25600f141ccSDaniel SchwierzeckFREESCALE QORIQ 2572f231025SYork SunM: York Sun <york.sun@nxp.com> 25800f141ccSDaniel SchwierzeckS: Maintained 25900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-fsl-qoriq.git 26000f141ccSDaniel Schwierzeck 26100f141ccSDaniel SchwierzeckI2C 26200f141ccSDaniel SchwierzeckM: Heiko Schocher <hs@denx.de> 26300f141ccSDaniel SchwierzeckS: Maintained 26400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-i2c.git 26500f141ccSDaniel SchwierzeckF: drivers/i2c/ 26600f141ccSDaniel Schwierzeck 26700f141ccSDaniel SchwierzeckMICROBLAZE 26800f141ccSDaniel SchwierzeckM: Michal Simek <monstr@monstr.eu> 26900f141ccSDaniel SchwierzeckS: Maintained 27000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-microblaze.git 27100f141ccSDaniel SchwierzeckF: arch/microblaze/ 27200f141ccSDaniel Schwierzeck 27300f141ccSDaniel SchwierzeckMIPS 27400f141ccSDaniel SchwierzeckM: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> 27500f141ccSDaniel SchwierzeckS: Maintained 27600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mips.git 27700f141ccSDaniel SchwierzeckF: arch/mips/ 27800f141ccSDaniel Schwierzeck 27900f141ccSDaniel SchwierzeckMMC 280336be762SIgor GrinbergM: Pantelis Antoniou <panto@antoniou-consulting.com> 28100f141ccSDaniel SchwierzeckS: Maintained 28200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mmc.git 28300f141ccSDaniel SchwierzeckF: drivers/mmc/ 28400f141ccSDaniel Schwierzeck 28500f141ccSDaniel SchwierzeckOPENRISC 28600f141ccSDaniel SchwierzeckM: Stefan Kristiansson <stefan.kristiansson@saunalahti.fi> 28700f141ccSDaniel SchwierzeckS: Maintained 28800f141ccSDaniel SchwierzeckF: arch/openrisc/ 28900f141ccSDaniel Schwierzeck 29000f141ccSDaniel SchwierzeckPATMAN 29100f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 29200f141ccSDaniel SchwierzeckS: Maintained 29300f141ccSDaniel SchwierzeckF: tools/patman/ 29400f141ccSDaniel Schwierzeck 29500f141ccSDaniel SchwierzeckPOWERPC 29600f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 29700f141ccSDaniel SchwierzeckS: Maintained 29800f141ccSDaniel SchwierzeckF: arch/powerpc/ 29900f141ccSDaniel Schwierzeck 30000f141ccSDaniel SchwierzeckPOWERPC MPC5XXX 30100f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 30200f141ccSDaniel SchwierzeckS: Maintained 30300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc5xxx.git 30400f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc5*/ 30500f141ccSDaniel Schwierzeck 30600f141ccSDaniel SchwierzeckPOWERPC MPC8XX 30700f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 30800f141ccSDaniel SchwierzeckS: Maintained 30900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc8xx.git 31000f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc8xx/ 31100f141ccSDaniel Schwierzeck 31200f141ccSDaniel SchwierzeckPOWERPC MPC82XX 31300f141ccSDaniel SchwierzeckM: Wolfgang Denk <wd@denx.de> 31400f141ccSDaniel SchwierzeckS: Maintained 31500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc82xx.git 31600f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc82*/ 31700f141ccSDaniel Schwierzeck 31800f141ccSDaniel SchwierzeckPOWERPC MPC83XX 3193a53aba3SBin Meng#M: Kim Phillips <kim.phillips@freescale.com> 3203a53aba3SBin MengS: Orphaned (Since 2016-02) 32100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc83xx.git 32200f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc83xx/ 32300f141ccSDaniel SchwierzeckF: arch/powerpc/include/asm/arch-mpc83xx/ 32400f141ccSDaniel Schwierzeck 32500f141ccSDaniel SchwierzeckPOWERPC MPC85XX 3262f231025SYork SunM: York Sun <york.sun@nxp.com> 32700f141ccSDaniel SchwierzeckS: Maintained 32800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc85xx.git 32900f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc85xx/ 33000f141ccSDaniel Schwierzeck 33100f141ccSDaniel SchwierzeckPOWERPC MPC86XX 3322f231025SYork SunM: York Sun <york.sun@nxp.com> 33300f141ccSDaniel SchwierzeckS: Maintained 33400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-mpc86xx.git 33500f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/mpc86xx/ 33600f141ccSDaniel Schwierzeck 33700f141ccSDaniel SchwierzeckPOWERPC PPC4XX 33800f141ccSDaniel SchwierzeckM: Stefan Roese <sr@denx.de> 33900f141ccSDaniel SchwierzeckS: Maintained 34000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ppc4xx.git 34100f141ccSDaniel SchwierzeckF: arch/powerpc/cpu/ppc4xx/ 34200f141ccSDaniel Schwierzeck 34300f141ccSDaniel SchwierzeckNETWORK 344a60de1eeSJoe HershbergerM: Joe Hershberger <joe.hershberger@ni.com> 34500f141ccSDaniel SchwierzeckS: Maintained 34600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-net.git 34700f141ccSDaniel SchwierzeckF: drivers/net/ 348a60de1eeSJoe HershbergerF: net/ 34900f141ccSDaniel Schwierzeck 35000f141ccSDaniel SchwierzeckNAND FLASH 35100f141ccSDaniel SchwierzeckM: Scott Wood <scottwood@freescale.com> 35200f141ccSDaniel SchwierzeckS: Maintained 35300f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nand-flash.git 35400f141ccSDaniel SchwierzeckF: drivers/mtd/nand/ 35500f141ccSDaniel Schwierzeck 35600f141ccSDaniel SchwierzeckNDS32 35700f141ccSDaniel SchwierzeckM: Macpaul Lin <macpaul@andestech.com> 35800f141ccSDaniel SchwierzeckS: Maintained 35900f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nds32.git 36000f141ccSDaniel SchwierzeckF: arch/nds32/ 36100f141ccSDaniel Schwierzeck 36200f141ccSDaniel SchwierzeckNIOS 36300f141ccSDaniel SchwierzeckM: Thomas Chou <thomas@wytron.com.tw> 36400f141ccSDaniel SchwierzeckS: Maintained 36500f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-nios.git 36600f141ccSDaniel SchwierzeckF: arch/nios2/ 36700f141ccSDaniel Schwierzeck 36800f141ccSDaniel SchwierzeckONENAND 36900f141ccSDaniel SchwierzeckM: Lukasz Majewski <l.majewski@samsung.com> 37000f141ccSDaniel SchwierzeckS: Maintained 37100f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-onenand.git 37200f141ccSDaniel SchwierzeckF: drivers/mtd/onenand/ 37300f141ccSDaniel Schwierzeck 37400f141ccSDaniel SchwierzeckSANDBOX 37500f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 37600f141ccSDaniel SchwierzeckS: Maintained 37700f141ccSDaniel SchwierzeckF: arch/sandbox/ 37800f141ccSDaniel Schwierzeck 37900f141ccSDaniel SchwierzeckSH 38000f141ccSDaniel SchwierzeckM: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 38100f141ccSDaniel SchwierzeckS: Maintained 38200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sh.git 38300f141ccSDaniel SchwierzeckF: arch/sh/ 38400f141ccSDaniel Schwierzeck 38500f141ccSDaniel SchwierzeckSPARC 3863a53aba3SBin Meng#M: Francois Retief <fgretief@spaceteq.co.za> 3873a53aba3SBin MengS: Orphaned (Since 2016-02) 38800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-sparc.git 38900f141ccSDaniel SchwierzeckF: arch/sparc/ 39000f141ccSDaniel Schwierzeck 39100f141ccSDaniel SchwierzeckSPI 3923bfe3ce2SJagan TekiM: Jagan Teki <jteki@openedev.com> 39300f141ccSDaniel SchwierzeckS: Maintained 39400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-spi.git 39500f141ccSDaniel SchwierzeckF: drivers/mtd/spi/ 39600f141ccSDaniel SchwierzeckF: drivers/spi/ 39700f141ccSDaniel SchwierzeckF: include/spi* 39800f141ccSDaniel Schwierzeck 39900f141ccSDaniel SchwierzeckTQ GROUP 4003a53aba3SBin Meng#M: Martin Krause <martin.krause@tq-systems.de> 4013a53aba3SBin MengS: Orphaned (Since 2016-02) 40200f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-tq-group.git 40300f141ccSDaniel Schwierzeck 40400f141ccSDaniel SchwierzeckUBI 40500f141ccSDaniel SchwierzeckM: Kyungmin Park <kmpark@infradead.org> 40669337a9dSHeiko SchocherM: Heiko Schocher <hs@denx.de> 40700f141ccSDaniel SchwierzeckS: Maintained 40800f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-ubi.git 40900f141ccSDaniel SchwierzeckF: drivers/mtd/ubi/ 41000f141ccSDaniel Schwierzeck 41100f141ccSDaniel SchwierzeckUSB 41200f141ccSDaniel SchwierzeckM: Marek Vasut <marex@denx.de> 41300f141ccSDaniel SchwierzeckS: Maintained 41400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-usb.git 41500f141ccSDaniel SchwierzeckF: drivers/usb/ 41600f141ccSDaniel Schwierzeck 41700f141ccSDaniel SchwierzeckVIDEO 41800f141ccSDaniel SchwierzeckM: Anatolij Gustschin <agust@denx.de> 41900f141ccSDaniel SchwierzeckS: Maintained 42000f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-video.git 42100f141ccSDaniel SchwierzeckF: drivers/video/ 42200f141ccSDaniel Schwierzeck 42300f141ccSDaniel SchwierzeckX86 42400f141ccSDaniel SchwierzeckM: Simon Glass <sjg@chromium.org> 42500f141ccSDaniel SchwierzeckS: Maintained 42600f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot-x86.git 42700f141ccSDaniel SchwierzeckF: arch/x86/ 42800f141ccSDaniel Schwierzeck 42900f141ccSDaniel SchwierzeckTHE REST 4304e34d610STom RiniM: Tom Rini <trini@konsulko.com> 43100f141ccSDaniel SchwierzeckL: u-boot@lists.denx.de 43200f141ccSDaniel SchwierzeckQ: http://patchwork.ozlabs.org/project/uboot/list/ 43300f141ccSDaniel SchwierzeckS: Maintained 43400f141ccSDaniel SchwierzeckT: git git://git.denx.de/u-boot.git 43500f141ccSDaniel SchwierzeckF: * 43600f141ccSDaniel SchwierzeckF: */ 437