mb/gigabyte/ga-h61m-series: Add GA-H61M-DS2
[coreboot.git] / MAINTAINERS
blobdc4c3af74706edd6935df62904feaf7178bf63b5
3                     List of upstream coreboot maintainers
4                      and how to submit coreboot changes
6 This represents the list of maintainers that work on the upstream coreboot
7 code base (on coreboot.org).  Maintainers are assigned to topics and when
8 applicable to subtrees of the source tree. You'll find some subtrees that
9 don't have a maintainer. If you are looking for reviewers for such a sub-
10 tree, it's often a good choice to look at the git history to see who worked
11 on it last.
13 Please try to follow the guidelines below.  This will make things
14 easier on the maintainers.  Not all of these guidelines matter for every
15 trivial patch so apply some common sense.
17 1.      Always _test_ your changes, however small, on at least 1 or
18         2 people, preferably many more.
20 2.      Try to release a few ALPHA test versions to gerrit. Announce
21         them onto the coreboot mailing list and IRC channel and await
22         results. This is especially important on coreboot core changes,
23         but also for device drivers, because often that's the only way
24         you will find things like the fact revision 3 chipset needs
25         a magic fix you didn't know about, or some clown changed the
26         chips on a board and not its name.  (Don't laugh!)
28 3.      Make sure your changes compile correctly in multiple
29         configurations. In particular check that changes work for all
30         boards in the tree (use abuild!)
32 4.      When you are happy with a change make it generally available for
33         testing in gerrit and await feedback.
35 5.      Make your patch available through coreboot's gerrit code review
36         system, and add the relevant maintainer from this list as a code
37         reviewer. Be prepared to get your changes sent back with seemingly
38         silly requests about formatting and variable names.  These aren't
39         as silly as they seem. One job the maintainers do is to keep
40         things looking the same.  Sometimes this means that the clever
41         hack in your mainboard or chipset to get around a problem actually
42         needs to become a generalized coreboot feature ready for next time.
44         PLEASE check your patch with the automated style checker
45         (util/lint/checkpatch.pl) to catch trival style violations.
46         See https://www.coreboot.org/Coding_Style for guidance here.
48         PLEASE add the maintainers that are generated by
49         util/scripts/get_maintainer.pl as reviewers.  The results returned
50         by the script will be best if you have git installed and are
51         making your changes in a branch derived from coreboot.org's latest
52         git tree.
54         PLEASE try to include any credit lines you want added with the
55         patch. It avoids people being missed off by mistake and makes
56         it easier to know who wants adding and who doesn't.
58         PLEASE document known bugs. If it doesn't work for everything
59         or does something very odd once a month document it.
61         PLEASE remember that submissions must be made under the terms
62         of the OSDL certificate of contribution and should include a
63         Signed-off-by: line.  The current version of this "Developer's
64         Certificate of Origin" (DCO) is listed at
65         https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
67 6.      Make sure you have the right to send any changes you make. If you
68         do changes at work you may find your employer owns the patch
69         not you.
71 7.      Happy hacking.
73 Descriptions of section entries:
75         M: Maintainer: FullName <address@domain>
76            Must be registered to Gerrit (https://review.coreboot.org/).
77            Should have experience with upstream coreboot development.
78         R: Designated reviewer: FullName <address@domain>
79            These reviewers should be CCed on patches.
80         L: Mailing list that is relevant to this area
81         W: Web-page with status/info
82         Q: Patchwork web based patch tracking system site
83         T: SCM tree type and location.
84            Type is one of: git, hg, quilt, stgit, topgit
85         S: Status, one of the following:
86            Supported:   Someone is continuously paid to look after this and
87                         a reaction to review requests can be expected
88                         within a few days, a month at most.
89            Maintained:  Someone actually looks after it and a reaction to
90                         review requests can usually be expected within a
91                         few weeks.
92            Odd Fixes:   It has a maintainer but they don't have time to do
93                         much other than throw the odd patch in. See below..
94            Orphan:      No current maintainer [but maybe you could take the
95                         role as you write your new code].
96            Obsolete:    Old code. Something tagged obsolete generally means
97                         it has been replaced by a better system and you
98                         should be using that.
99         F: Files and directories with wildcard patterns.
100            A trailing slash includes all files and subdirectory files.
101            F:   drivers/net/    all files in and below drivers/net
102            F:   drivers/net/*   all files in drivers/net, but not below
103            F:   */net/*         all files in "any top level directory"/net
104            One pattern per line.  Multiple F: lines acceptable.
105         N: Files and directories with regex patterns.
106            N:   [^a-z]tegra     all files whose path contains the word tegra
107            One pattern per line.  Multiple N: lines acceptable.
108            scripts/get_maintainer.pl has different behavior for files that
109            match F: pattern and matches of N: patterns.  By default,
110            get_maintainer will not look at git log history when an F: pattern
111            match occurs.  When an N: match occurs, git log history is used
112            to also notify the people that have git commit signatures.
113         X: Files and directories that are NOT maintained, same rules as F:
114            Files exclusions are tested before file matches.
115            Can be useful for excluding a specific subdirectory, for instance:
116            F:   net/
117            X:   net/ipv6/
118            matches all files in and below net excluding net/ipv6/
119         K: Keyword perl extended regex pattern to match content in a
120            patch or file.  For instance:
121            K: of_get_profile
122               matches patches or files that contain "of_get_profile"
123            K: \b(printk|pr_(info|err))\b
124               matches patches or files that contain one or more of the words
125               printk, pr_info or pr_err
126            One regex pattern per line.  Multiple K: lines acceptable.
128 Note: For the hard of thinking, this list is meant to remain in alphabetical
129 order. If you could add yourselves to it in alphabetical order that would be
130 so much easier [Ed]
132 Maintainers List (try to look for most precise areas first)
134                 -----------------------------------
136 ################################################################################
137 # Mainboards
138 ################################################################################
140 AMD family 17h and 19h reference boards
141 M:      Felix Held <felix-coreboot@felixheld.de>
142 M:      Jason Glenesk <jason.glenesk@gmail.com>
143 M:      Fred Reitberger <reitbergerfred@gmail.com>
144 L:      amd_coreboot_org_changes@googlegroups.com
145 S:      Maintained
146 F:      src/mainboard/amd/bilby/
147 F:      src/mainboard/amd/birman/
148 F:      src/mainboard/amd/chausie/
149 F:      src/mainboard/amd/majolica/
150 F:      src/mainboard/amd/mandolin/
152 AMD reference boards outside of family 17h and 19h
153 L:      amd_coreboot_org_changes@googlegroups.com
154 F:      src/mainboard/amd/gardenia/
155 F:      src/mainboard/amd/inagua/
156 F:      src/mainboard/amd/olivehill/
157 F:      src/mainboard/amd/pademelon/
158 F:      src/mainboard/amd/parmer/
159 F:      src/mainboard/amd/persimmon/
160 F:      src/mainboard/amd/south_station/
161 F:      src/mainboard/amd/thatcher/
162 F:      src/mainboard/amd/union_station/
166 APPLE MAINBOARDS
167 M:      Evgeny Zinoviev <me@ch1p.io>
168 S:      Maintained
169 F:      src/mainboard/apple/
173 ASROCK B85M PRO4 MAINBOARD
174 M:      Angel Pons <th3fanbus@gmail.com>
175 S:      Maintained
176 F:      src/mainboard/asrock/b85m_pro4/
178 ASROCK G41C-GS MAINBOARD & VARIANTS
179 M:      Angel Pons <th3fanbus@gmail.com>
180 S:      Maintained
181 F:      src/mainboard/asrock/g41c-gs/
183 ASROCK H81M-HDS MAINBOARD
184 M:      Tristan Corrick <tristan@corrick.kiwi>
185 S:      Maintained
186 F:      src/mainboard/asrock/h81m-hds/
190 ASUS A88XM-E MAINBOARD
191 M:      Mike Banon <mikebdp2@gmail.com>
192 S:      Maintained
193 F:      src/mainboard/asus/a88xm-e/
195 ASUS AM1I-A MAINBOARD
196 M:      Mike Banon <mikebdp2@gmail.com>
197 S:      Maintained
198 F:      src/mainboard/asus/am1i-a/
200 ASUS H61 SERIES MAINBOARDS
201 M:      Angel Pons <th3fanbus@gmail.com>
202 M:      Tristan Corrick <tristan@corrick.kiwi>
203 S:      Maintained
204 F:      src/mainboard/asus/h61-series/
206 ASUS MAXIMUS IV GENE-Z MAINBOARD
207 M:      Tristan Corrick <tristan@corrick.kiwi>
208 S:      Maintained
209 F:      src/mainboard/asus/maximus_iv_gene-z/
211 ASUS P5QC PRO MAINBOARD & VARIANTS
212 M:      Angel Pons <th3fanbus@gmail.com>
213 R:      Stefan Ott <coreboot@desire.ch>
214 S:      Maintained
215 F:      src/mainboard/asus/p5qc/
217 ASUS P5QPL-AM MAINBOARD & VARIANTS
218 M:      Angel Pons <th3fanbus@gmail.com>
219 S:      Maintained
220 F:      src/mainboard/asus/p5qpl-am/
222 ASUS P8Z77 SERIES MAINBOARDS
223 M:      Angel Pons <th3fanbus@gmail.com>
224 M:      Vlado Cibic <vladocb@protonmail.com>
225 S:      Maintained
226 F:      src/mainboard/asus/p8z77-series/
230 CLEVO MAINBOARDS
231 M:      Felix Singer <felixsinger@posteo.net>
232 M:      Michael Niewöhner <foss@mniewoehner.de>
233 S:      Supported
234 F:      src/mainboard/clevo/
238 FACEBOOK FBG1701 MAINBOARD
239 M:      Frans Hendriks <fhendriks@eltan.com>
240 M:      Erik van den Bogaert <ebogaert@eltan.com>
241 S:      Maintained
242 F:      src/mainboard/facebook/fbg1701/
244 FACEBOOK MONOLITH MAINBOARD
245 M:      Frans Hendriks <fhendriks@eltan.com>
246 M:      Erik van den Bogaert <ebogaert@eltan.com>
247 S:      Maintained
248 F:      src/mainboard/facebook/monolith/
252 GIGABYTE GA-D510UD MAINBOARD
253 M:      Angel Pons <th3fanbus@gmail.com>
254 S:      Maintained
255 F:      src/mainboard/gigabyte/ga-d510ud/
257 GIGABYTE GA-G41M-ES2L MAINBOARD
258 M:      Damien Zammit <damien@zamaudio.com>
259 S:      Odd Fixes
260 F:      src/mainboard/gigabyte/ga-g41m-es2l/
262 GIGABYTE GA-H61M SERIES MAINBOARDS
263 M:      Angel Pons <th3fanbus@gmail.com>
264 S:      Maintained
265 F:      src/mainboard/gigabyte/ga-h61m-series/
267 GOOGLE REX MAINBOARDS
268 M:      Subrata Banik <subratabanik@google.com>
269 M:      Tarun Tuli <taruntuli@google.com>
270 M:      Kapil Porwal <kapilporwal@google.com>
271 S:      Maintained
272 F:      src/mainboard/google/rex/
274 GOOGLE BRYA MAINBOARDS
275 M:      Tarun Tuli <taruntuli@google.com>
276 S:      Maintained
277 F:      src/mainboard/google/brya/
279 GOOGLE HATCH MAINBOARDS
280 M:      Tarun Tuli <taruntuli@google.com>
281 S:      Maintained
282 F:      src/mainboard/google/hatch/
284 GOOGLE PANTHER MAINBOARD
285 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
286 S:      Supported
287 F:      src/mainboard/google/panther/
289 GOOGLE VOLTEER MAINBOARDS
290 M:      Nick Vaccaro <nvaccaro@chromium.org>
291 S:      Maintained
292 F:      src/mainboard/google/volteer/
294 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
295 M:      Matt DeVillier <MrChromebox@gmail.com>
296 S:      Maintained
297 F:      src/mainboard/google/auron/
298 F:      src/mainboard/google/beltino/
299 F:      src/mainboard/google/butterfly/
300 F:      src/mainboard/google/cyan/
301 F:      src/mainboard/google/glados/
302 F:      src/mainboard/google/jecht/
303 F:      src/mainboard/google/link/
304 F:      src/mainboard/google/parrot/
305 F:      src/mainboard/google/slippy/
306 F:      src/mainboard/google/stout/
308 GOOGLE AMD-BASED MAINBOARDS
309 M:      Martin Roth <martin.roth@amd.corp-partner.google.com>
310 M:      Jason Nien <jason.nien@amd.corp-partner.google.com>
311 L:      amd_coreboot_org_changes@googlegroups.com
312 S:      Supported
313 F:      src/mainboard/google/kahlee/
314 F:      src/mainboard/google/zork/
315 F:      src/mainboard/google/guybrush/
316 F:      src/mainboard/google/skyrim/
319 HP 280 G2 MAINBOARD
320 M:      Angel Pons <th3fanbus@gmail.com>
321 S:      Maintained
322 F:      src/mainboard/hp/280_g2/
326 INTEL D510MO MAINBOARD
327 M:      Damien Zammit <damien@zamaudio.com>
328 S:      Odd Fixes
329 F:      src/mainboard/intel/d510mo/
331 INTEL HARCUVAR_CRB MAINBOARD
332 M:      Jeff Daly <jeffd@silicom-usa.com>
333 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
334 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
335 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
336 S:      Maintained
337 F:      src/mainboard/intel/harcuvar/
339 INTEL STRAGO MAINBOARD
340 M:      Hannah Williams <hannah.williams@intel.com>
341 S:      Supported
342 F:      /src/mainboard/intel/strago/
346 KONTRON BSL6 MAINBOARD
347 M:      Felix Singer <felixsinger@posteo.net>
348 M:      Nico Huber <nico.h@gmx.de>
349 S:      Supported
350 F:      src/mainboard/kontron/bsl6/
352 KONTRON MAL10 MAINBOARD
353 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
354 M:      Nico Huber <nico.h@gmx.de>
355 M:      Felix Singer <felixsinger@posteo.net>
356 S:      Supported
357 F:      src/mainboard/kontron/mal10/
361 LENOVO MAINBOARDS
362 M:      Alexander Couzens <lynxis@fe80.eu>
363 S:      Maintained
364 F:      src/mainboard/lenovo/
366 LENOVO G505S MAINBOARD
367 M:      Mike Banon <mikebdp2@gmail.com>
368 S:      Maintained
369 F:      src/mainboard/lenovo/g505s/
371 LENOVO X200 MAINBOARD
372 R:      Stefan Ott <coreboot@desire.ch>
373 S:      Maintained
374 F:      src/mainboard/lenovo/x200/
376 LENOVO X201 MAINBOARD
377 R:      Stefan Ott <coreboot@desire.ch>
378 S:      Maintained
379 F:      src/mainboard/lenovo/x201/
382 LIBRETREND LT1000 MAINBOARD
383 M:      Piotr Król <piotr.krol@3mdeb.com>
384 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
385 S:      Maintained
386 F:      src/mainboard/libretrend/lt1000/
390 MSI H81M-P33 MAINBOARD
391 M:      Angel Pons <th3fanbus@gmail.com>
392 S:      Maintained
393 F:      src/mainboard/msi/h81m-p33/
395 MSI MS-7D25 MAINBOARDS
396 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
397 M:      Michał Kopeć <michal.kopec@3mdeb.com>
398 S:      Maintained
399 F:      src/mainboard/msi/ms7d25/
401 OCP DELTALAKE MAINBOARD
402 M:      Arthur Heymans <arthur@aheymans.xyz>
403 M:      Christian Walter <christian.walter@9elements.com>
404 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
405 M:      Jonathan Zhang <jonzhang@fb.com>
406 M:      Tim Chu <Tim.Chu@quantatw.com>
407 S:      Supported
408 F:      src/mainboard/ocp/deltalake/
410 OCP TIOGAPASS MAINBOARD
411 M:      Jonathan Zhang <jonzhang@fb.com>
412 M:      Reddy Chagam <anjaneya.chagam@intel.com>
413 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
414 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
415 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
416 M:      Bryant Ou <Bryant.Ou@quantatw.com>
417 S:      Maintained
418 F:      src/mainboard/ocp/tiogapass/
422 OPENCELLULAR MAINBOARDS
423 M:      Christian Walter <christian.walter@9elements.com>
424 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
425 S:      Supported
426 F:      src/mainboard/opencellular/elgon/
430 PC ENGINES ALL MAINBOARDS
431 M:      Piotr Król <piotr.krol@3mdeb.com>
432 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
433 S:      Supported
434 F:      src/mainboard/pcengines/
438 PORTWELL PQ-M107 MAINBOARD
439 M:      Frans Hendriks <fhendriks@eltan.com>
440 M:      Erik van den Bogaert <ebogaert@eltan.com>
441 S:      Maintained
442 F:      src/mainboard/portwell/m107/
446 PROTECTLI ALL MAINBOARDS
447 M:      Piotr Król <piotr.krol@3mdeb.com>
448 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
449 S:      Maintained
450 F:      src/mainboard/protectli/
454 PRODRIVE ATLAS MAINBOARD
455 M:      Angel Pons <th3fanbus@gmail.com>
456 M:      Christian Walter <christian.walter@9elements.com>
457 M:      Lean Sheng Tan <sheng.tan@9elements.com>
458 S:      Maintained
459 F:      src/mainboard/prodrive/atlas/
461 PRODRIVE HERMES MAINBOARD
462 M:      Christian Walter <christian.walter@9elements.com>
463 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
464 S:      Maintained
465 F:      src/mainboard/prodrive/hermes/
469 PURISM MAINBOARDS
470 M:      Jonathon Hall <jonathon.hall@puri.sm>
471 S:      Supported
472 F:      src/mainboard/purism/
476 SAMSUNG CHROMEOS MAINBOARDS
477 M:      Matt DeVillier <MrChromebox@gmail.com>
478 S:      Maintained
479 F:      src/mainboard/samsung/lumpy/
480 F:      src/mainboard/samsung/stumpy/
484 SIEMENS CHILI MAINBAORD
485 M:      Felix Singer <felixsinger@posteo.net>
486 M:      Nico Huber <nico.h@gmx.de>
487 S:      Supported
488 F:      src/mainboard/siemens/chili/
490 SIEMENS MC_xxxx MAINBOARDS
491 M:      Werner Zeh <werner.zeh@siemens.com>
492 S:      Maintained
493 F:      src/mainboard/siemens/mc_apl1/
494 F:      src/mainboard/siemens/mc_ehl/
498 STAR LABS MAINBOARDS
499 M:      Sean Rhodes <sean@starlabs.systems>
500 S:      Maintained
501 F:      src/mainboard/starlabs/
505 SYSTEM76 MAINBOARDS
506 M:      Jeremy Soller <jeremy@system76.com>
507 M:      Tim Crawford <tcrawford@system76.com>
508 S:      Maintained
509 F:      src/mainboard/system76/
513 SUPERMICRO X10SLM+-F MAINBOARD
514 M:      Tristan Corrick <tristan@corrick.kiwi>
515 S:      Maintained
516 F:      src/mainboard/supermicro/x10slm-f/
518 SUPERMICRO X11-LGA1151-SERIES
519 M:      Michael Niewöhner <foss@mniewoehner.de>
520 S:      Maintained
521 F:      src/mainboard/supermicro/x11-lga1151-series/
523 ################################################################################
524 # Architectures
525 ################################################################################
527 ARM ARCHITECTURE
528 M:      Julius Werner <jwerner@chromium.org>
529 S:      Supported
530 F:      src/arch/arm/
531 F:      src/arch/arm64/
532 F:      src/soc/nvidia/
533 F:      src/soc/rockchip/
534 F:      util/nvidia/
535 F:      util/rockchip/
537 PPC64 ARCHITECTURE
538 M:      Ronald Minnich <rminnich@gmail.com>
539 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
540 S:      Maintained
541 F:      src/arch/ppc64/
542 F:      src/cpu/qemu-power8/
543 F:      src/mainboard/emulation/qemu-power8/
545 RISC-V ARCHITECTURE
546 M:      Ronald Minnich <rminnich@gmail.com>
547 R:      Philipp Hug <philipp@hug.cx>
548 S:      Maintained
549 F:      src/arch/riscv/
550 F:      src/soc/sifive/
551 F:      src/soc/ucb/
552 F:      src/mainboard/emulation/*-riscv/
553 F:      src/mainboard/sifive/
554 F:      util/riscv/
556 X86 ARCHITECTURE
557 F:      src/arch/x86/
558 F:      src/cpu/x86/
559 F:      src/drivers/pc80/
560 F:      src/include/pc80/
561 F:      src/include/cpu/x86/
563 ################################################################################
564 # Embedded Controllers
565 ################################################################################
567 CHROME EC
568 M:      Boris Mittelberg <bmbm@google.com>
569 M:      Caveh Jalali <caveh@chromium.org>
570 S:      Maintained
571 F:      src/ec/google/chromeec/
573 LENOVO EC
574 M:      Alexander Couzens <lynxis@fe80.eu>
575 S:      Maintained
576 F:      src/ec/lenovo/
578 STARLABS EC
579 M:      Sean Rhodes <sean@starlabs.systems>
580 S:      Maintained
581 F:      src/ec/starlabs/
583 SYSTEM76 EC
584 M:      Jeremy Soller <jeremy@system76.com>
585 M:      Tim Crawford <tcrawford@system76.com>
586 S:      Maintained
587 F:      src/ec/system76/
589 ################################################################################
590 # Northbridges
591 ################################################################################
593 INTEL HASWELL NORTHBRIDGE
594 M:      Angel Pons <th3fanbus@gmail.com>
595 S:      Maintained
596 F:      src/northbridge/intel/haswell/
598 INTEL PINEVIEW CHIPSET
599 M:      Damien Zammit <damien@zamaudio.com>
600 M:      Angel Pons <th3fanbus@gmail.com>
601 S:      Odd Fixes
602 F:      src/northbridge/intel/pineview/
604 INTEL SANDYBRIDGE NORTHBRIDGE
605 M:      Angel Pons <th3fanbus@gmail.com>
606 S:      Maintained
607 F:      src/northbridge/intel/sandybridge/
609 INTEL X4X CHIPSET
610 M:      Damien Zammit <damien@zamaudio.com>
611 M:      Angel Pons <th3fanbus@gmail.com>
612 S:      Odd Fixes
613 F:      src/northbridge/intel/x4x/
615 ################################################################################
616 # Platforms
617 ################################################################################
619 AMD SUPPORT
620 L:      amd_coreboot_org_changes@googlegroups.com
621 F:      src/vendorcode/amd/
622 F:      src/cpu/amd/
623 F:      src/northbridge/amd/
624 F:      src/southbridge/amd/
625 F:      src/include/cpu/amd/
627 INTEL SUPPORT
628 S:      Maintained
629 F:      src/vendorcode/intel/
630 F:      src/cpu/intel/
631 F:      src/northbridge/intel/
632 F:      src/southbridge/intel/
633 F:      src/soc/intel/
634 F:      src/drivers/intel/
635 F:      src/include/cpu/intel/
637 INTEL FSP 1.1
638 M:      Lee Leahy <leroy.p.leahy@intel.com>
639 M:      Huang Jin <huang.jin@intel.com>
640 M:      York Yang <york.yang@intel.com>
641 S:      Supported
642 F:      src/drivers/intel/fsp1_1/
644 INTEL FSP 2.0
645 M:      Andrey Petrov <andrey.petrov@gmail.com>
646 S:      Maintained
647 F:      src/drivers/intel/fsp2_0/
649 ################################################################################
650 # Systems on a Chip
651 ################################################################################
653 AMD Cezanne
654 M:      Felix Held <felix-coreboot@felixheld.de>
655 M:      Jason Glenesk <jason.glenesk@gmail.com>
656 M:      Raul E Rangel <rrangel@chromium.org>
657 M:      Fred Reitberger <reitbergerfred@gmail.com>
658 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
659 L:      amd_coreboot_org_changes@googlegroups.com
660 S:      Maintained
661 F:      src/soc/amd/cezanne/
662 F:      src/vendorcode/amd/fsp/cezanne/
664 AMD common SoC code
665 M:      Felix Held <felix-coreboot@felixheld.de>
666 M:      Jason Glenesk <jason.glenesk@gmail.com>
667 M:      Raul E Rangel <rrangel@chromium.org>
668 M:      Fred Reitberger <reitbergerfred@gmail.com>
669 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
670 L:      amd_coreboot_org_changes@googlegroups.com
671 S:      Maintained
672 F:      src/soc/amd/common/
674 AMD Picasso
675 M:      Felix Held <felix-coreboot@felixheld.de>
676 M:      Jason Glenesk <jason.glenesk@gmail.com>
677 M:      Fred Reitberger <reitbergerfred@gmail.com>
678 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
679 L:      amd_coreboot_org_changes@googlegroups.com
680 S:      Maintained
681 F:      src/soc/amd/picasso/
682 F:      src/vendorcode/amd/fsp/picasso/
684 AMD Mendocino
685 M:      Felix Held <felix-coreboot@felixheld.de>
686 M:      Jason Glenesk <jason.glenesk@gmail.com>
687 M:      Raul E Rangel <rrangel@chromium.org>
688 M:      Fred Reitberger <reitbergerfred@gmail.com>
689 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
690 L:      amd_coreboot_org_changes@googlegroups.com
691 S:      Supported
692 F:      src/soc/amd/mendocino/
693 F:      src/vendorcode/amd/fsp/mendocino/
695 AMD Morgana
696 M:      Felix Held <felix-coreboot@felixheld.de>
697 M:      Jason Glenesk <jason.glenesk@gmail.com>
698 M:      Fred Reitberger <reitbergerfred@gmail.com>
699 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
700 L:      amd_coreboot_org_changes@googlegroups.com
701 S:      Supported
702 F:      src/soc/amd/morgana/
703 F:      src/vendorcode/amd/fsp/morgana/
705 AMD Stoneyridge
706 M:      Felix Held <felix-coreboot@felixheld.de>
707 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
708 L:      amd_coreboot_org_changes@googlegroups.com
709 S:      Odd Fixes
710 F:      src/soc/amd/stoneyridge/
712 INTEL METEORLAKE SOC
713 M:      Subrata Banik <subratabanik@google.com>
714 M:      Tarun Tuli <taruntuli@google.com>
715 M:      Kapil Porwal <kapilporwal@google.com>
716 S:      Maintained
717 F:      src/soc/intel/meteorlake/
719 INTEL ALDERLAKE SOC
720 M:      Subrata Banik <subratabanik@google.com>
721 M:      Tarun Tuli <taruntuli@google.com>
722 S:      Maintained
723 F:      src/soc/intel/alderlake/
725 INTEL APOLLOLAKE_SOC
726 M:      Sean Rhodes <sean@starlabs.systems>
727 S:      Odd Fixes
728 F:      src/soc/intel/apollolake/
730 INTEL BRASWELL SOC
731 M:      Piotr Król <piotr.krol@3mdeb.com>
732 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
733 M:      Frans Hendriks <fhendriks@eltan.com>
734 S:      Maintained
735 F:      /src/soc/intel/braswell/
736 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
738 INTEL DENVERTON-NS SOC
739 M:      Jeff Daly <jeffd@silicom-usa.com>
740 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
741 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
742 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
743 S:      Maintained
744 F:      src/soc/intel/denverton_ns/
746 INTEL ELKHARTLAKE SOC
747 M:      Lean Sheng Tan <sheng.tan@9elements.com>
748 M:      Werner Zeh <werner.zeh@siemens.com>
749 S:      Maintained
750 F:      src/soc/intel/elkhartlake/
752 INTEL TIGERLAKE SOC
753 M:      Subrata Banik <subratabanik@google.com>
754 M:      Tarun Tuli <taruntuli@google.com>
755 S:      Maintained
756 F:      src/soc/intel/tigerlake/
758 INTEL Xeon Sacalable Processor Family
759 M:      Jonathan Zhang <jonzhang@fb.com>
760 M:      Reddy Chagam <anjaneya.chagam@intel.com>
761 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
762 M:      Tim Chu <Tim.Chu@quantatw.com>
763 M:      Arthur Heymans <arthur@aheymans.xyz>
764 M:      Christian Walter <christian.walter@9elements.com>
765 S:      Supported
766 F:      src/soc/intel/xeon_sp/
767 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
768 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
770 MEDIATEK SOCS
771 M:      Hung-Te Lin <hungte@chromium.org>
772 S:      Supported
773 F:      src/soc/mediatek/
775 MEDIATEK MT8192
776 M:      Xi Chen <xixi.chen@mediatek.com>
777 S:      Maintained
778 F:      src/soc/mediatek/mt8192/
779 F:      src/vendorcode/mediatek/mt8192/
781 ORPHANED ARM SOCS
782 S:      Orphaned
783 F:      src/cpu/armltd/
784 F:      src/soc/ti/
785 F:      src/soc/qualcomm/
786 F:      src/soc/samsung/
787 F:      util/exynos/
788 F:      util/ipqheader/
790 ################################################################################
791 # Payloads
792 ################################################################################
794 NVRAM
795 F:      util/nvramtool/
796 F:      payloads/nvramcui/
798 LIBPAYLOAD
799 F:      payloads/libpayload/
801 COREINFO PAYLOAD
802 F:      payloads/coreinfo/
804 EXTERNAL PAYLOADS INTEGRATION
805 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
806 M:      Martin Roth <gaumless@gmail.com>
807 F:      payloads/external/
809 LINUXBOOT PAYLOAD INTEGRATION
810 M:      Christian Walter <christian.walter@9elements.com>
811 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
812 S:      Supported
813 F:      payloads/external/LinuxBoot/
815 ################################################################################
816 # Utilities
817 ################################################################################
819 ABUILD
820 M:      Martin Roth <gaumless@gmail.com>
821 S:      Supported
822 F:      util/abuild/
824 BOARD STATUS
825 F:      util/board_status/
827 BUILD SYSTEM
828 M:      Martin Roth <gaumless@gmail.com>
829 S:      Supported
830 F:      Makefile
831 F:      *.inc
832 F:      src/include/kconfig.h
833 F:      util/kconfig/
834 F:      util/sconfig/
835 F:      util/xcompile/
836 F:      util/genbuild_h/
838 TOOLCHAIN
839 F:      util/crossgcc/
841 DOCKER
842 M:      Martin Roth <gaumless@gmail.com>
843 S:      Supported
844 F:      util/docker/
847 F:      .git*
848 F:      /util/gitconfig
850 LINT SCRIPTS
851 M:      Martin Roth <gaumless@gmail.com>
852 S:      Supported
853 F:      util/lint/
855 IFDTOOL
856 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
857 F:      util/ifdtool/
859 INTELTOOL
860 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
861 F:      util/inteltool/
863 INTELMETOOL
864 M:      Christian Walter <christian.walter@9elements.com>
865 F:      util/intelmetool/
867 INTELP2M
868 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
869 S:      Maintained
870 F:      util/intelp2m/
872 ME_CLEANER
873 M:      Nicola Corna <nicola@corna.info>
874 W:      https://github.com/corna/me_cleaner
875 S:      Maintained
876 F:      util/me_cleaner/
878 LIVEISO
879 M:      Felix Singer <felixsinger@posteo.net>
880 S:      Supported
881 F:      util/liveiso/
883 ################################################################################
884 # Miscellaneous
885 ################################################################################
887 ASPEED AST2050 DRIVER & COMMON CODE
888 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
889 S:      Supported
890 F:      src/drivers/aspeed/common/
891 F:      src/drivers/aspeed/ast2050/
893 ACPI
894 M:      Lance Zhao <lance.zhao@gmail.com>
895 M:      Tim Wawrzynczak <inforichland@gmail.com>
896 S:      Supported
897 F:      src/acpi/
898 F:      src/arch/x86/acpi/
899 F:      util/acpi/
901 LZ4 COMPRESSION
902 M:      Julius Werner <jwerner@chromium.org>
903 S:      Supported
904 F:      src/commonlib/lz4*
905 F:      payloads/libpayload/liblz4/
906 F:      util/cbfstool/lz4/
908 BINARY OBJECTS
909 F:      3rdparty/blobs/
911 VERIFIED BOOT
912 M:      Julius Werner <jwerner@chromium.org>
913 M:      Yu-Ping Wu <yupingso@google.com>
914 S:      Supported
915 F:      3rdparty/vboot/
916 F:      src/security/vboot/
917 F:      src/include/tpm.h
918 F:      src/include/tpm_lite/
920 RESOURCE ALLOCATOR
921 F:      src/device/*
922 F:      src/include/device/
923 F:      src/include/cpu/cpu.h
925 OPTION ROM EXECUTION & X86EMU
926 F:      src/device/oprom/
928 CBFS
929 M:      Julius Werner <jwerner@chromium.org>
930 F:      src/include/cbfs*
931 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
932 F:      src/commonlib/bsd/cbfs*
933 F:      src/lib/cbfs.c
935 CBFSTOOL
936 F:      util/cbfstool/
938 CBMEM
939 F:      src/include/cbmem.h
940 F:      src/include/cbmem_id.h
941 F:      util/cbmem/
943 CONSOLE
944 F:      src/console/
945 F:      src/include/console/
946 F:      src/drivers/uart/
948 TPM SUPPORT
949 M:      Christian Walter <christian.walter@9elements.com>
950 S:      Supported
951 F:      src/drivers/*/tpm/
952 F:      src/security/tpm/
954 SUPERIOS & SUPERIOTOOL
955 M:      Felix Held <felix-coreboot@felixheld.de>
956 S:      Odd Fixes
957 F:      src/superio/
958 F:      util/superiotool/
960 SPD UTILITIES
961 M:      Reka Norman <rekanorman@chromium.org>
962 S:      Maintained
963 F:      util/spd_tools/
964 F:      util/spdtool/
966 MEMLAYOUT
967 M:      Julius Werner <jwerner@chromium.org>
968 S:      Supported
969 F:      */memlayout.h
970 F:      *.ld
972 ELTAN VENDORCODE
973 M:      Frans Hendriks <fhendriks@eltan.com>
974 M:      Erik van den Bogaert <ebogaert@eltan.com>
975 S:      Maintained
976 F:      src/vendorcode/eltan/
978 TAS5825M DRIVER
979 M:      Jeremy Soller <jeremy@system76.com>
980 M:      Tim Crawford <tcrawford@system76.com>
981 S:      Maintained
982 F:      src/drivers/i2c/tas5825m/
984 TESTS
985 M:      Jakub Czapiga <jacz@semihalf.com>
986 S:      Maintained
987 F:      tests/
988 F:      payloads/libpayload/tests/
990 COREBOOT RELEASES
991 M:      Felix Singer <felixsinger@posteo.net>
992 M:      Jason Glenesk <jason.glenesk@gmail.com>
993 M:      Angel Pons <th3fanbus@gmail.com>
994 M:      Martin Roth <gaumless@gmail.com>
995 S:      Maintained
996 F:      Documentation/releases/
997 F:      util/release/
999 MISSING: TIMERS / DELAYS
1001 MISSING: TIMESTAMPS
1003 MISSING: FMAP
1005 MISSING: GPIO
1007 MISSING: SMP
1009 MISSING: DMP / QEMU-X86
1011 MISSING: ELOG
1013 MISSING: SPI
1015 # *** Infrastructure Owners ***
1016 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1017 # Hardware
1018 #       Owners: Stefan, Patrick
1019 #       Backups:
1021 # Web Server
1022 #       Owners: Stefan, Patrick
1023 #       Backups:
1025 # Website
1026 #       Owners: Martin
1027 #       Backups: Patrick, Stefan
1029 # Documentation Website
1030 #       Owners: Patrick
1031 #       Backups:
1033 CODE OF CONDUCT
1034 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1035 M:      Ronald Minnich <rminnich@coreboot.org>
1036 M:      Martin Roth <martin@coreboot.org>
1037 S:      Maintained
1038 F:      Documentation/community/code_of_conduct.md
1040 # Wiki
1041 #       Owners: Stefan, Patrick
1042 #       Backups:
1044 # Gerrit
1045 #       Owners: Stefan, Patrick
1046 #       Backups: Martin
1048 # Jenkins
1049 #       Owners: Patrick, Martin
1050 #       Backups:
1052 # Bug Tracker
1053 #       Owners: Lynxis,
1054 #       Backups: Martin,
1056 # Mailing List
1057 #       Owners: Stefan, Patrick
1058 #       Backups: Martin,
1060 # Software Freedom Conservancy
1061 #       Main contact: Martin
1062 #       “Official” contact: Stefan