mb/google/nissa/var/uldren: Modify reset_delay_ms for EKTH7D18
[coreboot.git] / MAINTAINERS
blob0fa41359b7ff6b1c442ab71fcddee4895c165e7b
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 <taruntuli@google.com>
344 M:      Kapil Porwal <kapilporwal@google.com>
345 M:      Jakub Czapiga <jacz@semihalf.com>
346 S:      Maintained
347 F:      src/mainboard/google/rex/
349 GOOGLE BRYA MAINBOARDS
350 M:      Tarun Tuli <taruntuli@google.com>
351 S:      Maintained
352 F:      src/mainboard/google/brya/
354 GOOGLE HATCH MAINBOARDS
355 M:      Tarun Tuli <taruntuli@google.com>
356 S:      Maintained
357 F:      src/mainboard/google/hatch/
359 GOOGLE VOLTEER MAINBOARDS
360 M:      Nick Vaccaro <nvaccaro@chromium.org>
361 S:      Maintained
362 F:      src/mainboard/google/volteer/
364 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
365 M:      Matt DeVillier <MrChromebox@gmail.com>
366 S:      Maintained
367 F:      src/mainboard/google/auron/
368 F:      src/mainboard/google/beltino/
369 F:      src/mainboard/google/butterfly/
370 F:      src/mainboard/google/cyan/
371 F:      src/mainboard/google/glados/
372 F:      src/mainboard/google/jecht/
373 F:      src/mainboard/google/link/
374 F:      src/mainboard/google/parrot/
375 F:      src/mainboard/google/slippy/
376 F:      src/mainboard/google/stout/
378 GOOGLE AMD-BASED MAINBOARDS
379 M:      Martin Roth <martin.roth@amd.corp-partner.google.com>
380 M:      Jason Nien <jason.nien@amd.corp-partner.google.com>
381 L:      amd_coreboot_org_changes@googlegroups.com
382 S:      Supported
383 F:      src/mainboard/google/kahlee/
384 F:      src/mainboard/google/zork/
385 F:      src/mainboard/google/guybrush/
386 F:      src/mainboard/google/skyrim/
388 GOOGLE MEDIATEK-BASED MAINBOARDS
389 M:      Hung-Te Lin <hungte@chromium.org>
390 M:      Yu-Ping Wu <yupingso@google.com>
391 M:      Yidi Lin <yidilin@google.com>
392 S:      Supported
393 F:      src/mainboard/google/asurada/
394 F:      src/mainboard/google/cherry/
395 F:      src/mainboard/google/corsola/
396 F:      src/mainboard/google/geralt/
397 F:      src/mainboard/google/kukui/
398 F:      src/mainboard/google/oak/
402 HP 280 G2 MAINBOARD
403 M:      Angel Pons <th3fanbus@gmail.com>
404 S:      Maintained
405 F:      src/mainboard/hp/280_g2/
409 IBASE MAINBOARDS
410 S:      Orphan
411 F:      src/mainboard/ibase/
415 INTEL HARCUVAR_CRB MAINBOARD
416 M:      Jeff Daly <jeffd@silicom-usa.com>
417 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
418 S:      Maintained
419 F:      src/mainboard/intel/harcuvar/
423 JETWAY MAINBOARDS
424 S:      Orphan
425 F:      src/mainboard/jetway/
429 KONTRON BSL6 MAINBOARD
430 M:      Felix Singer <felixsinger@posteo.net>
431 M:      Nico Huber <nico.h@gmx.de>
432 S:      Supported
433 F:      src/mainboard/kontron/bsl6/
435 KONTRON MAL10 MAINBOARD
436 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
437 M:      Nico Huber <nico.h@gmx.de>
438 M:      Felix Singer <felixsinger@posteo.net>
439 S:      Supported
440 F:      src/mainboard/kontron/mal10/
444 LENOVO MAINBOARDS
445 M:      Alexander Couzens <lynxis@fe80.eu>
446 S:      Maintained
447 F:      src/mainboard/lenovo/
449 LENOVO G505S MAINBOARD
450 M:      Mike Banon <mikebdp2@gmail.com>
451 S:      Maintained
452 F:      src/mainboard/lenovo/g505s/
454 LENOVO X200 MAINBOARD
455 R:      Stefan Ott <coreboot@desire.ch>
456 S:      Maintained
457 F:      src/mainboard/lenovo/x200/
459 LENOVO X201 MAINBOARD
460 R:      Stefan Ott <coreboot@desire.ch>
461 S:      Maintained
462 F:      src/mainboard/lenovo/x201/
466 LIBRETREND LT1000 MAINBOARD
467 M:      Piotr Król <piotr.krol@3mdeb.com>
468 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
469 S:      Maintained
470 F:      src/mainboard/libretrend/lt1000/
474 LIPPERT MAINBOARDS (acquired by Adlink)
475 S:      Orphan
476 F:      src/mainboard/lippert/
480 MSI H81M-P33 MAINBOARD
481 M:      Angel Pons <th3fanbus@gmail.com>
482 S:      Maintained
483 F:      src/mainboard/msi/h81m-p33/
485 MSI MS-7D25 MAINBOARDS
486 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
487 M:      Michał Kopeć <michal.kopec@3mdeb.com>
488 S:      Maintained
489 F:      src/mainboard/msi/ms7d25/
493 OCP DELTALAKE MAINBOARD
494 M:      Arthur Heymans <arthur@aheymans.xyz>
495 M:      Christian Walter <christian.walter@9elements.com>
496 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
497 M:      Jonathan Zhang <jonzhang@fb.com>
498 M:      Tim Chu <Tim.Chu@quantatw.com>
499 S:      Supported
500 F:      src/mainboard/ocp/deltalake/
502 OCP TIOGAPASS MAINBOARD
503 M:      Jonathan Zhang <jonzhang@fb.com>
504 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
505 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
506 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
507 M:      Bryant Ou <Bryant.Ou@quantatw.com>
508 S:      Maintained
509 F:      src/mainboard/ocp/tiogapass/
513 OPENCELLULAR MAINBOARDS
514 M:      Christian Walter <christian.walter@9elements.com>
515 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
516 S:      Supported
517 F:      src/mainboard/opencellular/elgon/
521 PC ENGINES ALL MAINBOARDS
522 M:      Piotr Król <piotr.krol@3mdeb.com>
523 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
524 S:      Supported
525 F:      src/mainboard/pcengines/
529 PINE64 MAINBOARDS
530 S:      Orphan
531 F:      src/mainboard/pine64/
535 PORTWELL PQ-M107 MAINBOARD
536 M:      Frans Hendriks <fhendriks@eltan.com>
537 M:      Erik van den Bogaert <ebogaert@eltan.com>
538 S:      Maintained
539 F:      src/mainboard/portwell/m107/
543 PROTECTLI ALL MAINBOARDS
544 M:      Piotr Król <piotr.krol@3mdeb.com>
545 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
546 S:      Maintained
547 F:      src/mainboard/protectli/
551 PRODRIVE ATLAS MAINBOARD
552 M:      Angel Pons <th3fanbus@gmail.com>
553 M:      Christian Walter <christian.walter@9elements.com>
554 M:      Lean Sheng Tan <sheng.tan@9elements.com>
555 S:      Maintained
556 F:      src/mainboard/prodrive/atlas/
558 PRODRIVE HERMES MAINBOARD
559 M:      Christian Walter <christian.walter@9elements.com>
560 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
561 S:      Maintained
562 F:      src/mainboard/prodrive/hermes/
566 PURISM MAINBOARDS
567 M:      Jonathon Hall <jonathon.hall@puri.sm>
568 S:      Supported
569 F:      src/mainboard/purism/
573 RAZER MAINBOARDS
574 S:      Orphan
575 F:      src/mainboard/razer/
579 RODA MAINBOARDS
580 S:      Orphan
581 F:      src/mainboard/roda/
585 SAMSUNG CHROMEOS MAINBOARDS
586 M:      Matt DeVillier <MrChromebox@gmail.com>
587 S:      Maintained
588 F:      src/mainboard/samsung/lumpy/
589 F:      src/mainboard/samsung/stumpy/
593 SAPPHIRE MAINBOARDS
594 S:      Orphan
595 F:      src/mainboard/sapphire/
599 SCALEWAY MAINBOARDS
600 S:      Orphan
601 F:      src/mainboard/scaleway/
605 SIEMENS CHILI MAINBAORD
606 M:      Felix Singer <felixsinger@posteo.net>
607 M:      Nico Huber <nico.h@gmx.de>
608 S:      Supported
609 F:      src/mainboard/siemens/chili/
611 SIEMENS MC_xxxx MAINBOARDS
612 M:      Werner Zeh <werner.zeh@siemens.com>
613 S:      Maintained
614 F:      src/mainboard/siemens/mc_apl1/
615 F:      src/mainboard/siemens/mc_ehl/
619 SIFIVE MAINBOARDS
620 S:      Orphan
621 F:      src/mainboard/sifive/
625 STAR LABS MAINBOARDS
626 M:      Sean Rhodes <sean@starlabs.systems>
627 S:      Maintained
628 F:      src/mainboard/starlabs/
632 SUPERMICRO X11-LGA1151-SERIES
633 M:      Michael Niewöhner <foss@mniewoehner.de>
634 S:      Maintained
635 F:      src/mainboard/supermicro/x11-lga1151-series/
639 SYSTEM76 MAINBOARDS
640 M:      Jeremy Soller <jeremy@system76.com>
641 M:      Tim Crawford <tcrawford@system76.com>
642 S:      Maintained
643 F:      src/mainboard/system76/
647 TI MAINBOARDS
648 S:      Orphan
649 F:      src/mainboard/ti/
653 UP MAINBOARDS
654 S:      Orphan
655 F:      src/mainboard/up/
657 ################################################################################
658 # Architectures
659 ################################################################################
661 ARM ARCHITECTURE
662 M:      Julius Werner <jwerner@chromium.org>
663 S:      Supported
664 F:      src/arch/arm/
665 F:      src/arch/arm64/
666 F:      src/soc/nvidia/
667 F:      src/soc/rockchip/
668 F:      util/nvidia/
669 F:      util/rockchip/
671 PPC64 ARCHITECTURE
672 M:      Ronald Minnich <rminnich@gmail.com>
673 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
674 S:      Maintained
675 F:      src/arch/ppc64/
676 F:      src/cpu/qemu-power8/
677 F:      src/mainboard/emulation/qemu-power8/
679 RISC-V ARCHITECTURE
680 M:      Ronald Minnich <rminnich@gmail.com>
681 R:      Philipp Hug <philipp@hug.cx>
682 S:      Maintained
683 F:      src/arch/riscv/
684 F:      src/soc/sifive/
685 F:      src/soc/ucb/
686 F:      src/mainboard/emulation/*-riscv/
687 F:      src/mainboard/sifive/
688 F:      util/riscv/
690 X86 ARCHITECTURE
691 S:      MAINTAINED
692 F:      src/arch/x86/
693 F:      src/cpu/x86/
694 F:      src/drivers/pc80/
695 F:      src/include/pc80/
696 F:      src/include/cpu/x86/
698 ################################################################################
699 # Embedded Controllers
700 ################################################################################
702 CHROME EC
703 M:      Boris Mittelberg <bmbm@google.com>
704 M:      Caveh Jalali <caveh@chromium.org>
705 S:      Maintained
706 F:      src/ec/google/
708 DELL SMSC MEC5035 EC
709 M:      Nicholas Chin <nic.c3.14@gmail.com>
710 W:      https://github.com/nic3-14159/E6400-EC-research
711 S:      Maintained
712 F:      src/ec/dell/mec5035/
714 LENOVO EC
715 M:      Alexander Couzens <lynxis@fe80.eu>
716 S:      Maintained
717 F:      src/ec/lenovo/
719 STARLABS EC
720 M:      Sean Rhodes <sean@starlabs.systems>
721 S:      Maintained
722 F:      src/ec/starlabs/
724 SYSTEM76 EC
725 M:      Jeremy Soller <jeremy@system76.com>
726 M:      Tim Crawford <tcrawford@system76.com>
727 S:      Maintained
728 F:      src/ec/system76/
730 ORPHANED ECS
731 S:      Orphan
732 F:      src/ec/51nb/
733 F:      src/ec/acpi/
734 F:      src/ec/apple/
735 F:      src/ec/compal/
736 F:      src/ec/hp/
737 F:      src/ec/kontron/
738 F:      src/ec/purism/
739 F:      src/ec/quanta/
740 F:      src/ec/roda/
741 F:      src/ec/smsc/
743 ################################################################################
744 # Northbridges
745 ################################################################################
747 INTEL HASWELL NORTHBRIDGE
748 M:      Angel Pons <th3fanbus@gmail.com>
749 S:      Maintained
750 F:      src/northbridge/intel/haswell/
752 INTEL PINEVIEW CHIPSET
753 M:      Angel Pons <th3fanbus@gmail.com>
754 S:      Odd Fixes
755 F:      src/northbridge/intel/pineview/
757 INTEL SANDYBRIDGE NORTHBRIDGE
758 M:      Angel Pons <th3fanbus@gmail.com>
759 S:      Maintained
760 F:      src/northbridge/intel/sandybridge/
762 INTEL X4X CHIPSET
763 M:      Angel Pons <th3fanbus@gmail.com>
764 S:      Odd Fixes
765 F:      src/northbridge/intel/x4x/
767 ################################################################################
768 # Platforms
769 ################################################################################
771 AMD SUPPORT
772 L:      amd_coreboot_org_changes@googlegroups.com
773 S:      Odd Fixes
774 F:      src/vendorcode/amd/
775 F:      src/cpu/amd/
776 F:      src/northbridge/amd/
777 F:      src/southbridge/amd/
778 F:      src/include/cpu/amd/
780 INTEL SUPPORT
781 S:      Maintained
782 F:      src/vendorcode/intel/
783 F:      src/cpu/intel/
784 F:      src/northbridge/intel/
785 F:      src/southbridge/intel/
786 F:      src/soc/intel/
787 F:      src/drivers/intel/
788 F:      src/include/cpu/intel/
790 INTEL FSP 1.1
791 M:      Huang Jin <huang.jin@intel.com>
792 S:      Supported
793 F:      src/drivers/intel/fsp1_1/
795 INTEL FSP 2.0
796 M:      Andrey Petrov <andrey.petrov@gmail.com>
797 S:      Maintained
798 F:      src/drivers/intel/fsp2_0/
800 ################################################################################
801 # Systems on a Chip
802 ################################################################################
804 AMD Cezanne
805 M:      Felix Held <felix-coreboot@felixheld.de>
806 M:      Jason Glenesk <jason.glenesk@gmail.com>
807 M:      Raul E Rangel <rrangel@chromium.org>
808 M:      Fred Reitberger <reitbergerfred@gmail.com>
809 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
810 L:      amd_coreboot_org_changes@googlegroups.com
811 S:      Maintained
812 F:      src/soc/amd/cezanne/
813 F:      src/vendorcode/amd/fsp/cezanne/
815 AMD common SoC code
816 M:      Felix Held <felix-coreboot@felixheld.de>
817 M:      Jason Glenesk <jason.glenesk@gmail.com>
818 M:      Raul E Rangel <rrangel@chromium.org>
819 M:      Fred Reitberger <reitbergerfred@gmail.com>
820 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
821 L:      amd_coreboot_org_changes@googlegroups.com
822 S:      Maintained
823 F:      src/soc/amd/common/
825 AMD Picasso
826 M:      Felix Held <felix-coreboot@felixheld.de>
827 M:      Jason Glenesk <jason.glenesk@gmail.com>
828 M:      Fred Reitberger <reitbergerfred@gmail.com>
829 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
830 L:      amd_coreboot_org_changes@googlegroups.com
831 S:      Maintained
832 F:      src/soc/amd/picasso/
833 F:      src/vendorcode/amd/fsp/picasso/
835 AMD Mendocino
836 M:      Felix Held <felix-coreboot@felixheld.de>
837 M:      Jason Glenesk <jason.glenesk@gmail.com>
838 M:      Raul E Rangel <rrangel@chromium.org>
839 M:      Fred Reitberger <reitbergerfred@gmail.com>
840 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
841 L:      amd_coreboot_org_changes@googlegroups.com
842 S:      Supported
843 F:      src/soc/amd/mendocino/
844 F:      src/vendorcode/amd/fsp/mendocino/
846 AMD Phoenix
847 M:      Felix Held <felix-coreboot@felixheld.de>
848 M:      Jason Glenesk <jason.glenesk@gmail.com>
849 M:      Fred Reitberger <reitbergerfred@gmail.com>
850 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
851 L:      amd_coreboot_org_changes@googlegroups.com
852 S:      Supported
853 F:      src/soc/amd/phoenix/
854 F:      src/vendorcode/amd/fsp/phoenix/
856 AMD Stoneyridge
857 M:      Felix Held <felix-coreboot@felixheld.de>
858 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
859 L:      amd_coreboot_org_changes@googlegroups.com
860 S:      Odd Fixes
861 F:      src/soc/amd/stoneyridge/
863 INTEL METEORLAKE SOC
864 M:      Subrata Banik <subratabanik@google.com>
865 M:      Tarun Tuli <taruntuli@google.com>
866 M:      Kapil Porwal <kapilporwal@google.com>
867 M:      Jakub Czapiga <jacz@semihalf.com>
868 S:      Maintained
869 F:      src/soc/intel/meteorlake/
871 INTEL ALDERLAKE SOC
872 M:      Subrata Banik <subratabanik@google.com>
873 M:      Tarun Tuli <taruntuli@google.com>
874 S:      Maintained
875 F:      src/soc/intel/alderlake/
877 INTEL APOLLOLAKE_SOC
878 M:      Sean Rhodes <sean@starlabs.systems>
879 S:      Odd Fixes
880 F:      src/soc/intel/apollolake/
882 INTEL BRASWELL SOC
883 M:      Piotr Król <piotr.krol@3mdeb.com>
884 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
885 M:      Frans Hendriks <fhendriks@eltan.com>
886 S:      Maintained
887 F:      /src/soc/intel/braswell/
888 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
890 INTEL DENVERTON-NS SOC
891 M:      Jeff Daly <jeffd@silicom-usa.com>
892 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
893 S:      Maintained
894 F:      src/soc/intel/denverton_ns/
896 INTEL ELKHARTLAKE SOC
897 M:      Lean Sheng Tan <sheng.tan@9elements.com>
898 M:      Werner Zeh <werner.zeh@siemens.com>
899 S:      Maintained
900 F:      src/soc/intel/elkhartlake/
902 INTEL TIGERLAKE SOC
903 M:      Subrata Banik <subratabanik@google.com>
904 M:      Tarun Tuli <taruntuli@google.com>
905 S:      Maintained
906 F:      src/soc/intel/tigerlake/
908 INTEL Xeon Sacalable Processor Family
909 M:      Jonathan Zhang <jonzhang@fb.com>
910 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
911 M:      Tim Chu <Tim.Chu@quantatw.com>
912 M:      Arthur Heymans <arthur@aheymans.xyz>
913 M:      Christian Walter <christian.walter@9elements.com>
914 S:      Supported
915 F:      src/soc/intel/xeon_sp/
916 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
917 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
919 MEDIATEK SOCS
920 M:      Hung-Te Lin <hungte@chromium.org>
921 M:      Yu-Ping Wu <yupingso@google.com>
922 M:      Yidi Lin <yidilin@google.com>
923 S:      Supported
924 F:      src/soc/mediatek/
926 MEDIATEK MT8192
927 M:      Xi Chen <xixi.chen@mediatek.com>
928 S:      Maintained
929 F:      src/soc/mediatek/mt8192/
930 F:      src/vendorcode/mediatek/mt8192/
932 ORPHANED ARM SOCS
933 S:      Orphan
934 F:      src/cpu/armltd/
935 F:      src/soc/ti/
936 F:      src/soc/qualcomm/
937 F:      src/soc/samsung/
938 F:      util/exynos/
939 F:      util/ipqheader/
941 ################################################################################
942 # Payloads
943 ################################################################################
945 NVRAM
946 F:      util/nvramtool/
947 F:      payloads/nvramcui/
949 LIBPAYLOAD
950 F:      payloads/libpayload/
952 COREINFO PAYLOAD
953 F:      payloads/coreinfo/
955 EXTERNAL PAYLOADS INTEGRATION
956 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
957 M:      Martin Roth <gaumless@gmail.com>
958 F:      payloads/external/
960 LINUXBOOT PAYLOAD INTEGRATION
961 M:      Christian Walter <christian.walter@9elements.com>
962 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
963 S:      Supported
964 F:      payloads/external/LinuxBoot/
966 EDK2 PAYLOAD INTEGRATION
967 M:      Benjamin Doron <benjamin.doron00@gmail.com>
968 M:      Matt DeVillier <matt.devillier@gmail.com>
969 M:      Sean Rhodes <sean@starlabs.systems>
970 M:      Lean Sheng Tan <sheng.tan@9elements.com>
971 S:      Supported
972 F:      payloads/external/edk2/
974 ################################################################################
975 # Utilities
976 ################################################################################
978 ABUILD
979 M:      Martin Roth <gaumless@gmail.com>
980 S:      Supported
981 F:      util/abuild/
983 BOARD STATUS
984 F:      util/board_status/
986 BUILD SYSTEM
987 M:      Martin Roth <gaumless@gmail.com>
988 S:      Supported
989 F:      Makefile
990 F:      *.inc
991 F:      src/include/kconfig.h
992 F:      util/kconfig/
993 F:      util/sconfig/
994 F:      util/xcompile/
995 F:      util/genbuild_h/
997 TOOLCHAIN
998 M:      Martin Roth <gaumless@gmail.com>
999 M:      Felix Singer <felixsinger@posteo.net>
1000 M:      Elyes Haouas <ehaouas@noos.fr>
1001 S:      Supported
1002 F:      util/crossgcc/
1004 DOCKER
1005 M:      Martin Roth <gaumless@gmail.com>
1006 M:      Felix Singer <felixsinger@posteo.net>
1007 S:      Supported
1008 F:      util/docker/
1011 F:      .git*
1012 F:      /util/gitconfig
1014 LINT SCRIPTS
1015 M:      Martin Roth <gaumless@gmail.com>
1016 S:      Supported
1017 F:      util/lint/
1019 IFDTOOL
1020 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1021 F:      util/ifdtool/
1023 INTELTOOL
1024 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1025 F:      util/inteltool/
1027 INTELMETOOL
1028 M:      Christian Walter <christian.walter@9elements.com>
1029 F:      util/intelmetool/
1031 INTELP2M
1032 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
1033 S:      Maintained
1034 F:      util/intelp2m/
1036 ME_CLEANER
1037 M:      Nicola Corna <nicola@corna.info>
1038 W:      https://github.com/corna/me_cleaner
1039 S:      Maintained
1040 F:      util/me_cleaner/
1042 LIVEISO
1043 M:      Felix Singer <felixsinger@posteo.net>
1044 S:      Supported
1045 F:      util/liveiso/
1047 ################################################################################
1048 # Miscellaneous
1049 ################################################################################
1051 ASPEED AST2050 DRIVER & COMMON CODE
1052 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
1053 S:      Supported
1054 F:      src/drivers/aspeed/common/
1055 F:      src/drivers/aspeed/ast2050/
1057 ACPI
1058 M:      Lance Zhao <lance.zhao@gmail.com>
1059 M:      Tim Wawrzynczak <inforichland@gmail.com>
1060 S:      Supported
1061 F:      src/acpi/
1062 F:      src/arch/x86/acpi/
1063 F:      util/acpi/
1065 LZ4 COMPRESSION
1066 M:      Julius Werner <jwerner@chromium.org>
1067 S:      Supported
1068 F:      src/commonlib/lz4*
1069 F:      payloads/libpayload/liblz4/
1070 F:      util/cbfstool/lz4/
1072 BINARY OBJECTS
1073 F:      3rdparty/blobs/
1075 VERIFIED BOOT
1076 M:      Julius Werner <jwerner@chromium.org>
1077 M:      Yu-Ping Wu <yupingso@google.com>
1078 S:      Supported
1079 F:      3rdparty/vboot/
1080 F:      src/security/vboot/
1081 F:      src/include/tpm.h
1082 F:      src/include/tpm_lite/
1084 RESOURCE ALLOCATOR
1085 F:      src/device/*
1086 F:      src/include/device/
1087 F:      src/include/cpu/cpu.h
1089 OPTION ROM EXECUTION & X86EMU
1090 F:      src/device/oprom/
1092 CBFS
1093 M:      Julius Werner <jwerner@chromium.org>
1094 F:      src/include/cbfs*
1095 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
1096 F:      src/commonlib/bsd/cbfs*
1097 F:      src/lib/cbfs.c
1099 CBFSTOOL
1100 F:      util/cbfstool/
1102 CBMEM
1103 F:      src/include/cbmem.h
1104 F:      src/include/cbmem_id.h
1105 F:      util/cbmem/
1107 CONSOLE
1108 F:      src/console/
1109 F:      src/include/console/
1110 F:      src/drivers/uart/
1112 TPM SUPPORT
1113 M:      Christian Walter <christian.walter@9elements.com>
1114 S:      Supported
1115 F:      src/drivers/*/tpm/
1116 F:      src/security/tpm/
1118 SUPERIOS & SUPERIOTOOL
1119 M:      Felix Held <felix-coreboot@felixheld.de>
1120 S:      Odd Fixes
1121 F:      src/superio/
1122 F:      util/superiotool/
1124 SPD UTILITIES
1125 M:      Reka Norman <rekanorman@chromium.org>
1126 S:      Maintained
1127 F:      util/spd_tools/
1128 F:      util/spdtool/
1130 MEMLAYOUT
1131 M:      Julius Werner <jwerner@chromium.org>
1132 S:      Supported
1133 F:      */memlayout.h
1134 F:      *.ld
1136 ELTAN VENDORCODE
1137 M:      Frans Hendriks <fhendriks@eltan.com>
1138 M:      Erik van den Bogaert <ebogaert@eltan.com>
1139 S:      Maintained
1140 F:      src/vendorcode/eltan/
1142 TAS5825M DRIVER
1143 M:      Jeremy Soller <jeremy@system76.com>
1144 M:      Tim Crawford <tcrawford@system76.com>
1145 S:      Maintained
1146 F:      src/drivers/i2c/tas5825m/
1148 TESTS
1149 M:      Jakub Czapiga <jacz@semihalf.com>
1150 S:      Maintained
1151 F:      tests/
1152 F:      payloads/libpayload/tests/
1154 COREBOOT RELEASES
1155 M:      Felix Singer <felixsinger@posteo.net>
1156 M:      Jason Glenesk <jason.glenesk@gmail.com>
1157 M:      Angel Pons <th3fanbus@gmail.com>
1158 M:      Martin Roth <gaumless@gmail.com>
1159 M:      Matt DeVillier <MrChromebox@gmail.com>
1160 S:      Maintained
1161 F:      Documentation/releases/
1162 F:      util/release/
1164 MISSING: TIMERS / DELAYS
1166 MISSING: TIMESTAMPS
1168 MISSING: FMAP
1170 MISSING: GPIO
1172 MISSING: SMP
1174 MISSING: DMP / QEMU-X86
1176 MISSING: ELOG
1178 MISSING: SPI
1180 # *** Infrastructure Owners ***
1181 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1182 # Hardware
1183 #       Owners: Stefan, Patrick
1184 #       Backups:
1186 # Web Server
1187 #       Owners: Stefan, Patrick
1188 #       Backups:
1190 # Website
1191 #       Owners: Martin
1192 #       Backups: Patrick, Stefan
1194 # Documentation Website
1195 #       Owners: Patrick
1196 #       Backups:
1198 CODE OF CONDUCT
1199 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1200 M:      Ronald Minnich <rminnich@gmail.com>
1201 M:      Martin Roth <martin@coreboot.org>
1202 S:      Maintained
1203 F:      Documentation/community/code_of_conduct.md
1205 # Wiki
1206 #       Owners: Stefan, Patrick
1207 #       Backups:
1209 # Gerrit
1210 #       Owners: Stefan, Patrick
1211 #       Backups: Martin
1213 # Jenkins
1214 #       Owners: Patrick, Martin
1215 #       Backups:
1217 # Bug Tracker
1218 #       Owners: Lynxis,
1219 #       Backups: Martin,
1221 # Mailing List
1222 #       Owners: Stefan, Patrick
1223 #       Backups: Martin,
1225 # Software Freedom Conservancy
1226 #       Main contact: Martin
1227 #       “Official” contact: Stefan