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/
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>
364 F: src/mainboard/google/brya/
366 GOOGLE HATCH MAINBOARDS
367 M: Subrata Banik <subratabanik@google.com>
368 M: Nick Vaccaro <nvaccaro@chromium.org>
370 F: src/mainboard/google/hatch/
372 GOOGLE VOLTEER MAINBOARDS
373 M: Nick Vaccaro <nvaccaro@chromium.org>
375 F: src/mainboard/google/volteer/
377 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
378 M: Matt DeVillier <MrChromebox@gmail.com>
380 F: src/mainboard/google/auron/
381 F: src/mainboard/google/beltino/
382 F: src/mainboard/google/butterfly/
383 F: src/mainboard/google/cyan/
384 F: src/mainboard/google/glados/
385 F: src/mainboard/google/jecht/
386 F: src/mainboard/google/link/
387 F: src/mainboard/google/parrot/
388 F: src/mainboard/google/slippy/
389 F: src/mainboard/google/stout/
391 GOOGLE AMD-BASED MAINBOARDS
392 M: Martin Roth <martin.roth@amd.corp-partner.google.com>
393 M: Jason Nien <jason.nien@amd.corp-partner.google.com>
394 L: amd_coreboot_org_changes@googlegroups.com
396 F: src/mainboard/google/kahlee/
397 F: src/mainboard/google/zork/
398 F: src/mainboard/google/guybrush/
399 F: src/mainboard/google/skyrim/
401 GOOGLE MEDIATEK-BASED MAINBOARDS
402 M: Hung-Te Lin <hungte@chromium.org>
403 M: Yu-Ping Wu <yupingso@google.com>
404 M: Yidi Lin <yidilin@google.com>
406 F: src/mainboard/google/asurada/
407 F: src/mainboard/google/cherry/
408 F: src/mainboard/google/corsola/
409 F: src/mainboard/google/geralt/
410 F: src/mainboard/google/kukui/
411 F: src/mainboard/google/oak/
416 M: Angel Pons <th3fanbus@gmail.com>
418 F: src/mainboard/hp/280_g2/
424 F: src/mainboard/ibase/
428 INTEL HARCUVAR_CRB MAINBOARD
429 M: Jeff Daly <jeffd@silicom-usa.com>
430 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
432 F: src/mainboard/intel/harcuvar/
435 M: Annie Chen <Chen.AnnieET@inventec.com>
437 F: src/mainboard/inventec/
441 F: src/mainboard/jetway/
445 KONTRON BSL6 MAINBOARD
446 M: Felix Singer <felixsinger@posteo.net>
447 M: Nico Huber <nico.h@gmx.de>
449 F: src/mainboard/kontron/bsl6/
451 KONTRON MAL10 MAINBOARD
452 M: Maxim Polyakov <max.senia.poliak@gmail.com>
453 M: Nico Huber <nico.h@gmx.de>
454 M: Felix Singer <felixsinger@posteo.net>
456 F: src/mainboard/kontron/mal10/
461 M: Alexander Couzens <lynxis@fe80.eu>
463 F: src/mainboard/lenovo/
465 LENOVO G505S MAINBOARD
466 M: Mike Banon <mikebdp2@gmail.com>
468 F: src/mainboard/lenovo/g505s/
470 LENOVO X200 MAINBOARD
471 R: Stefan Ott <coreboot@desire.ch>
473 F: src/mainboard/lenovo/x200/
475 LENOVO X201 MAINBOARD
476 R: Stefan Ott <coreboot@desire.ch>
478 F: src/mainboard/lenovo/x201/
482 LIBRETREND LT1000 MAINBOARD
483 M: Piotr Król <piotr.krol@3mdeb.com>
484 M: Michał Żygowski <michal.zygowski@3mdeb.com>
486 F: src/mainboard/libretrend/lt1000/
490 LIPPERT MAINBOARDS (acquired by Adlink)
492 F: src/mainboard/lippert/
496 MSI H81M-P33 MAINBOARD
497 M: Angel Pons <th3fanbus@gmail.com>
499 F: src/mainboard/msi/h81m-p33/
501 MSI MS-7D25 MAINBOARDS
502 M: Michał Żygowski <michal.zygowski@3mdeb.com>
503 M: Michał Kopeć <michal.kopec@3mdeb.com>
505 F: src/mainboard/msi/ms7d25/
509 OCP DELTALAKE MAINBOARD
510 M: Arthur Heymans <arthur@aheymans.xyz>
511 M: Christian Walter <christian.walter@9elements.com>
512 M: Johnny Lin <Johnny_Lin@wiwynn.com>
513 M: Jonathan Zhang <jonzhang@fb.com>
514 M: Tim Chu <Tim.Chu@quantatw.com>
516 F: src/mainboard/ocp/deltalake/
518 OCP TIOGAPASS MAINBOARD
519 M: Jonathan Zhang <jonzhang@fb.com>
520 M: Johnny Lin <Johnny_Lin@wiwynn.com>
521 M: Morgan Jang <Morgan_Jang@wiwynn.com>
522 M: Ryback Hung <<Ryback.Hung@quantatw.com>
523 M: Bryant Ou <Bryant.Ou@quantatw.com>
525 F: src/mainboard/ocp/tiogapass/
529 OPENCELLULAR MAINBOARDS
530 M: Christian Walter <christian.walter@9elements.com>
531 M: Patrick Rudolph <patrick.rudolph@9elements.com>
533 F: src/mainboard/opencellular/elgon/
537 PC ENGINES ALL MAINBOARDS
538 M: Piotr Król <piotr.krol@3mdeb.com>
539 M: Michał Żygowski <michal.zygowski@3mdeb.com>
541 F: src/mainboard/pcengines/
547 F: src/mainboard/pine64/
551 PORTWELL PQ-M107 MAINBOARD
552 M: Frans Hendriks <fhendriks@eltan.com>
553 M: Erik van den Bogaert <ebogaert@eltan.com>
555 F: src/mainboard/portwell/m107/
559 PROTECTLI ALL MAINBOARDS
560 M: Piotr Król <piotr.krol@3mdeb.com>
561 M: Michał Żygowski <michal.zygowski@3mdeb.com>
563 F: src/mainboard/protectli/
567 PRODRIVE ATLAS MAINBOARD
568 M: Angel Pons <th3fanbus@gmail.com>
569 M: Christian Walter <christian.walter@9elements.com>
570 M: Lean Sheng Tan <sheng.tan@9elements.com>
572 F: src/mainboard/prodrive/atlas/
574 PRODRIVE HERMES MAINBOARD
575 M: Christian Walter <christian.walter@9elements.com>
576 M: Patrick Rudolph <patrick.rudolph@9elements.com>
578 F: src/mainboard/prodrive/hermes/
583 M: Jonathon Hall <jonathon.hall@puri.sm>
585 F: src/mainboard/purism/
591 F: src/mainboard/razer/
597 F: src/mainboard/roda/
601 SAMSUNG CHROMEOS MAINBOARDS
602 M: Matt DeVillier <MrChromebox@gmail.com>
604 F: src/mainboard/samsung/lumpy/
605 F: src/mainboard/samsung/stumpy/
611 F: src/mainboard/sapphire/
617 F: src/mainboard/scaleway/
621 SIEMENS CHILI MAINBAORD
622 M: Felix Singer <felixsinger@posteo.net>
623 M: Nico Huber <nico.h@gmx.de>
625 F: src/mainboard/siemens/chili/
627 SIEMENS MC_xxxx MAINBOARDS
628 M: Werner Zeh <werner.zeh@siemens.com>
630 F: src/mainboard/siemens/mc_apl1/
631 F: src/mainboard/siemens/mc_ehl/
637 F: src/mainboard/sifive/
642 M: Sean Rhodes <sean@starlabs.systems>
644 F: src/mainboard/starlabs/
648 SUPERMICRO X11-LGA1151-SERIES
649 M: Michael Niewöhner <foss@mniewoehner.de>
651 F: src/mainboard/supermicro/x11-lga1151-series/
656 M: Jeremy Soller <jeremy@system76.com>
657 M: Tim Crawford <tcrawford@system76.com>
659 F: src/mainboard/system76/
673 ################################################################################
675 ################################################################################
678 M: Julius Werner <jwerner@chromium.org>
688 M: Ronald Minnich <rminnich@gmail.com>
689 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
692 F: src/cpu/qemu-power8/
693 F: src/mainboard/emulation/qemu-power8/
696 M: Ronald Minnich <rminnich@gmail.com>
697 R: Philipp Hug <philipp@hug.cx>
702 F: src/mainboard/emulation/*-riscv/
703 F: src/mainboard/sifive/
707 M: Jérémy Compostella <jeremy.compostella@intel.com>
713 F: src/include/cpu/x86/
715 ################################################################################
716 # Embedded Controllers
717 ################################################################################
720 M: Boris Mittelberg <bmbm@google.com>
721 M: Caveh Jalali <caveh@chromium.org>
726 M: Nicholas Chin <nic.c3.14@gmail.com>
727 W: https://github.com/nic3-14159/E6400-EC-research
729 F: src/ec/dell/mec5035/
732 M: Alexander Couzens <lynxis@fe80.eu>
737 M: Sean Rhodes <sean@starlabs.systems>
742 M: Jeremy Soller <jeremy@system76.com>
743 M: Tim Crawford <tcrawford@system76.com>
760 ################################################################################
762 ################################################################################
764 INTEL HASWELL NORTHBRIDGE
765 M: Angel Pons <th3fanbus@gmail.com>
767 F: src/northbridge/intel/haswell/
769 INTEL PINEVIEW CHIPSET
770 M: Angel Pons <th3fanbus@gmail.com>
772 F: src/northbridge/intel/pineview/
774 INTEL SANDYBRIDGE NORTHBRIDGE
775 M: Angel Pons <th3fanbus@gmail.com>
777 F: src/northbridge/intel/sandybridge/
780 M: Angel Pons <th3fanbus@gmail.com>
782 F: src/northbridge/intel/x4x/
784 ################################################################################
786 ################################################################################
789 L: amd_coreboot_org_changes@googlegroups.com
791 F: src/vendorcode/amd/
793 F: src/northbridge/amd/
794 F: src/southbridge/amd/
795 F: src/include/cpu/amd/
798 R: Intel_Coreboot_Reviewers <intel_coreboot_reviewers@intel.com>
800 F: src/vendorcode/intel/
802 F: src/northbridge/intel/
803 F: src/southbridge/intel/
805 F: src/drivers/intel/
806 F: src/include/cpu/intel/
809 M: Huang Jin <huang.jin@intel.com>
811 F: src/drivers/intel/fsp1_1/
814 M: Andrey Petrov <andrey.petrov@gmail.com>
815 M: Ronak Kanabar <ronak.kanabar@intel.com>
817 F: src/drivers/intel/fsp2_0/
819 ################################################################################
821 ################################################################################
824 M: Felix Held <felix-coreboot@felixheld.de>
825 M: Jason Glenesk <jason.glenesk@gmail.com>
826 M: Fred Reitberger <reitbergerfred@gmail.com>
827 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
828 L: amd_coreboot_org_changes@googlegroups.com
830 F: src/soc/amd/cezanne/
831 F: src/vendorcode/amd/fsp/cezanne/
834 M: Felix Held <felix-coreboot@felixheld.de>
835 M: Jason Glenesk <jason.glenesk@gmail.com>
836 M: Fred Reitberger <reitbergerfred@gmail.com>
837 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
838 L: amd_coreboot_org_changes@googlegroups.com
840 F: src/soc/amd/common/
843 M: Felix Held <felix-coreboot@felixheld.de>
844 M: Martin Roth <gaumless@gmail.com>
845 M: Varshit Pandya <pandyavarshit@gmail.com>
847 F: src/soc/amd/genoa/
850 M: Felix Held <felix-coreboot@felixheld.de>
851 M: Jason Glenesk <jason.glenesk@gmail.com>
852 M: Fred Reitberger <reitbergerfred@gmail.com>
853 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
854 L: amd_coreboot_org_changes@googlegroups.com
856 F: src/soc/amd/mendocino/
857 F: src/vendorcode/amd/fsp/mendocino/
860 M: Felix Held <felix-coreboot@felixheld.de>
861 M: Jason Glenesk <jason.glenesk@gmail.com>
862 M: Fred Reitberger <reitbergerfred@gmail.com>
863 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
864 L: amd_coreboot_org_changes@googlegroups.com
866 F: src/soc/amd/picasso/
867 F: src/vendorcode/amd/fsp/picasso/
870 M: Felix Held <felix-coreboot@felixheld.de>
871 M: Jason Glenesk <jason.glenesk@gmail.com>
872 M: Fred Reitberger <reitbergerfred@gmail.com>
873 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
874 L: amd_coreboot_org_changes@googlegroups.com
876 F: src/soc/amd/phoenix/
877 F: src/vendorcode/amd/fsp/phoenix/
880 M: Felix Held <felix-coreboot@felixheld.de>
881 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
882 L: amd_coreboot_org_changes@googlegroups.com
884 F: src/soc/amd/stoneyridge/
887 M: Subrata Banik <subratabanik@google.com>
888 M: Tarun Tuli <tstuli@gmail.com>
889 M: Kapil Porwal <kapilporwal@google.com>
890 M: Jakub Czapiga <czapiga@google.com>
891 M: Eran Mitrani <mitrani@google.com>
892 M: Dinesh Gehlot <digehlot@google.com>
894 F: src/soc/intel/meteorlake/
897 M: Subrata Banik <subratabanik@google.com>
898 M: Nick Vaccaro <nvaccaro@chromium.org>
899 M: Kapil Porwal <kapilporwal@google.com>
901 F: src/soc/intel/alderlake/
904 M: Sean Rhodes <sean@starlabs.systems>
906 F: src/soc/intel/apollolake/
909 M: Piotr Król <piotr.krol@3mdeb.com>
910 M: Michał Żygowski <michal.zygowski@3mdeb.com>
911 M: Frans Hendriks <fhendriks@eltan.com>
913 F: /src/soc/intel/braswell/
914 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
918 F: src/soc/intel/cannonlake/
920 INTEL DENVERTON-NS SOC
921 M: Jeff Daly <jeffd@silicom-usa.com>
922 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
924 F: src/soc/intel/denverton_ns/
926 INTEL ELKHARTLAKE SOC
927 M: Lean Sheng Tan <sheng.tan@9elements.com>
928 M: Werner Zeh <werner.zeh@siemens.com>
930 F: src/soc/intel/elkhartlake/
933 M: Subrata Banik <subratabanik@google.com>
934 M: Nick Vaccaro <nvaccaro@chromium.org>
936 F: src/soc/intel/tigerlake/
938 INTEL Xeon Sacalable Processor Family
939 M: Jonathan Zhang <jonzhang@fb.com>
940 M: Johnny Lin <Johnny_Lin@wiwynn.com>
941 M: Tim Chu <Tim.Chu@quantatw.com>
942 M: Arthur Heymans <arthur@aheymans.xyz>
943 M: Christian Walter <christian.walter@9elements.com>
944 M: Shuo Liu <shuo.liu@intel.com>
945 M: Patrick Rudolph <patrick.rudolph@9elements.com>
946 M: Lean Sheng Tan <sheng.tan@9elements.com>
948 F: src/soc/intel/xeon_sp/
949 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
950 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
951 F: src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/
954 M: Hung-Te Lin <hungte@chromium.org>
955 M: Yu-Ping Wu <yupingso@google.com>
956 M: Yidi Lin <yidilin@google.com>
961 M: Xi Chen <xixi.chen@mediatek.com>
963 F: src/soc/mediatek/mt8192/
964 F: src/vendorcode/mediatek/mt8192/
975 ################################################################################
977 ################################################################################
981 F: payloads/nvramcui/
984 F: payloads/libpayload/
987 F: payloads/coreinfo/
989 EXTERNAL PAYLOADS INTEGRATION
990 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
991 M: Martin Roth <gaumless@gmail.com>
992 F: payloads/external/
994 COREDOOM PAYLOAD INTEGRATION
995 M: Nicholas Chin <nic.c3.14@gmail.com>
996 W: https://github.com/nic3-14159/coreDOOM
998 F: payloads/external/coreDOOM/
1000 LINUXBOOT PAYLOAD INTEGRATION
1001 M: Christian Walter <christian.walter@9elements.com>
1002 M: Marcello Sylvester Bauer <info@marcellobauer.com>
1004 F: payloads/external/LinuxBoot/
1006 EDK2 PAYLOAD INTEGRATION
1007 M: Benjamin Doron <benjamin.doron00@gmail.com>
1008 M: Matt DeVillier <matt.devillier@gmail.com>
1009 M: Sean Rhodes <sean@starlabs.systems>
1010 M: Lean Sheng Tan <sheng.tan@9elements.com>
1012 F: payloads/external/edk2/
1014 ################################################################################
1016 ################################################################################
1019 M: Martin Roth <gaumless@gmail.com>
1024 F: util/board_status/
1027 M: Martin Roth <gaumless@gmail.com>
1031 F: src/include/kconfig.h
1038 M: Martin Roth <gaumless@gmail.com>
1039 M: Felix Singer <felixsinger@posteo.net>
1044 M: Martin Roth <gaumless@gmail.com>
1045 M: Felix Singer <felixsinger@posteo.net>
1054 M: Martin Roth <gaumless@gmail.com>
1059 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1063 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1064 M: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>
1068 M: Christian Walter <christian.walter@9elements.com>
1069 F: util/intelmetool/
1072 M: Maxim Polyakov <max.senia.poliak@gmail.com>
1077 M: Nicola Corna <nicola@corna.info>
1078 W: https://github.com/corna/me_cleaner
1083 M: Felix Singer <felixsinger@posteo.net>
1087 ################################################################################
1089 ################################################################################
1091 ASPEED AST2050 DRIVER & COMMON CODE
1092 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
1094 F: src/drivers/aspeed/common/
1095 F: src/drivers/aspeed/ast2050/
1098 R: Cliff Huang <cliff.huang@intel.com>
1099 M: Lance Zhao <lance.zhao@gmail.com>
1100 M: Tim Wawrzynczak <inforichland@gmail.com>
1103 F: src/arch/x86/acpi/
1107 M: Julius Werner <jwerner@chromium.org>
1109 F: src/commonlib/lz4*
1110 F: payloads/libpayload/liblz4/
1111 F: util/cbfstool/lz4/
1117 M: Julius Werner <jwerner@chromium.org>
1118 M: Yu-Ping Wu <yupingso@google.com>
1121 F: src/security/vboot/
1122 F: src/include/tpm.h
1123 F: src/include/tpm_lite/
1127 F: src/include/device/
1128 F: src/include/cpu/cpu.h
1130 OPTION ROM EXECUTION & X86EMU
1131 F: src/device/oprom/
1134 M: Julius Werner <jwerner@chromium.org>
1135 F: src/include/cbfs*
1136 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
1137 F: src/commonlib/bsd/cbfs*
1144 F: src/include/cbmem.h
1145 F: src/include/cbmem_id.h
1150 F: src/include/console/
1151 F: src/drivers/uart/
1154 M: Christian Walter <christian.walter@9elements.com>
1156 F: src/drivers/*/tpm/
1157 F: src/security/tpm/
1159 SUPERIOS & SUPERIOTOOL
1162 F: util/superiotool/
1165 M: Reka Norman <rekanorman@chromium.org>
1171 M: Julius Werner <jwerner@chromium.org>
1177 M: Frans Hendriks <fhendriks@eltan.com>
1178 M: Erik van den Bogaert <ebogaert@eltan.com>
1180 F: src/vendorcode/eltan/
1183 M: Jeremy Soller <jeremy@system76.com>
1184 M: Tim Crawford <tcrawford@system76.com>
1186 F: src/drivers/i2c/tas5825m/
1189 M: Jakub Czapiga <czapiga@google.com>
1192 F: payloads/libpayload/tests/
1195 M: Felix Singer <felixsinger@posteo.net>
1196 M: Jason Glenesk <jason.glenesk@gmail.com>
1197 M: Angel Pons <th3fanbus@gmail.com>
1198 M: Martin Roth <gaumless@gmail.com>
1199 M: Matt DeVillier <MrChromebox@gmail.com>
1201 F: Documentation/releases/
1204 MISSING: TIMERS / DELAYS
1214 MISSING: DMP / QEMU-X86
1220 # *** Infrastructure Owners ***
1221 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1223 # Owners: Stefan, Patrick
1227 # Owners: Stefan, Patrick
1232 # Backups: Patrick, Stefan
1234 # Documentation Website
1239 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1240 M: Ronald Minnich <rminnich@gmail.com>
1241 M: Martin Roth <martin@coreboot.org>
1243 F: Documentation/community/code_of_conduct.md
1246 # Owners: Stefan, Patrick
1250 # Owners: Stefan, Patrick
1254 # Owners: Patrick, Martin
1262 # Owners: Stefan, Patrick
1265 # Software Freedom Conservancy
1266 # Main contact: Martin
1267 # “Official” contact: Stefan