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.
18 1. Make sure your changes compile correctly in multiple configurations. In
19 particular check that changes work for various boards in the tree that
22 Test with: `util/abuild/abuild -c $(nproc) -t vendor/boardname`
24 2. When you are happy with a change make it generally available for
25 testing in gerrit and await feedback.
27 3. Be prepared to get your changes sent back with seemingly
28 silly requests about formatting and variable names. These aren't
29 as silly as they seem. One job the maintainers do is to keep
30 things looking the same. Sometimes this means that the clever
31 hack in your mainboard or chipset to get around a problem actually
32 needs to become a generalized coreboot feature ready for next time.
34 PLEASE check your patch with the automated style checker
35 (util/lint/checkpatch.pl) to catch trival style violations.
36 See https://www.coreboot.org/Coding_Style for guidance here.
38 PLEASE document known bugs. If it doesn't work for everything
39 or does something very odd once a month document it.
41 ALWAYS remember that submissions are made under the terms
42 of the OSDL certificate of contribution and should include a
43 Signed-off-by: line. The current version of this "Developer's
44 Certificate of Origin" (DCO) is listed at
45 https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
47 4. Make sure you have the right to send any changes you make. If you
48 do changes at work you may find your employer owns the patch
53 Descriptions of section entries:
55 M: Maintainer: FullName <address@domain>
56 Must be registered to Gerrit (https://review.coreboot.org/).
57 Should have experience with upstream coreboot development and
59 R: Designated reviewer: FullName <address@domain>
60 These reviewers should be CCed on patches.
61 L: Mailing list that is relevant to this area
62 W: Web-page with status/info
63 Q: Patchwork web based patch tracking system site
64 T: SCM tree type and location.
65 Type is one of: git, hg, quilt, stgit, topgit
66 S: Status, one of the following:
67 Supported: Someone is continuously paid to look after this and
68 a reaction to review requests can be expected
69 within a few days, a month at most.
70 Maintained: Someone actually looks after it and a reaction to
71 review requests can usually be expected within a
73 Odd Fixes: It has a maintainer but they don't have time to do
74 much other than throw the odd patch in. See below..
75 Orphan: No current maintainer [but maybe you could take the
76 role as you write your new code].
77 Obsolete: Old code. Something tagged obsolete generally means
78 it has been replaced by a better system and you
80 F: Files and directories with wildcard patterns.
81 A trailing slash includes all files and subdirectory files.
82 F: drivers/net/ all files in and below drivers/net
83 F: drivers/net/* all files in drivers/net, but not below
84 F: */net/* all files in "any top level directory"/net
85 One pattern per line. Multiple F: lines acceptable.
86 N: Files and directories with regex patterns.
87 N: [^a-z]tegra all files whose path contains the word tegra
88 One pattern per line. Multiple N: lines acceptable.
89 scripts/get_maintainer.pl has different behavior for files that
90 match F: pattern and matches of N: patterns. By default,
91 get_maintainer will not look at git log history when an F: pattern
92 match occurs. When an N: match occurs, git log history is used
93 to also notify the people that have git commit signatures.
94 X: Files and directories that are NOT maintained, same rules as F:
95 Files exclusions are tested before file matches.
96 Can be useful for excluding a specific subdirectory, for instance:
99 matches all files in and below net excluding net/ipv6/
100 K: Keyword perl extended regex pattern to match content in a
101 patch or file. For instance:
103 matches patches or files that contain "of_get_profile"
104 K: \b(printk|pr_(info|err))\b
105 matches patches or files that contain one or more of the words
106 printk, pr_info or pr_err
107 One regex pattern per line. Multiple K: lines acceptable.
109 Note: For the hard of thinking, this list is meant to remain in alphabetical
110 order. If you could add yourselves to it in alphabetical order that would be
113 Maintainers List (try to look for most precise areas first)
115 -----------------------------------
117 ################################################################################
119 ################################################################################
123 F: src/mainboard/51nb/
129 F: src/mainboard/acer/
135 F: src/mainboard/adlink/
139 AMD family 17h and 19h reference boards
140 M: Felix Held <felix-coreboot@felixheld.de>
141 M: Jason Glenesk <jason.glenesk@gmail.com>
142 M: Fred Reitberger <reitbergerfred@gmail.com>
143 L: amd_coreboot_org_changes@googlegroups.com
145 F: src/mainboard/amd/bilby/
146 F: src/mainboard/amd/birman/
147 F: src/mainboard/amd/chausie/
148 F: src/mainboard/amd/majolica/
149 F: src/mainboard/amd/mandolin/
150 F: src/mainboard/amd/mayan/
152 AMD reference boards outside of family 17h and 19h
154 L: amd_coreboot_org_changes@googlegroups.com
155 F: src/mainboard/amd/gardenia/
156 F: src/mainboard/amd/inagua/
157 F: src/mainboard/amd/olivehill/
158 F: src/mainboard/amd/pademelon/
159 F: src/mainboard/amd/parmer/
160 F: src/mainboard/amd/persimmon/
161 F: src/mainboard/amd/south_station/
162 F: src/mainboard/amd/thatcher/
163 F: src/mainboard/amd/union_station/
169 F: src/mainboard/aopen/
174 M: Evgeny Zinoviev <me@ch1p.io>
176 F: src/mainboard/apple/
180 ASROCK B75M-ITX MAINBOARD
181 M: Kevin Keijzer <kevin@quietlife.nl>
183 F: src/mainboard/asrock/b75m-itx/
185 ASROCK B85M PRO4 MAINBOARD
186 M: Angel Pons <th3fanbus@gmail.com>
188 F: src/mainboard/asrock/b85m_pro4/
190 ASROCK G41C-GS MAINBOARD & VARIANTS
191 M: Angel Pons <th3fanbus@gmail.com>
193 F: src/mainboard/asrock/g41c-gs/
197 ASUS A88XM-E MAINBOARD
198 M: Mike Banon <mikebdp2@gmail.com>
200 F: src/mainboard/asus/a88xm-e/
202 ASUS AM1I-A MAINBOARD
203 M: Mike Banon <mikebdp2@gmail.com>
205 F: src/mainboard/asus/am1i-a/
207 ASUS H61 SERIES MAINBOARDS
208 M: Angel Pons <th3fanbus@gmail.com>
210 F: src/mainboard/asus/h61-series/
212 ASUS P5QC PRO MAINBOARD & VARIANTS
213 M: Angel Pons <th3fanbus@gmail.com>
214 R: Stefan Ott <coreboot@desire.ch>
216 F: src/mainboard/asus/p5qc/
218 ASUS P5QPL-AM MAINBOARD & VARIANTS
219 M: Angel Pons <th3fanbus@gmail.com>
221 F: src/mainboard/asus/p5qpl-am/
223 ASUS P8Z77 SERIES MAINBOARDS
224 M: Angel Pons <th3fanbus@gmail.com>
225 M: Vlado Cibic <vladocb@protonmail.com>
227 F: src/mainboard/asus/p8z77-series/
233 F: src/mainboard/bap/
239 F: src/mainboard/biostar/
243 BOSTENTECH MAINBOARDS
245 F: src/mainboard/bostentech/
251 F: src/mainboard/cavium/
256 M: Felix Singer <felixsinger@posteo.net>
257 M: Michael Niewöhner <foss@mniewoehner.de>
259 F: src/mainboard/clevo/
265 F: src/mainboard/compulab/
271 F: src/mainboard/dell/
274 M: Nicholas Chin <nic.c3.14@gmail.com>
276 F: src/mainboard/dell/e6400/
281 F: src/mainboard/elmex/
287 F: src/mainboard/emulation/
293 F: src/mainboard/example/
297 FACEBOOK FBG1701 MAINBOARD
298 M: Frans Hendriks <fhendriks@eltan.com>
299 M: Erik van den Bogaert <ebogaert@eltan.com>
301 F: src/mainboard/facebook/fbg1701/
303 FACEBOOK MONOLITH MAINBOARD
304 M: Frans Hendriks <fhendriks@eltan.com>
305 M: Erik van den Bogaert <ebogaert@eltan.com>
307 F: src/mainboard/facebook/monolith/
313 F: src/mainboard/foxconn/
319 F: src/mainboard/getac/
323 GIGABYTE GA-D510UD MAINBOARD
324 M: Angel Pons <th3fanbus@gmail.com>
326 F: src/mainboard/gigabyte/ga-d510ud/
328 GIGABYTE GA-H61M SERIES MAINBOARDS
329 M: Angel Pons <th3fanbus@gmail.com>
331 F: src/mainboard/gigabyte/ga-h61m-series/
335 GIZMOSPHERE MAINBOARDS
337 F: src/mainboard/gizmosphere/
341 GOOGLE REX MAINBOARDS
342 M: Subrata Banik <subratabanik@google.com>
343 M: Tarun Tuli <taruntuli@google.com>
344 M: Kapil Porwal <kapilporwal@google.com>
346 F: src/mainboard/google/rex/
348 GOOGLE BRYA MAINBOARDS
349 M: Tarun Tuli <taruntuli@google.com>
351 F: src/mainboard/google/brya/
353 GOOGLE HATCH MAINBOARDS
354 M: Tarun Tuli <taruntuli@google.com>
356 F: src/mainboard/google/hatch/
358 GOOGLE VOLTEER MAINBOARDS
359 M: Nick Vaccaro <nvaccaro@chromium.org>
361 F: src/mainboard/google/volteer/
363 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
364 M: Matt DeVillier <MrChromebox@gmail.com>
366 F: src/mainboard/google/auron/
367 F: src/mainboard/google/beltino/
368 F: src/mainboard/google/butterfly/
369 F: src/mainboard/google/cyan/
370 F: src/mainboard/google/glados/
371 F: src/mainboard/google/jecht/
372 F: src/mainboard/google/link/
373 F: src/mainboard/google/parrot/
374 F: src/mainboard/google/slippy/
375 F: src/mainboard/google/stout/
377 GOOGLE AMD-BASED MAINBOARDS
378 M: Martin Roth <martin.roth@amd.corp-partner.google.com>
379 M: Jason Nien <jason.nien@amd.corp-partner.google.com>
380 L: amd_coreboot_org_changes@googlegroups.com
382 F: src/mainboard/google/kahlee/
383 F: src/mainboard/google/zork/
384 F: src/mainboard/google/guybrush/
385 F: src/mainboard/google/skyrim/
387 GOOGLE MEDIATEK-BASED MAINBOARDS
388 M: Hung-Te Lin <hungte@chromium.org>
389 M: Yu-Ping Wu <yupingso@google.com>
390 M: Yidi Lin <yidilin@google.com>
392 F: src/mainboard/google/asurada/
393 F: src/mainboard/google/cherry/
394 F: src/mainboard/google/corsola/
395 F: src/mainboard/google/geralt/
396 F: src/mainboard/google/kukui/
397 F: src/mainboard/google/oak/
402 M: Angel Pons <th3fanbus@gmail.com>
404 F: src/mainboard/hp/280_g2/
410 F: src/mainboard/ibase/
414 INTEL HARCUVAR_CRB MAINBOARD
415 M: Jeff Daly <jeffd@silicom-usa.com>
416 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
418 F: src/mainboard/intel/harcuvar/
424 F: src/mainboard/jetway/
428 KONTRON BSL6 MAINBOARD
429 M: Felix Singer <felixsinger@posteo.net>
430 M: Nico Huber <nico.h@gmx.de>
432 F: src/mainboard/kontron/bsl6/
434 KONTRON MAL10 MAINBOARD
435 M: Maxim Polyakov <max.senia.poliak@gmail.com>
436 M: Nico Huber <nico.h@gmx.de>
437 M: Felix Singer <felixsinger@posteo.net>
439 F: src/mainboard/kontron/mal10/
444 M: Alexander Couzens <lynxis@fe80.eu>
446 F: src/mainboard/lenovo/
448 LENOVO G505S MAINBOARD
449 M: Mike Banon <mikebdp2@gmail.com>
451 F: src/mainboard/lenovo/g505s/
453 LENOVO X200 MAINBOARD
454 R: Stefan Ott <coreboot@desire.ch>
456 F: src/mainboard/lenovo/x200/
458 LENOVO X201 MAINBOARD
459 R: Stefan Ott <coreboot@desire.ch>
461 F: src/mainboard/lenovo/x201/
465 LIBRETREND LT1000 MAINBOARD
466 M: Piotr Król <piotr.krol@3mdeb.com>
467 M: Michał Żygowski <michal.zygowski@3mdeb.com>
469 F: src/mainboard/libretrend/lt1000/
473 LIPPERT MAINBOARDS (acquired by Adlink)
475 F: src/mainboard/lippert/
479 MSI H81M-P33 MAINBOARD
480 M: Angel Pons <th3fanbus@gmail.com>
482 F: src/mainboard/msi/h81m-p33/
484 MSI MS-7D25 MAINBOARDS
485 M: Michał Żygowski <michal.zygowski@3mdeb.com>
486 M: Michał Kopeć <michal.kopec@3mdeb.com>
488 F: src/mainboard/msi/ms7d25/
492 OCP DELTALAKE MAINBOARD
493 M: Arthur Heymans <arthur@aheymans.xyz>
494 M: Christian Walter <christian.walter@9elements.com>
495 M: Johnny Lin <Johnny_Lin@wiwynn.com>
496 M: Jonathan Zhang <jonzhang@fb.com>
497 M: Tim Chu <Tim.Chu@quantatw.com>
499 F: src/mainboard/ocp/deltalake/
501 OCP TIOGAPASS MAINBOARD
502 M: Jonathan Zhang <jonzhang@fb.com>
503 M: Johnny Lin <Johnny_Lin@wiwynn.com>
504 M: Morgan Jang <Morgan_Jang@wiwynn.com>
505 M: Ryback Hung <<Ryback.Hung@quantatw.com>
506 M: Bryant Ou <Bryant.Ou@quantatw.com>
508 F: src/mainboard/ocp/tiogapass/
512 OPENCELLULAR MAINBOARDS
513 M: Christian Walter <christian.walter@9elements.com>
514 M: Patrick Rudolph <patrick.rudolph@9elements.com>
516 F: src/mainboard/opencellular/elgon/
520 PC ENGINES ALL MAINBOARDS
521 M: Piotr Król <piotr.krol@3mdeb.com>
522 M: Michał Żygowski <michal.zygowski@3mdeb.com>
524 F: src/mainboard/pcengines/
530 F: src/mainboard/pine64/
534 PORTWELL PQ-M107 MAINBOARD
535 M: Frans Hendriks <fhendriks@eltan.com>
536 M: Erik van den Bogaert <ebogaert@eltan.com>
538 F: src/mainboard/portwell/m107/
542 PROTECTLI ALL MAINBOARDS
543 M: Piotr Król <piotr.krol@3mdeb.com>
544 M: Michał Żygowski <michal.zygowski@3mdeb.com>
546 F: src/mainboard/protectli/
550 PRODRIVE ATLAS MAINBOARD
551 M: Angel Pons <th3fanbus@gmail.com>
552 M: Christian Walter <christian.walter@9elements.com>
553 M: Lean Sheng Tan <sheng.tan@9elements.com>
555 F: src/mainboard/prodrive/atlas/
557 PRODRIVE HERMES MAINBOARD
558 M: Christian Walter <christian.walter@9elements.com>
559 M: Patrick Rudolph <patrick.rudolph@9elements.com>
561 F: src/mainboard/prodrive/hermes/
566 M: Jonathon Hall <jonathon.hall@puri.sm>
568 F: src/mainboard/purism/
574 F: src/mainboard/razer/
580 F: src/mainboard/roda/
584 SAMSUNG CHROMEOS MAINBOARDS
585 M: Matt DeVillier <MrChromebox@gmail.com>
587 F: src/mainboard/samsung/lumpy/
588 F: src/mainboard/samsung/stumpy/
594 F: src/mainboard/sapphire/
600 F: src/mainboard/scaleway/
604 SIEMENS CHILI MAINBAORD
605 M: Felix Singer <felixsinger@posteo.net>
606 M: Nico Huber <nico.h@gmx.de>
608 F: src/mainboard/siemens/chili/
610 SIEMENS MC_xxxx MAINBOARDS
611 M: Werner Zeh <werner.zeh@siemens.com>
613 F: src/mainboard/siemens/mc_apl1/
614 F: src/mainboard/siemens/mc_ehl/
620 F: src/mainboard/sifive/
625 M: Sean Rhodes <sean@starlabs.systems>
627 F: src/mainboard/starlabs/
631 SUPERMICRO X11-LGA1151-SERIES
632 M: Michael Niewöhner <foss@mniewoehner.de>
634 F: src/mainboard/supermicro/x11-lga1151-series/
639 M: Jeremy Soller <jeremy@system76.com>
640 M: Tim Crawford <tcrawford@system76.com>
642 F: src/mainboard/system76/
656 ################################################################################
658 ################################################################################
661 M: Julius Werner <jwerner@chromium.org>
671 M: Ronald Minnich <rminnich@gmail.com>
672 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
675 F: src/cpu/qemu-power8/
676 F: src/mainboard/emulation/qemu-power8/
679 M: Ronald Minnich <rminnich@gmail.com>
680 R: Philipp Hug <philipp@hug.cx>
685 F: src/mainboard/emulation/*-riscv/
686 F: src/mainboard/sifive/
695 F: src/include/cpu/x86/
697 ################################################################################
698 # Embedded Controllers
699 ################################################################################
702 M: Boris Mittelberg <bmbm@google.com>
703 M: Caveh Jalali <caveh@chromium.org>
708 M: Nicholas Chin <nic.c3.14@gmail.com>
709 W: https://github.com/nic3-14159/E6400-EC-research
711 F: src/ec/dell/mec5035/
714 M: Alexander Couzens <lynxis@fe80.eu>
719 M: Sean Rhodes <sean@starlabs.systems>
724 M: Jeremy Soller <jeremy@system76.com>
725 M: Tim Crawford <tcrawford@system76.com>
742 ################################################################################
744 ################################################################################
746 INTEL HASWELL NORTHBRIDGE
747 M: Angel Pons <th3fanbus@gmail.com>
749 F: src/northbridge/intel/haswell/
751 INTEL PINEVIEW CHIPSET
752 M: Angel Pons <th3fanbus@gmail.com>
754 F: src/northbridge/intel/pineview/
756 INTEL SANDYBRIDGE NORTHBRIDGE
757 M: Angel Pons <th3fanbus@gmail.com>
759 F: src/northbridge/intel/sandybridge/
762 M: Angel Pons <th3fanbus@gmail.com>
764 F: src/northbridge/intel/x4x/
766 ################################################################################
768 ################################################################################
771 L: amd_coreboot_org_changes@googlegroups.com
773 F: src/vendorcode/amd/
775 F: src/northbridge/amd/
776 F: src/southbridge/amd/
777 F: src/include/cpu/amd/
781 F: src/vendorcode/intel/
783 F: src/northbridge/intel/
784 F: src/southbridge/intel/
786 F: src/drivers/intel/
787 F: src/include/cpu/intel/
790 M: Huang Jin <huang.jin@intel.com>
792 F: src/drivers/intel/fsp1_1/
795 M: Andrey Petrov <andrey.petrov@gmail.com>
797 F: src/drivers/intel/fsp2_0/
799 ################################################################################
801 ################################################################################
804 M: Felix Held <felix-coreboot@felixheld.de>
805 M: Jason Glenesk <jason.glenesk@gmail.com>
806 M: Raul E Rangel <rrangel@chromium.org>
807 M: Fred Reitberger <reitbergerfred@gmail.com>
808 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
809 L: amd_coreboot_org_changes@googlegroups.com
811 F: src/soc/amd/cezanne/
812 F: src/vendorcode/amd/fsp/cezanne/
815 M: Felix Held <felix-coreboot@felixheld.de>
816 M: Jason Glenesk <jason.glenesk@gmail.com>
817 M: Raul E Rangel <rrangel@chromium.org>
818 M: Fred Reitberger <reitbergerfred@gmail.com>
819 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
820 L: amd_coreboot_org_changes@googlegroups.com
822 F: src/soc/amd/common/
825 M: Felix Held <felix-coreboot@felixheld.de>
826 M: Jason Glenesk <jason.glenesk@gmail.com>
827 M: Fred Reitberger <reitbergerfred@gmail.com>
828 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
829 L: amd_coreboot_org_changes@googlegroups.com
831 F: src/soc/amd/picasso/
832 F: src/vendorcode/amd/fsp/picasso/
835 M: Felix Held <felix-coreboot@felixheld.de>
836 M: Jason Glenesk <jason.glenesk@gmail.com>
837 M: Raul E Rangel <rrangel@chromium.org>
838 M: Fred Reitberger <reitbergerfred@gmail.com>
839 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
840 L: amd_coreboot_org_changes@googlegroups.com
842 F: src/soc/amd/mendocino/
843 F: src/vendorcode/amd/fsp/mendocino/
846 M: Felix Held <felix-coreboot@felixheld.de>
847 M: Jason Glenesk <jason.glenesk@gmail.com>
848 M: Fred Reitberger <reitbergerfred@gmail.com>
849 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
850 L: amd_coreboot_org_changes@googlegroups.com
852 F: src/soc/amd/phoenix/
853 F: src/vendorcode/amd/fsp/phoenix/
856 M: Felix Held <felix-coreboot@felixheld.de>
857 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
858 L: amd_coreboot_org_changes@googlegroups.com
860 F: src/soc/amd/stoneyridge/
863 M: Subrata Banik <subratabanik@google.com>
864 M: Tarun Tuli <taruntuli@google.com>
865 M: Kapil Porwal <kapilporwal@google.com>
867 F: src/soc/intel/meteorlake/
870 M: Subrata Banik <subratabanik@google.com>
871 M: Tarun Tuli <taruntuli@google.com>
873 F: src/soc/intel/alderlake/
876 M: Sean Rhodes <sean@starlabs.systems>
878 F: src/soc/intel/apollolake/
881 M: Piotr Król <piotr.krol@3mdeb.com>
882 M: Michał Żygowski <michal.zygowski@3mdeb.com>
883 M: Frans Hendriks <fhendriks@eltan.com>
885 F: /src/soc/intel/braswell/
886 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
888 INTEL DENVERTON-NS SOC
889 M: Jeff Daly <jeffd@silicom-usa.com>
890 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
892 F: src/soc/intel/denverton_ns/
894 INTEL ELKHARTLAKE SOC
895 M: Lean Sheng Tan <sheng.tan@9elements.com>
896 M: Werner Zeh <werner.zeh@siemens.com>
898 F: src/soc/intel/elkhartlake/
901 M: Subrata Banik <subratabanik@google.com>
902 M: Tarun Tuli <taruntuli@google.com>
904 F: src/soc/intel/tigerlake/
906 INTEL Xeon Sacalable Processor Family
907 M: Jonathan Zhang <jonzhang@fb.com>
908 M: Johnny Lin <Johnny_Lin@wiwynn.com>
909 M: Tim Chu <Tim.Chu@quantatw.com>
910 M: Arthur Heymans <arthur@aheymans.xyz>
911 M: Christian Walter <christian.walter@9elements.com>
913 F: src/soc/intel/xeon_sp/
914 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
915 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
918 M: Hung-Te Lin <hungte@chromium.org>
919 M: Yu-Ping Wu <yupingso@google.com>
920 M: Yidi Lin <yidilin@google.com>
925 M: Xi Chen <xixi.chen@mediatek.com>
927 F: src/soc/mediatek/mt8192/
928 F: src/vendorcode/mediatek/mt8192/
939 ################################################################################
941 ################################################################################
945 F: payloads/nvramcui/
948 F: payloads/libpayload/
951 F: payloads/coreinfo/
953 EXTERNAL PAYLOADS INTEGRATION
954 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
955 M: Martin Roth <gaumless@gmail.com>
956 F: payloads/external/
958 LINUXBOOT PAYLOAD INTEGRATION
959 M: Christian Walter <christian.walter@9elements.com>
960 M: Marcello Sylvester Bauer <info@marcellobauer.com>
962 F: payloads/external/LinuxBoot/
964 EDK2 PAYLOAD INTEGRATION
965 M: Benjamin Doron <benjamin.doron00@gmail.com>
966 M: Matt DeVillier <matt.devillier@gmail.com>
967 M: Sean Rhodes <sean@starlabs.systems>
968 M: Lean Sheng Tan <sheng.tan@9elements.com>
970 F: payloads/external/edk2/
972 ################################################################################
974 ################################################################################
977 M: Martin Roth <gaumless@gmail.com>
982 F: util/board_status/
985 M: Martin Roth <gaumless@gmail.com>
989 F: src/include/kconfig.h
996 M: Martin Roth <gaumless@gmail.com>
997 M: Felix Singer <felixsinger@posteo.net>
998 M: Elyes Haouas <ehaouas@noos.fr>
1003 M: Martin Roth <gaumless@gmail.com>
1004 M: Felix Singer <felixsinger@posteo.net>
1013 M: Martin Roth <gaumless@gmail.com>
1018 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1022 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1026 M: Christian Walter <christian.walter@9elements.com>
1027 F: util/intelmetool/
1030 M: Maxim Polyakov <max.senia.poliak@gmail.com>
1035 M: Nicola Corna <nicola@corna.info>
1036 W: https://github.com/corna/me_cleaner
1041 M: Felix Singer <felixsinger@posteo.net>
1045 ################################################################################
1047 ################################################################################
1049 ASPEED AST2050 DRIVER & COMMON CODE
1050 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
1052 F: src/drivers/aspeed/common/
1053 F: src/drivers/aspeed/ast2050/
1056 M: Lance Zhao <lance.zhao@gmail.com>
1057 M: Tim Wawrzynczak <inforichland@gmail.com>
1060 F: src/arch/x86/acpi/
1064 M: Julius Werner <jwerner@chromium.org>
1066 F: src/commonlib/lz4*
1067 F: payloads/libpayload/liblz4/
1068 F: util/cbfstool/lz4/
1074 M: Julius Werner <jwerner@chromium.org>
1075 M: Yu-Ping Wu <yupingso@google.com>
1078 F: src/security/vboot/
1079 F: src/include/tpm.h
1080 F: src/include/tpm_lite/
1084 F: src/include/device/
1085 F: src/include/cpu/cpu.h
1087 OPTION ROM EXECUTION & X86EMU
1088 F: src/device/oprom/
1091 M: Julius Werner <jwerner@chromium.org>
1092 F: src/include/cbfs*
1093 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
1094 F: src/commonlib/bsd/cbfs*
1101 F: src/include/cbmem.h
1102 F: src/include/cbmem_id.h
1107 F: src/include/console/
1108 F: src/drivers/uart/
1111 M: Christian Walter <christian.walter@9elements.com>
1113 F: src/drivers/*/tpm/
1114 F: src/security/tpm/
1116 SUPERIOS & SUPERIOTOOL
1117 M: Felix Held <felix-coreboot@felixheld.de>
1120 F: util/superiotool/
1123 M: Reka Norman <rekanorman@chromium.org>
1129 M: Julius Werner <jwerner@chromium.org>
1135 M: Frans Hendriks <fhendriks@eltan.com>
1136 M: Erik van den Bogaert <ebogaert@eltan.com>
1138 F: src/vendorcode/eltan/
1141 M: Jeremy Soller <jeremy@system76.com>
1142 M: Tim Crawford <tcrawford@system76.com>
1144 F: src/drivers/i2c/tas5825m/
1147 M: Jakub Czapiga <jacz@semihalf.com>
1150 F: payloads/libpayload/tests/
1153 M: Felix Singer <felixsinger@posteo.net>
1154 M: Jason Glenesk <jason.glenesk@gmail.com>
1155 M: Angel Pons <th3fanbus@gmail.com>
1156 M: Martin Roth <gaumless@gmail.com>
1157 M: Matt DeVillier <MrChromebox@gmail.com>
1159 F: Documentation/releases/
1162 MISSING: TIMERS / DELAYS
1172 MISSING: DMP / QEMU-X86
1178 # *** Infrastructure Owners ***
1179 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1181 # Owners: Stefan, Patrick
1185 # Owners: Stefan, Patrick
1190 # Backups: Patrick, Stefan
1192 # Documentation Website
1197 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1198 M: Ronald Minnich <rminnich@gmail.com>
1199 M: Martin Roth <martin@coreboot.org>
1201 F: Documentation/community/code_of_conduct.md
1204 # Owners: Stefan, Patrick
1208 # Owners: Stefan, Patrick
1212 # Owners: Patrick, Martin
1220 # Owners: Stefan, Patrick
1223 # Software Freedom Conservancy
1224 # Main contact: Martin
1225 # “Official” contact: Stefan