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
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
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
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
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
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:
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:
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
132 Maintainers List (try to look for most precise areas first)
134 -----------------------------------
136 ################################################################################
138 ################################################################################
140 AMD family 17h and 19h reference boards
141 M: Felix Held <felix-coreboot@felixheld.de>
142 M: Jason Glenesk <jason.glenesk@gmail.com>
143 M: Fred Reitberger <reitbergerfred@gmail.com>
144 L: amd_coreboot_org_changes@googlegroups.com
146 F: src/mainboard/amd/bilby/
147 F: src/mainboard/amd/chausie/
148 F: src/mainboard/amd/majolica/
149 F: src/mainboard/amd/mandolin/
151 AMD reference boards outside of family 17h and 19h
152 L: amd_coreboot_org_changes@googlegroups.com
153 F: src/mainboard/amd/gardenia/
154 F: src/mainboard/amd/inagua/
155 F: src/mainboard/amd/olivehill/
156 F: src/mainboard/amd/padmelon/
157 F: src/mainboard/amd/parmer/
158 F: src/mainboard/amd/persimmon/
159 F: src/mainboard/amd/south_station/
160 F: src/mainboard/amd/thatcher/
161 F: src/mainboard/amd/union_station/
166 M: Evgeny Zinoviev <me@ch1p.io>
168 F: src/mainboard/apple/
172 ASROCK B85M PRO4 MAINBOARD
173 M: Angel Pons <th3fanbus@gmail.com>
175 F: src/mainboard/asrock/b85m_pro4/
177 ASROCK G41C-GS MAINBOARD & VARIANTS
178 M: Angel Pons <th3fanbus@gmail.com>
180 F: src/mainboard/asrock/g41c-gs/
182 ASROCK H81M-HDS MAINBOARD
183 M: Tristan Corrick <tristan@corrick.kiwi>
185 F: src/mainboard/asrock/h81m-hds/
189 ASUS A88XM-E MAINBOARD
190 M: Mike Banon <mikebdp2@gmail.com>
192 F: src/mainboard/asus/a88xm-e/
194 ASUS AM1I-A MAINBOARD
195 M: Mike Banon <mikebdp2@gmail.com>
197 F: src/mainboard/asus/am1i-a/
199 ASUS H61 SERIES MAINBOARDS
200 M: Angel Pons <th3fanbus@gmail.com>
201 M: Tristan Corrick <tristan@corrick.kiwi>
203 F: src/mainboard/asus/h61-series/
205 ASUS MAXIMUS IV GENE-Z MAINBOARD
206 M: Tristan Corrick <tristan@corrick.kiwi>
208 F: src/mainboard/asus/maximus_iv_gene-z/
210 ASUS P5QC PRO MAINBOARD & VARIANTS
211 M: Angel Pons <th3fanbus@gmail.com>
212 R: Stefan Ott <coreboot@desire.ch>
214 F: src/mainboard/asus/p5qc/
216 ASUS P5QPL-AM MAINBOARD & VARIANTS
217 M: Angel Pons <th3fanbus@gmail.com>
219 F: src/mainboard/asus/p5qpl-am/
221 ASUS P8Z77 SERIES MAINBOARDS
222 M: Angel Pons <th3fanbus@gmail.com>
223 M: Vlado Cibic <vladocb@protonmail.com>
225 F: src/mainboard/asus/p8z77-series/
230 M: Felix Singer <felixsinger@posteo.net>
231 M: Michael Niewöhner <foss@mniewoehner.de>
233 F: src/mainboard/clevo/
237 FACEBOOK FBG1701 MAINBOARD
238 M: Frans Hendriks <fhendriks@eltan.com>
239 M: Erik van den Bogaert <ebogaert@eltan.com>
241 F: src/mainboard/facebook/fbg1701/
243 FACEBOOK MONOLITH MAINBOARD
244 M: Frans Hendriks <fhendriks@eltan.com>
245 M: Erik van den Bogaert <ebogaert@eltan.com>
247 F: src/mainboard/facebook/monolith/
251 GIGABYTE GA-D510UD MAINBOARD
252 M: Angel Pons <th3fanbus@gmail.com>
254 F: src/mainboard/gigabyte/ga-d510ud/
256 GIGABYTE GA-G41M-ES2L MAINBOARD
257 M: Damien Zammit <damien@zamaudio.com>
259 F: src/mainboard/gigabyte/ga-g41m-es2l/
261 GIGABYTE GA-H61M SERIES MAINBOARDS
262 M: Angel Pons <th3fanbus@gmail.com>
264 F: src/mainboard/gigabyte/ga-h61m-series/
266 GOOGLE REX MAINBOARDS
267 M: Subrata Banik <subratabanik@google.com>
268 M: Tarun Tuli <taruntuli@google.com>
269 M: Kapil Porwal <kapilporwal@google.com>
271 F: src/mainboard/google/rex/
273 GOOGLE BRYA MAINBOARDS
274 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
276 F: src/mainboard/google/brya/
278 GOOGLE HATCH MAINBOARDS
279 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
281 F: src/mainboard/google/hatch/
283 GOOGLE PANTHER MAINBOARD
284 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
286 F: src/mainboard/google/panther/
288 GOOGLE VOLTEER MAINBOARDS
289 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
290 M: Nick Vaccaro <nvaccaro@chromium.org>
292 F: src/mainboard/google/volteer/
294 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
295 M: Matt DeVillier <MrChromebox@gmail.com>
297 F: src/mainboard/google/auron/
298 F: src/mainboard/google/beltino/
299 F: src/mainboard/google/butterfly/
300 F: src/mainboard/google/cyan/
301 F: src/mainboard/google/glados/
302 F: src/mainboard/google/jecht/
303 F: src/mainboard/google/link/
304 F: src/mainboard/google/parrot/
305 F: src/mainboard/google/slippy/
306 F: src/mainboard/google/stout/
308 GOOGLE AMD-BASED MAINBOARDS
309 M: Martin Roth <martin.roth@amd.corp-partner.google.com>
310 M: Jason Nien <jason.nien@amd.corp-partner.google.com>
311 L: amd_coreboot_org_changes@googlegroups.com
313 F: src/mainboard/google/kahlee/
314 F: src/mainboard/google/zork/
315 F: src/mainboard/google/guybrush/
316 F: src/mainboard/google/skyrim/
320 M: Angel Pons <th3fanbus@gmail.com>
322 F: src/mainboard/hp/280_g2/
326 INTEL D510MO MAINBOARD
327 M: Damien Zammit <damien@zamaudio.com>
329 F: src/mainboard/intel/d510mo/
331 INTEL HARCUVAR_CRB MAINBOARD
332 M: Jeff Daly <jeffd@silicom-usa.com>
333 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
334 M: Suresh Bellampalli <suresh.bellampalli@intel.com>
335 M: Mariusz Szafranski <mariuszx.szafranski@intel.com>
337 F: src/mainboard/intel/harcuvar/
339 INTEL STRAGO MAINBOARD
340 M: Hannah Williams <hannah.williams@intel.com>
342 F: /src/mainboard/intel/strago/
346 KONTRON BSL6 MAINBOARD
347 M: Felix Singer <felixsinger@posteo.net>
348 M: Nico Huber <nico.h@gmx.de>
350 F: src/mainboard/kontron/bsl6/
352 KONTRON MAL10 MAINBOARD
353 M: Maxim Polyakov <max.senia.poliak@gmail.com>
354 M: Nico Huber <nico.h@gmx.de>
355 M: Felix Singer <felixsinger@posteo.net>
357 F: src/mainboard/kontron/mal10/
362 M: Alexander Couzens <lynxis@fe80.eu>
364 F: src/mainboard/lenovo/
366 LENOVO G505S MAINBOARD
367 M: Mike Banon <mikebdp2@gmail.com>
369 F: src/mainboard/lenovo/g505s/
371 LENOVO X200 MAINBOARD
372 R: Stefan Ott <coreboot@desire.ch>
374 F: src/mainboard/lenovo/x200/
376 LENOVO X201 MAINBOARD
377 R: Stefan Ott <coreboot@desire.ch>
379 F: src/mainboard/lenovo/x201/
382 LIBRETREND LT1000 MAINBOARD
383 M: Piotr Król <piotr.krol@3mdeb.com>
384 M: Michał Żygowski <michal.zygowski@3mdeb.com>
386 F: src/mainboard/libretrend/lt1000/
390 MSI H81M-P33 MAINBOARD
391 M: Angel Pons <th3fanbus@gmail.com>
393 F: src/mainboard/msi/h81m-p33/
395 MSI MS-7D25 MAINBOARDS
396 M: Michał Żygowski <michal.zygowski@3mdeb.com>
397 M: Michał Kopeć <michal.kopec@3mdeb.com>
399 F: src/mainboard/msi/ms7d25/
401 OCP DELTALAKE MAINBOARD
402 M: Arthur Heymans <arthur@aheymans.xyz>
403 M: Christian Walter <christian.walter@9elements.com>
404 M: Johnny Lin <Johnny_Lin@wiwynn.com>
405 M: Jonathan Zhang <jonzhang@fb.com>
406 M: Tim Chu <Tim.Chu@quantatw.com>
408 F: src/mainboard/ocp/deltalake/
410 OCP TIOGAPASS MAINBOARD
411 M: Jonathan Zhang <jonzhang@fb.com>
412 M: Reddy Chagam <anjaneya.chagam@intel.com>
413 M: Johnny Lin <Johnny_Lin@wiwynn.com>
414 M: Morgan Jang <Morgan_Jang@wiwynn.com>
415 M: Ryback Hung <<Ryback.Hung@quantatw.com>
416 M: Bryant Ou <Bryant.Ou@quantatw.com>
418 F: src/mainboard/ocp/tiogapass/
422 OPENCELLULAR MAINBOARDS
423 M: Christian Walter <christian.walter@9elements.com>
424 M: Patrick Rudolph <patrick.rudolph@9elements.com>
426 F: src/mainboard/opencellular/elgon/
430 PC ENGINES ALL MAINBOARDS
431 M: Piotr Król <piotr.krol@3mdeb.com>
432 M: Michał Żygowski <michal.zygowski@3mdeb.com>
434 F: src/mainboard/pcengines/
438 PORTWELL PQ-M107 MAINBOARD
439 M: Frans Hendriks <fhendriks@eltan.com>
440 M: Erik van den Bogaert <ebogaert@eltan.com>
442 F: src/mainboard/portwell/m107/
446 PROTECTLI ALL MAINBOARDS
447 M: Piotr Król <piotr.krol@3mdeb.com>
448 M: Michał Żygowski <michal.zygowski@3mdeb.com>
450 F: src/mainboard/protectli/
454 PRODRIVE ATLAS MAINBOARD
455 M: Angel Pons <th3fanbus@gmail.com>
456 M: Christian Walter <christian.walter@9elements.com>
457 M: Lean Sheng Tan <sheng.tan@9elements.com>
459 F: src/mainboard/prodrive/atlas/
461 PRODRIVE HERMES MAINBOARD
462 M: Christian Walter <christian.walter@9elements.com>
463 M: Patrick Rudolph <patrick.rudolph@9elements.com>
465 F: src/mainboard/prodrive/hermes/
470 M: Jonathon Hall <jonathon.hall@puri.sm>
472 F: src/mainboard/purism/
476 SAMSUNG CHROMEOS MAINBOARDS
477 M: Matt DeVillier <MrChromebox@gmail.com>
479 F: src/mainboard/samsung/lumpy/
480 F: src/mainboard/samsung/stumpy/
484 SIEMENS CHILI MAINBAORD
485 M: Felix Singer <felixsinger@posteo.net>
486 M: Nico Huber <nico.h@gmx.de>
488 F: src/mainboard/siemens/chili/
490 SIEMENS MC_xxxx MAINBOARDS
491 M: Werner Zeh <werner.zeh@siemens.com>
493 F: src/mainboard/siemens/mc_apl1/
494 F: src/mainboard/siemens/mc_ehl/
499 M: Sean Rhodes <sean@starlabs.systems>
501 F: src/mainboard/starlabs/
506 M: Jeremy Soller <jeremy@system76.com>
507 M: Tim Crawford <tcrawford@system76.com>
509 F: src/mainboard/system76/
513 SUPERMICRO X10SLM+-F MAINBOARD
514 M: Tristan Corrick <tristan@corrick.kiwi>
516 F: src/mainboard/supermicro/x10slm-f/
518 SUPERMICRO X11-LGA1151-SERIES
519 M: Michael Niewöhner <foss@mniewoehner.de>
521 F: src/mainboard/supermicro/x11-lga1151-series/
523 ################################################################################
525 ################################################################################
528 M: Julius Werner <jwerner@chromium.org>
538 M: Ronald Minnich <rminnich@gmail.com>
539 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
542 F: src/cpu/qemu-power8/
543 F: src/mainboard/emulation/qemu-power8/
546 M: Ronald Minnich <rminnich@gmail.com>
547 R: Philipp Hug <philipp@hug.cx>
552 F: src/mainboard/emulation/*-riscv/
553 F: src/mainboard/sifive/
561 F: src/include/cpu/x86/
563 ################################################################################
564 # Embedded Controllers
565 ################################################################################
568 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
570 F: src/ec/google/chromeec/
573 M: Alexander Couzens <lynxis@fe80.eu>
578 M: Sean Rhodes <sean@starlabs.systems>
583 M: Jeremy Soller <jeremy@system76.com>
584 M: Tim Crawford <tcrawford@system76.com>
588 ################################################################################
590 ################################################################################
592 INTEL HASWELL NORTHBRIDGE
593 M: Angel Pons <th3fanbus@gmail.com>
595 F: src/northbridge/intel/haswell/
597 INTEL PINEVIEW CHIPSET
598 M: Damien Zammit <damien@zamaudio.com>
599 M: Angel Pons <th3fanbus@gmail.com>
601 F: src/northbridge/intel/pineview/
603 INTEL SANDYBRIDGE NORTHBRIDGE
604 M: Angel Pons <th3fanbus@gmail.com>
606 F: src/northbridge/intel/sandybridge/
609 M: Damien Zammit <damien@zamaudio.com>
610 M: Angel Pons <th3fanbus@gmail.com>
612 F: src/northbridge/intel/x4x/
614 ################################################################################
616 ################################################################################
619 L: amd_coreboot_org_changes@googlegroups.com
620 F: src/vendorcode/amd/
622 F: src/northbridge/amd/
623 F: src/southbridge/amd/
624 F: src/include/cpu/amd/
628 F: src/vendorcode/intel/
630 F: src/northbridge/intel/
631 F: src/southbridge/intel/
633 F: src/drivers/intel/
634 F: src/include/cpu/intel/
637 M: Lee Leahy <leroy.p.leahy@intel.com>
638 M: Huang Jin <huang.jin@intel.com>
639 M: York Yang <york.yang@intel.com>
641 F: src/drivers/intel/fsp1_1/
644 M: Andrey Petrov <andrey.petrov@gmail.com>
646 F: src/drivers/intel/fsp2_0/
648 ################################################################################
650 ################################################################################
653 M: Felix Held <felix-coreboot@felixheld.de>
654 M: Jason Glenesk <jason.glenesk@gmail.com>
655 M: Raul E Rangel <rrangel@chromium.org>
656 M: Fred Reitberger <reitbergerfred@gmail.com>
657 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
658 L: amd_coreboot_org_changes@googlegroups.com
660 F: src/soc/amd/cezanne/
661 F: src/vendorcode/amd/fsp/cezanne/
664 M: Felix Held <felix-coreboot@felixheld.de>
665 M: Jason Glenesk <jason.glenesk@gmail.com>
666 M: Raul E Rangel <rrangel@chromium.org>
667 M: Fred Reitberger <reitbergerfred@gmail.com>
668 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
669 L: amd_coreboot_org_changes@googlegroups.com
671 F: src/soc/amd/common/
674 M: Felix Held <felix-coreboot@felixheld.de>
675 M: Jason Glenesk <jason.glenesk@gmail.com>
676 M: Fred Reitberger <reitbergerfred@gmail.com>
677 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
678 L: amd_coreboot_org_changes@googlegroups.com
680 F: src/soc/amd/picasso/
681 F: src/vendorcode/amd/fsp/picasso/
684 M: Felix Held <felix-coreboot@felixheld.de>
685 M: Jason Glenesk <jason.glenesk@gmail.com>
686 M: Raul E Rangel <rrangel@chromium.org>
687 M: Fred Reitberger <reitbergerfred@gmail.com>
688 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
689 L: amd_coreboot_org_changes@googlegroups.com
691 F: src/soc/amd/mendocino/
692 F: src/vendorcode/amd/fsp/mendocino/
695 M: Felix Held <felix-coreboot@felixheld.de>
696 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
697 L: amd_coreboot_org_changes@googlegroups.com
699 F: src/soc/amd/stoneyridge/
702 M: Subrata Banik <subratabanik@google.com>
703 M: Tarun Tuli <taruntuli@google.com>
704 M: Kapil Porwal <kapilporwal@google.com>
706 F: src/soc/intel/meteorlake/
709 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
711 F: src/soc/intel/alderlake/
714 M: Andrey Petrov <andrey.petrov@gmail.com>
716 F: src/soc/intel/apollolake/
719 M: Piotr Król <piotr.krol@3mdeb.com>
720 M: Michał Żygowski <michal.zygowski@3mdeb.com>
721 M: Frans Hendriks <fhendriks@eltan.com>
723 F: /src/soc/intel/braswell/
724 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
726 INTEL DENVERTON-NS SOC
727 M: Jeff Daly <jeffd@silicom-usa.com>
728 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
729 M: Suresh Bellampalli <suresh.bellampalli@intel.com>
730 M: Mariusz Szafranski <mariuszx.szafranski@intel.com>
732 F: src/soc/intel/denverton_ns/
734 INTEL ELKHARTLAKE SOC
735 M: Lean Sheng Tan <sheng.tan@9elements.com>
736 M: Werner Zeh <werner.zeh@siemens.com>
738 F: src/soc/intel/elkhartlake/
741 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
743 F: src/soc/intel/tigerlake/
745 INTEL Xeon Sacalable Processor Family
746 M: Jonathan Zhang <jonzhang@fb.com>
747 M: Reddy Chagam <anjaneya.chagam@intel.com>
748 M: Johnny Lin <Johnny_Lin@wiwynn.com>
749 M: Tim Chu <Tim.Chu@quantatw.com>
750 M: Arthur Heymans <arthur@aheymans.xyz>
751 M: Christian Walter <christian.walter@9elements.com>
753 F: src/soc/intel/xeon_sp/
754 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
755 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
758 M: Hung-Te Lin <hungte@chromium.org>
763 M: Xi Chen <xixi.chen@mediatek.com>
765 F: src/soc/mediatek/mt8192/
766 F: src/vendorcode/mediatek/mt8192/
777 ################################################################################
779 ################################################################################
783 F: payloads/nvramcui/
786 F: payloads/libpayload/
789 F: payloads/coreinfo/
791 EXTERNAL PAYLOADS INTEGRATION
792 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
793 M: Martin Roth <gaumless@gmail.com>
794 F: payloads/external/
796 LINUXBOOT PAYLOAD INTEGRATION
797 M: Christian Walter <christian.walter@9elements.com>
798 M: Marcello Sylvester Bauer <info@marcellobauer.com>
800 F: payloads/external/LinuxBoot/
802 ################################################################################
804 ################################################################################
807 M: Martin Roth <gaumless@gmail.com>
812 F: util/board_status/
815 M: Martin Roth <gaumless@gmail.com>
819 F: src/include/kconfig.h
829 M: Martin Roth <gaumless@gmail.com>
838 M: Martin Roth <gaumless@gmail.com>
843 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
847 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
851 M: Christian Walter <christian.walter@9elements.com>
855 M: Maxim Polyakov <max.senia.poliak@gmail.com>
860 M: Nicola Corna <nicola@corna.info>
861 W: https://github.com/corna/me_cleaner
866 M: Felix Singer <felixsinger@posteo.net>
870 ################################################################################
872 ################################################################################
874 ASPEED AST2050 DRIVER & COMMON CODE
875 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
877 F: src/drivers/aspeed/common/
878 F: src/drivers/aspeed/ast2050/
881 M: Lance Zhao <lance.zhao@gmail.com>
882 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
885 F: src/arch/x86/acpi/
889 M: Julius Werner <jwerner@chromium.org>
891 F: src/commonlib/lz4*
892 F: payloads/libpayload/liblz4/
893 F: util/cbfstool/lz4/
899 M: Julius Werner <jwerner@chromium.org>
900 M: Yu-Ping Wu <yupingso@google.com>
903 F: src/security/vboot/
905 F: src/include/tpm_lite/
909 F: src/include/device/
910 F: src/include/cpu/cpu.h
912 OPTION ROM EXECUTION & X86EMU
916 M: Julius Werner <jwerner@chromium.org>
918 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
919 F: src/commonlib/bsd/cbfs*
926 F: src/include/cbmem.h
927 F: src/include/cbmem_id.h
932 F: src/include/console/
936 M: Christian Walter <christian.walter@9elements.com>
938 F: src/drivers/*/tpm/
941 SUPERIOS & SUPERIOTOOL
942 M: Felix Held <felix-coreboot@felixheld.de>
948 M: Reka Norman <rekanorman@chromium.org>
954 M: Julius Werner <jwerner@chromium.org>
960 M: Frans Hendriks <fhendriks@eltan.com>
961 M: Erik van den Bogaert <ebogaert@eltan.com>
963 F: src/vendorcode/eltan/
966 M: Jeremy Soller <jeremy@system76.com>
967 M: Tim Crawford <tcrawford@system76.com>
969 F: src/drivers/i2c/tas5825m/
972 M: Jakub Czapiga <jacz@semihalf.com>
975 F: payloads/libpayload/tests/
977 MISSING: TIMERS / DELAYS
987 MISSING: DMP / QEMU-X86
993 # *** Infrastructure Owners ***
994 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
996 # Owners: Stefan, Patrick
1000 # Owners: Stefan, Patrick
1005 # Backups: Patrick, Stefan
1007 # Documentation Website
1012 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1013 M: Ronald Minnich <rminnich@coreboot.org>
1014 M: Martin Roth <martin@coreboot.org>
1016 F: Documentation/community/code_of_conduct.md
1019 # Owners: Stefan, Patrick
1023 # Owners: Stefan, Patrick
1027 # Owners: Patrick, Martin
1035 # Owners: Stefan, Patrick
1038 # Software Freedom Conservancy
1039 # Main contact: Martin
1040 # “Official” contact: Stefan