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 B85M PRO4 MAINBOARD
181 M: Angel Pons <th3fanbus@gmail.com>
183 F: src/mainboard/asrock/b85m_pro4/
185 ASROCK G41C-GS MAINBOARD & VARIANTS
186 M: Angel Pons <th3fanbus@gmail.com>
188 F: src/mainboard/asrock/g41c-gs/
192 ASUS A88XM-E MAINBOARD
193 M: Mike Banon <mikebdp2@gmail.com>
195 F: src/mainboard/asus/a88xm-e/
197 ASUS AM1I-A MAINBOARD
198 M: Mike Banon <mikebdp2@gmail.com>
200 F: src/mainboard/asus/am1i-a/
202 ASUS H61 SERIES MAINBOARDS
203 M: Angel Pons <th3fanbus@gmail.com>
205 F: src/mainboard/asus/h61-series/
207 ASUS P5QC PRO MAINBOARD & VARIANTS
208 M: Angel Pons <th3fanbus@gmail.com>
209 R: Stefan Ott <coreboot@desire.ch>
211 F: src/mainboard/asus/p5qc/
213 ASUS P5QPL-AM MAINBOARD & VARIANTS
214 M: Angel Pons <th3fanbus@gmail.com>
216 F: src/mainboard/asus/p5qpl-am/
218 ASUS P8Z77 SERIES MAINBOARDS
219 M: Angel Pons <th3fanbus@gmail.com>
220 M: Vlado Cibic <vladocb@protonmail.com>
222 F: src/mainboard/asus/p8z77-series/
228 F: src/mainboard/bap/
234 F: src/mainboard/biostar/
238 BOSTENTECH MAINBOARDS
240 F: src/mainboard/bostentech/
246 F: src/mainboard/cavium/
251 M: Felix Singer <felixsinger@posteo.net>
252 M: Michael Niewöhner <foss@mniewoehner.de>
254 F: src/mainboard/clevo/
260 F: src/mainboard/compulab/
266 F: src/mainboard/dell/
272 F: src/mainboard/elmex/
278 F: src/mainboard/emulation/
284 F: src/mainboard/example/
288 FACEBOOK FBG1701 MAINBOARD
289 M: Frans Hendriks <fhendriks@eltan.com>
290 M: Erik van den Bogaert <ebogaert@eltan.com>
292 F: src/mainboard/facebook/fbg1701/
294 FACEBOOK MONOLITH MAINBOARD
295 M: Frans Hendriks <fhendriks@eltan.com>
296 M: Erik van den Bogaert <ebogaert@eltan.com>
298 F: src/mainboard/facebook/monolith/
304 F: src/mainboard/foxconn/
310 F: src/mainboard/getac/
314 GIGABYTE GA-D510UD MAINBOARD
315 M: Angel Pons <th3fanbus@gmail.com>
317 F: src/mainboard/gigabyte/ga-d510ud/
319 GIGABYTE GA-H61M SERIES MAINBOARDS
320 M: Angel Pons <th3fanbus@gmail.com>
322 F: src/mainboard/gigabyte/ga-h61m-series/
326 GIZMOSPHERE MAINBOARDS
328 F: src/mainboard/gizmosphere/
332 GOOGLE REX MAINBOARDS
333 M: Subrata Banik <subratabanik@google.com>
334 M: Tarun Tuli <taruntuli@google.com>
335 M: Kapil Porwal <kapilporwal@google.com>
337 F: src/mainboard/google/rex/
339 GOOGLE BRYA MAINBOARDS
340 M: Tarun Tuli <taruntuli@google.com>
342 F: src/mainboard/google/brya/
344 GOOGLE HATCH MAINBOARDS
345 M: Tarun Tuli <taruntuli@google.com>
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/
381 M: Angel Pons <th3fanbus@gmail.com>
383 F: src/mainboard/hp/280_g2/
389 F: src/mainboard/ibase/
393 INTEL HARCUVAR_CRB MAINBOARD
394 M: Jeff Daly <jeffd@silicom-usa.com>
395 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
397 F: src/mainboard/intel/harcuvar/
403 F: src/mainboard/jetway/
407 KONTRON BSL6 MAINBOARD
408 M: Felix Singer <felixsinger@posteo.net>
409 M: Nico Huber <nico.h@gmx.de>
411 F: src/mainboard/kontron/bsl6/
413 KONTRON MAL10 MAINBOARD
414 M: Maxim Polyakov <max.senia.poliak@gmail.com>
415 M: Nico Huber <nico.h@gmx.de>
416 M: Felix Singer <felixsinger@posteo.net>
418 F: src/mainboard/kontron/mal10/
423 M: Alexander Couzens <lynxis@fe80.eu>
425 F: src/mainboard/lenovo/
427 LENOVO G505S MAINBOARD
428 M: Mike Banon <mikebdp2@gmail.com>
430 F: src/mainboard/lenovo/g505s/
432 LENOVO X200 MAINBOARD
433 R: Stefan Ott <coreboot@desire.ch>
435 F: src/mainboard/lenovo/x200/
437 LENOVO X201 MAINBOARD
438 R: Stefan Ott <coreboot@desire.ch>
440 F: src/mainboard/lenovo/x201/
444 LIBRETREND LT1000 MAINBOARD
445 M: Piotr Król <piotr.krol@3mdeb.com>
446 M: Michał Żygowski <michal.zygowski@3mdeb.com>
448 F: src/mainboard/libretrend/lt1000/
452 LIPPERT MAINBOARDS (acquired by Adlink)
454 F: src/mainboard/lippert/
458 MSI H81M-P33 MAINBOARD
459 M: Angel Pons <th3fanbus@gmail.com>
461 F: src/mainboard/msi/h81m-p33/
463 MSI MS-7D25 MAINBOARDS
464 M: Michał Żygowski <michal.zygowski@3mdeb.com>
465 M: Michał Kopeć <michal.kopec@3mdeb.com>
467 F: src/mainboard/msi/ms7d25/
471 OCP DELTALAKE MAINBOARD
472 M: Arthur Heymans <arthur@aheymans.xyz>
473 M: Christian Walter <christian.walter@9elements.com>
474 M: Johnny Lin <Johnny_Lin@wiwynn.com>
475 M: Jonathan Zhang <jonzhang@fb.com>
476 M: Tim Chu <Tim.Chu@quantatw.com>
478 F: src/mainboard/ocp/deltalake/
480 OCP TIOGAPASS MAINBOARD
481 M: Jonathan Zhang <jonzhang@fb.com>
482 M: Johnny Lin <Johnny_Lin@wiwynn.com>
483 M: Morgan Jang <Morgan_Jang@wiwynn.com>
484 M: Ryback Hung <<Ryback.Hung@quantatw.com>
485 M: Bryant Ou <Bryant.Ou@quantatw.com>
487 F: src/mainboard/ocp/tiogapass/
491 OPENCELLULAR MAINBOARDS
492 M: Christian Walter <christian.walter@9elements.com>
493 M: Patrick Rudolph <patrick.rudolph@9elements.com>
495 F: src/mainboard/opencellular/elgon/
499 PC ENGINES ALL MAINBOARDS
500 M: Piotr Król <piotr.krol@3mdeb.com>
501 M: Michał Żygowski <michal.zygowski@3mdeb.com>
503 F: src/mainboard/pcengines/
509 F: src/mainboard/pine64/
513 PORTWELL PQ-M107 MAINBOARD
514 M: Frans Hendriks <fhendriks@eltan.com>
515 M: Erik van den Bogaert <ebogaert@eltan.com>
517 F: src/mainboard/portwell/m107/
521 PROTECTLI ALL MAINBOARDS
522 M: Piotr Król <piotr.krol@3mdeb.com>
523 M: Michał Żygowski <michal.zygowski@3mdeb.com>
525 F: src/mainboard/protectli/
529 PRODRIVE ATLAS MAINBOARD
530 M: Angel Pons <th3fanbus@gmail.com>
531 M: Christian Walter <christian.walter@9elements.com>
532 M: Lean Sheng Tan <sheng.tan@9elements.com>
534 F: src/mainboard/prodrive/atlas/
536 PRODRIVE HERMES MAINBOARD
537 M: Christian Walter <christian.walter@9elements.com>
538 M: Patrick Rudolph <patrick.rudolph@9elements.com>
540 F: src/mainboard/prodrive/hermes/
545 M: Jonathon Hall <jonathon.hall@puri.sm>
547 F: src/mainboard/purism/
553 F: src/mainboard/razer/
559 F: src/mainboard/roda/
563 SAMSUNG CHROMEOS MAINBOARDS
564 M: Matt DeVillier <MrChromebox@gmail.com>
566 F: src/mainboard/samsung/lumpy/
567 F: src/mainboard/samsung/stumpy/
573 F: src/mainboard/sapphire/
579 F: src/mainboard/scaleway/
583 SIEMENS CHILI MAINBAORD
584 M: Felix Singer <felixsinger@posteo.net>
585 M: Nico Huber <nico.h@gmx.de>
587 F: src/mainboard/siemens/chili/
589 SIEMENS MC_xxxx MAINBOARDS
590 M: Werner Zeh <werner.zeh@siemens.com>
592 F: src/mainboard/siemens/mc_apl1/
593 F: src/mainboard/siemens/mc_ehl/
599 F: src/mainboard/sifive/
604 M: Sean Rhodes <sean@starlabs.systems>
606 F: src/mainboard/starlabs/
610 SUPERMICRO X11-LGA1151-SERIES
611 M: Michael Niewöhner <foss@mniewoehner.de>
613 F: src/mainboard/supermicro/x11-lga1151-series/
618 M: Jeremy Soller <jeremy@system76.com>
619 M: Tim Crawford <tcrawford@system76.com>
621 F: src/mainboard/system76/
635 ################################################################################
637 ################################################################################
640 M: Julius Werner <jwerner@chromium.org>
650 M: Ronald Minnich <rminnich@gmail.com>
651 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
654 F: src/cpu/qemu-power8/
655 F: src/mainboard/emulation/qemu-power8/
658 M: Ronald Minnich <rminnich@gmail.com>
659 R: Philipp Hug <philipp@hug.cx>
664 F: src/mainboard/emulation/*-riscv/
665 F: src/mainboard/sifive/
674 F: src/include/cpu/x86/
676 ################################################################################
677 # Embedded Controllers
678 ################################################################################
681 M: Boris Mittelberg <bmbm@google.com>
682 M: Caveh Jalali <caveh@chromium.org>
687 M: Alexander Couzens <lynxis@fe80.eu>
692 M: Sean Rhodes <sean@starlabs.systems>
697 M: Jeremy Soller <jeremy@system76.com>
698 M: Tim Crawford <tcrawford@system76.com>
715 ################################################################################
717 ################################################################################
719 INTEL HASWELL NORTHBRIDGE
720 M: Angel Pons <th3fanbus@gmail.com>
722 F: src/northbridge/intel/haswell/
724 INTEL PINEVIEW CHIPSET
725 M: Angel Pons <th3fanbus@gmail.com>
727 F: src/northbridge/intel/pineview/
729 INTEL SANDYBRIDGE NORTHBRIDGE
730 M: Angel Pons <th3fanbus@gmail.com>
732 F: src/northbridge/intel/sandybridge/
735 M: Angel Pons <th3fanbus@gmail.com>
737 F: src/northbridge/intel/x4x/
739 ################################################################################
741 ################################################################################
744 L: amd_coreboot_org_changes@googlegroups.com
746 F: src/vendorcode/amd/
748 F: src/northbridge/amd/
749 F: src/southbridge/amd/
750 F: src/include/cpu/amd/
754 F: src/vendorcode/intel/
756 F: src/northbridge/intel/
757 F: src/southbridge/intel/
759 F: src/drivers/intel/
760 F: src/include/cpu/intel/
763 M: Huang Jin <huang.jin@intel.com>
765 F: src/drivers/intel/fsp1_1/
768 M: Andrey Petrov <andrey.petrov@gmail.com>
770 F: src/drivers/intel/fsp2_0/
772 ################################################################################
774 ################################################################################
777 M: Felix Held <felix-coreboot@felixheld.de>
778 M: Jason Glenesk <jason.glenesk@gmail.com>
779 M: Raul E Rangel <rrangel@chromium.org>
780 M: Fred Reitberger <reitbergerfred@gmail.com>
781 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
782 L: amd_coreboot_org_changes@googlegroups.com
784 F: src/soc/amd/cezanne/
785 F: src/vendorcode/amd/fsp/cezanne/
788 M: Felix Held <felix-coreboot@felixheld.de>
789 M: Jason Glenesk <jason.glenesk@gmail.com>
790 M: Raul E Rangel <rrangel@chromium.org>
791 M: Fred Reitberger <reitbergerfred@gmail.com>
792 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
793 L: amd_coreboot_org_changes@googlegroups.com
795 F: src/soc/amd/common/
798 M: Felix Held <felix-coreboot@felixheld.de>
799 M: Jason Glenesk <jason.glenesk@gmail.com>
800 M: Fred Reitberger <reitbergerfred@gmail.com>
801 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
802 L: amd_coreboot_org_changes@googlegroups.com
804 F: src/soc/amd/picasso/
805 F: src/vendorcode/amd/fsp/picasso/
808 M: Felix Held <felix-coreboot@felixheld.de>
809 M: Jason Glenesk <jason.glenesk@gmail.com>
810 M: Raul E Rangel <rrangel@chromium.org>
811 M: Fred Reitberger <reitbergerfred@gmail.com>
812 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
813 L: amd_coreboot_org_changes@googlegroups.com
815 F: src/soc/amd/mendocino/
816 F: src/vendorcode/amd/fsp/mendocino/
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/morgana/
826 F: src/vendorcode/amd/fsp/morgana/
829 M: Felix Held <felix-coreboot@felixheld.de>
830 M: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
831 L: amd_coreboot_org_changes@googlegroups.com
833 F: src/soc/amd/stoneyridge/
836 M: Subrata Banik <subratabanik@google.com>
837 M: Tarun Tuli <taruntuli@google.com>
838 M: Kapil Porwal <kapilporwal@google.com>
840 F: src/soc/intel/meteorlake/
843 M: Subrata Banik <subratabanik@google.com>
844 M: Tarun Tuli <taruntuli@google.com>
846 F: src/soc/intel/alderlake/
849 M: Sean Rhodes <sean@starlabs.systems>
851 F: src/soc/intel/apollolake/
854 M: Piotr Król <piotr.krol@3mdeb.com>
855 M: Michał Żygowski <michal.zygowski@3mdeb.com>
856 M: Frans Hendriks <fhendriks@eltan.com>
858 F: /src/soc/intel/braswell/
859 F: /src/vendorcode/intel/fsp/fsp1_1/braswell/
861 INTEL DENVERTON-NS SOC
862 M: Jeff Daly <jeffd@silicom-usa.com>
863 M: Vanessa Eusebio <vanessa.f.eusebio@intel.com>
865 F: src/soc/intel/denverton_ns/
867 INTEL ELKHARTLAKE SOC
868 M: Lean Sheng Tan <sheng.tan@9elements.com>
869 M: Werner Zeh <werner.zeh@siemens.com>
871 F: src/soc/intel/elkhartlake/
874 M: Subrata Banik <subratabanik@google.com>
875 M: Tarun Tuli <taruntuli@google.com>
877 F: src/soc/intel/tigerlake/
879 INTEL Xeon Sacalable Processor Family
880 M: Jonathan Zhang <jonzhang@fb.com>
881 M: Johnny Lin <Johnny_Lin@wiwynn.com>
882 M: Tim Chu <Tim.Chu@quantatw.com>
883 M: Arthur Heymans <arthur@aheymans.xyz>
884 M: Christian Walter <christian.walter@9elements.com>
886 F: src/soc/intel/xeon_sp/
887 F: src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
888 F: src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
891 M: Hung-Te Lin <hungte@chromium.org>
896 M: Xi Chen <xixi.chen@mediatek.com>
898 F: src/soc/mediatek/mt8192/
899 F: src/vendorcode/mediatek/mt8192/
910 ################################################################################
912 ################################################################################
916 F: payloads/nvramcui/
919 F: payloads/libpayload/
922 F: payloads/coreinfo/
924 EXTERNAL PAYLOADS INTEGRATION
925 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
926 M: Martin Roth <gaumless@gmail.com>
927 F: payloads/external/
929 LINUXBOOT PAYLOAD INTEGRATION
930 M: Christian Walter <christian.walter@9elements.com>
931 M: Marcello Sylvester Bauer <info@marcellobauer.com>
933 F: payloads/external/LinuxBoot/
935 ################################################################################
937 ################################################################################
940 M: Martin Roth <gaumless@gmail.com>
945 F: util/board_status/
948 M: Martin Roth <gaumless@gmail.com>
952 F: src/include/kconfig.h
962 M: Martin Roth <gaumless@gmail.com>
971 M: Martin Roth <gaumless@gmail.com>
976 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
980 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
984 M: Christian Walter <christian.walter@9elements.com>
988 M: Maxim Polyakov <max.senia.poliak@gmail.com>
993 M: Nicola Corna <nicola@corna.info>
994 W: https://github.com/corna/me_cleaner
999 M: Felix Singer <felixsinger@posteo.net>
1003 ################################################################################
1005 ################################################################################
1007 ASPEED AST2050 DRIVER & COMMON CODE
1008 M: Timothy Pearson <tpearson@raptorengineeringinc.com>
1010 F: src/drivers/aspeed/common/
1011 F: src/drivers/aspeed/ast2050/
1014 M: Lance Zhao <lance.zhao@gmail.com>
1015 M: Tim Wawrzynczak <inforichland@gmail.com>
1018 F: src/arch/x86/acpi/
1022 M: Julius Werner <jwerner@chromium.org>
1024 F: src/commonlib/lz4*
1025 F: payloads/libpayload/liblz4/
1026 F: util/cbfstool/lz4/
1032 M: Julius Werner <jwerner@chromium.org>
1033 M: Yu-Ping Wu <yupingso@google.com>
1036 F: src/security/vboot/
1037 F: src/include/tpm.h
1038 F: src/include/tpm_lite/
1042 F: src/include/device/
1043 F: src/include/cpu/cpu.h
1045 OPTION ROM EXECUTION & X86EMU
1046 F: src/device/oprom/
1049 M: Julius Werner <jwerner@chromium.org>
1050 F: src/include/cbfs*
1051 F: src/commonlib/bsd/include/commonlib/bsd/cbfs*
1052 F: src/commonlib/bsd/cbfs*
1059 F: src/include/cbmem.h
1060 F: src/include/cbmem_id.h
1065 F: src/include/console/
1066 F: src/drivers/uart/
1069 M: Christian Walter <christian.walter@9elements.com>
1071 F: src/drivers/*/tpm/
1072 F: src/security/tpm/
1074 SUPERIOS & SUPERIOTOOL
1075 M: Felix Held <felix-coreboot@felixheld.de>
1078 F: util/superiotool/
1081 M: Reka Norman <rekanorman@chromium.org>
1087 M: Julius Werner <jwerner@chromium.org>
1093 M: Frans Hendriks <fhendriks@eltan.com>
1094 M: Erik van den Bogaert <ebogaert@eltan.com>
1096 F: src/vendorcode/eltan/
1099 M: Jeremy Soller <jeremy@system76.com>
1100 M: Tim Crawford <tcrawford@system76.com>
1102 F: src/drivers/i2c/tas5825m/
1105 M: Jakub Czapiga <jacz@semihalf.com>
1108 F: payloads/libpayload/tests/
1111 M: Felix Singer <felixsinger@posteo.net>
1112 M: Jason Glenesk <jason.glenesk@gmail.com>
1113 M: Angel Pons <th3fanbus@gmail.com>
1114 M: Martin Roth <gaumless@gmail.com>
1115 M: Matt DeVillier <MrChromebox@gmail.com>
1117 F: Documentation/releases/
1120 MISSING: TIMERS / DELAYS
1130 MISSING: DMP / QEMU-X86
1136 # *** Infrastructure Owners ***
1137 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
1139 # Owners: Stefan, Patrick
1143 # Owners: Stefan, Patrick
1148 # Backups: Patrick, Stefan
1150 # Documentation Website
1155 M: Stefan Reinauer <stefan.reinauer@coreboot.org>
1156 M: Ronald Minnich <rminnich@gmail.com>
1157 M: Martin Roth <martin@coreboot.org>
1159 F: Documentation/community/code_of_conduct.md
1162 # Owners: Stefan, Patrick
1166 # Owners: Stefan, Patrick
1170 # Owners: Patrick, Martin
1178 # Owners: Stefan, Patrick
1181 # Software Freedom Conservancy
1182 # Main contact: Martin
1183 # “Official” contact: Stefan