mb/google/brya/var/dochi: update gpio settings
[coreboot.git] / MAINTAINERS
blob904bfa5d121309917a8bfc8165887d4553c4a836
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.
18 1.      Make sure your changes compile correctly in multiple configurations. In
19         particular check that changes work for various boards in the tree that
20         it affects:
22         Test with: `util/abuild/abuild -c $(nproc) -t vendor/boardname`
24 2.      When you are happy with a change make it generally available for
25         testing in gerrit and await feedback.
27 3.      Be prepared to get your changes sent back with seemingly
28         silly requests about formatting and variable names.  These aren't
29         as silly as they seem. One job the maintainers do is to keep
30         things looking the same.  Sometimes this means that the clever
31         hack in your mainboard or chipset to get around a problem actually
32         needs to become a generalized coreboot feature ready for next time.
34         PLEASE check your patch with the automated style checker
35         (util/lint/checkpatch.pl) to catch trival style violations.
36         See https://www.coreboot.org/Coding_Style for guidance here.
38         PLEASE document known bugs. If it doesn't work for everything
39         or does something very odd once a month document it.
41         ALWAYS remember that submissions are made under the terms
42         of the OSDL certificate of contribution and should include a
43         Signed-off-by: line.  The current version of this "Developer's
44         Certificate of Origin" (DCO) is listed at
45         https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
47 4.      Make sure you have the right to send any changes you make. If you
48         do changes at work you may find your employer owns the patch
49         not you.
51 5.      Happy hacking.
53 Descriptions of section entries:
55         M: Maintainer: FullName <address@domain>
56            Must be registered to Gerrit (https://review.coreboot.org/).
57            Should have experience with upstream coreboot development and
58            +2 rights.
59         R: Designated reviewer: FullName <address@domain>
60            These reviewers should be CCed on patches.
61         L: Mailing list that is relevant to this area
62         W: Web-page with status/info
63         Q: Patchwork web based patch tracking system site
64         T: SCM tree type and location.
65            Type is one of: git, hg, quilt, stgit, topgit
66         S: Status, one of the following:
67            Supported:   Someone is continuously paid to look after this and
68                         a reaction to review requests can be expected
69                         within a few days, a month at most.
70            Maintained:  Someone actually looks after it and a reaction to
71                         review requests can usually be expected within a
72                         few weeks.
73            Odd Fixes:   It has a maintainer but they don't have time to do
74                         much other than throw the odd patch in. See below..
75            Orphan:      No current maintainer [but maybe you could take the
76                         role as you write your new code].
77            Obsolete:    Old code. Something tagged obsolete generally means
78                         it has been replaced by a better system and you
79                         should be using that.
80         F: Files and directories with wildcard patterns.
81            A trailing slash includes all files and subdirectory files.
82            F:   drivers/net/    all files in and below drivers/net
83            F:   drivers/net/*   all files in drivers/net, but not below
84            F:   */net/*         all files in "any top level directory"/net
85            One pattern per line.  Multiple F: lines acceptable.
86         N: Files and directories with regex patterns.
87            N:   [^a-z]tegra     all files whose path contains the word tegra
88            One pattern per line.  Multiple N: lines acceptable.
89            scripts/get_maintainer.pl has different behavior for files that
90            match F: pattern and matches of N: patterns.  By default,
91            get_maintainer will not look at git log history when an F: pattern
92            match occurs.  When an N: match occurs, git log history is used
93            to also notify the people that have git commit signatures.
94         X: Files and directories that are NOT maintained, same rules as F:
95            Files exclusions are tested before file matches.
96            Can be useful for excluding a specific subdirectory, for instance:
97            F:   net/
98            X:   net/ipv6/
99            matches all files in and below net excluding net/ipv6/
100         K: Keyword perl extended regex pattern to match content in a
101            patch or file.  For instance:
102            K: of_get_profile
103               matches patches or files that contain "of_get_profile"
104            K: \b(printk|pr_(info|err))\b
105               matches patches or files that contain one or more of the words
106               printk, pr_info or pr_err
107            One regex pattern per line.  Multiple K: lines acceptable.
109 Note: For the hard of thinking, this list is meant to remain in alphabetical
110 order. If you could add yourselves to it in alphabetical order that would be
111 so much easier [Ed]
113 Maintainers List (try to look for most precise areas first)
115                 -----------------------------------
117 ################################################################################
118 # Mainboards
119 ################################################################################
121 51NB MAINBOARDS
122 S:      Orphan
123 F:      src/mainboard/51nb/
127 ACER MAINBOARDS
128 S:      Orphan
129 F:      src/mainboard/acer/
133 ADLINK MAINBOARDS
134 S:      Orphan
135 F:      src/mainboard/adlink/
139 AMD family 17h and 19h reference boards
140 M:      Felix Held <felix-coreboot@felixheld.de>
141 M:      Jason Glenesk <jason.glenesk@gmail.com>
142 M:      Fred Reitberger <reitbergerfred@gmail.com>
143 L:      amd_coreboot_org_changes@googlegroups.com
144 S:      Maintained
145 F:      src/mainboard/amd/bilby/
146 F:      src/mainboard/amd/birman/
147 F:      src/mainboard/amd/chausie/
148 F:      src/mainboard/amd/majolica/
149 F:      src/mainboard/amd/mandolin/
150 F:      src/mainboard/amd/mayan/
152 AMD reference boards outside of family 17h and 19h
153 S:      Odd Fixes
154 L:      amd_coreboot_org_changes@googlegroups.com
155 F:      src/mainboard/amd/gardenia/
156 F:      src/mainboard/amd/inagua/
157 F:      src/mainboard/amd/olivehill/
158 F:      src/mainboard/amd/pademelon/
159 F:      src/mainboard/amd/parmer/
160 F:      src/mainboard/amd/persimmon/
161 F:      src/mainboard/amd/south_station/
162 F:      src/mainboard/amd/thatcher/
163 F:      src/mainboard/amd/union_station/
167 AOPEN MAINBOARDS
168 S:      Orphan
169 F:      src/mainboard/aopen/
173 APPLE MAINBOARDS
174 M:      Evgeny Zinoviev <me@ch1p.io>
175 S:      Maintained
176 F:      src/mainboard/apple/
180 ASROCK B75M-ITX MAINBOARD
181 M:      Kevin Keijzer <kevin@quietlife.nl>
182 S:      Maintained
183 F:      src/mainboard/asrock/b75m-itx/
185 ASROCK B85M PRO4 MAINBOARD
186 M:      Angel Pons <th3fanbus@gmail.com>
187 S:      Maintained
188 F:      src/mainboard/asrock/b85m_pro4/
190 ASROCK G41C-GS MAINBOARD & VARIANTS
191 M:      Angel Pons <th3fanbus@gmail.com>
192 S:      Maintained
193 F:      src/mainboard/asrock/g41c-gs/
197 ASUS A88XM-E MAINBOARD
198 M:      Mike Banon <mikebdp2@gmail.com>
199 S:      Maintained
200 F:      src/mainboard/asus/a88xm-e/
202 ASUS AM1I-A MAINBOARD
203 M:      Mike Banon <mikebdp2@gmail.com>
204 S:      Maintained
205 F:      src/mainboard/asus/am1i-a/
207 ASUS H61 SERIES MAINBOARDS
208 M:      Angel Pons <th3fanbus@gmail.com>
209 S:      Maintained
210 F:      src/mainboard/asus/h61-series/
212 ASUS P5QC PRO MAINBOARD & VARIANTS
213 M:      Angel Pons <th3fanbus@gmail.com>
214 R:      Stefan Ott <coreboot@desire.ch>
215 S:      Maintained
216 F:      src/mainboard/asus/p5qc/
218 ASUS P5QPL-AM MAINBOARD & VARIANTS
219 M:      Angel Pons <th3fanbus@gmail.com>
220 S:      Maintained
221 F:      src/mainboard/asus/p5qpl-am/
223 ASUS P8Z77 SERIES MAINBOARDS
224 M:      Angel Pons <th3fanbus@gmail.com>
225 M:      Vlado Cibic <vladocb@protonmail.com>
226 S:      Maintained
227 F:      src/mainboard/asus/p8z77-series/
231 BAP MAINBOARDS
232 S:      Orphan
233 F:      src/mainboard/bap/
237 BIOSTAR MAINBOARDS
238 S:      Orphan
239 F:      src/mainboard/biostar/
243 BOSTENTECH MAINBOARDS
244 S:      Orphan
245 F:      src/mainboard/bostentech/
249 CAVIUM MAINBOARDS
250 S:      Orphan
251 F:      src/mainboard/cavium/
255 CLEVO MAINBOARDS
256 M:      Felix Singer <felixsinger@posteo.net>
257 M:      Michael Niewöhner <foss@mniewoehner.de>
258 S:      Supported
259 F:      src/mainboard/clevo/
263 COMPULAB MAINBOARDS
264 S:      Orphan
265 F:      src/mainboard/compulab/
269 DELL MAINBOARDS
270 S:      Orphan
271 F:      src/mainboard/dell/
273 DELL E6400 MAINBOARD
274 M:      Nicholas Chin <nic.c3.14@gmail.com>
275 S:      Maintained
276 F:      src/mainboard/dell/e6400/
279 ELMEX MAINBOARDS
280 S:      Orphan
281 F:      src/mainboard/elmex/
285 EMULATION MAINBOARDS
286 S:      Orphan
287 F:      src/mainboard/emulation/
291 EXAMPLE MAINBOARDS
292 S:      Orphan
293 F:      src/mainboard/example/
297 FACEBOOK FBG1701 MAINBOARD
298 M:      Frans Hendriks <fhendriks@eltan.com>
299 M:      Erik van den Bogaert <ebogaert@eltan.com>
300 S:      Maintained
301 F:      src/mainboard/facebook/fbg1701/
303 FACEBOOK MONOLITH MAINBOARD
304 M:      Frans Hendriks <fhendriks@eltan.com>
305 M:      Erik van den Bogaert <ebogaert@eltan.com>
306 S:      Maintained
307 F:      src/mainboard/facebook/monolith/
311 FOXCONN MAINBOARDS
312 S:      Orphan
313 F:      src/mainboard/foxconn/
317 GETAC MAINBOARDS
318 S:      Orphan
319 F:      src/mainboard/getac/
323 GIGABYTE GA-D510UD MAINBOARD
324 M:      Angel Pons <th3fanbus@gmail.com>
325 S:      Maintained
326 F:      src/mainboard/gigabyte/ga-d510ud/
328 GIGABYTE GA-H61M SERIES MAINBOARDS
329 M:      Angel Pons <th3fanbus@gmail.com>
330 S:      Maintained
331 F:      src/mainboard/gigabyte/ga-h61m-series/
335 GIZMOSPHERE MAINBOARDS
336 S:      Orphan
337 F:      src/mainboard/gizmosphere/
341 GOOGLE REX MAINBOARDS
342 M:      Subrata Banik <subratabanik@google.com>
343 M:      Tarun Tuli <tstuli@gmail.com>
344 M:      Kapil Porwal <kapilporwal@google.com>
345 M:      Jakub Czapiga <jacz@semihalf.com>
346 M:      Eran Mitrani <mitrani@google.com>
347 S:      Maintained
348 F:      src/mainboard/google/rex/
350 GOOGLE BRYA MAINBOARDS
351 M:      Subrata Banik <subratabanik@google.com>
352 M:      Nick Vaccaro <nvaccaro@chromium.org>
353 M:      Eric Lai <ericllai@google.com>
354 S:      Maintained
355 F:      src/mainboard/google/brya/
357 GOOGLE HATCH MAINBOARDS
358 M:      Subrata Banik <subratabanik@google.com>
359 M:      Nick Vaccaro <nvaccaro@chromium.org>
360 S:      Maintained
361 F:      src/mainboard/google/hatch/
363 GOOGLE VOLTEER MAINBOARDS
364 M:      Nick Vaccaro <nvaccaro@chromium.org>
365 S:      Maintained
366 F:      src/mainboard/google/volteer/
368 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
369 M:      Matt DeVillier <MrChromebox@gmail.com>
370 S:      Maintained
371 F:      src/mainboard/google/auron/
372 F:      src/mainboard/google/beltino/
373 F:      src/mainboard/google/butterfly/
374 F:      src/mainboard/google/cyan/
375 F:      src/mainboard/google/glados/
376 F:      src/mainboard/google/jecht/
377 F:      src/mainboard/google/link/
378 F:      src/mainboard/google/parrot/
379 F:      src/mainboard/google/slippy/
380 F:      src/mainboard/google/stout/
382 GOOGLE AMD-BASED MAINBOARDS
383 M:      Martin Roth <martin.roth@amd.corp-partner.google.com>
384 M:      Jason Nien <jason.nien@amd.corp-partner.google.com>
385 L:      amd_coreboot_org_changes@googlegroups.com
386 S:      Supported
387 F:      src/mainboard/google/kahlee/
388 F:      src/mainboard/google/zork/
389 F:      src/mainboard/google/guybrush/
390 F:      src/mainboard/google/skyrim/
392 GOOGLE MEDIATEK-BASED MAINBOARDS
393 M:      Hung-Te Lin <hungte@chromium.org>
394 M:      Yu-Ping Wu <yupingso@google.com>
395 M:      Yidi Lin <yidilin@google.com>
396 S:      Supported
397 F:      src/mainboard/google/asurada/
398 F:      src/mainboard/google/cherry/
399 F:      src/mainboard/google/corsola/
400 F:      src/mainboard/google/geralt/
401 F:      src/mainboard/google/kukui/
402 F:      src/mainboard/google/oak/
406 HP 280 G2 MAINBOARD
407 M:      Angel Pons <th3fanbus@gmail.com>
408 S:      Maintained
409 F:      src/mainboard/hp/280_g2/
413 IBASE MAINBOARDS
414 S:      Orphan
415 F:      src/mainboard/ibase/
419 INTEL HARCUVAR_CRB MAINBOARD
420 M:      Jeff Daly <jeffd@silicom-usa.com>
421 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
422 S:      Maintained
423 F:      src/mainboard/intel/harcuvar/
425 INVENTEC MAINBOARDS
426 M:      Annie Chen <Chen.AnnieET@inventec.com>
427 S:      Maintained
428 F:      src/mainboard/inventec/
430 JETWAY MAINBOARDS
431 S:      Orphan
432 F:      src/mainboard/jetway/
436 KONTRON BSL6 MAINBOARD
437 M:      Felix Singer <felixsinger@posteo.net>
438 M:      Nico Huber <nico.h@gmx.de>
439 S:      Supported
440 F:      src/mainboard/kontron/bsl6/
442 KONTRON MAL10 MAINBOARD
443 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
444 M:      Nico Huber <nico.h@gmx.de>
445 M:      Felix Singer <felixsinger@posteo.net>
446 S:      Supported
447 F:      src/mainboard/kontron/mal10/
451 LENOVO MAINBOARDS
452 M:      Alexander Couzens <lynxis@fe80.eu>
453 S:      Maintained
454 F:      src/mainboard/lenovo/
456 LENOVO G505S MAINBOARD
457 M:      Mike Banon <mikebdp2@gmail.com>
458 S:      Maintained
459 F:      src/mainboard/lenovo/g505s/
461 LENOVO X200 MAINBOARD
462 R:      Stefan Ott <coreboot@desire.ch>
463 S:      Maintained
464 F:      src/mainboard/lenovo/x200/
466 LENOVO X201 MAINBOARD
467 R:      Stefan Ott <coreboot@desire.ch>
468 S:      Maintained
469 F:      src/mainboard/lenovo/x201/
473 LIBRETREND LT1000 MAINBOARD
474 M:      Piotr Król <piotr.krol@3mdeb.com>
475 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
476 S:      Maintained
477 F:      src/mainboard/libretrend/lt1000/
481 LIPPERT MAINBOARDS (acquired by Adlink)
482 S:      Orphan
483 F:      src/mainboard/lippert/
487 MSI H81M-P33 MAINBOARD
488 M:      Angel Pons <th3fanbus@gmail.com>
489 S:      Maintained
490 F:      src/mainboard/msi/h81m-p33/
492 MSI MS-7D25 MAINBOARDS
493 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
494 M:      Michał Kopeć <michal.kopec@3mdeb.com>
495 S:      Maintained
496 F:      src/mainboard/msi/ms7d25/
500 OCP DELTALAKE MAINBOARD
501 M:      Arthur Heymans <arthur@aheymans.xyz>
502 M:      Christian Walter <christian.walter@9elements.com>
503 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
504 M:      Jonathan Zhang <jonzhang@fb.com>
505 M:      Tim Chu <Tim.Chu@quantatw.com>
506 S:      Supported
507 F:      src/mainboard/ocp/deltalake/
509 OCP TIOGAPASS MAINBOARD
510 M:      Jonathan Zhang <jonzhang@fb.com>
511 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
512 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
513 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
514 M:      Bryant Ou <Bryant.Ou@quantatw.com>
515 S:      Maintained
516 F:      src/mainboard/ocp/tiogapass/
520 OPENCELLULAR MAINBOARDS
521 M:      Christian Walter <christian.walter@9elements.com>
522 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
523 S:      Supported
524 F:      src/mainboard/opencellular/elgon/
528 PC ENGINES ALL MAINBOARDS
529 M:      Piotr Król <piotr.krol@3mdeb.com>
530 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
531 S:      Supported
532 F:      src/mainboard/pcengines/
536 PINE64 MAINBOARDS
537 S:      Orphan
538 F:      src/mainboard/pine64/
542 PORTWELL PQ-M107 MAINBOARD
543 M:      Frans Hendriks <fhendriks@eltan.com>
544 M:      Erik van den Bogaert <ebogaert@eltan.com>
545 S:      Maintained
546 F:      src/mainboard/portwell/m107/
550 PROTECTLI ALL MAINBOARDS
551 M:      Piotr Król <piotr.krol@3mdeb.com>
552 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
553 S:      Maintained
554 F:      src/mainboard/protectli/
558 PRODRIVE ATLAS MAINBOARD
559 M:      Angel Pons <th3fanbus@gmail.com>
560 M:      Christian Walter <christian.walter@9elements.com>
561 M:      Lean Sheng Tan <sheng.tan@9elements.com>
562 S:      Maintained
563 F:      src/mainboard/prodrive/atlas/
565 PRODRIVE HERMES MAINBOARD
566 M:      Christian Walter <christian.walter@9elements.com>
567 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
568 S:      Maintained
569 F:      src/mainboard/prodrive/hermes/
573 PURISM MAINBOARDS
574 M:      Jonathon Hall <jonathon.hall@puri.sm>
575 S:      Supported
576 F:      src/mainboard/purism/
580 RAZER MAINBOARDS
581 S:      Orphan
582 F:      src/mainboard/razer/
586 RODA MAINBOARDS
587 S:      Orphan
588 F:      src/mainboard/roda/
592 SAMSUNG CHROMEOS MAINBOARDS
593 M:      Matt DeVillier <MrChromebox@gmail.com>
594 S:      Maintained
595 F:      src/mainboard/samsung/lumpy/
596 F:      src/mainboard/samsung/stumpy/
600 SAPPHIRE MAINBOARDS
601 S:      Orphan
602 F:      src/mainboard/sapphire/
606 SCALEWAY MAINBOARDS
607 S:      Orphan
608 F:      src/mainboard/scaleway/
612 SIEMENS CHILI MAINBAORD
613 M:      Felix Singer <felixsinger@posteo.net>
614 M:      Nico Huber <nico.h@gmx.de>
615 S:      Supported
616 F:      src/mainboard/siemens/chili/
618 SIEMENS MC_xxxx MAINBOARDS
619 M:      Werner Zeh <werner.zeh@siemens.com>
620 S:      Maintained
621 F:      src/mainboard/siemens/mc_apl1/
622 F:      src/mainboard/siemens/mc_ehl/
626 SIFIVE MAINBOARDS
627 S:      Orphan
628 F:      src/mainboard/sifive/
632 STAR LABS MAINBOARDS
633 M:      Sean Rhodes <sean@starlabs.systems>
634 S:      Maintained
635 F:      src/mainboard/starlabs/
639 SUPERMICRO X11-LGA1151-SERIES
640 M:      Michael Niewöhner <foss@mniewoehner.de>
641 S:      Maintained
642 F:      src/mainboard/supermicro/x11-lga1151-series/
646 SYSTEM76 MAINBOARDS
647 M:      Jeremy Soller <jeremy@system76.com>
648 M:      Tim Crawford <tcrawford@system76.com>
649 S:      Maintained
650 F:      src/mainboard/system76/
654 TI MAINBOARDS
655 S:      Orphan
656 F:      src/mainboard/ti/
660 UP MAINBOARDS
661 S:      Orphan
662 F:      src/mainboard/up/
664 ################################################################################
665 # Architectures
666 ################################################################################
668 ARM ARCHITECTURE
669 M:      Julius Werner <jwerner@chromium.org>
670 S:      Supported
671 F:      src/arch/arm/
672 F:      src/arch/arm64/
673 F:      src/soc/nvidia/
674 F:      src/soc/rockchip/
675 F:      util/nvidia/
676 F:      util/rockchip/
678 PPC64 ARCHITECTURE
679 M:      Ronald Minnich <rminnich@gmail.com>
680 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
681 S:      Maintained
682 F:      src/arch/ppc64/
683 F:      src/cpu/qemu-power8/
684 F:      src/mainboard/emulation/qemu-power8/
686 RISC-V ARCHITECTURE
687 M:      Ronald Minnich <rminnich@gmail.com>
688 R:      Philipp Hug <philipp@hug.cx>
689 S:      Maintained
690 F:      src/arch/riscv/
691 F:      src/soc/sifive/
692 F:      src/soc/ucb/
693 F:      src/mainboard/emulation/*-riscv/
694 F:      src/mainboard/sifive/
695 F:      util/riscv/
697 X86 ARCHITECTURE
698 S:      MAINTAINED
699 F:      src/arch/x86/
700 F:      src/cpu/x86/
701 F:      src/drivers/pc80/
702 F:      src/include/pc80/
703 F:      src/include/cpu/x86/
705 ################################################################################
706 # Embedded Controllers
707 ################################################################################
709 CHROME EC
710 M:      Boris Mittelberg <bmbm@google.com>
711 M:      Caveh Jalali <caveh@chromium.org>
712 S:      Maintained
713 F:      src/ec/google/
715 DELL SMSC MEC5035 EC
716 M:      Nicholas Chin <nic.c3.14@gmail.com>
717 W:      https://github.com/nic3-14159/E6400-EC-research
718 S:      Maintained
719 F:      src/ec/dell/mec5035/
721 LENOVO EC
722 M:      Alexander Couzens <lynxis@fe80.eu>
723 S:      Maintained
724 F:      src/ec/lenovo/
726 STARLABS EC
727 M:      Sean Rhodes <sean@starlabs.systems>
728 S:      Maintained
729 F:      src/ec/starlabs/
731 SYSTEM76 EC
732 M:      Jeremy Soller <jeremy@system76.com>
733 M:      Tim Crawford <tcrawford@system76.com>
734 S:      Maintained
735 F:      src/ec/system76/
737 ORPHANED ECS
738 S:      Orphan
739 F:      src/ec/51nb/
740 F:      src/ec/acpi/
741 F:      src/ec/apple/
742 F:      src/ec/compal/
743 F:      src/ec/hp/
744 F:      src/ec/kontron/
745 F:      src/ec/purism/
746 F:      src/ec/quanta/
747 F:      src/ec/roda/
748 F:      src/ec/smsc/
750 ################################################################################
751 # Northbridges
752 ################################################################################
754 INTEL HASWELL NORTHBRIDGE
755 M:      Angel Pons <th3fanbus@gmail.com>
756 S:      Maintained
757 F:      src/northbridge/intel/haswell/
759 INTEL PINEVIEW CHIPSET
760 M:      Angel Pons <th3fanbus@gmail.com>
761 S:      Odd Fixes
762 F:      src/northbridge/intel/pineview/
764 INTEL SANDYBRIDGE NORTHBRIDGE
765 M:      Angel Pons <th3fanbus@gmail.com>
766 S:      Maintained
767 F:      src/northbridge/intel/sandybridge/
769 INTEL X4X CHIPSET
770 M:      Angel Pons <th3fanbus@gmail.com>
771 S:      Odd Fixes
772 F:      src/northbridge/intel/x4x/
774 ################################################################################
775 # Platforms
776 ################################################################################
778 AMD SUPPORT
779 L:      amd_coreboot_org_changes@googlegroups.com
780 S:      Odd Fixes
781 F:      src/vendorcode/amd/
782 F:      src/cpu/amd/
783 F:      src/northbridge/amd/
784 F:      src/southbridge/amd/
785 F:      src/include/cpu/amd/
787 INTEL SUPPORT
788 S:      Maintained
789 F:      src/vendorcode/intel/
790 F:      src/cpu/intel/
791 F:      src/northbridge/intel/
792 F:      src/southbridge/intel/
793 F:      src/soc/intel/
794 F:      src/drivers/intel/
795 F:      src/include/cpu/intel/
797 INTEL FSP 1.1
798 M:      Huang Jin <huang.jin@intel.com>
799 S:      Supported
800 F:      src/drivers/intel/fsp1_1/
802 INTEL FSP 2.0
803 M:      Andrey Petrov <andrey.petrov@gmail.com>
804 S:      Maintained
805 F:      src/drivers/intel/fsp2_0/
807 ################################################################################
808 # Systems on a Chip
809 ################################################################################
811 AMD Cezanne
812 M:      Felix Held <felix-coreboot@felixheld.de>
813 M:      Jason Glenesk <jason.glenesk@gmail.com>
814 M:      Fred Reitberger <reitbergerfred@gmail.com>
815 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
816 L:      amd_coreboot_org_changes@googlegroups.com
817 S:      Maintained
818 F:      src/soc/amd/cezanne/
819 F:      src/vendorcode/amd/fsp/cezanne/
821 AMD common SoC code
822 M:      Felix Held <felix-coreboot@felixheld.de>
823 M:      Jason Glenesk <jason.glenesk@gmail.com>
824 M:      Fred Reitberger <reitbergerfred@gmail.com>
825 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
826 L:      amd_coreboot_org_changes@googlegroups.com
827 S:      Maintained
828 F:      src/soc/amd/common/
830 AMD Picasso
831 M:      Felix Held <felix-coreboot@felixheld.de>
832 M:      Jason Glenesk <jason.glenesk@gmail.com>
833 M:      Fred Reitberger <reitbergerfred@gmail.com>
834 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
835 L:      amd_coreboot_org_changes@googlegroups.com
836 S:      Maintained
837 F:      src/soc/amd/picasso/
838 F:      src/vendorcode/amd/fsp/picasso/
840 AMD Mendocino
841 M:      Felix Held <felix-coreboot@felixheld.de>
842 M:      Jason Glenesk <jason.glenesk@gmail.com>
843 M:      Fred Reitberger <reitbergerfred@gmail.com>
844 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
845 L:      amd_coreboot_org_changes@googlegroups.com
846 S:      Supported
847 F:      src/soc/amd/mendocino/
848 F:      src/vendorcode/amd/fsp/mendocino/
850 AMD Phoenix
851 M:      Felix Held <felix-coreboot@felixheld.de>
852 M:      Jason Glenesk <jason.glenesk@gmail.com>
853 M:      Fred Reitberger <reitbergerfred@gmail.com>
854 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
855 L:      amd_coreboot_org_changes@googlegroups.com
856 S:      Supported
857 F:      src/soc/amd/phoenix/
858 F:      src/vendorcode/amd/fsp/phoenix/
860 AMD Stoneyridge
861 M:      Felix Held <felix-coreboot@felixheld.de>
862 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
863 L:      amd_coreboot_org_changes@googlegroups.com
864 S:      Odd Fixes
865 F:      src/soc/amd/stoneyridge/
867 INTEL METEORLAKE SOC
868 M:      Subrata Banik <subratabanik@google.com>
869 M:      Tarun Tuli <tstuli@gmail.com>
870 M:      Kapil Porwal <kapilporwal@google.com>
871 M:      Jakub Czapiga <jacz@semihalf.com>
872 M:      Eran Mitrani <mitrani@google.com>
873 S:      Maintained
874 F:      src/soc/intel/meteorlake/
876 INTEL ALDERLAKE SOC
877 M:      Subrata Banik <subratabanik@google.com>
878 M:      Nick Vaccaro <nvaccaro@chromium.org>
879 S:      Maintained
880 F:      src/soc/intel/alderlake/
882 INTEL APOLLOLAKE_SOC
883 M:      Sean Rhodes <sean@starlabs.systems>
884 S:      Odd Fixes
885 F:      src/soc/intel/apollolake/
887 INTEL BRASWELL SOC
888 M:      Piotr Król <piotr.krol@3mdeb.com>
889 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
890 M:      Frans Hendriks <fhendriks@eltan.com>
891 S:      Maintained
892 F:      /src/soc/intel/braswell/
893 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
895 INTEL CANNONLAKE SOC
896 S:      Orphan
897 F:      src/soc/intel/cannonlake/
899 INTEL DENVERTON-NS SOC
900 M:      Jeff Daly <jeffd@silicom-usa.com>
901 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
902 S:      Maintained
903 F:      src/soc/intel/denverton_ns/
905 INTEL ELKHARTLAKE SOC
906 M:      Lean Sheng Tan <sheng.tan@9elements.com>
907 M:      Werner Zeh <werner.zeh@siemens.com>
908 S:      Maintained
909 F:      src/soc/intel/elkhartlake/
911 INTEL TIGERLAKE SOC
912 M:      Subrata Banik <subratabanik@google.com>
913 M:      Nick Vaccaro <nvaccaro@chromium.org>
914 S:      Maintained
915 F:      src/soc/intel/tigerlake/
917 INTEL Xeon Sacalable Processor Family
918 M:      Jonathan Zhang <jonzhang@fb.com>
919 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
920 M:      Tim Chu <Tim.Chu@quantatw.com>
921 M:      Arthur Heymans <arthur@aheymans.xyz>
922 M:      Christian Walter <christian.walter@9elements.com>
923 S:      Supported
924 F:      src/soc/intel/xeon_sp/
925 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
926 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
928 MEDIATEK SOCS
929 M:      Hung-Te Lin <hungte@chromium.org>
930 M:      Yu-Ping Wu <yupingso@google.com>
931 M:      Yidi Lin <yidilin@google.com>
932 S:      Supported
933 F:      src/soc/mediatek/
935 MEDIATEK MT8192
936 M:      Xi Chen <xixi.chen@mediatek.com>
937 S:      Maintained
938 F:      src/soc/mediatek/mt8192/
939 F:      src/vendorcode/mediatek/mt8192/
941 ORPHANED ARM SOCS
942 S:      Orphan
943 F:      src/cpu/armltd/
944 F:      src/soc/ti/
945 F:      src/soc/qualcomm/
946 F:      src/soc/samsung/
947 F:      util/exynos/
948 F:      util/ipqheader/
950 ################################################################################
951 # Payloads
952 ################################################################################
954 NVRAM
955 F:      util/nvramtool/
956 F:      payloads/nvramcui/
958 LIBPAYLOAD
959 F:      payloads/libpayload/
961 COREINFO PAYLOAD
962 F:      payloads/coreinfo/
964 EXTERNAL PAYLOADS INTEGRATION
965 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
966 M:      Martin Roth <gaumless@gmail.com>
967 F:      payloads/external/
969 COREDOOM PAYLOAD INTEGRATION
970 M:      Nicholas Chin <nic.c3.14@gmail.com>
971 W:      https://github.com/nic3-14159/coreDOOM
972 S:      Maintained
973 F:      payloads/external/coreDOOM/
975 LINUXBOOT PAYLOAD INTEGRATION
976 M:      Christian Walter <christian.walter@9elements.com>
977 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
978 S:      Supported
979 F:      payloads/external/LinuxBoot/
981 EDK2 PAYLOAD INTEGRATION
982 M:      Benjamin Doron <benjamin.doron00@gmail.com>
983 M:      Matt DeVillier <matt.devillier@gmail.com>
984 M:      Sean Rhodes <sean@starlabs.systems>
985 M:      Lean Sheng Tan <sheng.tan@9elements.com>
986 S:      Supported
987 F:      payloads/external/edk2/
989 ################################################################################
990 # Utilities
991 ################################################################################
993 ABUILD
994 M:      Martin Roth <gaumless@gmail.com>
995 S:      Supported
996 F:      util/abuild/
998 BOARD STATUS
999 F:      util/board_status/
1001 BUILD SYSTEM
1002 M:      Martin Roth <gaumless@gmail.com>
1003 S:      Supported
1004 F:      Makefile
1005 F:      *.inc
1006 F:      src/include/kconfig.h
1007 F:      util/kconfig/
1008 F:      util/sconfig/
1009 F:      util/xcompile/
1010 F:      util/genbuild_h/
1012 TOOLCHAIN
1013 M:      Martin Roth <gaumless@gmail.com>
1014 M:      Felix Singer <felixsinger@posteo.net>
1015 S:      Supported
1016 F:      util/crossgcc/
1018 DOCKER
1019 M:      Martin Roth <gaumless@gmail.com>
1020 M:      Felix Singer <felixsinger@posteo.net>
1021 S:      Supported
1022 F:      util/docker/
1025 F:      .git*
1026 F:      /util/gitconfig
1028 LINT SCRIPTS
1029 M:      Martin Roth <gaumless@gmail.com>
1030 S:      Supported
1031 F:      util/lint/
1033 IFDTOOL
1034 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1035 F:      util/ifdtool/
1037 INTELTOOL
1038 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1039 F:      util/inteltool/
1041 INTELMETOOL
1042 M:      Christian Walter <christian.walter@9elements.com>
1043 F:      util/intelmetool/
1045 INTELP2M
1046 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
1047 S:      Maintained
1048 F:      util/intelp2m/
1050 ME_CLEANER
1051 M:      Nicola Corna <nicola@corna.info>
1052 W:      https://github.com/corna/me_cleaner
1053 S:      Maintained
1054 F:      util/me_cleaner/
1056 LIVEISO
1057 M:      Felix Singer <felixsinger@posteo.net>
1058 S:      Supported
1059 F:      util/liveiso/
1061 ################################################################################
1062 # Miscellaneous
1063 ################################################################################
1065 ASPEED AST2050 DRIVER & COMMON CODE
1066 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
1067 S:      Supported
1068 F:      src/drivers/aspeed/common/
1069 F:      src/drivers/aspeed/ast2050/
1071 ACPI
1072 M:      Lance Zhao <lance.zhao@gmail.com>
1073 M:      Tim Wawrzynczak <inforichland@gmail.com>
1074 S:      Supported
1075 F:      src/acpi/
1076 F:      src/arch/x86/acpi/
1077 F:      util/acpi/
1079 LZ4 COMPRESSION
1080 M:      Julius Werner <jwerner@chromium.org>
1081 S:      Supported
1082 F:      src/commonlib/lz4*
1083 F:      payloads/libpayload/liblz4/
1084 F:      util/cbfstool/lz4/
1086 BINARY OBJECTS
1087 F:      3rdparty/blobs/
1089 VERIFIED BOOT
1090 M:      Julius Werner <jwerner@chromium.org>
1091 M:      Yu-Ping Wu <yupingso@google.com>
1092 S:      Supported
1093 F:      3rdparty/vboot/
1094 F:      src/security/vboot/
1095 F:      src/include/tpm.h
1096 F:      src/include/tpm_lite/
1098 RESOURCE ALLOCATOR
1099 F:      src/device/*
1100 F:      src/include/device/
1101 F:      src/include/cpu/cpu.h
1103 OPTION ROM EXECUTION & X86EMU
1104 F:      src/device/oprom/
1106 CBFS
1107 M:      Julius Werner <jwerner@chromium.org>
1108 F:      src/include/cbfs*
1109 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
1110 F:      src/commonlib/bsd/cbfs*
1111 F:      src/lib/cbfs.c
1113 CBFSTOOL
1114 F:      util/cbfstool/
1116 CBMEM
1117 F:      src/include/cbmem.h
1118 F:      src/include/cbmem_id.h
1119 F:      util/cbmem/
1121 CONSOLE
1122 F:      src/console/
1123 F:      src/include/console/
1124 F:      src/drivers/uart/
1126 TPM SUPPORT
1127 M:      Christian Walter <christian.walter@9elements.com>
1128 S:      Supported
1129 F:      src/drivers/*/tpm/
1130 F:      src/security/tpm/
1132 SUPERIOS & SUPERIOTOOL
1133 S:      Orphan
1134 F:      src/superio/
1135 F:      util/superiotool/
1137 SPD UTILITIES
1138 M:      Reka Norman <rekanorman@chromium.org>
1139 S:      Maintained
1140 F:      util/spd_tools/
1141 F:      util/spdtool/
1143 MEMLAYOUT
1144 M:      Julius Werner <jwerner@chromium.org>
1145 S:      Supported
1146 F:      */memlayout.h
1147 F:      *.ld
1149 ELTAN VENDORCODE
1150 M:      Frans Hendriks <fhendriks@eltan.com>
1151 M:      Erik van den Bogaert <ebogaert@eltan.com>
1152 S:      Maintained
1153 F:      src/vendorcode/eltan/
1155 TAS5825M DRIVER
1156 M:      Jeremy Soller <jeremy@system76.com>
1157 M:      Tim Crawford <tcrawford@system76.com>
1158 S:      Maintained
1159 F:      src/drivers/i2c/tas5825m/
1161 TESTS
1162 M:      Jakub Czapiga <jacz@semihalf.com>
1163 S:      Maintained
1164 F:      tests/
1165 F:      payloads/libpayload/tests/
1167 COREBOOT RELEASES
1168 M:      Felix Singer <felixsinger@posteo.net>
1169 M:      Jason Glenesk <jason.glenesk@gmail.com>
1170 M:      Angel Pons <th3fanbus@gmail.com>
1171 M:      Martin Roth <gaumless@gmail.com>
1172 M:      Matt DeVillier <MrChromebox@gmail.com>
1173 S:      Maintained
1174 F:      Documentation/releases/
1175 F:      util/release/
1177 MISSING: TIMERS / DELAYS
1179 MISSING: TIMESTAMPS
1181 MISSING: FMAP
1183 MISSING: GPIO
1185 MISSING: SMP
1187 MISSING: DMP / QEMU-X86
1189 MISSING: ELOG
1191 MISSING: SPI
1193 # *** Infrastructure Owners ***
1194 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1195 # Hardware
1196 #       Owners: Stefan, Patrick
1197 #       Backups:
1199 # Web Server
1200 #       Owners: Stefan, Patrick
1201 #       Backups:
1203 # Website
1204 #       Owners: Martin
1205 #       Backups: Patrick, Stefan
1207 # Documentation Website
1208 #       Owners: Patrick
1209 #       Backups:
1211 CODE OF CONDUCT
1212 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1213 M:      Ronald Minnich <rminnich@gmail.com>
1214 M:      Martin Roth <martin@coreboot.org>
1215 S:      Maintained
1216 F:      Documentation/community/code_of_conduct.md
1218 # Wiki
1219 #       Owners: Stefan, Patrick
1220 #       Backups:
1222 # Gerrit
1223 #       Owners: Stefan, Patrick
1224 #       Backups: Martin
1226 # Jenkins
1227 #       Owners: Patrick, Martin
1228 #       Backups:
1230 # Bug Tracker
1231 #       Owners: Lynxis,
1232 #       Backups: Martin,
1234 # Mailing List
1235 #       Owners: Stefan, Patrick
1236 #       Backups: Martin,
1238 # Software Freedom Conservancy
1239 #       Main contact: Martin
1240 #       “Official” contact: Stefan