mb/google/brya: Select SOC_INTEL_COMMON_UFS_SUPPORT for Nissa
[coreboot.git] / MAINTAINERS
blobc52f96c22f4b53e5d711c65062aa24c73329c599
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/
365 MSI MS-7D25 MAINBOARDS
366 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
367 M:      Michał Kopeć <michal.kopec@3mdeb.com>
368 S:      Maintained
369 F:      src/mainboard/msi/ms7d25/
371 OCP DELTALAKE MAINBOARD
372 M:      Arthur Heymans <arthur@aheymans.xyz>
373 M:      Christian Walter <christian.walter@9elements.com>
374 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
375 M:      Jonathan Zhang <jonzhang@fb.com>
376 M:      Tim Chu <Tim.Chu@quantatw.com>
377 S:      Supported
378 F:      src/mainboard/ocp/deltalake/
380 OCP TIOGAPASS MAINBOARD
381 M:      Jonathan Zhang <jonzhang@fb.com>
382 M:      Reddy Chagam <anjaneya.chagam@intel.com>
383 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
384 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
385 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
386 M:      Bryant Ou <Bryant.Ou@quantatw.com>
387 S:      Maintained
388 F:      src/mainboard/ocp/tiogapass/
392 OPENCELLULAR MAINBOARDS
393 M:      Christian Walter <christian.walter@9elements.com>
394 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
395 S:      Supported
396 F:      src/mainboard/opencellular/elgon/
400 PC ENGINES ALL MAINBOARDS
401 M:      Piotr Król <piotr.krol@3mdeb.com>
402 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
403 S:      Supported
404 F:      src/mainboard/pcengines/
408 PORTWELL PQ-M107 MAINBOARD
409 M:      Frans Hendriks <fhendriks@eltan.com>
410 M:      Erik van den Bogaert <ebogaert@eltan.com>
411 S:      Maintained
412 F:      src/mainboard/portwell/m107/
416 PROTECTLI ALL MAINBOARDS
417 M:      Piotr Król <piotr.krol@3mdeb.com>
418 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
419 S:      Maintained
420 F:      src/mainboard/protectli/
424 PRODRIVE ATLAS MAINBOARD
425 M:      Angel Pons <th3fanbus@gmail.com>
426 M:      Christian Walter <christian.walter@9elements.com>
427 M:      Lean Sheng Tan <sheng.tan@9elements.com>
428 S:      Maintained
429 F:      src/mainboard/prodrive/atlas/
431 PRODRIVE HERMES MAINBOARD
432 M:      Christian Walter <christian.walter@9elements.com>
433 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
434 S:      Maintained
435 F:      src/mainboard/prodrive/hermes/
439 PURISM MAINBOARDS
440 M:      Jonathon Hall <jonathon.hall@puri.sm>
441 S:      Supported
442 F:      src/mainboard/purism/
446 SAMSUNG CHROMEOS MAINBOARDS
447 M:      Matt DeVillier <MrChromebox@gmail.com>
448 S:      Maintained
449 F:      src/mainboard/samsung/lumpy/
450 F:      src/mainboard/samsung/stumpy/
454 SIEMENS CHILI MAINBAORD
455 M:      Felix Singer <felixsinger@posteo.net>
456 M:      Nico Huber <nico.h@gmx.de>
457 S:      Supported
458 F:      src/mainboard/siemens/chili/
460 SIEMENS MC_xxxx MAINBOARDS
461 M:      Werner Zeh <werner.zeh@siemens.com>
462 S:      Maintained
463 F:      src/mainboard/siemens/mc_apl1/
464 F:      src/mainboard/siemens/mc_ehl/
468 STAR LABS MAINBOARDS
469 M:      Sean Rhodes <sean@starlabs.systems>
470 S:      Maintained
471 F:      src/mainboard/starlabs/
475 SYSTEM76 MAINBOARDS
476 M:      Jeremy Soller <jeremy@system76.com>
477 M:      Tim Crawford <tcrawford@system76.com>
478 S:      Maintained
479 F:      src/mainboard/system76/
483 SUPERMICRO X10SLM+-F MAINBOARD
484 M:      Tristan Corrick <tristan@corrick.kiwi>
485 S:      Maintained
486 F:      src/mainboard/supermicro/x10slm-f/
488 SUPERMICRO X11-LGA1151-SERIES
489 M:      Michael Niewöhner <foss@mniewoehner.de>
490 S:      Maintained
491 F:      src/mainboard/supermicro/x11-lga1151-series/
493 ################################################################################
494 # Architectures
495 ################################################################################
497 ARM ARCHITECTURE
498 M:      Julius Werner <jwerner@chromium.org>
499 S:      Supported
500 F:      src/arch/arm/
501 F:      src/arch/arm64/
502 F:      src/soc/nvidia/
503 F:      src/soc/rockchip/
504 F:      util/nvidia/
505 F:      util/rockchip/
507 PPC64 ARCHITECTURE
508 M:      Ronald Minnich <rminnich@gmail.com>
509 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
510 S:      Maintained
511 F:      src/arch/ppc64/
512 F:      src/cpu/qemu-power8/
513 F:      src/mainboard/emulation/qemu-power8/
515 RISC-V ARCHITECTURE
516 M:      Ronald Minnich <rminnich@gmail.com>
517 R:      Philipp Hug <philipp@hug.cx>
518 S:      Maintained
519 F:      src/arch/riscv/
520 F:      src/soc/sifive/
521 F:      src/soc/ucb/
522 F:      src/mainboard/emulation/*-riscv/
523 F:      src/mainboard/sifive/
524 F:      util/riscv/
526 X86 ARCHITECTURE
527 F:      src/arch/x86/
528 F:      src/cpu/x86/
529 F:      src/drivers/pc80/
530 F:      src/include/pc80/
531 F:      src/include/cpu/x86/
533 ################################################################################
534 # Embedded Controllers
535 ################################################################################
537 CHROME EC
538 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
539 S:      Maintained
540 F:      src/ec/google/chromeec/
542 LENOVO EC
543 M:      Alexander Couzens <lynxis@fe80.eu>
544 S:      Maintained
545 F:      src/ec/lenovo/
547 STARLABS EC
548 M:      Sean Rhodes <sean@starlabs.systems>
549 S:      Maintained
550 F:      src/ec/starlabs/
552 SYSTEM76 EC
553 M:      Jeremy Soller <jeremy@system76.com>
554 M:      Tim Crawford <tcrawford@system76.com>
555 S:      Maintained
556 F:      src/ec/system76/
558 ################################################################################
559 # Northbridges
560 ################################################################################
562 INTEL HASWELL NORTHBRIDGE
563 M:      Angel Pons <th3fanbus@gmail.com>
564 S:      Maintained
565 F:      src/northbridge/intel/haswell/
567 INTEL PINEVIEW CHIPSET
568 M:      Damien Zammit <damien@zamaudio.com>
569 M:      Angel Pons <th3fanbus@gmail.com>
570 S:      Odd Fixes
571 F:      src/northbridge/intel/pineview/
573 INTEL SANDYBRIDGE NORTHBRIDGE
574 M:      Angel Pons <th3fanbus@gmail.com>
575 S:      Maintained
576 F:      src/northbridge/intel/sandybridge/
578 INTEL X4X CHIPSET
579 M:      Damien Zammit <damien@zamaudio.com>
580 M:      Angel Pons <th3fanbus@gmail.com>
581 S:      Odd Fixes
582 F:      src/northbridge/intel/x4x/
584 ################################################################################
585 # Platforms
586 ################################################################################
588 AMD SUPPORT
589 F:      src/vendorcode/amd/
590 F:      src/cpu/amd/
591 F:      src/northbridge/amd/
592 F:      src/southbridge/amd/
593 F:      src/include/cpu/amd/
595 INTEL SUPPORT
596 S:      Maintained
597 F:      src/vendorcode/intel/
598 F:      src/cpu/intel/
599 F:      src/northbridge/intel/
600 F:      src/southbridge/intel/
601 F:      src/soc/intel/
602 F:      src/drivers/intel/
603 F:      src/include/cpu/intel/
605 INTEL FSP 1.1
606 M:      Lee Leahy <leroy.p.leahy@intel.com>
607 M:      Huang Jin <huang.jin@intel.com>
608 M:      York Yang <york.yang@intel.com>
609 S:      Supported
610 F:      src/drivers/intel/fsp1_1/
612 INTEL FSP 2.0
613 M:      Andrey Petrov <andrey.petrov@gmail.com>
614 S:      Maintained
615 F:      src/drivers/intel/fsp2_0/
617 ################################################################################
618 # Systems on a Chip
619 ################################################################################
621 AMD Cezanne
622 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
623 M:      Felix Held <felix-coreboot@felixheld.de>
624 M:      Jason Glenesk <jason.glenesk@gmail.com>
625 M:      Raul E Rangel <rrangel@chromium.org>
626 M:      Fred Reitberger <reitbergerfred@gmail.com>
627 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
628 S:      Maintained
629 F:      src/soc/amd/cezanne/
630 F:      src/vendorcode/amd/fsp/cezanne/
632 AMD common SoC code
633 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
634 M:      Felix Held <felix-coreboot@felixheld.de>
635 M:      Jason Glenesk <jason.glenesk@gmail.com>
636 M:      Raul E Rangel <rrangel@chromium.org>
637 M:      Fred Reitberger <reitbergerfred@gmail.com>
638 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
639 S:      Maintained
640 F:      src/soc/amd/common/
642 AMD Picasso
643 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
644 M:      Felix Held <felix-coreboot@felixheld.de>
645 M:      Jason Glenesk <jason.glenesk@gmail.com>
646 M:      Raul E Rangel <rrangel@chromium.org>
647 M:      Fred Reitberger <reitbergerfred@gmail.com>
648 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
649 S:      Maintained
650 F:      src/soc/amd/picasso/
651 F:      src/vendorcode/amd/fsp/picasso/
653 AMD Sabrina
654 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
655 M:      Felix Held <felix-coreboot@felixheld.de>
656 M:      Jason Glenesk <jason.glenesk@gmail.com>
657 M:      Raul E Rangel <rrangel@chromium.org>
658 M:      Fred Reitberger <reitbergerfred@gmail.com>
659 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
660 S:      Maintained
661 F:      src/soc/amd/sabrina/
662 F:      src/vendorcode/amd/fsp/sabrina/
664 AMD Stoneyridge
665 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
666 M:      Felix Held <felix-coreboot@felixheld.de>
667 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
668 S:      Odd Fixes
669 F:      src/soc/amd/stoneyridge/
671 INTEL ALDERLAKE SOC
672 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
673 S:      Maintained
674 F:      src/soc/intel/alderlake/
676 INTEL APOLLOLAKE_SOC
677 M:      Andrey Petrov <andrey.petrov@gmail.com>
678 S:      Maintained
679 F:      src/soc/intel/apollolake/
681 INTEL BRASWELL SOC
682 M:      Piotr Król <piotr.krol@3mdeb.com>
683 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
684 M:      Frans Hendriks <fhendriks@eltan.com>
685 S:      Maintained
686 F:      /src/soc/intel/braswell/
687 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
689 INTEL DENVERTON-NS SOC
690 M:      Jeff Daly <jeffd@silicom-usa.com>
691 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
692 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
693 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
694 S:      Maintained
695 F:      src/soc/intel/denverton_ns/
697 INTEL ELKHARTLAKE SOC
698 M:      Lean Sheng Tan <sheng.tan@9elements.com>
699 M:      Werner Zeh <werner.zeh@siemens.com>
700 S:      Maintained
701 F:      src/soc/intel/elkhartlake/
703 INTEL TIGERLAKE SOC
704 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
705 S:      Maintained
706 F:      src/soc/intel/tigerlake/
708 INTEL Xeon Sacalable Processor Family
709 M:      Jonathan Zhang <jonzhang@fb.com>
710 M:      Reddy Chagam <anjaneya.chagam@intel.com>
711 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
712 M:      Tim Chu <Tim.Chu@quantatw.com>
713 M:      Arthur Heymans <arthur@aheymans.xyz>
714 M:      Christian Walter <christian.walter@9elements.com>
715 S:      Supported
716 F:      src/soc/intel/xeon_sp/
717 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
718 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
720 MEDIATEK SOCS
721 M:      Hung-Te Lin <hungte@chromium.org>
722 S:      Supported
723 F:      src/soc/mediatek/
725 MEDIATEK MT8192
726 M:      Xi Chen <xixi.chen@mediatek.com>
727 S:      Maintained
728 F:      src/soc/mediatek/mt8192/
729 F:      src/vendorcode/mediatek/mt8192/
731 ORPHANED ARM SOCS
732 S:      Orphaned
733 F:      src/cpu/armltd/
734 F:      src/soc/ti/
735 F:      src/soc/qualcomm/
736 F:      src/soc/samsung/
737 F:      util/exynos/
738 F:      util/ipqheader/
740 ################################################################################
741 # Payloads
742 ################################################################################
744 NVRAM
745 F:      util/nvramtool/
746 F:      payloads/nvramcui/
748 LIBPAYLOAD
749 F:      payloads/libpayload/
751 COREINFO PAYLOAD
752 F:      payloads/coreinfo/
754 EXTERNAL PAYLOADS INTEGRATION
755 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
756 M:      Martin Roth <gaumless@gmail.com>
757 F:      payloads/external/
759 LINUXBOOT PAYLOAD INTEGRATION
760 M:      Christian Walter <christian.walter@9elements.com>
761 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
762 S:      Supported
763 F:      payloads/external/LinuxBoot/
765 ################################################################################
766 # Utilities
767 ################################################################################
769 ABUILD
770 M:      Martin Roth <gaumless@gmail.com>
771 S:      Supported
772 F:      util/abuild/
774 BOARD STATUS
775 F:      util/board_status/
777 BUILD SYSTEM
778 M:      Martin Roth <gaumless@gmail.com>
779 S:      Supported
780 F:      Makefile
781 F:      *.inc
782 F:      src/include/kconfig.h
783 F:      util/kconfig/
784 F:      util/sconfig/
785 F:      util/xcompile/
786 F:      util/genbuild_h/
788 TOOLCHAIN
789 F:      util/crossgcc/
791 DOCKER
792 M:      Martin Roth <gaumless@gmail.com>
793 S:      Supported
794 F:      util/docker/
797 F:      .git*
798 F:      /util/gitconfig
800 LINT SCRIPTS
801 M:      Martin Roth <gaumless@gmail.com>
802 S:      Supported
803 F:      util/lint/
805 IFDTOOL
806 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
807 F:      util/ifdtool/
809 INTELTOOL
810 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
811 F:      util/inteltool/
813 INTELMETOOL
814 M:      Christian Walter <christian.walter@9elements.com>
815 F:      util/intelmetool/
817 INTELP2M
818 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
819 S:      Maintained
820 F:      util/intelp2m/
822 ME_CLEANER
823 M:      Nicola Corna <nicola@corna.info>
824 W:      https://github.com/corna/me_cleaner
825 S:      Maintained
826 F:      util/me_cleaner/
828 LIVEISO
829 M:      Felix Singer <felixsinger@posteo.net>
830 S:      Supported
831 F:      util/liveiso/
833 ################################################################################
834 # Miscellaneous
835 ################################################################################
837 ASPEED AST2050 DRIVER & COMMON CODE
838 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
839 S:      Supported
840 F:      src/drivers/aspeed/common/
841 F:      src/drivers/aspeed/ast2050/
843 ACPI
844 M:      Lance Zhao <lance.zhao@gmail.com>
845 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
846 S:      Supported
847 F:      src/acpi/
848 F:      src/arch/x86/acpi/
849 F:      util/acpi/
851 LZ4 COMPRESSION
852 M:      Julius Werner <jwerner@chromium.org>
853 S:      Supported
854 F:      src/commonlib/lz4*
855 F:      payloads/libpayload/liblz4/
856 F:      util/cbfstool/lz4/
858 BINARY OBJECTS
859 F:      3rdparty/blobs/
861 VERIFIED BOOT
862 M:      Julius Werner <jwerner@chromium.org>
863 M:      Yu-Ping Wu <yupingso@google.com>
864 S:      Supported
865 F:      3rdparty/vboot/
866 F:      src/security/vboot/
867 F:      src/include/tpm.h
868 F:      src/include/tpm_lite/
870 RESOURCE ALLOCATOR
871 F:      src/device/*
872 F:      src/include/device/
873 F:      src/include/cpu/cpu.h
875 OPTION ROM EXECUTION & X86EMU
876 F:      src/device/oprom/
878 CBFS
879 M:      Julius Werner <jwerner@chromium.org>
880 F:      src/include/cbfs*
881 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
882 F:      src/commonlib/bsd/cbfs*
883 F:      src/lib/cbfs.c
885 CBFSTOOL
886 F:      util/cbfstool/
888 CBMEM
889 F:      src/include/cbmem.h
890 F:      src/include/cbmem_id.h
891 F:      util/cbmem/
893 CONSOLE
894 F:      src/console/
895 F:      src/include/console/
896 F:      src/drivers/uart/
898 TPM SUPPORT
899 M:      Christian Walter <christian.walter@9elements.com>
900 S:      Supported
901 F:      src/drivers/*/tpm/
902 F:      src/security/tpm/
904 SUPERIOS & SUPERIOTOOL
905 M:      Felix Held <felix-coreboot@felixheld.de>
906 S:      Odd Fixes
907 F:      src/superio/
908 F:      util/superiotool/
910 SPD UTILITIES
911 M:      Reka Norman <rekanorman@chromium.org>
912 S:      Maintained
913 F:      util/spd_tools/
914 F:      util/spdtool/
916 MEMLAYOUT
917 M:      Julius Werner <jwerner@chromium.org>
918 S:      Supported
919 F:      */memlayout.h
920 F:      *.ld
922 ELTAN VENDORCODE
923 M:      Frans Hendriks <fhendriks@eltan.com>
924 M:      Erik van den Bogaert <ebogaert@eltan.com>
925 S:      Maintained
926 F:      src/vendorcode/eltan/
928 TAS5825M DRIVER
929 M:      Jeremy Soller <jeremy@system76.com>
930 M:      Tim Crawford <tcrawford@system76.com>
931 S:      Maintained
932 F:      src/drivers/i2c/tas5825m/
934 TESTS
935 M:      Jakub Czapiga <jacz@semihalf.com>
936 S:      Maintained
937 F:      tests/
938 F:      payloads/libpayload/tests/
940 MISSING: TIMERS / DELAYS
942 MISSING: TIMESTAMPS
944 MISSING: FMAP
946 MISSING: GPIO
948 MISSING: SMP
950 MISSING: DMP / QEMU-X86
952 MISSING: ELOG
954 MISSING: SPI
956 # *** Infrastructure Owners ***
957 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
958 # Hardware
959 #       Owners: Stefan, Patrick
960 #       Backups:
962 # Web Server
963 #       Owners: Stefan, Patrick
964 #       Backups:
966 # Website
967 #       Owners: Martin
968 #       Backups: Patrick, Stefan
970 # Documentation Website
971 #       Owners: Patrick
972 #       Backups:
974 CODE OF CONDUCT
975 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
976 M:      Ronald Minnich <rminnich@coreboot.org>
977 M:      Martin Roth <martin@coreboot.org>
978 S:      Maintained
979 F:      Documentation/community/code_of_conduct.md
981 # Wiki
982 #       Owners: Stefan, Patrick
983 #       Backups:
985 # Gerrit
986 #       Owners: Stefan, Patrick
987 #       Backups: Martin
989 # Jenkins
990 #       Owners: Patrick, Martin
991 #       Backups:
993 # Bug Tracker
994 #       Owners: Lynxis,
995 #       Backups: Martin,
997 # Mailing List
998 #       Owners: Stefan, Patrick
999 #       Backups: Martin,
1001 # Software Freedom Conservancy
1002 #       Main contact: Martin
1003 #       “Official” contact: Stefan