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 non-server 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 server family 19h reference boards
153 M: Felix Held <felix-coreboot@felixheld.de>
154 M: Martin Roth <gaumless@gmail.com>
155 M: Varshit Pandya <pandyavarshit@gmail.com>
157 F: src/mainboard/amd/onyx_poc/
159 AMD reference boards outside of family 17h and 19h
161 L: amd_coreboot_org_changes@googlegroups.com
162 F: src/mainboard/amd/gardenia/
163 F: src/mainboard/amd/inagua/
164 F: src/mainboard/amd/olivehill/
165 F: src/mainboard/amd/pademelon/
166 F: src/mainboard/amd/parmer/
167 F: src/mainboard/amd/persimmon/
168 F: src/mainboard/amd/south_station/
169 F: src/mainboard/amd/thatcher/
170 F: src/mainboard/amd/union_station/
176 F: src/mainboard/aopen/
181 M: Evgeny Zinoviev <me@ch1p.io>
183 F: src/mainboard/apple/
187 ASROCK B75M-ITX MAINBOARD
188 M: Kevin Keijzer <kevin@quietlife.nl>
190 F: src/mainboard/asrock/b75m-itx/
192 ASROCK B85M PRO4 MAINBOARD
193 M: Angel Pons <th3fanbus@gmail.com>
195 F: src/mainboard/asrock/b85m_pro4/
197 ASROCK G41C-GS MAINBOARD & VARIANTS
198 M: Angel Pons <th3fanbus@gmail.com>
200 F: src/mainboard/asrock/g41c-gs/
204 ASUS A88XM-E MAINBOARD
205 M: Mike Banon <mikebdp2@gmail.com>
207 F: src/mainboard/asus/a88xm-e/
209 ASUS AM1I-A MAINBOARD
210 M: Mike Banon <mikebdp2@gmail.com>
212 F: src/mainboard/asus/am1i-a/
214 ASUS H61 SERIES MAINBOARDS
215 M: Angel Pons <th3fanbus@gmail.com>
217 F: src/mainboard/asus/h61-series/
219 ASUS P5QC PRO MAINBOARD & VARIANTS
220 M: Angel Pons <th3fanbus@gmail.com>
221 R: Stefan Ott <coreboot@desire.ch>
223 F: src/mainboard/asus/p5qc/
225 ASUS P5QPL-AM MAINBOARD & VARIANTS
226 M: Angel Pons <th3fanbus@gmail.com>
228 F: src/mainboard/asus/p5qpl-am/
230 ASUS P8Z77 SERIES MAINBOARDS
231 M: Angel Pons <th3fanbus@gmail.com>
232 M: Vlado Cibic <vladocb@protonmail.com>
234 F: src/mainboard/asus/p8z77-series/
240 F: src/mainboard/bap/
246 F: src/mainboard/biostar/
250 BOSTENTECH MAINBOARDS
252 F: src/mainboard/bostentech/
258 F: src/mainboard/cavium/
263 M: Felix Singer <felixsinger@posteo.net>
264 M: Michael Niewöhner <foss@mniewoehner.de>
266 F: src/mainboard/clevo/
272 F: src/mainboard/compulab/
278 F: src/mainboard/dell/
281 M: Nicholas Chin <nic.c3.14@gmail.com>
283 F: src/mainboard/dell/e6400/
288 F: src/mainboard/elmex/
294 F: src/mainboard/emulation/
300 F: src/mainboard/example/
304 FACEBOOK FBG1701 MAINBOARD
305 M: Frans Hendriks <fhendriks@eltan.com>
306 M: Erik van den Bogaert <ebogaert@eltan.com>
308 F: src/mainboard/facebook/fbg1701/
310 FACEBOOK MONOLITH MAINBOARD
311 M: Frans Hendriks <fhendriks@eltan.com>
312 M: Erik van den Bogaert <ebogaert@eltan.com>
314 F: src/mainboard/facebook/monolith/
320 F: src/mainboard/foxconn/
326 F: src/mainboard/getac/
330 GIGABYTE GA-D510UD MAINBOARD
331 M: Angel Pons <th3fanbus@gmail.com>
333 F: src/mainboard/gigabyte/ga-d510ud/
335 GIGABYTE GA-H61M SERIES MAINBOARDS
336 M: Angel Pons <th3fanbus@gmail.com>
338 F: src/mainboard/gigabyte/ga-h61m-series/
342 GIZMOSPHERE MAINBOARDS
344 F: src/mainboard/gizmosphere/
348 GOOGLE REX MAINBOARDS
349 M: Subrata Banik <subratabanik@google.com>
350 M: Tarun Tuli <tstuli@gmail.com>
351 M: Kapil Porwal <kapilporwal@google.com>
352 M: Jakub Czapiga <czapiga@google.com>
353 M: Eran Mitrani <mitrani@google.com>
354 M: Dinesh Gehlot <digehlot@google.com>
356 F: src/mainboard/google/rex/
358 GOOGLE BRYA MAINBOARDS
359 M: Subrata Banik <subratabanik@google.com>
360 M: Nick Vaccaro <nvaccaro@chromium.org>
361 M: Eric Lai <ericllai@google.com>
362 M: Kapil Porwal <kapilporwal@google.com>
363 M: Dinesh Gehlot <digehlot@google.com>
365 F: src/mainboard/google/brya/
367 GOOGLE HATCH MAINBOARDS
368 M: Subrata Banik <subratabanik@google.com>
369 M: Nick Vaccaro <nvaccaro@chromium.org>
371 F: src/mainboard/google/hatch/
373 GOOGLE VOLTEER MAINBOARDS
374 M: Nick Vaccaro <nvaccaro@chromium.org>
376 F: src/mainboard/google/volteer/
378 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
379 M: Matt DeVillier <MrChromebox@gmail.com>
381 F: src/mainboard/google/auron/
382 F: src/mainboard/google/beltino/
383 F: src/mainboard/google/butterfly/
384 F: src/mainboard/google/cyan/
385 F: src/mainboard/google/glados/
386 F: src/mainboard/google/jecht/
387 F: src/mainboard/google/link/
388 F: src/mainboard/google/parrot/
389 F: src/mainboard/google/slippy/
390 F: src/mainboard/google/stout/
392 GOOGLE AMD-BASED MAINBOARDS
393 M: Martin Roth <martin.roth@amd.corp-partner.google.com>
394 M: Jason Nien <jason.nien@amd.corp-partner.google.com>
395 L: amd_coreboot_org_changes@googlegroups.com
397 F: src/mainboard/google/kahlee/
398 F: src/mainboard/google/zork/
399 F: src/mainboard/google/guybrush/
400 F: src/mainboard/google/skyrim/
402 GOOGLE MEDIATEK-BASED MAINBOARDS
403 M: Hung-Te Lin <hungte@chromium.org>
404 M: Yu-Ping Wu <yupingso@google.com>
405 M: Yidi Lin <yidilin@google.com>
407 F: src/mainboard/google/asurada/
408 F: src/mainboard/google/cherry/
409 F: src/mainboard/google/corsola/
410 F: src/mainboard/google/geralt/
411 F: src/mainboard/google/kukui/
412 F: src/mainboard/google/oak/
417 M: Angel Pons <th3fanbus@gmail.com>
419 F: src/mainboard/hp/280_g2/
425 F: src/mainboard/ibase/
429 INTEL HARCUVAR_CRB MAINBOARD
430 M: Jeff Daly <jeffd@silicom-usa.com>
431 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
433 F: src/mainboard/intel/harcuvar/
436 M: Annie Chen <Chen.AnnieET@inventec.com>
438 F: src/mainboard/inventec/
442 F: src/mainboard/jetway/
446 KONTRON BSL6 MAINBOARD
447 M: Felix Singer <felixsinger@posteo.net>
448 M: Nico Huber <nico.h@gmx.de>
450 F: src/mainboard/kontron/bsl6/
452 KONTRON MAL10 MAINBOARD
453 M: Maxim Polyakov <max.senia.poliak@gmail.com>
454 M: Nico Huber <nico.h@gmx.de>
455 M: Felix Singer <felixsinger@posteo.net>
457 F: src/mainboard/kontron/mal10/
462 M: Alexander Couzens <lynxis@fe80.eu>
464 F: src/mainboard/lenovo/
466 LENOVO G505S MAINBOARD
467 M: Mike Banon <mikebdp2@gmail.com>
469 F: src/mainboard/lenovo/g505s/
471 LENOVO X200 MAINBOARD
472 R: Stefan Ott <coreboot@desire.ch>
474 F: src/mainboard/lenovo/x200/
476 LENOVO X201 MAINBOARD
477 R: Stefan Ott <coreboot@desire.ch>
479 F: src/mainboard/lenovo/x201/
483 LIBRETREND LT1000 MAINBOARD
484 M: Piotr Król <piotr.krol@3mdeb.com>
485 M: Michał Żygowski <michal.zygowski@3mdeb.com>
487 F: src/mainboard/libretrend/lt1000/
491 LIPPERT MAINBOARDS (acquired by Adlink)
493 F: src/mainboard/lippert/
497 MSI H81M-P33 MAINBOARD
498 M: Angel Pons <th3fanbus@gmail.com>
500 F: src/mainboard/msi/h81m-p33/
502 MSI MS-7D25 MAINBOARDS
503 M: Michał Żygowski <michal.zygowski@3mdeb.com>
504 M: Michał Kopeć <michal.kopec@3mdeb.com>
506 F: src/mainboard/msi/ms7d25/
510 OCP DELTALAKE MAINBOARD
511 M: Arthur Heymans <arthur@aheymans.xyz>
512 M: Christian Walter <christian.walter@9elements.com>
513 M: Johnny Lin <Johnny_Lin@wiwynn.com>
514 M: Jonathan Zhang <jonzhang@fb.com>
515 M: Tim Chu <Tim.Chu@quantatw.com>
517 F: src/mainboard/ocp/deltalake/
519 OCP TIOGAPASS MAINBOARD
520 M: Jonathan Zhang <jonzhang@fb.com>
521 M: Johnny Lin <Johnny_Lin@wiwynn.com>
522 M: Morgan Jang <Morgan_Jang@wiwynn.com>
523 M: Ryback Hung <<Ryback.Hung@quantatw.com>
524 M: Bryant Ou <Bryant.Ou@quantatw.com>
526 F: src/mainboard/ocp/tiogapass/
530 OPENCELLULAR MAINBOARDS
531 M: Christian Walter <christian.walter@9elements.com>
532 M: Patrick Rudolph <patrick.rudolph@9elements.com>
534 F: src/mainboard/opencellular/elgon/
538 PC ENGINES ALL MAINBOARDS
539 M: Piotr Król <piotr.krol@3mdeb.com>
540 M: Michał Żygowski <michal.zygowski@3mdeb.com>
542 F: src/mainboard/pcengines/
548 F: src/mainboard/pine64/
552 PORTWELL PQ-M107 MAINBOARD
553 M: Frans Hendriks <fhendriks@eltan.com>
554 M: Erik van den Bogaert <ebogaert@eltan.com>
556 F: src/mainboard/portwell/m107/
560 PROTECTLI ALL MAINBOARDS
561 M: Piotr Król <piotr.krol@3mdeb.com>
562 M: Michał Żygowski <michal.zygowski@3mdeb.com>
564 F: src/mainboard/protectli/
568 PRODRIVE ATLAS MAINBOARD
569 M: Angel Pons <th3fanbus@gmail.com>
570 M: Christian Walter <christian.walter@9elements.com>
571 M: Lean Sheng Tan <sheng.tan@9elements.com>
573 F: src/mainboard/prodrive/atlas/
575 PRODRIVE HERMES MAINBOARD
576 M: Christian Walter <christian.walter@9elements.com>
577 M: Patrick Rudolph <patrick.rudolph@9elements.com>
579 F: src/mainboard/prodrive/hermes/
584 M: Jonathon Hall <jonathon.hall@puri.sm>
586 F: src/mainboard/purism/
592 F: src/mainboard/razer/
598 F: src/mainboard/roda/
602 SAMSUNG CHROMEOS MAINBOARDS
603 M: Matt DeVillier <MrChromebox@gmail.com>
605 F: src/mainboard/samsung/lumpy/
606 F: src/mainboard/samsung/stumpy/
612 F: src/mainboard/sapphire/
618 F: src/mainboard/scaleway/
622 SIEMENS CHILI MAINBAORD
623 M: Felix Singer <felixsinger@posteo.net>
624 M: Nico Huber <nico.h@gmx.de>
626 F: src/mainboard/siemens/chili/
628 SIEMENS MC_xxxx MAINBOARDS
629 M: Werner Zeh <werner.zeh@siemens.com>
631 F: src/mainboard/siemens/mc_apl1/
632 F: src/mainboard/siemens/mc_ehl/
638 F: src/mainboard/sifive/
643 M: Sean Rhodes <sean@starlabs.systems>
645 F: src/mainboard/starlabs/
649 SUPERMICRO X11-LGA1151-SERIES
650 M: Michael Niewöhner <foss@mniewoehner.de>
652 F: src/mainboard/supermicro/x11-lga1151-series/
657 M: Jeremy Soller <jeremy@system76.com>
658 M: Tim Crawford <tcrawford@system76.com>
660 F: src/mainboard/system76/
674 ################################################################################
676 ################################################################################
679 M: Julius Werner <jwerner@chromium.org>
689 M: Ronald Minnich <rminnich@gmail.com>
690 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
693 F: src/cpu/qemu-power8/
694 F: src/mainboard/emulation/qemu-power8/
697 M: Ronald Minnich <rminnich@gmail.com>
698 R: Philipp Hug <philipp@hug.cx>
703 F: src/mainboard/emulation/*-riscv/
704 F: src/mainboard/sifive/
708 M: Jérémy Compostella <jeremy.compostella@intel.com>
714 F: src/include/cpu/x86/
716 ################################################################################
717 # Embedded Controllers
718 ################################################################################
721 M: Boris Mittelberg <bmbm@google.com>
722 M: Caveh Jalali <caveh@chromium.org>
727 M: Nicholas Chin <nic.c3.14@gmail.com>
728 W: https://github.com/nic3-14159/E6400-EC-research
730 F: src/ec/dell/mec5035/
733 M: Alexander Couzens <lynxis@fe80.eu>
738 M: Sean Rhodes <sean@starlabs.systems>
743 M: Jeremy Soller <jeremy@system76.com>
744 M: Tim Crawford <tcrawford@system76.com>
761 ################################################################################
763 ################################################################################
765 INTEL HASWELL NORTHBRIDGE
766 M: Angel Pons <th3fanbus@gmail.com>
768 F: src/northbridge/intel/haswell/
770 INTEL PINEVIEW CHIPSET
771 M: Angel Pons <th3fanbus@gmail.com>
773 F: src/northbridge/intel/pineview/
775 INTEL SANDYBRIDGE NORTHBRIDGE
776 M: Angel Pons <th3fanbus@gmail.com>
778 F: src/northbridge/intel/sandybridge/
781 M: Angel Pons <th3fanbus@gmail.com>
783 F: src/northbridge/intel/x4x/
785 ################################################################################
787 ################################################################################
790 L: amd_coreboot_org_changes@googlegroups.com
792 F: src/vendorcode/amd/
794 F: src/northbridge/amd/
795 F: src/southbridge/amd/
796 F: src/include/cpu/amd/
799 R: Intel_Coreboot_Reviewers <intel_coreboot_reviewers@intel.com>
801 F: src/vendorcode/intel/
803 F: src/northbridge/intel/
804 F: src/southbridge/intel/
806 F: src/drivers/intel/
807 F: src/include/cpu/intel/
810 M: Huang Jin <huang.jin@intel.com>
812 F: src/drivers/intel/fsp1_1/
815 M: Andrey Petrov <andrey.petrov@gmail.com>
816 M: Ronak Kanabar <ronak.kanabar@intel.com>
818 F: src/drivers/intel/fsp2_0/
820 ################################################################################
822 ################################################################################
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/cezanne/
832 F: src/vendorcode/amd/fsp/cezanne/
835 M: Felix Held <felix-coreboot@felixheld.de>
836 M: Jason Glenesk <jason.glenesk@gmail.com>
837 M: Fred Reitberger <reitbergerfred@gmail.com>
838 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
839 L: amd_coreboot_org_changes@googlegroups.com
841 F: src/soc/amd/common/
843 AMD Genoa Proof of Concept
844 M: Felix Held <felix-coreboot@felixheld.de>
845 M: Martin Roth <gaumless@gmail.com>
846 M: Varshit Pandya <pandyavarshit@gmail.com>
848 F: src/soc/amd/genoa_poc/
851 M: Felix Held <felix-coreboot@felixheld.de>
852 M: Jason Glenesk <jason.glenesk@gmail.com>
853 M: Fred Reitberger <reitbergerfred@gmail.com>
854 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
855 L: amd_coreboot_org_changes@googlegroups.com
857 F: src/soc/amd/mendocino/
858 F: src/vendorcode/amd/fsp/mendocino/
861 M: Felix Held <felix-coreboot@felixheld.de>
862 M: Jason Glenesk <jason.glenesk@gmail.com>
863 M: Fred Reitberger <reitbergerfred@gmail.com>
864 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
865 L: amd_coreboot_org_changes@googlegroups.com
867 F: src/soc/amd/picasso/
868 F: src/vendorcode/amd/fsp/picasso/
871 M: Felix Held <felix-coreboot@felixheld.de>
872 M: Jason Glenesk <jason.glenesk@gmail.com>
873 M: Fred Reitberger <reitbergerfred@gmail.com>
874 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
875 L: amd_coreboot_org_changes@googlegroups.com
877 F: src/soc/amd/phoenix/
878 F: src/vendorcode/amd/fsp/phoenix/
881 M: Felix Held <felix-coreboot@felixheld.de>
882 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
883 L: amd_coreboot_org_changes@googlegroups.com
885 F: src/soc/amd/stoneyridge/
888 M: Subrata Banik <subratabanik@google.com>
889 M: Nick Vaccaro <nvaccaro@chromium.org>
890 M: Kapil Porwal <kapilporwal@google.com>
891 M: Dinesh Gehlot <digehlot@google.com>
893 F: src/soc/intel/alderlake/
896 M: Sean Rhodes <sean@starlabs.systems>
898 F: src/soc/intel/apollolake/
901 M: Piotr Król <piotr.krol@3mdeb.com>
902 M: Michał Żygowski <michal.zygowski@3mdeb.com>
903 M: Frans Hendriks <fhendriks@eltan.com>
905 F: /src/soc/intel/braswell/
906 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
910 F: src/soc/intel/cannonlake/
912 INTEL DENVERTON-NS SOC
913 M: Jeff Daly <jeffd@silicom-usa.com>
914 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
916 F: src/soc/intel/denverton_ns/
918 INTEL ELKHARTLAKE SOC
919 M: Lean Sheng Tan <sheng.tan@9elements.com>
920 M: Werner Zeh <werner.zeh@siemens.com>
922 F: src/soc/intel/elkhartlake/
925 M: Subrata Banik <subratabanik@google.com>
926 M: Tarun Tuli <tstuli@gmail.com>
927 M: Kapil Porwal <kapilporwal@google.com>
928 M: Jakub Czapiga <czapiga@google.com>
929 M: Eran Mitrani <mitrani@google.com>
930 M: Dinesh Gehlot <digehlot@google.com>
932 F: src/soc/intel/meteorlake/
935 M: Subrata Banik <subratabanik@google.com>
936 M: Nick Vaccaro <nvaccaro@chromium.org>
938 F: src/soc/intel/tigerlake/
940 INTEL Xeon Sacalable Processor Family
941 M: Jonathan Zhang <jon.zhixiong.zhang@gmail.com>
942 M: Johnny Lin <Johnny_Lin@wiwynn.com>
943 M: Tim Chu <Tim.Chu@quantatw.com>
944 M: Arthur Heymans <arthur@aheymans.xyz>
945 M: Christian Walter <christian.walter@9elements.com>
946 M: Shuo Liu <shuo.liu@intel.com>
947 M: Patrick Rudolph <patrick.rudolph@9elements.com>
948 M: Lean Sheng Tan <sheng.tan@9elements.com>
950 F: src/soc/intel/xeon_sp/
951 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
952 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
953 F: src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/
956 M: Hung-Te Lin <hungte@chromium.org>
957 M: Yu-Ping Wu <yupingso@google.com>
958 M: Yidi Lin <yidilin@google.com>
963 M: Xi Chen <xixi.chen@mediatek.com>
965 F: src/soc/mediatek/mt8192/
966 F: src/vendorcode/mediatek/mt8192/
977 ################################################################################
979 ################################################################################
983 F: payloads/nvramcui/
986 F: payloads/libpayload/
989 F: payloads/coreinfo/
991 EXTERNAL PAYLOADS INTEGRATION
992 M: Martin Roth <gaumless@gmail.com>
993 F: payloads/external/
995 COREDOOM PAYLOAD INTEGRATION
996 M: Nicholas Chin <nic.c3.14@gmail.com>
997 W: https://github.com/nic3-14159/coreDOOM
999 F: payloads/external/coreDOOM/
1001 LINUXBOOT PAYLOAD INTEGRATION
1002 M: Christian Walter <christian.walter@9elements.com>
1003 M: Marcello Sylvester Bauer <info@marcellobauer.com>
1005 F: payloads/external/LinuxBoot/
1007 EDK2 PAYLOAD INTEGRATION
1008 M: Benjamin Doron <benjamin.doron00@gmail.com>
1009 M: Matt DeVillier <matt.devillier@gmail.com>
1010 M: Sean Rhodes <sean@starlabs.systems>
1011 M: Lean Sheng Tan <sheng.tan@9elements.com>
1013 F: payloads/external/edk2/
1015 ################################################################################
1017 ################################################################################
1020 M: Martin Roth <gaumless@gmail.com>
1025 F: util/board_status/
1028 M: Martin Roth <gaumless@gmail.com>
1032 F: src/include/kconfig.h
1039 M: Martin Roth <gaumless@gmail.com>
1040 M: Felix Singer <felixsinger@posteo.net>
1045 M: Martin Roth <gaumless@gmail.com>
1046 M: Felix Singer <felixsinger@posteo.net>
1055 M: Martin Roth <gaumless@gmail.com>
1063 M: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>
1067 M: Christian Walter <christian.walter@9elements.com>
1068 F: util/intelmetool/
1071 M: Maxim Polyakov <max.senia.poliak@gmail.com>
1076 M: Nicola Corna <nicola@corna.info>
1077 W: https://github.com/corna/me_cleaner
1082 M: Felix Singer <felixsinger@posteo.net>
1086 ################################################################################
1088 ################################################################################
1090 ASPEED AST2050 DRIVER & COMMON CODE
1091 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
1093 F: src/drivers/aspeed/common/
1094 F: src/drivers/aspeed/ast2050/
1097 R: Cliff Huang <cliff.huang@intel.com>
1098 M: Lance Zhao <lance.zhao@gmail.com>
1099 M: Tim Wawrzynczak <inforichland@gmail.com>
1102 F: src/arch/x86/acpi/
1106 M: Julius Werner <jwerner@chromium.org>
1108 F: src/commonlib/lz4*
1109 F: payloads/libpayload/liblz4/
1110 F: util/cbfstool/lz4/
1116 M: Julius Werner <jwerner@chromium.org>
1117 M: Yu-Ping Wu <yupingso@google.com>
1120 F: src/security/vboot/
1121 F: src/include/tpm.h
1122 F: src/include/tpm_lite/
1126 F: src/include/device/
1127 F: src/include/cpu/cpu.h
1129 OPTION ROM EXECUTION & X86EMU
1130 F: src/device/oprom/
1133 M: Julius Werner <jwerner@chromium.org>
1134 F: src/include/cbfs*
1135 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
1136 F: src/commonlib/bsd/cbfs*
1143 F: src/include/cbmem.h
1144 F: src/include/cbmem_id.h
1149 F: src/include/console/
1150 F: src/drivers/uart/
1153 M: Christian Walter <christian.walter@9elements.com>
1155 F: src/drivers/*/tpm/
1156 F: src/security/tpm/
1158 SUPERIOS & SUPERIOTOOL
1161 F: util/superiotool/
1164 M: Reka Norman <rekanorman@chromium.org>
1170 M: Julius Werner <jwerner@chromium.org>
1176 M: Frans Hendriks <fhendriks@eltan.com>
1177 M: Erik van den Bogaert <ebogaert@eltan.com>
1179 F: src/vendorcode/eltan/
1182 M: Jeremy Soller <jeremy@system76.com>
1183 M: Tim Crawford <tcrawford@system76.com>
1185 F: src/drivers/i2c/tas5825m/
1188 M: Jakub Czapiga <czapiga@google.com>
1191 F: payloads/libpayload/tests/
1194 M: Felix Singer <felixsinger@posteo.net>
1195 M: Jason Glenesk <jason.glenesk@gmail.com>
1196 M: Angel Pons <th3fanbus@gmail.com>
1197 M: Martin Roth <gaumless@gmail.com>
1198 M: Matt DeVillier <MrChromebox@gmail.com>
1200 F: Documentation/releases/
1203 MISSING: TIMERS / DELAYS
1213 MISSING: DMP / QEMU-X86
1219 # *** Infrastructure Owners ***
1220 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1233 # Documentation Website
1238 M: Ronald Minnich <rminnich@gmail.com>
1239 M: Martin Roth <martin@coreboot.org>
1241 F: Documentation/community/code_of_conduct.md
1252 # Owners: Patrick, Martin
1263 # Software Freedom Conservancy
1264 # Main contact: Martin
1265 # “Official” contact: David, Matt, Werner