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/
133 AMD non-server family 17h and 19h reference boards
134 M: Felix Held <felix-coreboot@felixheld.de>
135 M: Jason Glenesk <jason.glenesk@gmail.com>
136 M: Fred Reitberger <reitbergerfred@gmail.com>
137 L: amd_coreboot_org_changes@googlegroups.com
139 F: src/mainboard/amd/bilby/
140 F: src/mainboard/amd/birman/
141 F: src/mainboard/amd/chausie/
142 F: src/mainboard/amd/majolica/
143 F: src/mainboard/amd/mandolin/
144 F: src/mainboard/amd/mayan/
146 AMD server family 19h reference boards
147 M: Felix Held <felix-coreboot@felixheld.de>
148 M: Martin Roth <gaumless@gmail.com>
149 M: Varshit Pandya <pandyavarshit@gmail.com>
151 F: src/mainboard/amd/onyx_poc/
153 AMD reference boards outside of family 17h and 19h
155 L: amd_coreboot_org_changes@googlegroups.com
156 F: src/mainboard/amd/gardenia/
157 F: src/mainboard/amd/pademelon/
163 F: src/mainboard/aopen/
168 M: Evgeny Zinoviev <me@ch1p.io>
170 F: src/mainboard/apple/
174 ASROCK B75M-ITX MAINBOARD
175 M: Kevin Keijzer <kevin@quietlife.nl>
177 F: src/mainboard/asrock/b75m-itx/
179 ASROCK B85M PRO4 MAINBOARD
180 M: Angel Pons <th3fanbus@gmail.com>
182 F: src/mainboard/asrock/b85m_pro4/
184 ASROCK G41C-GS MAINBOARD & VARIANTS
185 M: Angel Pons <th3fanbus@gmail.com>
187 F: src/mainboard/asrock/g41c-gs/
189 ASROCK Z97 EXTREME6 MAINBOARD
190 M: Angel Pons <th3fanbus@gmail.com>
192 F: src/mainboard/asrock/z97_extreme6/
196 ASUS A88XM-E MAINBOARD
197 M: Mike Banon <mikebdp2@gmail.com>
199 F: src/mainboard/asus/a88xm-e/
201 ASUS AM1I-A MAINBOARD
202 M: Mike Banon <mikebdp2@gmail.com>
204 F: src/mainboard/asus/am1i-a/
206 ASUS H61 SERIES MAINBOARDS
207 M: Angel Pons <th3fanbus@gmail.com>
209 F: src/mainboard/asus/h61-series/
211 ASUS P5QC PRO MAINBOARD & VARIANTS
212 M: Angel Pons <th3fanbus@gmail.com>
213 R: Stefan Ott <coreboot@desire.ch>
215 F: src/mainboard/asus/p5qc/
217 ASUS P5QPL-AM MAINBOARD & VARIANTS
218 M: Angel Pons <th3fanbus@gmail.com>
220 F: src/mainboard/asus/p5qpl-am/
222 ASUS P8Z77 SERIES MAINBOARDS
223 M: Angel Pons <th3fanbus@gmail.com>
224 M: Vlado Cibic <vladocb@protonmail.com>
226 F: src/mainboard/asus/p8z77-series/
232 F: src/mainboard/biostar/
236 BOSTENTECH MAINBOARDS
238 F: src/mainboard/bostentech/
244 F: src/mainboard/cavium/
249 M: Felix Singer <felixsinger@posteo.net>
250 M: Michael Niewöhner <foss@mniewoehner.de>
252 F: src/mainboard/clevo/
258 F: src/mainboard/compulab/
264 F: src/mainboard/dell/
266 DELL LATITUDE MAINBOARDS
267 M: Nicholas Chin <nic.c3.14@gmail.com>
269 F: src/mainboard/dell/e6400/
270 F: src/mainboard/dell/snb_ivb_latitude/
271 F: src/mainboard/dell/e7240/
276 F: src/mainboard/emulation/
282 F: src/mainboard/example/
286 FACEBOOK FBG1701 MAINBOARD
287 M: Frans Hendriks <fhendriks@eltan.com>
288 M: Erik van den Bogaert <ebogaert@eltan.com>
290 F: src/mainboard/facebook/fbg1701/
292 FACEBOOK MONOLITH MAINBOARD
293 M: Frans Hendriks <fhendriks@eltan.com>
294 M: Erik van den Bogaert <ebogaert@eltan.com>
296 F: src/mainboard/facebook/monolith/
302 F: src/mainboard/foxconn/
308 F: src/mainboard/getac/
312 GIGABYTE GA-D510UD MAINBOARD
313 M: Angel Pons <th3fanbus@gmail.com>
315 F: src/mainboard/gigabyte/ga-d510ud/
317 GIGABYTE GA-H61M SERIES MAINBOARDS
318 M: Angel Pons <th3fanbus@gmail.com>
320 F: src/mainboard/gigabyte/ga-h61m-series/
324 GOOGLE REX MAINBOARDS
325 M: Subrata Banik <subratabanik@google.com>
326 M: Tarun Tuli <tstuli@gmail.com>
327 M: Kapil Porwal <kapilporwal@google.com>
328 M: Jakub Czapiga <czapiga@google.com>
329 M: Eran Mitrani <mitrani@google.com>
330 M: Dinesh Gehlot <digehlot@google.com>
332 F: src/mainboard/google/rex/
334 GOOGLE BRYA MAINBOARDS
335 M: Subrata Banik <subratabanik@google.com>
336 M: Nick Vaccaro <nvaccaro@chromium.org>
337 M: Eric Lai <ericllai@google.com>
338 M: Kapil Porwal <kapilporwal@google.com>
339 M: Dinesh Gehlot <digehlot@google.com>
341 F: src/mainboard/google/brya/
343 GOOGLE HATCH MAINBOARDS
344 M: Subrata Banik <subratabanik@google.com>
345 M: Nick Vaccaro <nvaccaro@chromium.org>
347 F: src/mainboard/google/hatch/
349 GOOGLE VOLTEER MAINBOARDS
350 M: Nick Vaccaro <nvaccaro@chromium.org>
352 F: src/mainboard/google/volteer/
354 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
355 M: Matt DeVillier <MrChromebox@gmail.com>
357 F: src/mainboard/google/auron/
358 F: src/mainboard/google/beltino/
359 F: src/mainboard/google/butterfly/
360 F: src/mainboard/google/cyan/
361 F: src/mainboard/google/glados/
362 F: src/mainboard/google/jecht/
363 F: src/mainboard/google/link/
364 F: src/mainboard/google/parrot/
365 F: src/mainboard/google/slippy/
366 F: src/mainboard/google/stout/
368 GOOGLE AMD-BASED MAINBOARDS
369 M: Martin Roth <martin.roth@amd.corp-partner.google.com>
370 M: Jason Nien <jason.nien@amd.corp-partner.google.com>
371 L: amd_coreboot_org_changes@googlegroups.com
373 F: src/mainboard/google/kahlee/
374 F: src/mainboard/google/zork/
375 F: src/mainboard/google/guybrush/
376 F: src/mainboard/google/skyrim/
378 GOOGLE MEDIATEK-BASED MAINBOARDS
379 M: Hung-Te Lin <hungte@chromium.org>
380 M: Yu-Ping Wu <yupingso@google.com>
381 M: Yidi Lin <yidilin@google.com>
383 F: src/mainboard/google/asurada/
384 F: src/mainboard/google/cherry/
385 F: src/mainboard/google/corsola/
386 F: src/mainboard/google/geralt/
387 F: src/mainboard/google/kukui/
388 F: src/mainboard/google/oak/
393 M: Angel Pons <th3fanbus@gmail.com>
395 F: src/mainboard/hp/280_g2/
401 F: src/mainboard/ibase/
405 INTEL HARCUVAR_CRB MAINBOARD
406 M: Jeff Daly <jeffd@silicom-usa.com>
407 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
409 F: src/mainboard/intel/harcuvar/
414 M: Annie Chen <Chen.AnnieET@inventec.com>
416 F: src/mainboard/inventec/
420 KONTRON BSL6 MAINBOARD
421 M: Felix Singer <felixsinger@posteo.net>
422 M: Nico Huber <nico.h@gmx.de>
424 F: src/mainboard/kontron/bsl6/
426 KONTRON MAL10 MAINBOARD
427 M: Maxim Polyakov <max.senia.poliak@gmail.com>
428 M: Nico Huber <nico.h@gmx.de>
429 M: Felix Singer <felixsinger@posteo.net>
431 F: src/mainboard/kontron/mal10/
436 M: Alexander Couzens <lynxis@fe80.eu>
438 F: src/mainboard/lenovo/
440 LENOVO G505S MAINBOARD
441 M: Mike Banon <mikebdp2@gmail.com>
443 F: src/mainboard/lenovo/g505s/
445 LENOVO X200 MAINBOARD
446 R: Stefan Ott <coreboot@desire.ch>
448 F: src/mainboard/lenovo/x200/
450 LENOVO X201 MAINBOARD
451 R: Stefan Ott <coreboot@desire.ch>
453 F: src/mainboard/lenovo/x201/
457 LIBRETREND LT1000 MAINBOARD
458 M: Piotr Król <piotr.krol@3mdeb.com>
459 M: Michał Żygowski <michal.zygowski@3mdeb.com>
461 F: src/mainboard/libretrend/lt1000/
465 MSI H81M-P33 MAINBOARD
466 M: Angel Pons <th3fanbus@gmail.com>
468 F: src/mainboard/msi/h81m-p33/
470 MSI MS-7D25 MAINBOARDS
471 M: Michał Żygowski <michal.zygowski@3mdeb.com>
472 M: Michał Kopeć <michal.kopec@3mdeb.com>
474 F: src/mainboard/msi/ms7d25/
478 OCP DELTALAKE MAINBOARD
479 M: Arthur Heymans <arthur@aheymans.xyz>
480 M: Christian Walter <christian.walter@9elements.com>
481 M: Johnny Lin <Johnny_Lin@wiwynn.com>
482 M: Jonathan Zhang <jonzhang@fb.com>
483 M: Tim Chu <Tim.Chu@quantatw.com>
485 F: src/mainboard/ocp/deltalake/
487 OCP TIOGAPASS MAINBOARD
488 M: Jonathan Zhang <jonzhang@fb.com>
489 M: Johnny Lin <Johnny_Lin@wiwynn.com>
490 M: Morgan Jang <Morgan_Jang@wiwynn.com>
491 M: Ryback Hung <<Ryback.Hung@quantatw.com>
492 M: Bryant Ou <Bryant.Ou@quantatw.com>
494 F: src/mainboard/ocp/tiogapass/
498 OPENCELLULAR MAINBOARDS
499 M: Christian Walter <christian.walter@9elements.com>
500 M: Patrick Rudolph <patrick.rudolph@9elements.com>
502 F: src/mainboard/opencellular/elgon/
506 PC ENGINES ALL MAINBOARDS
507 M: Piotr Król <piotr.krol@3mdeb.com>
508 M: Michał Żygowski <michal.zygowski@3mdeb.com>
510 F: src/mainboard/pcengines/
516 F: src/mainboard/pine64/
520 PORTWELL PQ-M107 MAINBOARD
521 M: Frans Hendriks <fhendriks@eltan.com>
522 M: Erik van den Bogaert <ebogaert@eltan.com>
524 F: src/mainboard/portwell/m107/
528 PROTECTLI ALL MAINBOARDS
529 M: Piotr Król <piotr.krol@3mdeb.com>
530 M: Michał Żygowski <michal.zygowski@3mdeb.com>
532 F: src/mainboard/protectli/
536 PRODRIVE ATLAS MAINBOARD
537 M: Angel Pons <th3fanbus@gmail.com>
538 M: Christian Walter <christian.walter@9elements.com>
539 M: Lean Sheng Tan <sheng.tan@9elements.com>
541 F: src/mainboard/prodrive/atlas/
543 PRODRIVE HERMES MAINBOARD
544 M: Angel Pons <th3fanbus@gmail.com>
545 M: Christian Walter <christian.walter@9elements.com>
546 M: Patrick Rudolph <patrick.rudolph@9elements.com>
548 F: src/mainboard/prodrive/hermes/
553 M: Jonathon Hall <jonathon.hall@puri.sm>
555 F: src/mainboard/purism/
561 F: src/mainboard/razer/
567 F: src/mainboard/roda/
571 SAMSUNG CHROMEOS MAINBOARDS
572 M: Matt DeVillier <MrChromebox@gmail.com>
574 F: src/mainboard/samsung/lumpy/
575 F: src/mainboard/samsung/stumpy/
581 F: src/mainboard/sapphire/
585 SIEMENS CHILI MAINBAORD
586 M: Felix Singer <felixsinger@posteo.net>
587 M: Nico Huber <nico.h@gmx.de>
589 F: src/mainboard/siemens/chili/
591 SIEMENS MC_xxxx MAINBOARDS
592 M: Werner Zeh <werner.zeh@siemens.com>
594 F: src/mainboard/siemens/mc_apl1/
595 F: src/mainboard/siemens/mc_ehl/
601 F: src/mainboard/sifive/
606 M: Sean Rhodes <sean@starlabs.systems>
608 F: src/mainboard/starlabs/
612 SUPERMICRO X11-LGA1151-SERIES
613 M: Michael Niewöhner <foss@mniewoehner.de>
615 F: src/mainboard/supermicro/x11-lga1151-series/
620 M: Jeremy Soller <jeremy@system76.com>
621 M: Tim Crawford <tcrawford@system76.com>
623 F: src/mainboard/system76/
637 ################################################################################
639 ################################################################################
642 M: Julius Werner <jwerner@chromium.org>
652 M: Ronald Minnich <rminnich@gmail.com>
653 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
656 F: src/cpu/qemu-power8/
657 F: src/mainboard/emulation/qemu-power8/
660 M: Ronald Minnich <rminnich@gmail.com>
661 R: Philipp Hug <philipp@hug.cx>
666 F: src/mainboard/emulation/*-riscv/
667 F: src/mainboard/sifive/
671 M: Jérémy Compostella <jeremy.compostella@intel.com>
677 F: src/include/cpu/x86/
679 ################################################################################
680 # Embedded Controllers
681 ################################################################################
684 M: Boris Mittelberg <bmbm@google.com>
685 M: Caveh Jalali <caveh@chromium.org>
690 M: Nicholas Chin <nic.c3.14@gmail.com>
691 W: https://github.com/nic3-14159/E6400-EC-research
693 F: src/ec/dell/mec5035/
696 M: Alexander Couzens <lynxis@fe80.eu>
701 M: Sean Rhodes <sean@starlabs.systems>
706 M: Jeremy Soller <jeremy@system76.com>
707 M: Tim Crawford <tcrawford@system76.com>
724 ################################################################################
726 ################################################################################
728 INTEL HASWELL NORTHBRIDGE
729 M: Angel Pons <th3fanbus@gmail.com>
731 F: src/northbridge/intel/haswell/
733 INTEL PINEVIEW CHIPSET
734 M: Angel Pons <th3fanbus@gmail.com>
736 F: src/northbridge/intel/pineview/
738 INTEL SANDYBRIDGE NORTHBRIDGE
739 M: Angel Pons <th3fanbus@gmail.com>
741 F: src/northbridge/intel/sandybridge/
744 M: Angel Pons <th3fanbus@gmail.com>
746 F: src/northbridge/intel/x4x/
748 ################################################################################
750 ################################################################################
753 L: amd_coreboot_org_changes@googlegroups.com
755 F: src/vendorcode/amd/
757 F: src/northbridge/amd/
758 F: src/southbridge/amd/
759 F: src/include/cpu/amd/
762 R: Intel_Coreboot_Reviewers <intel_coreboot_reviewers@intel.com>
764 F: src/vendorcode/intel/
766 F: src/northbridge/intel/
767 F: src/southbridge/intel/
769 F: src/drivers/intel/
770 F: src/include/cpu/intel/
773 M: Huang Jin <huang.jin@intel.com>
775 F: src/drivers/intel/fsp1_1/
778 M: Andrey Petrov <andrey.petrov@gmail.com>
779 M: Ronak Kanabar <ronak.kanabar@intel.com>
781 F: src/drivers/intel/fsp2_0/
784 M: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
786 F: src/drivers/intel/dptf/
788 ################################################################################
790 ################################################################################
793 M: Felix Held <felix-coreboot@felixheld.de>
794 M: Jason Glenesk <jason.glenesk@gmail.com>
795 M: Fred Reitberger <reitbergerfred@gmail.com>
796 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
797 L: amd_coreboot_org_changes@googlegroups.com
799 F: src/soc/amd/cezanne/
800 F: src/vendorcode/amd/fsp/cezanne/
803 M: Felix Held <felix-coreboot@felixheld.de>
804 M: Jason Glenesk <jason.glenesk@gmail.com>
805 M: Fred Reitberger <reitbergerfred@gmail.com>
806 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
807 L: amd_coreboot_org_changes@googlegroups.com
809 F: src/soc/amd/common/
811 AMD Genoa Proof of Concept
812 M: Felix Held <felix-coreboot@felixheld.de>
813 M: Martin Roth <gaumless@gmail.com>
814 M: Varshit Pandya <pandyavarshit@gmail.com>
816 F: src/soc/amd/genoa_poc/
819 M: Felix Held <felix-coreboot@felixheld.de>
820 M: Jason Glenesk <jason.glenesk@gmail.com>
821 M: Fred Reitberger <reitbergerfred@gmail.com>
822 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
823 L: amd_coreboot_org_changes@googlegroups.com
825 F: src/soc/amd/mendocino/
826 F: src/vendorcode/amd/fsp/mendocino/
829 M: Felix Held <felix-coreboot@felixheld.de>
830 M: Jason Glenesk <jason.glenesk@gmail.com>
831 M: Fred Reitberger <reitbergerfred@gmail.com>
832 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
833 L: amd_coreboot_org_changes@googlegroups.com
835 F: src/soc/amd/picasso/
836 F: src/vendorcode/amd/fsp/picasso/
839 M: Felix Held <felix-coreboot@felixheld.de>
840 M: Jason Glenesk <jason.glenesk@gmail.com>
841 M: Fred Reitberger <reitbergerfred@gmail.com>
842 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
843 L: amd_coreboot_org_changes@googlegroups.com
845 F: src/soc/amd/phoenix/
846 F: src/vendorcode/amd/fsp/phoenix/
849 M: Felix Held <felix-coreboot@felixheld.de>
850 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
851 L: amd_coreboot_org_changes@googlegroups.com
853 F: src/soc/amd/stoneyridge/
856 M: Subrata Banik <subratabanik@google.com>
857 M: Nick Vaccaro <nvaccaro@chromium.org>
858 M: Kapil Porwal <kapilporwal@google.com>
859 M: Dinesh Gehlot <digehlot@google.com>
861 F: src/soc/intel/alderlake/
864 M: Sean Rhodes <sean@starlabs.systems>
866 F: src/soc/intel/apollolake/
869 M: Piotr Król <piotr.krol@3mdeb.com>
870 M: Michał Żygowski <michal.zygowski@3mdeb.com>
871 M: Frans Hendriks <fhendriks@eltan.com>
873 F: /src/soc/intel/braswell/
874 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
878 F: src/soc/intel/cannonlake/
880 INTEL DENVERTON-NS SOC
881 M: Jeff Daly <jeffd@silicom-usa.com>
882 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
884 F: src/soc/intel/denverton_ns/
886 INTEL ELKHARTLAKE SOC
887 M: Lean Sheng Tan <sheng.tan@9elements.com>
888 M: Werner Zeh <werner.zeh@siemens.com>
890 F: src/soc/intel/elkhartlake/
893 M: Subrata Banik <subratabanik@google.com>
894 M: Tarun Tuli <tstuli@gmail.com>
895 M: Kapil Porwal <kapilporwal@google.com>
896 M: Jakub Czapiga <czapiga@google.com>
897 M: Eran Mitrani <mitrani@google.com>
898 M: Dinesh Gehlot <digehlot@google.com>
900 F: src/soc/intel/meteorlake/
903 M: Subrata Banik <subratabanik@google.com>
904 M: Nick Vaccaro <nvaccaro@chromium.org>
906 F: src/soc/intel/tigerlake/
908 INTEL Xeon Scalable Processor Family
909 M: Jonathan Zhang <jon.zhixiong.zhang@gmail.com>
910 M: Johnny Lin <Johnny_Lin@wiwynn.com>
911 M: Tim Chu <Tim.Chu@quantatw.com>
912 M: Arthur Heymans <arthur@aheymans.xyz>
913 M: Christian Walter <christian.walter@9elements.com>
914 M: Shuo Liu <shuo.liu@intel.com>
915 M: Patrick Rudolph <patrick.rudolph@9elements.com>
916 M: Lean Sheng Tan <sheng.tan@9elements.com>
918 F: src/soc/intel/xeon_sp/
919 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
920 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
921 F: src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/
922 F: src/vendorcode/intel/fsp/fsp2_0/graniterapids/
925 M: Hung-Te Lin <hungte@chromium.org>
926 M: Yu-Ping Wu <yupingso@google.com>
927 M: Yidi Lin <yidilin@google.com>
932 M: Xi Chen <xixi.chen@mediatek.com>
934 F: src/soc/mediatek/mt8192/
935 F: src/vendorcode/mediatek/mt8192/
946 ################################################################################
948 ################################################################################
952 F: payloads/nvramcui/
955 F: payloads/libpayload/
958 F: payloads/coreinfo/
960 EXTERNAL PAYLOADS INTEGRATION
961 M: Martin Roth <gaumless@gmail.com>
962 F: payloads/external/
964 COREDOOM PAYLOAD INTEGRATION
965 M: Nicholas Chin <nic.c3.14@gmail.com>
966 W: https://github.com/nic3-14159/coreDOOM
968 F: payloads/external/coreDOOM/
970 LINUXBOOT PAYLOAD INTEGRATION
971 M: Christian Walter <christian.walter@9elements.com>
972 M: Marcello Sylvester Bauer <info@marcellobauer.com>
974 F: payloads/external/LinuxBoot/
976 EDK2 PAYLOAD INTEGRATION
977 M: Benjamin Doron <benjamin.doron00@gmail.com>
978 M: Matt DeVillier <matt.devillier@gmail.com>
979 M: Sean Rhodes <sean@starlabs.systems>
980 M: Lean Sheng Tan <sheng.tan@9elements.com>
982 F: payloads/external/edk2/
984 ################################################################################
986 ################################################################################
989 M: Martin Roth <gaumless@gmail.com>
994 F: util/board_status/
997 M: Martin Roth <gaumless@gmail.com>
1001 F: src/include/kconfig.h
1008 M: Martin Roth <gaumless@gmail.com>
1009 M: Felix Singer <felixsinger@posteo.net>
1014 M: Martin Roth <gaumless@gmail.com>
1015 M: Felix Singer <felixsinger@posteo.net>
1024 M: Martin Roth <gaumless@gmail.com>
1032 M: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>
1036 M: Christian Walter <christian.walter@9elements.com>
1037 F: util/intelmetool/
1040 M: Maxim Polyakov <max.senia.poliak@gmail.com>
1045 M: Nicola Corna <nicola@corna.info>
1046 W: https://github.com/corna/me_cleaner
1051 M: Felix Singer <felixsinger@posteo.net>
1055 ################################################################################
1057 ################################################################################
1059 ASPEED AST2050 DRIVER & COMMON CODE
1060 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
1062 F: src/drivers/aspeed/common/
1063 F: src/drivers/aspeed/ast2050/
1066 R: Cliff Huang <cliff.huang@intel.com>
1067 M: Lance Zhao <lance.zhao@gmail.com>
1068 M: Tim Wawrzynczak <inforichland@gmail.com>
1071 F: src/arch/x86/acpi/
1075 M: Julius Werner <jwerner@chromium.org>
1077 F: src/commonlib/lz4*
1078 F: payloads/libpayload/liblz4/
1079 F: util/cbfstool/lz4/
1085 M: Julius Werner <jwerner@chromium.org>
1086 M: Yu-Ping Wu <yupingso@google.com>
1089 F: src/security/vboot/
1090 F: src/include/tpm.h
1091 F: src/include/tpm_lite/
1095 F: src/include/device/
1096 F: src/include/cpu/cpu.h
1098 OPTION ROM EXECUTION & X86EMU
1099 F: src/device/oprom/
1102 M: Julius Werner <jwerner@chromium.org>
1103 F: src/include/cbfs*
1104 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
1105 F: src/commonlib/bsd/cbfs*
1112 F: src/include/cbmem.h
1113 F: src/include/cbmem_id.h
1118 F: src/include/console/
1119 F: src/drivers/uart/
1122 M: Christian Walter <christian.walter@9elements.com>
1124 F: src/drivers/*/tpm/
1125 F: src/security/tpm/
1127 SUPERIOS & SUPERIOTOOL
1130 F: util/superiotool/
1133 M: Reka Norman <rekanorman@chromium.org>
1139 M: Julius Werner <jwerner@chromium.org>
1145 M: Frans Hendriks <fhendriks@eltan.com>
1146 M: Erik van den Bogaert <ebogaert@eltan.com>
1148 F: src/vendorcode/eltan/
1151 M: Jeremy Soller <jeremy@system76.com>
1152 M: Tim Crawford <tcrawford@system76.com>
1154 F: src/drivers/i2c/tas5825m/
1157 M: Jakub Czapiga <czapiga@google.com>
1160 F: payloads/libpayload/tests/
1163 M: Felix Singer <felixsinger@posteo.net>
1164 M: Jason Glenesk <jason.glenesk@gmail.com>
1165 M: Angel Pons <th3fanbus@gmail.com>
1166 M: Martin Roth <gaumless@gmail.com>
1167 M: Matt DeVillier <MrChromebox@gmail.com>
1169 F: Documentation/releases/
1172 MISSING: TIMERS / DELAYS
1182 MISSING: DMP / QEMU-X86
1188 # *** Infrastructure Owners ***
1189 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1202 # Documentation Website
1207 M: Ronald Minnich <rminnich@gmail.com>
1208 M: Martin Roth <martin@coreboot.org>
1210 F: Documentation/community/code_of_conduct.md
1221 # Owners: Patrick, Martin
1232 # Software Freedom Conservancy
1233 # Main contact: Martin
1234 # “Official” contact: David, Matt, Werner