On 07/26/2014 08:54 PM, Daniel Schwierzeck wrote:
> MAINTAINERS contains all currently known custodians based on
> infos from wiki [1] and u-boot git forks [2].
> 
> [1] http://www.denx.de/wiki/U-Boot/Custodians
> [2] http://git.denx.de/?p=u-boot.git;a=forks
> 
> Signed-off-by: Daniel Schwierzeck <daniel.schwierz...@gmail.com>
> ---
> 
>  MAINTAINERS | 338 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 338 insertions(+)
>  create mode 100644 MAINTAINERS
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> new file mode 100644
> index 0000000..b1ea336
> --- /dev/null
> +++ b/MAINTAINERS
> @@ -0,0 +1,338 @@
> +Descriptions of section entries:
> +
> +     P: Person (obsolete)
> +     M: Mail patches to: FullName <address@domain>
> +     L: Mailing list that is relevant to this area
> +     W: Web-page with status/info
> +     Q: Patchwork web based patch tracking system site
> +     T: SCM tree type and location.
> +        Type is one of: git, hg, quilt, stgit, topgit
> +     S: Status, one of the following:
> +        Supported:   Someone is actually paid to look after this.
> +        Maintained:  Someone actually looks after it.
> +        Odd Fixes:   It has a maintainer but they don't have time to do
> +                     much other than throw the odd patch in. See below..
> +        Orphan:      No current maintainer [but maybe you could take the
> +                     role as you write your new code].
> +        Obsolete:    Old code. Something tagged obsolete generally means
> +                     it has been replaced by a better system and you
> +                     should be using that.
> +     F: Files and directories with wildcard patterns.
> +        A trailing slash includes all files and subdirectory files.
> +        F:   drivers/net/    all files in and below drivers/net
> +        F:   drivers/net/*   all files in drivers/net, but not below
> +        F:   */net/*         all files in "any top level directory"/net
> +        One pattern per line.  Multiple F: lines acceptable.
> +     N: Files and directories with regex patterns.
> +        N:   [^a-z]tegra     all files whose path contains the word tegra
> +        One pattern per line.  Multiple N: lines acceptable.
> +        scripts/get_maintainer.pl has different behavior for files that
> +        match F: pattern and matches of N: patterns.  By default,
> +        get_maintainer will not look at git log history when an F: pattern
> +        match occurs.  When an N: match occurs, git log history is used
> +        to also notify the people that have git commit signatures.
> +     X: Files and directories that are NOT maintained, same rules as F:
> +        Files exclusions are tested before file matches.
> +        Can be useful for excluding a specific subdirectory, for instance:
> +        F:   net/
> +        X:   net/ipv6/
> +        matches all files in and below net excluding net/ipv6/
> +     K: Keyword perl extended regex pattern to match content in a
> +        patch or file.  For instance:
> +        K: of_get_profile
> +           matches patches or files that contain "of_get_profile"
> +        K: \b(printk|pr_(info|err))\b
> +           matches patches or files that contain one or more of the words
> +           printk, pr_info or pr_err
> +        One regex pattern per line.  Multiple K: lines acceptable.
> +
> +Note: For the hard of thinking, this list is meant to remain in alphabetical
> +order. If you could add yourselves to it in alphabetical order that would be
> +so much easier [Ed]
> +
> +Maintainers List (try to look for most precise areas first)
> +
> +             -----------------------------------
> +ARC
> +M:   Alexey Brodkin <alexey.brod...@synopsys.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-arc.git
> +F:   arch/arc/
> +
> +ARM
> +M:   Albert Aribaud <albert.u.b...@aribaud.net>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-arm.git
> +F:   arch/arm/
> +
> +ARM ATMEL AT91
> +M:   Andreas Bießmann <andreas.de...@googlemail.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-atmel.git
> +F:   arch/arm/cpu/armv7/at91/
> +F:   arch/arm/cpu/at91-common/
> +F:   arch/arm/include/asm/arch-at91/

There is no owner for this repo.
http://git.denx.de/?p=u-boot.git;a=forks


> +
> +ARM FREESCALE IMX
> +M:   Stefano Babic <sba...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-imx.git
> +F:   arch/arm/cpu/armv7/mx5/
> +F:   arch/arm/cpu/armv7/mx6/
> +F:   arch/arm/cpu/imx-common/
> +F:   arch/arm/include/asm/arch-mx5/
> +F:   arch/arm/include/asm/arch-mx6/
> +F:   arch/arm/include/asm/imx-common/
> +
> +ARM MARVELL KIRKWOOD
> +M:   Prafulla Wadaskar <prafu...@marvell.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-marvell.git
> +
> +ARM MARVELL PXA
> +M:   Marek Vasut <ma...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-pxa.git
> +
> +ARM SAMSUNG
> +M:   Minkyu Kang <mk7.k...@samsung.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-samsung.git
> +
> +ARM STM SPEAR
> +M:   Vipin Kumar <vipin.ku...@st.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-stm.git
> +
> +ARM TEGRA
> +M:   Tom Warren <twar...@nvidia.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-tegra.git
> +
> +ARM TI
> +M:   Tom Rini <tr...@ti.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-ti.git
> +
> +AVR32
> +M:   Andreas Bießmann <andreas.de...@googlemail.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-avr32.git
> +F:   arch/avr32/
> +
> +BLACKFIN
> +M:   Sonic Zhang <sonic....@gmail.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-blackfin.git
> +F:   arch/blackfin/
> +
> +CFI FLASH
> +M:   Stefan Roese <s...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-cfi-flash.git
> +F:   drivers/mtd/*
> +
> +COLDFIRE
> +M:   Jason Jin <jason....@freescale.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-coldfire.git
> +F:   arch/m68k/
> +
> +DFU
> +M:   Lukasz Majewski <l.majew...@samsung.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-dfu.git
> +F:   drivers/dfu/
> +
> +DRIVER MODEL
> +M:   Simon Glass <s...@chromium.org>
> +S:   Maintained
> +F:   drivers/core/
> +
> +FLATTENED DEVICE TREE
> +M:   Jerry Van Baren <vanba...@cideas.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-fdt.git
> +F:   lib/libftd/
> +
> +FREEBSD
> +M:   Rafal Jaworowski <r...@semihalf.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-freebsd.git
> +
> +FREESCALE QORIQ
> +M:   York Sun <york...@freescale.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-fsl-qoriq.git
> +
> +I2C
> +M:   Heiko Schocher <h...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-i2c.git
> +F:   drivers/i2c/
> +
> +MICROBLAZE
> +M:   Michal Simek <mon...@monstr.eu>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-microblaze.git
> +F:   arch/microblaze/
> +
> +MIPS
> +M:   Daniel Schwierzeck <daniel.schwierz...@gmail.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mips.git
> +F:   arch/mips/
> +
> +MMC
> +M:   Pantelis Antoniou <panto.antoniou-consulting.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mmc.git
> +F:   drivers/mmc/
> +
> +OPENRISC
> +M:   Stefan Kristiansson <stefan.kristians...@saunalahti.fi>
> +S:   Maintained
> +F:   arch/openrisc/
> +
> +POWERPC
> +M:   Wolfgang Denk <w...@denx.de>
> +S:   Maintained
> +F:   arch/powerpc/
> +
> +POWERPC MPC5XXX
> +M:   Wolfgang Denk <w...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc5xxx.git
> +
> +POWERPC MPC8XX
> +M:   Wolfgang Denk <w...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc8xx.git
> +
> +POWERPC MPC82XX
> +M:   Wolfgang Denk <w...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc82xx.git
> +
> +POWERPC MPC83XX
> +M:   Kim Phillips <kim.phill...@freescale.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc83xx.git
> +
> +POWERPC MPC85XX
> +M:   York Sun <york...@freescale.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc85xx.git
> +
> +POWERPC MPC86XX
> +M:   York Sun <york...@freescale.com>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-mpc86xx.git
> +
> +POWERPC PPC74XX PPC7XX
> +M:   Wolfgang Denk <w...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-74xx-7xx.git
> +
> +POWERPC PPC4XX
> +M:   Stefan Roese <s...@denx.de>
> +S:   Maintained
> +T:   git git://git.denx.de/u-boot-ppc4xx.git

It is a question if make sense to list all these ppc and arm platforms here.
Or just architecture.

Thanks,
Michal
-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to