Revert "util/cbfstool: Port elogtool to libflashrom"
[coreboot.git] / MAINTAINERS
bloba8d279c739dfa9e731f1f07fc231e3eb47ade427
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 STRAGO MAINBOARD
302 M:      Hannah Williams <hannah.williams@intel.com>
303 S:      Supported
304 F:      /src/mainboard/intel/strago/
308 KONTRON BSL6 MAINBOARD
309 M:      Felix Singer <felixsinger@posteo.net>
310 M:      Nico Huber <nico.h@gmx.de>
311 S:      Supported
312 F:      src/mainboard/kontron/bsl6/
314 KONTRON MAL10 MAINBOARD
315 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
316 M:      Nico Huber <nico.h@gmx.de>
317 M:      Felix Singer <felixsinger@posteo.net>
318 S:      Supported
319 F:      src/mainboard/kontron/mal10/
323 LENOVO MAINBOARDS
324 M:      Alexander Couzens <lynxis@fe80.eu>
325 M:      Patrick Rudolph <siro@das-labor.org>
326 S:      Maintained
327 F:      src/mainboard/lenovo/
329 LENOVO G505S MAINBOARD
330 M:      Mike Banon <mikebdp2@gmail.com>
331 S:      Maintained
332 F:      src/mainboard/lenovo/g505s/
334 LENOVO X200 MAINBOARD
335 R:      Stefan Ott <coreboot@desire.ch>
336 S:      Maintained
337 F:      src/mainboard/lenovo/x200/
339 LENOVO X201 MAINBOARD
340 R:      Stefan Ott <coreboot@desire.ch>
341 S:      Maintained
342 F:      src/mainboard/lenovo/x201/
345 LIBRETREND LT1000 MAINBOARD
346 M:      Piotr Król <piotr.krol@3mdeb.com>
347 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
348 S:      Maintained
349 F:      src/mainboard/libretrend/lt1000/
353 MSI H81M-P33 MAINBOARD
354 M:      Angel Pons <th3fanbus@gmail.com>
355 S:      Maintained
356 F:      src/mainboard/msi/h81m-p33/
360 OCP DELTALAKE MAINBOARD
361 M:      Arthur Heymans <arthur@aheymans.xyz>
362 M:      Christian Walter <christian.walter@9elements.com>
363 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
364 M:      Jonathan Zhang <jonzhang@fb.com>
365 M:      Tim Chu <Tim.Chu@quantatw.com>
366 S:      Supported
367 F:      src/mainboard/ocp/deltalake/
369 OCP TIOGAPASS MAINBOARD
370 M:      Jonathan Zhang <jonzhang@fb.com>
371 M:      Reddy Chagam <anjaneya.chagam@intel.com>
372 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
373 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
374 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
375 M:      Bryant Ou <Bryant.Ou@quantatw.com>
376 S:      Maintained
377 F:      src/mainboard/ocp/tiogapass/
381 OPENCELLULAR MAINBOARDS
382 M:      Christian Walter <christian.walter@9elements.com>
383 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
384 S:      Supported
385 F:      src/mainboard/opencellular/elgon/
389 PC ENGINES ALL MAINBOARDS
390 M:      Piotr Król <piotr.krol@3mdeb.com>
391 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
392 S:      Supported
393 F:      src/mainboard/pcengines/
397 PORTWELL PQ-M107 MAINBOARD
398 M:      Frans Hendriks <fhendriks@eltan.com>
399 M:      Erik van den Bogaert <ebogaert@eltan.com>
400 S:      Maintained
401 F:      src/mainboard/portwell/m107/
405 PROTECTLI ALL MAINBOARDS
406 M:      Piotr Król <piotr.krol@3mdeb.com>
407 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
408 S:      Maintained
409 F:      src/mainboard/protectli/
413 PRODRIVE HERMES MAINBOARD
414 M:      Christian Walter <christian.walter@9elements.com>
415 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
416 S:      Maintained
417 F:      src/mainboard/prodrive/hermes/
421 PURISM MAINBOARDS
422 M:      Matt DeVillier <matt.devillier@puri.sm>
423 S:      Supported
424 F:      src/mainboard/purism/
428 SAMSUNG CHROMEOS MAINBOARDS
429 M:      Matt DeVillier <MrChromebox@gmail.com>
430 S:      Maintained
431 F:      src/mainboard/samsung/lumpy/
432 F:      src/mainboard/samsung/stumpy/
436 SIEMENS CHILI MAINBAORD
437 M:      Felix Singer <felixsinger@posteo.net>
438 M:      Nico Huber <nico.h@gmx.de>
439 S:      Supported
440 F:      src/mainboard/siemens/chili/
442 SIEMENS MC_xxxx MAINBOARDS
443 M:      Werner Zeh <werner.zeh@siemens.com>
444 S:      Maintained
445 F:      src/mainboard/siemens/mc_apl1/
449 STAR LABS MAINBOARDS
450 M:      Sean Rhodes <sean@starlabs.systems>
451 S:      Maintained
452 F:      src/mainboard/starlabs/
456 SYSTEM76 MAINBOARDS
457 M:      Jeremy Soller <jeremy@system76.com>
458 M:      Tim Crawford <tcrawford@system76.com>
459 S:      Maintained
460 F:      src/mainboard/system76/
464 SUPERMICRO X10SLM+-F MAINBOARD
465 M:      Tristan Corrick <tristan@corrick.kiwi>
466 S:      Maintained
467 F:      src/mainboard/supermicro/x10slm-f/
469 SUPERMICRO X11-LGA1151-SERIES
470 M:      Michael Niewöhner <foss@mniewoehner.de>
471 S:      Maintained
472 F:      src/mainboard/supermicro/x11-lga1151-series/
474 ################################################################################
475 # Architectures
476 ################################################################################
478 ARM ARCHITECTURE
479 M:      Julius Werner <jwerner@chromium.org>
480 S:      Supported
481 F:      src/arch/arm/
482 F:      src/arch/arm64/
483 F:      src/soc/nvidia/
484 F:      src/soc/rockchip/
485 F:      util/nvidia/
486 F:      util/rockchip/
488 PPC64 ARCHITECTURE
489 M:      Ronald Minnich <rminnich@gmail.com>
490 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
491 S:      Maintained
492 F:      src/arch/ppc64/
493 F:      src/cpu/qemu-power8/
494 F:      src/mainboard/emulation/qemu-power8/
496 RISC-V ARCHITECTURE
497 M:      Ronald Minnich <rminnich@gmail.com>
498 R:      Philipp Hug <philipp@hug.cx>
499 S:      Maintained
500 F:      src/arch/riscv/
501 F:      src/soc/sifive/
502 F:      src/soc/ucb/
503 F:      src/mainboard/emulation/*-riscv/
504 F:      src/mainboard/sifive/
505 F:      util/riscv/
507 X86 ARCHITECTURE
508 F:      src/arch/x86/
509 F:      src/cpu/x86/
510 F:      src/drivers/pc80/
511 F:      src/include/pc80/
512 F:      src/include/cpu/x86/
514 ################################################################################
515 # Embedded Controllers
516 ################################################################################
518 CHROME EC
519 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
520 S:      Maintained
521 F:      src/ec/google/chromeec/
523 LENOVO EC
524 M:      Alexander Couzens <lynxis@fe80.eu>
525 S:      Maintained
526 F:      src/ec/lenovo/
528 STARLABS EC
529 M:      Sean Rhodes <sean@starlabs.systems>
530 S:      Maintained
531 F:      src/ec/starlabs/
533 SYSTEM76 EC
534 M:      Jeremy Soller <jeremy@system76.com>
535 M:      Tim Crawford <tcrawford@system76.com>
536 S:      Maintained
537 F:      src/ec/system76/
539 ################################################################################
540 # Northbridges
541 ################################################################################
543 INTEL HASWELL NORTHBRIDGE
544 M:      Angel Pons <th3fanbus@gmail.com>
545 S:      Maintained
546 F:      src/northbridge/intel/haswell/
548 INTEL PINEVIEW CHIPSET
549 M:      Damien Zammit <damien@zamaudio.com>
550 M:      Angel Pons <th3fanbus@gmail.com>
551 S:      Odd Fixes
552 F:      src/northbridge/intel/pineview/
554 INTEL SANDYBRIDGE NORTHBRIDGE
555 M:      Angel Pons <th3fanbus@gmail.com>
556 S:      Maintained
557 F:      src/northbridge/intel/sandybridge/
559 INTEL X4X CHIPSET
560 M:      Damien Zammit <damien@zamaudio.com>
561 M:      Angel Pons <th3fanbus@gmail.com>
562 S:      Odd Fixes
563 F:      src/northbridge/intel/x4x/
565 ################################################################################
566 # Platforms
567 ################################################################################
569 AMD SUPPORT
570 F:      src/vendorcode/amd/
571 F:      src/cpu/amd/
572 F:      src/northbridge/amd/
573 F:      src/southbridge/amd/
574 F:      src/include/cpu/amd/
576 INTEL SUPPORT
577 M:      Patrick Rudolph <siro@das-labor.org>
578 S:      Maintained
579 F:      src/vendorcode/intel/
580 F:      src/cpu/intel/
581 F:      src/northbridge/intel/
582 F:      src/southbridge/intel/
583 F:      src/soc/intel/
584 F:      src/drivers/intel/
585 F:      src/include/cpu/intel/
587 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
588 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
589 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
590 M:      Michal Motyl <michalx.motyl@intel.com>
591 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
592 S:      Maintained
593 F:      src/mainboard/intel/harcuvar/
594 F:      src/soc/intel/denverton_ns/
596 INTEL FSP 1.1
597 M:      Lee Leahy <leroy.p.leahy@intel.com>
598 M:      Huang Jin <huang.jin@intel.com>
599 M:      York Yang <york.yang@intel.com>
600 S:      Supported
601 F:      src/drivers/intel/fsp1_1/
603 INTEL FSP 2.0
604 M:      Andrey Petrov <andrey.petrov@gmail.com>
605 S:      Maintained
606 F:      src/drivers/intel/fsp2_0/
608 ################################################################################
609 # Systems on a Chip
610 ################################################################################
612 AMD Cezanne
613 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
614 M:      Felix Held <felix-coreboot@felixheld.de>
615 M:      Jason Glenesk <jason.glenesk@gmail.com>
616 M:      Raul E Rangel <rrangel@chromium.org>
617 M:      Fred Reitberger <reitbergerfred@gmail.com>
618 S:      Maintained
619 F:      src/soc/amd/cezanne/
620 F:      src/vendorcode/amd/fsp/cezanne/
622 AMD common SoC code
623 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
624 M:      Felix Held <felix-coreboot@felixheld.de>
625 M:      Jason Glenesk <jason.glenesk@gmail.com>
626 M:      Raul E Rangel <rrangel@chromium.org>
627 M:      Fred Reitberger <reitbergerfred@gmail.com>
628 S:      Maintained
629 F:      src/soc/amd/common/
631 AMD Picasso
632 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
633 M:      Felix Held <felix-coreboot@felixheld.de>
634 M:      Jason Glenesk <jason.glenesk@gmail.com>
635 M:      Raul E Rangel <rrangel@chromium.org>
636 M:      Fred Reitberger <reitbergerfred@gmail.com>
637 S:      Maintained
638 F:      src/soc/amd/picasso/
639 F:      src/vendorcode/amd/fsp/picasso/
641 AMD Sabrina
642 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
643 M:      Felix Held <felix-coreboot@felixheld.de>
644 M:      Jason Glenesk <jason.glenesk@gmail.com>
645 M:      Raul E Rangel <rrangel@chromium.org>
646 M:      Fred Reitberger <reitbergerfred@gmail.com>
647 S:      Maintained
648 F:      src/soc/amd/sabrina/
649 F:      src/vendorcode/amd/fsp/sabrina/
651 AMD Stoneyridge
652 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
653 M:      Felix Held <felix-coreboot@felixheld.de>
654 S:      Odd Fixes
655 F:      src/soc/amd/stoneyridge/
657 INTEL ALDERLAKE SOC
658 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
659 S:      Maintained
660 F:      src/soc/intel/alderlake/
662 INTEL APOLLOLAKE_SOC
663 M:      Andrey Petrov <andrey.petrov@gmail.com>
664 S:      Maintained
665 F:      src/soc/intel/apollolake/
667 INTEL BRASWELL SOC
668 M:      Piotr Król <piotr.krol@3mdeb.com>
669 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
670 M:      Frans Hendriks <fhendriks@eltan.com>
671 S:      Maintained
672 F:      /src/soc/intel/braswell/
673 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
675 INTEL TIGERLAKE SOC
676 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
677 S:      Maintained
678 F:      src/soc/intel/tigerlake/
680 INTEL Xeon Sacalable Processor Family
681 M:      Jonathan Zhang <jonzhang@fb.com>
682 M:      Reddy Chagam <anjaneya.chagam@intel.com>
683 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
684 M:      Tim Chu <Tim.Chu@quantatw.com>
685 M:      Arthur Heymans <arthur@aheymans.xyz>
686 M:      Christian Walter <christian.walter@9elements.com>
687 S:      Supported
688 F:      src/soc/intel/xeon_sp/
689 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
690 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
692 MEDIATEK SOCS
693 M:      Hung-Te Lin <hungte@chromium.org>
694 S:      Supported
695 F:      src/soc/mediatek/
697 MEDIATEK MT8192
698 M:      Xi Chen <xixi.chen@mediatek.com>
699 S:      Maintained
700 F:      src/soc/mediatek/mt8192/
701 F:      src/vendorcode/mediatek/mt8192/
703 ORPHANED ARM SOCS
704 S:      Orphaned
705 F:      src/cpu/armltd/
706 F:      src/soc/ti/
707 F:      src/soc/qualcomm/
708 F:      src/soc/samsung/
709 F:      util/exynos/
710 F:      util/ipqheader/
712 ################################################################################
713 # Payloads
714 ################################################################################
716 NVRAM
717 F:      util/nvramtool/
718 F:      payloads/nvramcui/
720 LIBPAYLOAD
721 F:      payloads/libpayload/
723 COREINFO PAYLOAD
724 F:      payloads/coreinfo/
726 EXTERNAL PAYLOADS INTEGRATION
727 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
728 M:      Martin Roth <gaumless@gmail.com>
729 F:      payloads/external/
731 LINUXBOOT PAYLOAD INTEGRATION
732 M:      Christian Walter <christian.walter@9elements.com>
733 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
734 S:      Supported
735 F:      payloads/external/LinuxBoot/
737 ################################################################################
738 # Utilities
739 ################################################################################
741 ABUILD
742 M:      Martin Roth <gaumless@gmail.com>
743 S:      Supported
744 F:      util/abuild/
746 BOARD STATUS
747 F:      util/board_status/
749 BUILD SYSTEM
750 M:      Martin Roth <gaumless@gmail.com>
751 S:      Supported
752 F:      Makefile
753 F:      *.inc
754 F:      src/include/kconfig.h
755 F:      util/kconfig/
756 F:      util/sconfig/
757 F:      util/xcompile/
758 F:      util/genbuild_h/
760 TOOLCHAIN
761 F:      util/crossgcc/
763 DOCKER
764 M:      Martin Roth <gaumless@gmail.com>
765 S:      Supported
766 F:      util/docker/
769 F:      .git*
770 F:      /util/gitconfig
772 LINT SCRIPTS
773 M:      Martin Roth <gaumless@gmail.com>
774 S:      Supported
775 F:      util/lint/
777 IFDTOOL
778 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
779 F:      util/ifdtool/
781 INTELTOOL
782 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
783 F:      util/inteltool/
785 INTELMETOOL
786 M:      Christian Walter <christian.walter@9elements.com>
787 F:      util/intelmetool/
789 INTELP2M
790 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
791 S:      Maintained
792 F:      util/intelp2m/
794 ME_CLEANER
795 M:      Nicola Corna <nicola@corna.info>
796 W:      https://github.com/corna/me_cleaner
797 S:      Maintained
798 F:      util/me_cleaner/
800 LIVEISO
801 M:      Felix Singer <felixsinger@posteo.net>
802 S:      Supported
803 F:      util/liveiso/
805 ################################################################################
806 # Miscellaneous
807 ################################################################################
809 ASPEED AST2050 DRIVER & COMMON CODE
810 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
811 S:      Supported
812 F:      src/drivers/aspeed/common/
813 F:      src/drivers/aspeed/ast2050/
815 ACPI
816 M:      Lance Zhao <lance.zhao@gmail.com>
817 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
818 S:      Supported
819 F:      src/acpi/
820 F:      src/arch/x86/acpi/
821 F:      util/acpi/
823 LZ4 COMPRESSION
824 M:      Julius Werner <jwerner@chromium.org>
825 S:      Supported
826 F:      src/commonlib/lz4*
827 F:      payloads/libpayload/liblz4/
828 F:      util/cbfstool/lz4/
830 BINARY OBJECTS
831 F:      3rdparty/blobs/
833 VERIFIED BOOT
834 M:      Julius Werner <jwerner@chromium.org>
835 M:      Yu-Ping Wu <yupingso@google.com>
836 S:      Supported
837 F:      3rdparty/vboot/
838 F:      src/security/vboot/
839 F:      src/include/tpm.h
840 F:      src/include/tpm_lite/
842 RESOURCE ALLOCATOR
843 F:      src/device/*
844 F:      src/include/device/
845 F:      src/include/cpu/cpu.h
847 OPTION ROM EXECUTION & X86EMU
848 F:      src/device/oprom/
850 CBFS
851 M:      Julius Werner <jwerner@chromium.org>
852 F:      src/include/cbfs*
853 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
854 F:      src/commonlib/bsd/cbfs*
855 F:      src/lib/cbfs.c
857 CBFSTOOL
858 F:      util/cbfstool/
860 CBMEM
861 F:      src/include/cbmem.h
862 F:      src/include/cbmem_id.h
863 F:      util/cbmem/
865 CONSOLE
866 F:      src/console/
867 F:      src/include/console/
868 F:      src/drivers/uart/
870 TPM SUPPORT
871 M:      Christian Walter <christian.walter@9elements.com>
872 S:      Supported
873 F:      src/drivers/*/tpm/
874 F:      src/security/tpm/
876 SUPERIOS & SUPERIOTOOL
877 M:      Felix Held <felix-coreboot@felixheld.de>
878 S:      Maintained
879 F:      src/superio/
880 F:      util/superiotool/
882 SPD UTILITIES
883 M:      Reka Norman <rekanorman@chromium.org>
884 S:      Maintained
885 F:      util/spd_tools/
886 F:      util/spdtool/
888 MEMLAYOUT
889 M:      Julius Werner <jwerner@chromium.org>
890 S:      Supported
891 F:      */memlayout.h
892 F:      *.ld
894 ELTAN VENDORCODE
895 M:      Frans Hendriks <fhendriks@eltan.com>
896 M:      Erik van den Bogaert <ebogaert@eltan.com>
897 S:      Maintained
898 F:      src/vendorcode/eltan/
900 TAS5825M DRIVER
901 M:      Jeremy Soller <jeremy@system76.com>
902 M:      Tim Crawford <tcrawford@system76.com>
903 S:      Maintained
904 F:      src/drivers/i2c/tas5825m/
906 TESTS
907 M:      Jakub Czapiga <jacz@semihalf.com>
908 S:      Maintained
909 F:      tests/
910 F:      payloads/libpayload/tests/
912 MISSING: TIMERS / DELAYS
914 MISSING: TIMESTAMPS
916 MISSING: FMAP
918 MISSING: GPIO
920 MISSING: SMP
922 MISSING: DMP / QEMU-X86
924 MISSING: ELOG
926 MISSING: SPI
928 # *** Infrastructure Owners ***
929 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
930 # Hardware
931 #       Owners: Stefan, Patrick
932 #       Backups:
934 # Web Server
935 #       Owners: Stefan, Patrick
936 #       Backups:
938 # Website
939 #       Owners: Martin
940 #       Backups: Patrick, Stefan
942 # Documentation Website
943 #       Owners: Patrick
944 #       Backups:
946 CODE OF CONDUCT
947 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
948 M:      Ronald Minnich <rminnich@coreboot.org>
949 M:      Martin Roth <martin@coreboot.org>
950 S:      Maintained
951 F:      Documentation/community/code_of_conduct.md
953 # Wiki
954 #       Owners: Stefan, Patrick
955 #       Backups:
957 # Gerrit
958 #       Owners: Stefan, Patrick
959 #       Backups: Martin
961 # Jenkins
962 #       Owners: Patrick, Martin
963 #       Backups:
965 # Bug Tracker
966 #       Owners: Lynxis,
967 #       Backups: Martin,
969 # Mailing List
970 #       Owners: Stefan, Patrick
971 #       Backups: Martin,
973 # Software Freedom Conservancy
974 #       Main contact: Martin
975 #       “Official” contact: Stefan