mb/google/brya/acpi: Add minimum off timer for GCOFF
[coreboot.git] / MAINTAINERS
blobb7838fef5c343f5b49d3f9097f889b5ea14c90ff
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/
251 GOOGLE REX MAINBOARDS
252 M:      Subrata Banik <subratabanik@google.com>
253 M:      Tarun Tuli <taruntuli@google.com>
254 M:      Kapil Porwal <kapilporwal@google.com>
255 S:      Maintained
256 F:      src/mainboard/google/rex/
258 GOOGLE BRYA MAINBOARDS
259 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
260 S:      Maintained
261 F:      src/mainboard/google/brya/
263 GOOGLE HATCH MAINBOARDS
264 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
265 S:      Maintained
266 F:      src/mainboard/google/hatch/
268 GOOGLE PANTHER MAINBOARD
269 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
270 S:      Supported
271 F:      src/mainboard/google/panther/
273 GOOGLE VOLTEER MAINBOARDS
274 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
275 M:      Nick Vaccaro <nvaccaro@chromium.org>
276 S:      Maintained
277 F:      src/mainboard/google/volteer/
279 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
280 M:      Matt DeVillier <MrChromebox@gmail.com>
281 S:      Maintained
282 F:      src/mainboard/google/auron/
283 F:      src/mainboard/google/beltino/
284 F:      src/mainboard/google/butterfly/
285 F:      src/mainboard/google/cyan/
286 F:      src/mainboard/google/glados/
287 F:      src/mainboard/google/jecht/
288 F:      src/mainboard/google/link/
289 F:      src/mainboard/google/parrot/
290 F:      src/mainboard/google/slippy/
291 F:      src/mainboard/google/stout/
295 HP 280 G2 MAINBOARD
296 M:      Angel Pons <th3fanbus@gmail.com>
297 S:      Maintained
298 F:      src/mainboard/hp/280_g2/
302 INTEL D510MO MAINBOARD
303 M:      Damien Zammit <damien@zamaudio.com>
304 S:      Odd Fixes
305 F:      src/mainboard/intel/d510mo/
307 INTEL HARCUVAR_CRB MAINBOARD
308 M:      Jeff Daly <jeffd@silicom-usa.com>
309 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
310 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
311 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
312 S:      Maintained
313 F:      src/mainboard/intel/harcuvar/
315 INTEL STRAGO MAINBOARD
316 M:      Hannah Williams <hannah.williams@intel.com>
317 S:      Supported
318 F:      /src/mainboard/intel/strago/
322 KONTRON BSL6 MAINBOARD
323 M:      Felix Singer <felixsinger@posteo.net>
324 M:      Nico Huber <nico.h@gmx.de>
325 S:      Supported
326 F:      src/mainboard/kontron/bsl6/
328 KONTRON MAL10 MAINBOARD
329 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
330 M:      Nico Huber <nico.h@gmx.de>
331 M:      Felix Singer <felixsinger@posteo.net>
332 S:      Supported
333 F:      src/mainboard/kontron/mal10/
337 LENOVO MAINBOARDS
338 M:      Alexander Couzens <lynxis@fe80.eu>
339 S:      Maintained
340 F:      src/mainboard/lenovo/
342 LENOVO G505S MAINBOARD
343 M:      Mike Banon <mikebdp2@gmail.com>
344 S:      Maintained
345 F:      src/mainboard/lenovo/g505s/
347 LENOVO X200 MAINBOARD
348 R:      Stefan Ott <coreboot@desire.ch>
349 S:      Maintained
350 F:      src/mainboard/lenovo/x200/
352 LENOVO X201 MAINBOARD
353 R:      Stefan Ott <coreboot@desire.ch>
354 S:      Maintained
355 F:      src/mainboard/lenovo/x201/
358 LIBRETREND LT1000 MAINBOARD
359 M:      Piotr Król <piotr.krol@3mdeb.com>
360 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
361 S:      Maintained
362 F:      src/mainboard/libretrend/lt1000/
366 MSI H81M-P33 MAINBOARD
367 M:      Angel Pons <th3fanbus@gmail.com>
368 S:      Maintained
369 F:      src/mainboard/msi/h81m-p33/
371 MSI MS-7D25 MAINBOARDS
372 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
373 M:      Michał Kopeć <michal.kopec@3mdeb.com>
374 S:      Maintained
375 F:      src/mainboard/msi/ms7d25/
377 OCP DELTALAKE MAINBOARD
378 M:      Arthur Heymans <arthur@aheymans.xyz>
379 M:      Christian Walter <christian.walter@9elements.com>
380 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
381 M:      Jonathan Zhang <jonzhang@fb.com>
382 M:      Tim Chu <Tim.Chu@quantatw.com>
383 S:      Supported
384 F:      src/mainboard/ocp/deltalake/
386 OCP TIOGAPASS MAINBOARD
387 M:      Jonathan Zhang <jonzhang@fb.com>
388 M:      Reddy Chagam <anjaneya.chagam@intel.com>
389 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
390 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
391 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
392 M:      Bryant Ou <Bryant.Ou@quantatw.com>
393 S:      Maintained
394 F:      src/mainboard/ocp/tiogapass/
398 OPENCELLULAR MAINBOARDS
399 M:      Christian Walter <christian.walter@9elements.com>
400 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
401 S:      Supported
402 F:      src/mainboard/opencellular/elgon/
406 PC ENGINES ALL MAINBOARDS
407 M:      Piotr Król <piotr.krol@3mdeb.com>
408 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
409 S:      Supported
410 F:      src/mainboard/pcengines/
414 PORTWELL PQ-M107 MAINBOARD
415 M:      Frans Hendriks <fhendriks@eltan.com>
416 M:      Erik van den Bogaert <ebogaert@eltan.com>
417 S:      Maintained
418 F:      src/mainboard/portwell/m107/
422 PROTECTLI ALL MAINBOARDS
423 M:      Piotr Król <piotr.krol@3mdeb.com>
424 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
425 S:      Maintained
426 F:      src/mainboard/protectli/
430 PRODRIVE ATLAS MAINBOARD
431 M:      Angel Pons <th3fanbus@gmail.com>
432 M:      Christian Walter <christian.walter@9elements.com>
433 M:      Lean Sheng Tan <sheng.tan@9elements.com>
434 S:      Maintained
435 F:      src/mainboard/prodrive/atlas/
437 PRODRIVE HERMES MAINBOARD
438 M:      Christian Walter <christian.walter@9elements.com>
439 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
440 S:      Maintained
441 F:      src/mainboard/prodrive/hermes/
445 PURISM MAINBOARDS
446 M:      Jonathon Hall <jonathon.hall@puri.sm>
447 S:      Supported
448 F:      src/mainboard/purism/
452 SAMSUNG CHROMEOS MAINBOARDS
453 M:      Matt DeVillier <MrChromebox@gmail.com>
454 S:      Maintained
455 F:      src/mainboard/samsung/lumpy/
456 F:      src/mainboard/samsung/stumpy/
460 SIEMENS CHILI MAINBAORD
461 M:      Felix Singer <felixsinger@posteo.net>
462 M:      Nico Huber <nico.h@gmx.de>
463 S:      Supported
464 F:      src/mainboard/siemens/chili/
466 SIEMENS MC_xxxx MAINBOARDS
467 M:      Werner Zeh <werner.zeh@siemens.com>
468 S:      Maintained
469 F:      src/mainboard/siemens/mc_apl1/
470 F:      src/mainboard/siemens/mc_ehl/
474 STAR LABS MAINBOARDS
475 M:      Sean Rhodes <sean@starlabs.systems>
476 S:      Maintained
477 F:      src/mainboard/starlabs/
481 SYSTEM76 MAINBOARDS
482 M:      Jeremy Soller <jeremy@system76.com>
483 M:      Tim Crawford <tcrawford@system76.com>
484 S:      Maintained
485 F:      src/mainboard/system76/
489 SUPERMICRO X10SLM+-F MAINBOARD
490 M:      Tristan Corrick <tristan@corrick.kiwi>
491 S:      Maintained
492 F:      src/mainboard/supermicro/x10slm-f/
494 SUPERMICRO X11-LGA1151-SERIES
495 M:      Michael Niewöhner <foss@mniewoehner.de>
496 S:      Maintained
497 F:      src/mainboard/supermicro/x11-lga1151-series/
499 ################################################################################
500 # Architectures
501 ################################################################################
503 ARM ARCHITECTURE
504 M:      Julius Werner <jwerner@chromium.org>
505 S:      Supported
506 F:      src/arch/arm/
507 F:      src/arch/arm64/
508 F:      src/soc/nvidia/
509 F:      src/soc/rockchip/
510 F:      util/nvidia/
511 F:      util/rockchip/
513 PPC64 ARCHITECTURE
514 M:      Ronald Minnich <rminnich@gmail.com>
515 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
516 S:      Maintained
517 F:      src/arch/ppc64/
518 F:      src/cpu/qemu-power8/
519 F:      src/mainboard/emulation/qemu-power8/
521 RISC-V ARCHITECTURE
522 M:      Ronald Minnich <rminnich@gmail.com>
523 R:      Philipp Hug <philipp@hug.cx>
524 S:      Maintained
525 F:      src/arch/riscv/
526 F:      src/soc/sifive/
527 F:      src/soc/ucb/
528 F:      src/mainboard/emulation/*-riscv/
529 F:      src/mainboard/sifive/
530 F:      util/riscv/
532 X86 ARCHITECTURE
533 F:      src/arch/x86/
534 F:      src/cpu/x86/
535 F:      src/drivers/pc80/
536 F:      src/include/pc80/
537 F:      src/include/cpu/x86/
539 ################################################################################
540 # Embedded Controllers
541 ################################################################################
543 CHROME EC
544 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
545 S:      Maintained
546 F:      src/ec/google/chromeec/
548 LENOVO EC
549 M:      Alexander Couzens <lynxis@fe80.eu>
550 S:      Maintained
551 F:      src/ec/lenovo/
553 STARLABS EC
554 M:      Sean Rhodes <sean@starlabs.systems>
555 S:      Maintained
556 F:      src/ec/starlabs/
558 SYSTEM76 EC
559 M:      Jeremy Soller <jeremy@system76.com>
560 M:      Tim Crawford <tcrawford@system76.com>
561 S:      Maintained
562 F:      src/ec/system76/
564 ################################################################################
565 # Northbridges
566 ################################################################################
568 INTEL HASWELL NORTHBRIDGE
569 M:      Angel Pons <th3fanbus@gmail.com>
570 S:      Maintained
571 F:      src/northbridge/intel/haswell/
573 INTEL PINEVIEW CHIPSET
574 M:      Damien Zammit <damien@zamaudio.com>
575 M:      Angel Pons <th3fanbus@gmail.com>
576 S:      Odd Fixes
577 F:      src/northbridge/intel/pineview/
579 INTEL SANDYBRIDGE NORTHBRIDGE
580 M:      Angel Pons <th3fanbus@gmail.com>
581 S:      Maintained
582 F:      src/northbridge/intel/sandybridge/
584 INTEL X4X CHIPSET
585 M:      Damien Zammit <damien@zamaudio.com>
586 M:      Angel Pons <th3fanbus@gmail.com>
587 S:      Odd Fixes
588 F:      src/northbridge/intel/x4x/
590 ################################################################################
591 # Platforms
592 ################################################################################
594 AMD SUPPORT
595 F:      src/vendorcode/amd/
596 F:      src/cpu/amd/
597 F:      src/northbridge/amd/
598 F:      src/southbridge/amd/
599 F:      src/include/cpu/amd/
601 INTEL SUPPORT
602 S:      Maintained
603 F:      src/vendorcode/intel/
604 F:      src/cpu/intel/
605 F:      src/northbridge/intel/
606 F:      src/southbridge/intel/
607 F:      src/soc/intel/
608 F:      src/drivers/intel/
609 F:      src/include/cpu/intel/
611 INTEL FSP 1.1
612 M:      Lee Leahy <leroy.p.leahy@intel.com>
613 M:      Huang Jin <huang.jin@intel.com>
614 M:      York Yang <york.yang@intel.com>
615 S:      Supported
616 F:      src/drivers/intel/fsp1_1/
618 INTEL FSP 2.0
619 M:      Andrey Petrov <andrey.petrov@gmail.com>
620 S:      Maintained
621 F:      src/drivers/intel/fsp2_0/
623 ################################################################################
624 # Systems on a Chip
625 ################################################################################
627 AMD Cezanne
628 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
629 M:      Felix Held <felix-coreboot@felixheld.de>
630 M:      Jason Glenesk <jason.glenesk@gmail.com>
631 M:      Raul E Rangel <rrangel@chromium.org>
632 M:      Fred Reitberger <reitbergerfred@gmail.com>
633 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
634 S:      Maintained
635 F:      src/soc/amd/cezanne/
636 F:      src/vendorcode/amd/fsp/cezanne/
638 AMD common SoC code
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 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
645 S:      Maintained
646 F:      src/soc/amd/common/
648 AMD Picasso
649 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
650 M:      Felix Held <felix-coreboot@felixheld.de>
651 M:      Jason Glenesk <jason.glenesk@gmail.com>
652 M:      Raul E Rangel <rrangel@chromium.org>
653 M:      Fred Reitberger <reitbergerfred@gmail.com>
654 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
655 S:      Maintained
656 F:      src/soc/amd/picasso/
657 F:      src/vendorcode/amd/fsp/picasso/
659 AMD Mendocino
660 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
661 M:      Felix Held <felix-coreboot@felixheld.de>
662 M:      Jason Glenesk <jason.glenesk@gmail.com>
663 M:      Raul E Rangel <rrangel@chromium.org>
664 M:      Fred Reitberger <reitbergerfred@gmail.com>
665 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
666 S:      Maintained
667 F:      src/soc/amd/mendocino/
668 F:      src/vendorcode/amd/fsp/mendocino/
670 AMD Stoneyridge
671 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
672 M:      Felix Held <felix-coreboot@felixheld.de>
673 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
674 S:      Odd Fixes
675 F:      src/soc/amd/stoneyridge/
677 INTEL METEORLAKE SOC
678 M:      Subrata Banik <subratabanik@google.com>
679 M:      Tarun Tuli <taruntuli@google.com>
680 M:      Kapil Porwal <kapilporwal@google.com>
681 S:      Maintained
682 F:      src/soc/intel/meteorlake/
684 INTEL ALDERLAKE SOC
685 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
686 S:      Maintained
687 F:      src/soc/intel/alderlake/
689 INTEL APOLLOLAKE_SOC
690 M:      Andrey Petrov <andrey.petrov@gmail.com>
691 S:      Maintained
692 F:      src/soc/intel/apollolake/
694 INTEL BRASWELL SOC
695 M:      Piotr Król <piotr.krol@3mdeb.com>
696 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
697 M:      Frans Hendriks <fhendriks@eltan.com>
698 S:      Maintained
699 F:      /src/soc/intel/braswell/
700 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
702 INTEL DENVERTON-NS SOC
703 M:      Jeff Daly <jeffd@silicom-usa.com>
704 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
705 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
706 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
707 S:      Maintained
708 F:      src/soc/intel/denverton_ns/
710 INTEL ELKHARTLAKE SOC
711 M:      Lean Sheng Tan <sheng.tan@9elements.com>
712 M:      Werner Zeh <werner.zeh@siemens.com>
713 S:      Maintained
714 F:      src/soc/intel/elkhartlake/
716 INTEL TIGERLAKE SOC
717 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
718 S:      Maintained
719 F:      src/soc/intel/tigerlake/
721 INTEL Xeon Sacalable Processor Family
722 M:      Jonathan Zhang <jonzhang@fb.com>
723 M:      Reddy Chagam <anjaneya.chagam@intel.com>
724 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
725 M:      Tim Chu <Tim.Chu@quantatw.com>
726 M:      Arthur Heymans <arthur@aheymans.xyz>
727 M:      Christian Walter <christian.walter@9elements.com>
728 S:      Supported
729 F:      src/soc/intel/xeon_sp/
730 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
731 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
733 MEDIATEK SOCS
734 M:      Hung-Te Lin <hungte@chromium.org>
735 S:      Supported
736 F:      src/soc/mediatek/
738 MEDIATEK MT8192
739 M:      Xi Chen <xixi.chen@mediatek.com>
740 S:      Maintained
741 F:      src/soc/mediatek/mt8192/
742 F:      src/vendorcode/mediatek/mt8192/
744 ORPHANED ARM SOCS
745 S:      Orphaned
746 F:      src/cpu/armltd/
747 F:      src/soc/ti/
748 F:      src/soc/qualcomm/
749 F:      src/soc/samsung/
750 F:      util/exynos/
751 F:      util/ipqheader/
753 ################################################################################
754 # Payloads
755 ################################################################################
757 NVRAM
758 F:      util/nvramtool/
759 F:      payloads/nvramcui/
761 LIBPAYLOAD
762 F:      payloads/libpayload/
764 COREINFO PAYLOAD
765 F:      payloads/coreinfo/
767 EXTERNAL PAYLOADS INTEGRATION
768 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
769 M:      Martin Roth <gaumless@gmail.com>
770 F:      payloads/external/
772 LINUXBOOT PAYLOAD INTEGRATION
773 M:      Christian Walter <christian.walter@9elements.com>
774 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
775 S:      Supported
776 F:      payloads/external/LinuxBoot/
778 ################################################################################
779 # Utilities
780 ################################################################################
782 ABUILD
783 M:      Martin Roth <gaumless@gmail.com>
784 S:      Supported
785 F:      util/abuild/
787 BOARD STATUS
788 F:      util/board_status/
790 BUILD SYSTEM
791 M:      Martin Roth <gaumless@gmail.com>
792 S:      Supported
793 F:      Makefile
794 F:      *.inc
795 F:      src/include/kconfig.h
796 F:      util/kconfig/
797 F:      util/sconfig/
798 F:      util/xcompile/
799 F:      util/genbuild_h/
801 TOOLCHAIN
802 F:      util/crossgcc/
804 DOCKER
805 M:      Martin Roth <gaumless@gmail.com>
806 S:      Supported
807 F:      util/docker/
810 F:      .git*
811 F:      /util/gitconfig
813 LINT SCRIPTS
814 M:      Martin Roth <gaumless@gmail.com>
815 S:      Supported
816 F:      util/lint/
818 IFDTOOL
819 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
820 F:      util/ifdtool/
822 INTELTOOL
823 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
824 F:      util/inteltool/
826 INTELMETOOL
827 M:      Christian Walter <christian.walter@9elements.com>
828 F:      util/intelmetool/
830 INTELP2M
831 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
832 S:      Maintained
833 F:      util/intelp2m/
835 ME_CLEANER
836 M:      Nicola Corna <nicola@corna.info>
837 W:      https://github.com/corna/me_cleaner
838 S:      Maintained
839 F:      util/me_cleaner/
841 LIVEISO
842 M:      Felix Singer <felixsinger@posteo.net>
843 S:      Supported
844 F:      util/liveiso/
846 ################################################################################
847 # Miscellaneous
848 ################################################################################
850 ASPEED AST2050 DRIVER & COMMON CODE
851 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
852 S:      Supported
853 F:      src/drivers/aspeed/common/
854 F:      src/drivers/aspeed/ast2050/
856 ACPI
857 M:      Lance Zhao <lance.zhao@gmail.com>
858 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
859 S:      Supported
860 F:      src/acpi/
861 F:      src/arch/x86/acpi/
862 F:      util/acpi/
864 LZ4 COMPRESSION
865 M:      Julius Werner <jwerner@chromium.org>
866 S:      Supported
867 F:      src/commonlib/lz4*
868 F:      payloads/libpayload/liblz4/
869 F:      util/cbfstool/lz4/
871 BINARY OBJECTS
872 F:      3rdparty/blobs/
874 VERIFIED BOOT
875 M:      Julius Werner <jwerner@chromium.org>
876 M:      Yu-Ping Wu <yupingso@google.com>
877 S:      Supported
878 F:      3rdparty/vboot/
879 F:      src/security/vboot/
880 F:      src/include/tpm.h
881 F:      src/include/tpm_lite/
883 RESOURCE ALLOCATOR
884 F:      src/device/*
885 F:      src/include/device/
886 F:      src/include/cpu/cpu.h
888 OPTION ROM EXECUTION & X86EMU
889 F:      src/device/oprom/
891 CBFS
892 M:      Julius Werner <jwerner@chromium.org>
893 F:      src/include/cbfs*
894 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
895 F:      src/commonlib/bsd/cbfs*
896 F:      src/lib/cbfs.c
898 CBFSTOOL
899 F:      util/cbfstool/
901 CBMEM
902 F:      src/include/cbmem.h
903 F:      src/include/cbmem_id.h
904 F:      util/cbmem/
906 CONSOLE
907 F:      src/console/
908 F:      src/include/console/
909 F:      src/drivers/uart/
911 TPM SUPPORT
912 M:      Christian Walter <christian.walter@9elements.com>
913 S:      Supported
914 F:      src/drivers/*/tpm/
915 F:      src/security/tpm/
917 SUPERIOS & SUPERIOTOOL
918 M:      Felix Held <felix-coreboot@felixheld.de>
919 S:      Odd Fixes
920 F:      src/superio/
921 F:      util/superiotool/
923 SPD UTILITIES
924 M:      Reka Norman <rekanorman@chromium.org>
925 S:      Maintained
926 F:      util/spd_tools/
927 F:      util/spdtool/
929 MEMLAYOUT
930 M:      Julius Werner <jwerner@chromium.org>
931 S:      Supported
932 F:      */memlayout.h
933 F:      *.ld
935 ELTAN VENDORCODE
936 M:      Frans Hendriks <fhendriks@eltan.com>
937 M:      Erik van den Bogaert <ebogaert@eltan.com>
938 S:      Maintained
939 F:      src/vendorcode/eltan/
941 TAS5825M DRIVER
942 M:      Jeremy Soller <jeremy@system76.com>
943 M:      Tim Crawford <tcrawford@system76.com>
944 S:      Maintained
945 F:      src/drivers/i2c/tas5825m/
947 TESTS
948 M:      Jakub Czapiga <jacz@semihalf.com>
949 S:      Maintained
950 F:      tests/
951 F:      payloads/libpayload/tests/
953 MISSING: TIMERS / DELAYS
955 MISSING: TIMESTAMPS
957 MISSING: FMAP
959 MISSING: GPIO
961 MISSING: SMP
963 MISSING: DMP / QEMU-X86
965 MISSING: ELOG
967 MISSING: SPI
969 # *** Infrastructure Owners ***
970 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
971 # Hardware
972 #       Owners: Stefan, Patrick
973 #       Backups:
975 # Web Server
976 #       Owners: Stefan, Patrick
977 #       Backups:
979 # Website
980 #       Owners: Martin
981 #       Backups: Patrick, Stefan
983 # Documentation Website
984 #       Owners: Patrick
985 #       Backups:
987 CODE OF CONDUCT
988 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
989 M:      Ronald Minnich <rminnich@coreboot.org>
990 M:      Martin Roth <martin@coreboot.org>
991 S:      Maintained
992 F:      Documentation/community/code_of_conduct.md
994 # Wiki
995 #       Owners: Stefan, Patrick
996 #       Backups:
998 # Gerrit
999 #       Owners: Stefan, Patrick
1000 #       Backups: Martin
1002 # Jenkins
1003 #       Owners: Patrick, Martin
1004 #       Backups:
1006 # Bug Tracker
1007 #       Owners: Lynxis,
1008 #       Backups: Martin,
1010 # Mailing List
1011 #       Owners: Stefan, Patrick
1012 #       Backups: Martin,
1014 # Software Freedom Conservancy
1015 #       Main contact: Martin
1016 #       “Official” contact: Stefan