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: 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>
146 F: src/mainboard/amd/chausie/
147 F: src/mainboard/amd/majolica/
148 F: src/mainboard/amd/mandolin/
151 M: Evgeny Zinoviev <me@ch1p.io>
153 F: src/mainboard/apple/
157 ASROCK B85M PRO4 MAINBOARD
158 M: Angel Pons <th3fanbus@gmail.com>
160 F: src/mainboard/asrock/b85m_pro4/
162 ASROCK G41C-GS MAINBOARD & VARIANTS
163 M: Angel Pons <th3fanbus@gmail.com>
165 F: src/mainboard/asrock/g41c-gs/
167 ASROCK H81M-HDS MAINBOARD
168 M: Tristan Corrick <tristan@corrick.kiwi>
170 F: src/mainboard/asrock/h81m-hds/
174 ASUS A88XM-E MAINBOARD
175 M: Mike Banon <mikebdp2@gmail.com>
177 F: src/mainboard/asus/a88xm-e/
179 ASUS AM1I-A MAINBOARD
180 M: Mike Banon <mikebdp2@gmail.com>
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>
188 F: src/mainboard/asus/h61-series/
190 ASUS MAXIMUS IV GENE-Z MAINBOARD
191 M: Tristan Corrick <tristan@corrick.kiwi>
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>
199 F: src/mainboard/asus/p5qc/
201 ASUS P5QPL-AM MAINBOARD & VARIANTS
202 M: Angel Pons <th3fanbus@gmail.com>
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>
210 F: src/mainboard/asus/p8z77-series/
215 M: Felix Singer <felixsinger@posteo.net>
216 M: Michael Niewöhner <foss@mniewoehner.de>
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>
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>
232 F: src/mainboard/facebook/monolith/
236 GIGABYTE GA-D510UD MAINBOARD
237 M: Angel Pons <th3fanbus@gmail.com>
239 F: src/mainboard/gigabyte/ga-d510ud/
241 GIGABYTE GA-G41M-ES2L MAINBOARD
242 M: Damien Zammit <damien@zamaudio.com>
244 F: src/mainboard/gigabyte/ga-g41m-es2l/
246 GIGABYTE GA-H61M SERIES MAINBOARDS
247 M: Angel Pons <th3fanbus@gmail.com>
249 F: src/mainboard/gigabyte/ga-h61m-series/
252 GOOGLE BRYA MAINBOARDS
253 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
255 F: src/mainboard/google/brya/
257 GOOGLE HATCH MAINBOARDS
258 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
260 F: src/mainboard/google/hatch/
262 GOOGLE PANTHER MAINBOARD
263 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
265 F: src/mainboard/google/panther/
267 GOOGLE VOLTEER MAINBOARDS
268 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
269 M: Nick Vaccaro <nvaccaro@chromium.org>
271 F: src/mainboard/google/volteer/
273 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
274 M: Matt DeVillier <MrChromebox@gmail.com>
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/
290 M: Angel Pons <th3fanbus@gmail.com>
292 F: src/mainboard/hp/280_g2/
296 INTEL D510MO MAINBOARD
297 M: Damien Zammit <damien@zamaudio.com>
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>
307 F: src/mainboard/intel/harcuvar/
309 INTEL STRAGO MAINBOARD
310 M: Hannah Williams <hannah.williams@intel.com>
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>
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>
327 F: src/mainboard/kontron/mal10/
332 M: Alexander Couzens <lynxis@fe80.eu>
334 F: src/mainboard/lenovo/
336 LENOVO G505S MAINBOARD
337 M: Mike Banon <mikebdp2@gmail.com>
339 F: src/mainboard/lenovo/g505s/
341 LENOVO X200 MAINBOARD
342 R: Stefan Ott <coreboot@desire.ch>
344 F: src/mainboard/lenovo/x200/
346 LENOVO X201 MAINBOARD
347 R: Stefan Ott <coreboot@desire.ch>
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>
356 F: src/mainboard/libretrend/lt1000/
360 MSI H81M-P33 MAINBOARD
361 M: Angel Pons <th3fanbus@gmail.com>
363 F: src/mainboard/msi/h81m-p33/
367 OCP DELTALAKE MAINBOARD
368 M: Arthur Heymans <arthur@aheymans.xyz>
369 M: Christian Walter <christian.walter@9elements.com>
370 M: Johnny Lin <Johnny_Lin@wiwynn.com>
371 M: Jonathan Zhang <jonzhang@fb.com>
372 M: Tim Chu <Tim.Chu@quantatw.com>
374 F: src/mainboard/ocp/deltalake/
376 OCP TIOGAPASS MAINBOARD
377 M: Jonathan Zhang <jonzhang@fb.com>
378 M: Reddy Chagam <anjaneya.chagam@intel.com>
379 M: Johnny Lin <Johnny_Lin@wiwynn.com>
380 M: Morgan Jang <Morgan_Jang@wiwynn.com>
381 M: Ryback Hung <<Ryback.Hung@quantatw.com>
382 M: Bryant Ou <Bryant.Ou@quantatw.com>
384 F: src/mainboard/ocp/tiogapass/
388 OPENCELLULAR MAINBOARDS
389 M: Christian Walter <christian.walter@9elements.com>
390 M: Patrick Rudolph <patrick.rudolph@9elements.com>
392 F: src/mainboard/opencellular/elgon/
396 PC ENGINES ALL MAINBOARDS
397 M: Piotr Król <piotr.krol@3mdeb.com>
398 M: Michał Żygowski <michal.zygowski@3mdeb.com>
400 F: src/mainboard/pcengines/
404 PORTWELL PQ-M107 MAINBOARD
405 M: Frans Hendriks <fhendriks@eltan.com>
406 M: Erik van den Bogaert <ebogaert@eltan.com>
408 F: src/mainboard/portwell/m107/
412 PROTECTLI ALL MAINBOARDS
413 M: Piotr Król <piotr.krol@3mdeb.com>
414 M: Michał Żygowski <michal.zygowski@3mdeb.com>
416 F: src/mainboard/protectli/
420 PRODRIVE ATLAS MAINBOARD
421 M: Angel Pons <th3fanbus@gmail.com>
422 M: Christian Walter <christian.walter@9elements.com>
423 M: Lean Sheng Tan <sheng.tan@9elements.com>
425 F: src/mainboard/prodrive/atlas/
427 PRODRIVE HERMES MAINBOARD
428 M: Christian Walter <christian.walter@9elements.com>
429 M: Patrick Rudolph <patrick.rudolph@9elements.com>
431 F: src/mainboard/prodrive/hermes/
436 M: Matt DeVillier <matt.devillier@puri.sm>
438 F: src/mainboard/purism/
442 SAMSUNG CHROMEOS MAINBOARDS
443 M: Matt DeVillier <MrChromebox@gmail.com>
445 F: src/mainboard/samsung/lumpy/
446 F: src/mainboard/samsung/stumpy/
450 SIEMENS CHILI MAINBAORD
451 M: Felix Singer <felixsinger@posteo.net>
452 M: Nico Huber <nico.h@gmx.de>
454 F: src/mainboard/siemens/chili/
456 SIEMENS MC_xxxx MAINBOARDS
457 M: Werner Zeh <werner.zeh@siemens.com>
459 F: src/mainboard/siemens/mc_apl1/
460 F: src/mainboard/siemens/mc_ehl/
465 M: Sean Rhodes <sean@starlabs.systems>
467 F: src/mainboard/starlabs/
472 M: Jeremy Soller <jeremy@system76.com>
473 M: Tim Crawford <tcrawford@system76.com>
475 F: src/mainboard/system76/
479 SUPERMICRO X10SLM+-F MAINBOARD
480 M: Tristan Corrick <tristan@corrick.kiwi>
482 F: src/mainboard/supermicro/x10slm-f/
484 SUPERMICRO X11-LGA1151-SERIES
485 M: Michael Niewöhner <foss@mniewoehner.de>
487 F: src/mainboard/supermicro/x11-lga1151-series/
489 ################################################################################
491 ################################################################################
494 M: Julius Werner <jwerner@chromium.org>
504 M: Ronald Minnich <rminnich@gmail.com>
505 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
508 F: src/cpu/qemu-power8/
509 F: src/mainboard/emulation/qemu-power8/
512 M: Ronald Minnich <rminnich@gmail.com>
513 R: Philipp Hug <philipp@hug.cx>
518 F: src/mainboard/emulation/*-riscv/
519 F: src/mainboard/sifive/
527 F: src/include/cpu/x86/
529 ################################################################################
530 # Embedded Controllers
531 ################################################################################
534 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
536 F: src/ec/google/chromeec/
539 M: Alexander Couzens <lynxis@fe80.eu>
544 M: Sean Rhodes <sean@starlabs.systems>
549 M: Jeremy Soller <jeremy@system76.com>
550 M: Tim Crawford <tcrawford@system76.com>
554 ################################################################################
556 ################################################################################
558 INTEL HASWELL NORTHBRIDGE
559 M: Angel Pons <th3fanbus@gmail.com>
561 F: src/northbridge/intel/haswell/
563 INTEL PINEVIEW CHIPSET
564 M: Damien Zammit <damien@zamaudio.com>
565 M: Angel Pons <th3fanbus@gmail.com>
567 F: src/northbridge/intel/pineview/
569 INTEL SANDYBRIDGE NORTHBRIDGE
570 M: Angel Pons <th3fanbus@gmail.com>
572 F: src/northbridge/intel/sandybridge/
575 M: Damien Zammit <damien@zamaudio.com>
576 M: Angel Pons <th3fanbus@gmail.com>
578 F: src/northbridge/intel/x4x/
580 ################################################################################
582 ################################################################################
585 F: src/vendorcode/amd/
587 F: src/northbridge/amd/
588 F: src/southbridge/amd/
589 F: src/include/cpu/amd/
593 F: src/vendorcode/intel/
595 F: src/northbridge/intel/
596 F: src/southbridge/intel/
598 F: src/drivers/intel/
599 F: src/include/cpu/intel/
602 M: Lee Leahy <leroy.p.leahy@intel.com>
603 M: Huang Jin <huang.jin@intel.com>
604 M: York Yang <york.yang@intel.com>
606 F: src/drivers/intel/fsp1_1/
609 M: Andrey Petrov <andrey.petrov@gmail.com>
611 F: src/drivers/intel/fsp2_0/
613 ################################################################################
615 ################################################################################
618 M: Marshall Dawson <marshalldawson3rd@gmail.com>
619 M: Felix Held <felix-coreboot@felixheld.de>
620 M: Jason Glenesk <jason.glenesk@gmail.com>
621 M: Raul E Rangel <rrangel@chromium.org>
622 M: Fred Reitberger <reitbergerfred@gmail.com>
624 F: src/soc/amd/cezanne/
625 F: src/vendorcode/amd/fsp/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>
634 F: src/soc/amd/common/
637 M: Marshall Dawson <marshalldawson3rd@gmail.com>
638 M: Felix Held <felix-coreboot@felixheld.de>
639 M: Jason Glenesk <jason.glenesk@gmail.com>
640 M: Raul E Rangel <rrangel@chromium.org>
641 M: Fred Reitberger <reitbergerfred@gmail.com>
643 F: src/soc/amd/picasso/
644 F: src/vendorcode/amd/fsp/picasso/
647 M: Marshall Dawson <marshalldawson3rd@gmail.com>
648 M: Felix Held <felix-coreboot@felixheld.de>
649 M: Jason Glenesk <jason.glenesk@gmail.com>
650 M: Raul E Rangel <rrangel@chromium.org>
651 M: Fred Reitberger <reitbergerfred@gmail.com>
653 F: src/soc/amd/sabrina/
654 F: src/vendorcode/amd/fsp/sabrina/
657 M: Marshall Dawson <marshalldawson3rd@gmail.com>
658 M: Felix Held <felix-coreboot@felixheld.de>
660 F: src/soc/amd/stoneyridge/
663 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
665 F: src/soc/intel/alderlake/
668 M: Andrey Petrov <andrey.petrov@gmail.com>
670 F: src/soc/intel/apollolake/
673 M: Piotr Król <piotr.krol@3mdeb.com>
674 M: Michał Żygowski <michal.zygowski@3mdeb.com>
675 M: Frans Hendriks <fhendriks@eltan.com>
677 F: /src/soc/intel/braswell/
678 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
680 INTEL DENVERTON-NS SOC
681 M: Jeff Daly <jeffd@silicom-usa.com>
682 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
683 M: Suresh Bellampalli <suresh.bellampalli@intel.com>
684 M: Mariusz Szafranski <mariuszx.szafranski@intel.com>
686 F: src/soc/intel/denverton_ns/
688 INTEL ELKHARTLAKE SOC
689 M: Lean Sheng Tan <sheng.tan@9elements.com>
690 M: Werner Zeh <werner.zeh@siemens.com>
692 F: src/soc/intel/elkhartlake/
695 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
697 F: src/soc/intel/tigerlake/
699 INTEL Xeon Sacalable Processor Family
700 M: Jonathan Zhang <jonzhang@fb.com>
701 M: Reddy Chagam <anjaneya.chagam@intel.com>
702 M: Johnny Lin <Johnny_Lin@wiwynn.com>
703 M: Tim Chu <Tim.Chu@quantatw.com>
704 M: Arthur Heymans <arthur@aheymans.xyz>
705 M: Christian Walter <christian.walter@9elements.com>
707 F: src/soc/intel/xeon_sp/
708 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
709 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
712 M: Hung-Te Lin <hungte@chromium.org>
717 M: Xi Chen <xixi.chen@mediatek.com>
719 F: src/soc/mediatek/mt8192/
720 F: src/vendorcode/mediatek/mt8192/
731 ################################################################################
733 ################################################################################
737 F: payloads/nvramcui/
740 F: payloads/libpayload/
743 F: payloads/coreinfo/
745 EXTERNAL PAYLOADS INTEGRATION
746 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
747 M: Martin Roth <gaumless@gmail.com>
748 F: payloads/external/
750 LINUXBOOT PAYLOAD INTEGRATION
751 M: Christian Walter <christian.walter@9elements.com>
752 M: Marcello Sylvester Bauer <info@marcellobauer.com>
754 F: payloads/external/LinuxBoot/
756 ################################################################################
758 ################################################################################
761 M: Martin Roth <gaumless@gmail.com>
766 F: util/board_status/
769 M: Martin Roth <gaumless@gmail.com>
773 F: src/include/kconfig.h
783 M: Martin Roth <gaumless@gmail.com>
792 M: Martin Roth <gaumless@gmail.com>
797 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
801 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
805 M: Christian Walter <christian.walter@9elements.com>
809 M: Maxim Polyakov <max.senia.poliak@gmail.com>
814 M: Nicola Corna <nicola@corna.info>
815 W: https://github.com/corna/me_cleaner
820 M: Felix Singer <felixsinger@posteo.net>
824 ################################################################################
826 ################################################################################
828 ASPEED AST2050 DRIVER & COMMON CODE
829 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
831 F: src/drivers/aspeed/common/
832 F: src/drivers/aspeed/ast2050/
835 M: Lance Zhao <lance.zhao@gmail.com>
836 M: Tim Wawrzynczak <twawrzynczak@chromium.org>
839 F: src/arch/x86/acpi/
843 M: Julius Werner <jwerner@chromium.org>
845 F: src/commonlib/lz4*
846 F: payloads/libpayload/liblz4/
847 F: util/cbfstool/lz4/
853 M: Julius Werner <jwerner@chromium.org>
854 M: Yu-Ping Wu <yupingso@google.com>
857 F: src/security/vboot/
859 F: src/include/tpm_lite/
863 F: src/include/device/
864 F: src/include/cpu/cpu.h
866 OPTION ROM EXECUTION & X86EMU
870 M: Julius Werner <jwerner@chromium.org>
872 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
873 F: src/commonlib/bsd/cbfs*
880 F: src/include/cbmem.h
881 F: src/include/cbmem_id.h
886 F: src/include/console/
890 M: Christian Walter <christian.walter@9elements.com>
892 F: src/drivers/*/tpm/
895 SUPERIOS & SUPERIOTOOL
896 M: Felix Held <felix-coreboot@felixheld.de>
902 M: Reka Norman <rekanorman@chromium.org>
908 M: Julius Werner <jwerner@chromium.org>
914 M: Frans Hendriks <fhendriks@eltan.com>
915 M: Erik van den Bogaert <ebogaert@eltan.com>
917 F: src/vendorcode/eltan/
920 M: Jeremy Soller <jeremy@system76.com>
921 M: Tim Crawford <tcrawford@system76.com>
923 F: src/drivers/i2c/tas5825m/
926 M: Jakub Czapiga <jacz@semihalf.com>
929 F: payloads/libpayload/tests/
931 MISSING: TIMERS / DELAYS
941 MISSING: DMP / QEMU-X86
947 # *** Infrastructure Owners ***
948 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
950 # Owners: Stefan, Patrick
954 # Owners: Stefan, Patrick
959 # Backups: Patrick, Stefan
961 # Documentation Website
966 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
967 M: Ronald Minnich <rminnich@coreboot.org>
968 M: Martin Roth <martin@coreboot.org>
970 F: Documentation/community/code_of_conduct.md
973 # Owners: Stefan, Patrick
977 # Owners: Stefan, Patrick
981 # Owners: Patrick, Martin
989 # Owners: Stefan, Patrick
992 # Software Freedom Conservancy
993 # Main contact: Martin
994 # “Official” contact: Stefan