mb/google/brask/variants/moli: update type-c setting in overridetree
[coreboot.git] / MAINTAINERS
blob3181ef3adcfbf1d879ce6a67c9fdaa313c36f466
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:      Marshall Dawson <marshalldawson3rd@gmail.com>
142 M:      Felix Held <felix-coreboot@felixheld.de>
143 M:      Jason Glenesk <jason.glenesk@gmail.com>
144 M:      Fred Reitberger <reitbergerfred@gmail.com>
145 S:      Maintained
146 F:      src/mainboard/amd/chausie/
147 F:      src/mainboard/amd/majolica/
148 F:      src/mainboard/amd/mandolin/
150 APPLE MAINBOARDS
151 M:      Evgeny Zinoviev <me@ch1p.io>
152 S:      Maintained
153 F:      src/mainboard/apple/
157 ASROCK B85M PRO4 MAINBOARD
158 M:      Angel Pons <th3fanbus@gmail.com>
159 S:      Maintained
160 F:      src/mainboard/asrock/b85m_pro4/
162 ASROCK G41C-GS MAINBOARD & VARIANTS
163 M:      Angel Pons <th3fanbus@gmail.com>
164 S:      Maintained
165 F:      src/mainboard/asrock/g41c-gs/
167 ASROCK H81M-HDS MAINBOARD
168 M:      Tristan Corrick <tristan@corrick.kiwi>
169 S:      Maintained
170 F:      src/mainboard/asrock/h81m-hds/
174 ASUS A88XM-E MAINBOARD
175 M:      Mike Banon <mikebdp2@gmail.com>
176 S:      Maintained
177 F:      src/mainboard/asus/a88xm-e/
179 ASUS AM1I-A MAINBOARD
180 M:      Mike Banon <mikebdp2@gmail.com>
181 S:      Maintained
182 F:      src/mainboard/asus/am1i-a/
184 ASUS H61 SERIES MAINBOARDS
185 M:      Angel Pons <th3fanbus@gmail.com>
186 M:      Tristan Corrick <tristan@corrick.kiwi>
187 S:      Maintained
188 F:      src/mainboard/asus/h61-series/
190 ASUS MAXIMUS IV GENE-Z MAINBOARD
191 M:      Tristan Corrick <tristan@corrick.kiwi>
192 S:      Maintained
193 F:      src/mainboard/asus/maximus_iv_gene-z/
195 ASUS P5QC PRO MAINBOARD & VARIANTS
196 M:      Angel Pons <th3fanbus@gmail.com>
197 R:      Stefan Ott <coreboot@desire.ch>
198 S:      Maintained
199 F:      src/mainboard/asus/p5qc/
201 ASUS P5QPL-AM MAINBOARD & VARIANTS
202 M:      Angel Pons <th3fanbus@gmail.com>
203 S:      Maintained
204 F:      src/mainboard/asus/p5qpl-am/
206 ASUS P8Z77 SERIES MAINBOARDS
207 M:      Angel Pons <th3fanbus@gmail.com>
208 M:      Vlado Cibic <vladocb@protonmail.com>
209 S:      Maintained
210 F:      src/mainboard/asus/p8z77-series/
214 CLEVO MAINBOARDS
215 M:      Felix Singer <felixsinger@posteo.net>
216 M:      Michael Niewöhner <foss@mniewoehner.de>
217 S:      Supported
218 F:      src/mainboard/clevo/
222 FACEBOOK FBG1701 MAINBOARD
223 M:      Frans Hendriks <fhendriks@eltan.com>
224 M:      Erik van den Bogaert <ebogaert@eltan.com>
225 S:      Maintained
226 F:      src/mainboard/facebook/fbg1701/
228 FACEBOOK MONOLITH MAINBOARD
229 M:      Frans Hendriks <fhendriks@eltan.com>
230 M:      Erik van den Bogaert <ebogaert@eltan.com>
231 S:      Maintained
232 F:      src/mainboard/facebook/monolith/
236 GIGABYTE GA-D510UD MAINBOARD
237 M:      Angel Pons <th3fanbus@gmail.com>
238 S:      Maintained
239 F:      src/mainboard/gigabyte/ga-d510ud/
241 GIGABYTE GA-G41M-ES2L MAINBOARD
242 M:      Damien Zammit <damien@zamaudio.com>
243 S:      Odd Fixes
244 F:      src/mainboard/gigabyte/ga-g41m-es2l/
246 GIGABYTE GA-H61M SERIES MAINBOARDS
247 M:      Angel Pons <th3fanbus@gmail.com>
248 S:      Maintained
249 F:      src/mainboard/gigabyte/ga-h61m-series/
252 GOOGLE BRYA MAINBOARDS
253 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
254 S:      Maintained
255 F:      src/mainboard/google/brya/
257 GOOGLE HATCH MAINBOARDS
258 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
259 S:      Maintained
260 F:      src/mainboard/google/hatch/
262 GOOGLE PANTHER MAINBOARD
263 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
264 S:      Supported
265 F:      src/mainboard/google/panther/
267 GOOGLE VOLTEER MAINBOARDS
268 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
269 M:      Nick Vaccaro <nvaccaro@chromium.org>
270 S:      Maintained
271 F:      src/mainboard/google/volteer/
273 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
274 M:      Matt DeVillier <MrChromebox@gmail.com>
275 S:      Maintained
276 F:      src/mainboard/google/auron/
277 F:      src/mainboard/google/beltino/
278 F:      src/mainboard/google/butterfly/
279 F:      src/mainboard/google/cyan/
280 F:      src/mainboard/google/glados/
281 F:      src/mainboard/google/jecht/
282 F:      src/mainboard/google/link/
283 F:      src/mainboard/google/parrot/
284 F:      src/mainboard/google/slippy/
285 F:      src/mainboard/google/stout/
289 HP 280 G2 MAINBOARD
290 M:      Angel Pons <th3fanbus@gmail.com>
291 S:      Maintained
292 F:      src/mainboard/hp/280_g2/
296 INTEL D510MO MAINBOARD
297 M:      Damien Zammit <damien@zamaudio.com>
298 S:      Odd Fixes
299 F:      src/mainboard/intel/d510mo/
301 INTEL HARCUVAR_CRB MAINBOARD
302 M:      Jeff Daly <jeffd@silicom-usa.com>
303 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
304 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
305 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
306 S:      Maintained
307 F:      src/mainboard/intel/harcuvar/
309 INTEL STRAGO MAINBOARD
310 M:      Hannah Williams <hannah.williams@intel.com>
311 S:      Supported
312 F:      /src/mainboard/intel/strago/
316 KONTRON BSL6 MAINBOARD
317 M:      Felix Singer <felixsinger@posteo.net>
318 M:      Nico Huber <nico.h@gmx.de>
319 S:      Supported
320 F:      src/mainboard/kontron/bsl6/
322 KONTRON MAL10 MAINBOARD
323 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
324 M:      Nico Huber <nico.h@gmx.de>
325 M:      Felix Singer <felixsinger@posteo.net>
326 S:      Supported
327 F:      src/mainboard/kontron/mal10/
331 LENOVO MAINBOARDS
332 M:      Alexander Couzens <lynxis@fe80.eu>
333 S:      Maintained
334 F:      src/mainboard/lenovo/
336 LENOVO G505S MAINBOARD
337 M:      Mike Banon <mikebdp2@gmail.com>
338 S:      Maintained
339 F:      src/mainboard/lenovo/g505s/
341 LENOVO X200 MAINBOARD
342 R:      Stefan Ott <coreboot@desire.ch>
343 S:      Maintained
344 F:      src/mainboard/lenovo/x200/
346 LENOVO X201 MAINBOARD
347 R:      Stefan Ott <coreboot@desire.ch>
348 S:      Maintained
349 F:      src/mainboard/lenovo/x201/
352 LIBRETREND LT1000 MAINBOARD
353 M:      Piotr Król <piotr.krol@3mdeb.com>
354 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
355 S:      Maintained
356 F:      src/mainboard/libretrend/lt1000/
360 MSI H81M-P33 MAINBOARD
361 M:      Angel Pons <th3fanbus@gmail.com>
362 S:      Maintained
363 F:      src/mainboard/msi/h81m-p33/
367 OCP DELTALAKE MAINBOARD
368 M:      Arthur Heymans <arthur@aheymans.xyz>
369 M:      Christian Walter <christian.walter@9elements.com>
370 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
371 M:      Jonathan Zhang <jonzhang@fb.com>
372 M:      Tim Chu <Tim.Chu@quantatw.com>
373 S:      Supported
374 F:      src/mainboard/ocp/deltalake/
376 OCP TIOGAPASS MAINBOARD
377 M:      Jonathan Zhang <jonzhang@fb.com>
378 M:      Reddy Chagam <anjaneya.chagam@intel.com>
379 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
380 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
381 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
382 M:      Bryant Ou <Bryant.Ou@quantatw.com>
383 S:      Maintained
384 F:      src/mainboard/ocp/tiogapass/
388 OPENCELLULAR MAINBOARDS
389 M:      Christian Walter <christian.walter@9elements.com>
390 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
391 S:      Supported
392 F:      src/mainboard/opencellular/elgon/
396 PC ENGINES ALL MAINBOARDS
397 M:      Piotr Król <piotr.krol@3mdeb.com>
398 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
399 S:      Supported
400 F:      src/mainboard/pcengines/
404 PORTWELL PQ-M107 MAINBOARD
405 M:      Frans Hendriks <fhendriks@eltan.com>
406 M:      Erik van den Bogaert <ebogaert@eltan.com>
407 S:      Maintained
408 F:      src/mainboard/portwell/m107/
412 PROTECTLI ALL MAINBOARDS
413 M:      Piotr Król <piotr.krol@3mdeb.com>
414 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
415 S:      Maintained
416 F:      src/mainboard/protectli/
420 PRODRIVE HERMES MAINBOARD
421 M:      Christian Walter <christian.walter@9elements.com>
422 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
423 S:      Maintained
424 F:      src/mainboard/prodrive/hermes/
428 PURISM MAINBOARDS
429 M:      Matt DeVillier <matt.devillier@puri.sm>
430 S:      Supported
431 F:      src/mainboard/purism/
435 SAMSUNG CHROMEOS MAINBOARDS
436 M:      Matt DeVillier <MrChromebox@gmail.com>
437 S:      Maintained
438 F:      src/mainboard/samsung/lumpy/
439 F:      src/mainboard/samsung/stumpy/
443 SIEMENS CHILI MAINBAORD
444 M:      Felix Singer <felixsinger@posteo.net>
445 M:      Nico Huber <nico.h@gmx.de>
446 S:      Supported
447 F:      src/mainboard/siemens/chili/
449 SIEMENS MC_xxxx MAINBOARDS
450 M:      Werner Zeh <werner.zeh@siemens.com>
451 S:      Maintained
452 F:      src/mainboard/siemens/mc_apl1/
456 STAR LABS MAINBOARDS
457 M:      Sean Rhodes <sean@starlabs.systems>
458 S:      Maintained
459 F:      src/mainboard/starlabs/
463 SYSTEM76 MAINBOARDS
464 M:      Jeremy Soller <jeremy@system76.com>
465 M:      Tim Crawford <tcrawford@system76.com>
466 S:      Maintained
467 F:      src/mainboard/system76/
471 SUPERMICRO X10SLM+-F MAINBOARD
472 M:      Tristan Corrick <tristan@corrick.kiwi>
473 S:      Maintained
474 F:      src/mainboard/supermicro/x10slm-f/
476 SUPERMICRO X11-LGA1151-SERIES
477 M:      Michael Niewöhner <foss@mniewoehner.de>
478 S:      Maintained
479 F:      src/mainboard/supermicro/x11-lga1151-series/
481 ################################################################################
482 # Architectures
483 ################################################################################
485 ARM ARCHITECTURE
486 M:      Julius Werner <jwerner@chromium.org>
487 S:      Supported
488 F:      src/arch/arm/
489 F:      src/arch/arm64/
490 F:      src/soc/nvidia/
491 F:      src/soc/rockchip/
492 F:      util/nvidia/
493 F:      util/rockchip/
495 PPC64 ARCHITECTURE
496 M:      Ronald Minnich <rminnich@gmail.com>
497 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
498 S:      Maintained
499 F:      src/arch/ppc64/
500 F:      src/cpu/qemu-power8/
501 F:      src/mainboard/emulation/qemu-power8/
503 RISC-V ARCHITECTURE
504 M:      Ronald Minnich <rminnich@gmail.com>
505 R:      Philipp Hug <philipp@hug.cx>
506 S:      Maintained
507 F:      src/arch/riscv/
508 F:      src/soc/sifive/
509 F:      src/soc/ucb/
510 F:      src/mainboard/emulation/*-riscv/
511 F:      src/mainboard/sifive/
512 F:      util/riscv/
514 X86 ARCHITECTURE
515 F:      src/arch/x86/
516 F:      src/cpu/x86/
517 F:      src/drivers/pc80/
518 F:      src/include/pc80/
519 F:      src/include/cpu/x86/
521 ################################################################################
522 # Embedded Controllers
523 ################################################################################
525 CHROME EC
526 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
527 S:      Maintained
528 F:      src/ec/google/chromeec/
530 LENOVO EC
531 M:      Alexander Couzens <lynxis@fe80.eu>
532 S:      Maintained
533 F:      src/ec/lenovo/
535 STARLABS EC
536 M:      Sean Rhodes <sean@starlabs.systems>
537 S:      Maintained
538 F:      src/ec/starlabs/
540 SYSTEM76 EC
541 M:      Jeremy Soller <jeremy@system76.com>
542 M:      Tim Crawford <tcrawford@system76.com>
543 S:      Maintained
544 F:      src/ec/system76/
546 ################################################################################
547 # Northbridges
548 ################################################################################
550 INTEL HASWELL NORTHBRIDGE
551 M:      Angel Pons <th3fanbus@gmail.com>
552 S:      Maintained
553 F:      src/northbridge/intel/haswell/
555 INTEL PINEVIEW CHIPSET
556 M:      Damien Zammit <damien@zamaudio.com>
557 M:      Angel Pons <th3fanbus@gmail.com>
558 S:      Odd Fixes
559 F:      src/northbridge/intel/pineview/
561 INTEL SANDYBRIDGE NORTHBRIDGE
562 M:      Angel Pons <th3fanbus@gmail.com>
563 S:      Maintained
564 F:      src/northbridge/intel/sandybridge/
566 INTEL X4X CHIPSET
567 M:      Damien Zammit <damien@zamaudio.com>
568 M:      Angel Pons <th3fanbus@gmail.com>
569 S:      Odd Fixes
570 F:      src/northbridge/intel/x4x/
572 ################################################################################
573 # Platforms
574 ################################################################################
576 AMD SUPPORT
577 F:      src/vendorcode/amd/
578 F:      src/cpu/amd/
579 F:      src/northbridge/amd/
580 F:      src/southbridge/amd/
581 F:      src/include/cpu/amd/
583 INTEL SUPPORT
584 S:      Maintained
585 F:      src/vendorcode/intel/
586 F:      src/cpu/intel/
587 F:      src/northbridge/intel/
588 F:      src/southbridge/intel/
589 F:      src/soc/intel/
590 F:      src/drivers/intel/
591 F:      src/include/cpu/intel/
593 INTEL FSP 1.1
594 M:      Lee Leahy <leroy.p.leahy@intel.com>
595 M:      Huang Jin <huang.jin@intel.com>
596 M:      York Yang <york.yang@intel.com>
597 S:      Supported
598 F:      src/drivers/intel/fsp1_1/
600 INTEL FSP 2.0
601 M:      Andrey Petrov <andrey.petrov@gmail.com>
602 S:      Maintained
603 F:      src/drivers/intel/fsp2_0/
605 ################################################################################
606 # Systems on a Chip
607 ################################################################################
609 AMD Cezanne
610 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
611 M:      Felix Held <felix-coreboot@felixheld.de>
612 M:      Jason Glenesk <jason.glenesk@gmail.com>
613 M:      Raul E Rangel <rrangel@chromium.org>
614 M:      Fred Reitberger <reitbergerfred@gmail.com>
615 S:      Maintained
616 F:      src/soc/amd/cezanne/
617 F:      src/vendorcode/amd/fsp/cezanne/
619 AMD common SoC code
620 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
621 M:      Felix Held <felix-coreboot@felixheld.de>
622 M:      Jason Glenesk <jason.glenesk@gmail.com>
623 M:      Raul E Rangel <rrangel@chromium.org>
624 M:      Fred Reitberger <reitbergerfred@gmail.com>
625 S:      Maintained
626 F:      src/soc/amd/common/
628 AMD Picasso
629 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
630 M:      Felix Held <felix-coreboot@felixheld.de>
631 M:      Jason Glenesk <jason.glenesk@gmail.com>
632 M:      Raul E Rangel <rrangel@chromium.org>
633 M:      Fred Reitberger <reitbergerfred@gmail.com>
634 S:      Maintained
635 F:      src/soc/amd/picasso/
636 F:      src/vendorcode/amd/fsp/picasso/
638 AMD Sabrina
639 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
640 M:      Felix Held <felix-coreboot@felixheld.de>
641 M:      Jason Glenesk <jason.glenesk@gmail.com>
642 M:      Raul E Rangel <rrangel@chromium.org>
643 M:      Fred Reitberger <reitbergerfred@gmail.com>
644 S:      Maintained
645 F:      src/soc/amd/sabrina/
646 F:      src/vendorcode/amd/fsp/sabrina/
648 AMD Stoneyridge
649 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
650 M:      Felix Held <felix-coreboot@felixheld.de>
651 S:      Odd Fixes
652 F:      src/soc/amd/stoneyridge/
654 INTEL ALDERLAKE SOC
655 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
656 S:      Maintained
657 F:      src/soc/intel/alderlake/
659 INTEL APOLLOLAKE_SOC
660 M:      Andrey Petrov <andrey.petrov@gmail.com>
661 S:      Maintained
662 F:      src/soc/intel/apollolake/
664 INTEL BRASWELL SOC
665 M:      Piotr Król <piotr.krol@3mdeb.com>
666 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
667 M:      Frans Hendriks <fhendriks@eltan.com>
668 S:      Maintained
669 F:      /src/soc/intel/braswell/
670 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
672 INTEL DENVERTON-NS SOC
673 M:      Jeff Daly <jeffd@silicom-usa.com>
674 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
675 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
676 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
677 S:      Maintained
678 F:      src/soc/intel/denverton_ns/
680 INTEL TIGERLAKE SOC
681 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
682 S:      Maintained
683 F:      src/soc/intel/tigerlake/
685 INTEL Xeon Sacalable Processor Family
686 M:      Jonathan Zhang <jonzhang@fb.com>
687 M:      Reddy Chagam <anjaneya.chagam@intel.com>
688 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
689 M:      Tim Chu <Tim.Chu@quantatw.com>
690 M:      Arthur Heymans <arthur@aheymans.xyz>
691 M:      Christian Walter <christian.walter@9elements.com>
692 S:      Supported
693 F:      src/soc/intel/xeon_sp/
694 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
695 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
697 MEDIATEK SOCS
698 M:      Hung-Te Lin <hungte@chromium.org>
699 S:      Supported
700 F:      src/soc/mediatek/
702 MEDIATEK MT8192
703 M:      Xi Chen <xixi.chen@mediatek.com>
704 S:      Maintained
705 F:      src/soc/mediatek/mt8192/
706 F:      src/vendorcode/mediatek/mt8192/
708 ORPHANED ARM SOCS
709 S:      Orphaned
710 F:      src/cpu/armltd/
711 F:      src/soc/ti/
712 F:      src/soc/qualcomm/
713 F:      src/soc/samsung/
714 F:      util/exynos/
715 F:      util/ipqheader/
717 ################################################################################
718 # Payloads
719 ################################################################################
721 NVRAM
722 F:      util/nvramtool/
723 F:      payloads/nvramcui/
725 LIBPAYLOAD
726 F:      payloads/libpayload/
728 COREINFO PAYLOAD
729 F:      payloads/coreinfo/
731 EXTERNAL PAYLOADS INTEGRATION
732 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
733 M:      Martin Roth <gaumless@gmail.com>
734 F:      payloads/external/
736 LINUXBOOT PAYLOAD INTEGRATION
737 M:      Christian Walter <christian.walter@9elements.com>
738 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
739 S:      Supported
740 F:      payloads/external/LinuxBoot/
742 ################################################################################
743 # Utilities
744 ################################################################################
746 ABUILD
747 M:      Martin Roth <gaumless@gmail.com>
748 S:      Supported
749 F:      util/abuild/
751 BOARD STATUS
752 F:      util/board_status/
754 BUILD SYSTEM
755 M:      Martin Roth <gaumless@gmail.com>
756 S:      Supported
757 F:      Makefile
758 F:      *.inc
759 F:      src/include/kconfig.h
760 F:      util/kconfig/
761 F:      util/sconfig/
762 F:      util/xcompile/
763 F:      util/genbuild_h/
765 TOOLCHAIN
766 F:      util/crossgcc/
768 DOCKER
769 M:      Martin Roth <gaumless@gmail.com>
770 S:      Supported
771 F:      util/docker/
774 F:      .git*
775 F:      /util/gitconfig
777 LINT SCRIPTS
778 M:      Martin Roth <gaumless@gmail.com>
779 S:      Supported
780 F:      util/lint/
782 IFDTOOL
783 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
784 F:      util/ifdtool/
786 INTELTOOL
787 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
788 F:      util/inteltool/
790 INTELMETOOL
791 M:      Christian Walter <christian.walter@9elements.com>
792 F:      util/intelmetool/
794 INTELP2M
795 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
796 S:      Maintained
797 F:      util/intelp2m/
799 ME_CLEANER
800 M:      Nicola Corna <nicola@corna.info>
801 W:      https://github.com/corna/me_cleaner
802 S:      Maintained
803 F:      util/me_cleaner/
805 LIVEISO
806 M:      Felix Singer <felixsinger@posteo.net>
807 S:      Supported
808 F:      util/liveiso/
810 ################################################################################
811 # Miscellaneous
812 ################################################################################
814 ASPEED AST2050 DRIVER & COMMON CODE
815 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
816 S:      Supported
817 F:      src/drivers/aspeed/common/
818 F:      src/drivers/aspeed/ast2050/
820 ACPI
821 M:      Lance Zhao <lance.zhao@gmail.com>
822 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
823 S:      Supported
824 F:      src/acpi/
825 F:      src/arch/x86/acpi/
826 F:      util/acpi/
828 LZ4 COMPRESSION
829 M:      Julius Werner <jwerner@chromium.org>
830 S:      Supported
831 F:      src/commonlib/lz4*
832 F:      payloads/libpayload/liblz4/
833 F:      util/cbfstool/lz4/
835 BINARY OBJECTS
836 F:      3rdparty/blobs/
838 VERIFIED BOOT
839 M:      Julius Werner <jwerner@chromium.org>
840 M:      Yu-Ping Wu <yupingso@google.com>
841 S:      Supported
842 F:      3rdparty/vboot/
843 F:      src/security/vboot/
844 F:      src/include/tpm.h
845 F:      src/include/tpm_lite/
847 RESOURCE ALLOCATOR
848 F:      src/device/*
849 F:      src/include/device/
850 F:      src/include/cpu/cpu.h
852 OPTION ROM EXECUTION & X86EMU
853 F:      src/device/oprom/
855 CBFS
856 M:      Julius Werner <jwerner@chromium.org>
857 F:      src/include/cbfs*
858 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
859 F:      src/commonlib/bsd/cbfs*
860 F:      src/lib/cbfs.c
862 CBFSTOOL
863 F:      util/cbfstool/
865 CBMEM
866 F:      src/include/cbmem.h
867 F:      src/include/cbmem_id.h
868 F:      util/cbmem/
870 CONSOLE
871 F:      src/console/
872 F:      src/include/console/
873 F:      src/drivers/uart/
875 TPM SUPPORT
876 M:      Christian Walter <christian.walter@9elements.com>
877 S:      Supported
878 F:      src/drivers/*/tpm/
879 F:      src/security/tpm/
881 SUPERIOS & SUPERIOTOOL
882 M:      Felix Held <felix-coreboot@felixheld.de>
883 S:      Odd Fixes
884 F:      src/superio/
885 F:      util/superiotool/
887 SPD UTILITIES
888 M:      Reka Norman <rekanorman@chromium.org>
889 S:      Maintained
890 F:      util/spd_tools/
891 F:      util/spdtool/
893 MEMLAYOUT
894 M:      Julius Werner <jwerner@chromium.org>
895 S:      Supported
896 F:      */memlayout.h
897 F:      *.ld
899 ELTAN VENDORCODE
900 M:      Frans Hendriks <fhendriks@eltan.com>
901 M:      Erik van den Bogaert <ebogaert@eltan.com>
902 S:      Maintained
903 F:      src/vendorcode/eltan/
905 TAS5825M DRIVER
906 M:      Jeremy Soller <jeremy@system76.com>
907 M:      Tim Crawford <tcrawford@system76.com>
908 S:      Maintained
909 F:      src/drivers/i2c/tas5825m/
911 TESTS
912 M:      Jakub Czapiga <jacz@semihalf.com>
913 S:      Maintained
914 F:      tests/
915 F:      payloads/libpayload/tests/
917 MISSING: TIMERS / DELAYS
919 MISSING: TIMESTAMPS
921 MISSING: FMAP
923 MISSING: GPIO
925 MISSING: SMP
927 MISSING: DMP / QEMU-X86
929 MISSING: ELOG
931 MISSING: SPI
933 # *** Infrastructure Owners ***
934 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
935 # Hardware
936 #       Owners: Stefan, Patrick
937 #       Backups:
939 # Web Server
940 #       Owners: Stefan, Patrick
941 #       Backups:
943 # Website
944 #       Owners: Martin
945 #       Backups: Patrick, Stefan
947 # Documentation Website
948 #       Owners: Patrick
949 #       Backups:
951 CODE OF CONDUCT
952 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
953 M:      Ronald Minnich <rminnich@coreboot.org>
954 M:      Martin Roth <martin@coreboot.org>
955 S:      Maintained
956 F:      Documentation/community/code_of_conduct.md
958 # Wiki
959 #       Owners: Stefan, Patrick
960 #       Backups:
962 # Gerrit
963 #       Owners: Stefan, Patrick
964 #       Backups: Martin
966 # Jenkins
967 #       Owners: Patrick, Martin
968 #       Backups:
970 # Bug Tracker
971 #       Owners: Lynxis,
972 #       Backups: Martin,
974 # Mailing List
975 #       Owners: Stefan, Patrick
976 #       Backups: Martin,
978 # Software Freedom Conservancy
979 #       Main contact: Martin
980 #       “Official” contact: Stefan