util/nixshell: Add Nix shell for toolchain compilation
[coreboot.git] / MAINTAINERS
blob27f75912383599eabcd65b158a45223cafa0b786
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
11 on it last.
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.
17 1.      Always _test_ your changes, however small, on at least 1 or
18         2 people, preferably many more.
20 2.      Try to release a few ALPHA test versions to gerrit. Announce
21         them onto the coreboot mailing list and IRC channel and await
22         results. This is especially important on coreboot core changes,
23         but also for device drivers, because often that's the only way
24         you will find things like the fact revision 3 chipset needs
25         a magic fix you didn't know about, or some clown changed the
26         chips on a board and not its name.  (Don't laugh!)
28 3.      Make sure your changes compile correctly in multiple
29         configurations. In particular check that changes work for all
30         boards in the tree (use abuild!)
32 4.      When you are happy with a change make it generally available for
33         testing in gerrit and await feedback.
35 5.      Make your patch available through coreboot's gerrit code review
36         system, and add the relevant maintainer from this list as a code
37         reviewer. Be prepared to get your changes sent back with seemingly
38         silly requests about formatting and variable names.  These aren't
39         as silly as they seem. One job the maintainers do is to keep
40         things looking the same.  Sometimes this means that the clever
41         hack in your mainboard or chipset to get around a problem actually
42         needs to become a generalized coreboot feature ready for next time.
44         PLEASE check your patch with the automated style checker
45         (util/lint/checkpatch.pl) to catch trival style violations.
46         See https://www.coreboot.org/Coding_Style for guidance here.
48         PLEASE add the maintainers that are generated by
49         util/scripts/get_maintainer.pl as reviewers.  The results returned
50         by the script will be best if you have git installed and are
51         making your changes in a branch derived from coreboot.org's latest
52         git tree.
54         PLEASE try to include any credit lines you want added with the
55         patch. It avoids people being missed off by mistake and makes
56         it easier to know who wants adding and who doesn't.
58         PLEASE document known bugs. If it doesn't work for everything
59         or does something very odd once a month document it.
61         PLEASE remember that submissions must be made under the terms
62         of the OSDL certificate of contribution and should include a
63         Signed-off-by: line.  The current version of this "Developer's
64         Certificate of Origin" (DCO) is listed at
65         https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
67 6.      Make sure you have the right to send any changes you make. If you
68         do changes at work you may find your employer owns the patch
69         not you.
71 7.      Happy hacking.
73 Descriptions of section entries:
75         M: Maintainer: FullName <address@domain>
76            Must be registered to Gerrit (https://review.coreboot.org/).
77            Should have experience with upstream coreboot development.
78         R: Designated reviewer: FullName <address@domain>
79            These reviewers should be CCed on patches.
80         L: Mailing list that is relevant to this area
81         W: Web-page with status/info
82         Q: Patchwork web based patch tracking system site
83         T: SCM tree type and location.
84            Type is one of: git, hg, quilt, stgit, topgit
85         S: Status, one of the following:
86            Supported:   Someone is continuously paid to look after this and
87                         a reaction to review requests can be expected
88                         within a few days, a month at most.
89            Maintained:  Someone actually looks after it and a reaction to
90                         review requests can usually be expected within a
91                         few weeks.
92            Odd Fixes:   It has a maintainer but they don't have time to do
93                         much other than throw the odd patch in. See below..
94            Orphan:      No current maintainer [but maybe you could take the
95                         role as you write your new code].
96            Obsolete:    Old code. Something tagged obsolete generally means
97                         it has been replaced by a better system and you
98                         should be using that.
99         F: Files and directories with wildcard patterns.
100            A trailing slash includes all files and subdirectory files.
101            F:   drivers/net/    all files in and below drivers/net
102            F:   drivers/net/*   all files in drivers/net, but not below
103            F:   */net/*         all files in "any top level directory"/net
104            One pattern per line.  Multiple F: lines acceptable.
105         N: Files and directories with regex patterns.
106            N:   [^a-z]tegra     all files whose path contains the word tegra
107            One pattern per line.  Multiple N: lines acceptable.
108            scripts/get_maintainer.pl has different behavior for files that
109            match F: pattern and matches of N: patterns.  By default,
110            get_maintainer will not look at git log history when an F: pattern
111            match occurs.  When an N: match occurs, git log history is used
112            to also notify the people that have git commit signatures.
113         X: Files and directories that are NOT maintained, same rules as F:
114            Files exclusions are tested before file matches.
115            Can be useful for excluding a specific subdirectory, for instance:
116            F:   net/
117            X:   net/ipv6/
118            matches all files in and below net excluding net/ipv6/
119         K: Keyword perl extended regex pattern to match content in a
120            patch or file.  For instance:
121            K: of_get_profile
122               matches patches or files that contain "of_get_profile"
123            K: \b(printk|pr_(info|err))\b
124               matches patches or files that contain one or more of the words
125               printk, pr_info or pr_err
126            One regex pattern per line.  Multiple K: lines acceptable.
128 Note: For the hard of thinking, this list is meant to remain in alphabetical
129 order. If you could add yourselves to it in alphabetical order that would be
130 so much easier [Ed]
132 Maintainers List (try to look for most precise areas first)
134                 -----------------------------------
136 ################################################################################
137 # Mainboards
138 ################################################################################
140 AMD family 17h and 19h reference boards
141 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
142 M:      Felix Held <felix-coreboot@felixheld.de>
143 M:      Jason Glenesk <jason.glenesk@gmail.com>
144 S:      Maintained
145 F:      src/mainboard/amd/majolica/
146 F:      src/mainboard/amd/mandolin/
148 APPLE MAINBOARDS
149 M:      Evgeny Zinoviev <me@ch1p.io>
150 S:      Maintained
151 F:      src/mainboard/apple/
155 ASROCK B85M PRO4 MAINBOARD
156 M:      Angel Pons <th3fanbus@gmail.com>
157 S:      Maintained
158 F:      src/mainboard/asrock/b85m_pro4/
160 ASROCK G41C-GS MAINBOARD & VARIANTS
161 M:      Angel Pons <th3fanbus@gmail.com>
162 S:      Maintained
163 F:      src/mainboard/asrock/g41c-gs/
165 ASROCK H81M-HDS MAINBOARD
166 M:      Tristan Corrick <tristan@corrick.kiwi>
167 S:      Maintained
168 F:      src/mainboard/asrock/h81m-hds/
172 ASUS AM1I-A MAINBOARD
173 M:      Mike Banon <mikebdp2@gmail.com>
174 S:      Maintained
175 F:      src/mainboard/asus/am1i-a/
177 ASUS H61 SERIES MAINBOARDS
178 M:      Angel Pons <th3fanbus@gmail.com>
179 M:      Tristan Corrick <tristan@corrick.kiwi>
180 S:      Maintained
181 F:      src/mainboard/asus/h61-series/
183 ASUS MAXIMUS IV GENE-Z MAINBOARD
184 M:      Tristan Corrick <tristan@corrick.kiwi>
185 S:      Maintained
186 F:      src/mainboard/asus/maximus_iv_gene-z/
188 ASUS P5QC PRO MAINBOARD & VARIANTS
189 M:      Angel Pons <th3fanbus@gmail.com>
190 R:      Stefan Ott <coreboot@desire.ch>
191 S:      Maintained
192 F:      src/mainboard/asus/p5qc/
194 ASUS P5QPL-AM MAINBOARD & VARIANTS
195 M:      Angel Pons <th3fanbus@gmail.com>
196 S:      Maintained
197 F:      src/mainboard/asus/p5qpl-am/
199 ASUS P8Z77 SERIES MAINBOARDS
200 M:      Angel Pons <th3fanbus@gmail.com>
201 M:      Vlado Cibic <vladocb@protonmail.com>
202 S:      Maintained
203 F:      src/mainboard/asus/p8z77-series/
207 CLEVO MAINBOARDS
208 M:      Felix Singer <felixsinger@posteo.net>
209 M:      Michael Niewöhner <foss@mniewoehner.de>
210 S:      Supported
211 F:      src/mainboard/clevo/
215 FACEBOOK FBG1701 MAINBOARD
216 M:      Frans Hendriks <fhendriks@eltan.com>
217 M:      Wim Vervoorn <wvervoorn@eltan.com>
218 S:      Maintained
219 F:      src/mainboard/facebook/fbg1701/
221 FACEBOOK MONOLITH MAINBOARD
222 M:      Frans Hendriks <fhendriks@eltan.com>
223 M:      Wim Vervoorn <wvervoorn@eltan.com>
224 S:      Maintained
225 F:      src/mainboard/facebook/monolith/
229 GETAC P470 MAINBOARD
230 M:      Patrick Georgi <patrick@georgi.software>
231 S:      Maintained
232 F:      src/mainboard/getac/p470/
236 GIGABYTE GA-D510UD MAINBOARD
237 M:      Angel Pons <th3fanbus@gmail.com>
238 S:      Maintained
239 F:      src/mainboard/gigabyte/ga-d510ud/
241 GIGABYTE GA-G41M-ES2L MAINBOARD
242 M:      Damien Zammit <damien@zamaudio.com>
243 S:      Odd Fixes
244 F:      src/mainboard/gigabyte/ga-g41m-es2l/
246 GIGABYTE GA-H61M SERIES MAINBOARDS
247 M:      Angel Pons <th3fanbus@gmail.com>
248 S:      Maintained
249 F:      src/mainboard/gigabyte/ga-h61m-series/
252 GOOGLE BRYA MAINBOARDS
253 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
254 S:      Maintained
255 F:      src/mainboard/google/brya/
257 GOOGLE HATCH MAINBOARDS
258 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
259 S:      Maintained
260 F:      src/mainboard/google/hatch/
262 GOOGLE PANTHER MAINBOARD
263 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
264 S:      Supported
265 F:      src/mainboard/google/panther/
267 GOOGLE VOLTEER MAINBOARDS
268 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
269 M:      Nick Vaccaro <nvaccaro@chromium.org>
270 S:      Maintained
271 F:      src/mainboard/google/volteer/
273 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
274 M:      Matt DeVillier <MrChromebox@gmail.com>
275 S:      Maintained
276 F:      src/mainboard/google/auron/
277 F:      src/mainboard/google/beltino/
278 F:      src/mainboard/google/butterfly/
279 F:      src/mainboard/google/cyan/
280 F:      src/mainboard/google/glados/
281 F:      src/mainboard/google/jecht/
282 F:      src/mainboard/google/link/
283 F:      src/mainboard/google/parrot/
284 F:      src/mainboard/google/slippy/
285 F:      src/mainboard/google/stout/
289 HP 280 G2 MAINBOARD
290 M:      Angel Pons <th3fanbus@gmail.com>
291 S:      Maintained
292 F:      src/mainboard/hp/280_g2/
296 INTEL D510MO MAINBOARD
297 M:      Damien Zammit <damien@zamaudio.com>
298 S:      Odd Fixes
299 F:      src/mainboard/intel/d510mo/
301 INTEL STRAGO MAINBOARD
302 M:      Hannah Williams <hannah.williams@intel.com>
303 S:      Supported
304 F:      /src/mainboard/intel/strago/
308 KONTRON BSL6 MAINBOARD
309 M:      Felix Singer <felixsinger@posteo.net>
310 M:      Nico Huber <nico.h@gmx.de>
311 S:      Supported
312 F:      src/mainboard/kontron/bsl6/
314 KONTRON MAL10 MAINBOARD
315 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
316 M:      Nico Huber <nico.h@gmx.de>
317 M:      Felix Singer <felixsinger@posteo.net>
318 S:      Supported
319 F:      src/mainboard/kontron/mal10/
323 LENOVO MAINBOARDS
324 M:      Alexander Couzens <lynxis@fe80.eu>
325 M:      Patrick Rudolph <siro@das-labor.org>
326 S:      Maintained
327 F:      src/mainboard/lenovo/
329 LENOVO G505S MAINBOARD
330 M:      Mike Banon <mikebdp2@gmail.com>
331 S:      Maintained
332 F:      src/mainboard/lenovo/g505s/
334 LENOVO X200 MAINBOARD
335 R:      Stefan Ott <coreboot@desire.ch>
336 S:      Maintained
337 F:      src/mainboard/lenovo/x200/
339 LENOVO X201 MAINBOARD
340 R:      Stefan Ott <coreboot@desire.ch>
341 S:      Maintained
342 F:      src/mainboard/lenovo/x201/
345 LIBRETREND LT1000 MAINBOARD
346 M:      Piotr Król <piotr.krol@3mdeb.com>
347 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
348 S:      Maintained
349 F:      src/mainboard/libretrend/lt1000/
353 MSI H81M-P33 MAINBOARD
354 M:      Angel Pons <th3fanbus@gmail.com>
355 S:      Maintained
356 F:      src/mainboard/msi/h81m-p33/
360 OCP DELTALAKE MAINBOARD
361 M:      Jonathan Zhang <jonzhang@fb.com>
362 M:      Reddy Chagam <anjaneya.chagam@intel.com>
363 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
364 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
365 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
366 M:      Bryant Ou <Bryant.Ou@quantatw.com>
367 S:      Supported
368 F:      src/mainboard/ocp/deltalake/
370 OCP TIOGAPASS MAINBOARD
371 M:      Jonathan Zhang <jonzhang@fb.com>
372 M:      Reddy Chagam <anjaneya.chagam@intel.com>
373 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
374 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
375 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
376 M:      Bryant Ou <Bryant.Ou@quantatw.com>
377 S:      Maintained
378 F:      src/mainboard/ocp/tiogapass/
382 OPENCELLULAR MAINBOARDS
383 M:      Christian Walter <christian.walter@9elements.com>
384 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
385 S:      Supported
386 F:      src/mainboard/opencellular/elgon/
390 PC ENGINES ALL MAINBOARDS
391 M:      Piotr Król <piotr.krol@3mdeb.com>
392 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
393 S:      Supported
394 F:      src/mainboard/pcengines/
398 PORTWELL PQ-M107 MAINBOARD
399 M:      Frans Hendriks <fhendriks@eltan.com>
400 M:      Wim Vervoorn <wvervoorn@eltan.com>
401 S:      Maintained
402 F:      src/mainboard/portwell/m107/
406 PROTECTLI ALL MAINBOARDS
407 M:      Piotr Król <piotr.krol@3mdeb.com>
408 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
409 S:      Maintained
410 F:      src/mainboard/protectli/
414 PRODRIVE HERMES MAINBOARD
415 M:      Christian Walter <christian.walter@9elements.com>
416 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
417 S:      Maintained
418 F:      src/mainboard/prodrive/hermes/
422 PURISM MAINBOARDS
423 M:      Matt DeVillier <matt.devillier@puri.sm>
424 S:      Supported
425 F:      src/mainboard/purism/
429 SAMSUNG CHROMEOS MAINBOARDS
430 M:      Matt DeVillier <MrChromebox@gmail.com>
431 S:      Maintained
432 F:      src/mainboard/samsung/lumpy/
433 F:      src/mainboard/samsung/stumpy/
437 SIEMENS CHILI MAINBAORD
438 M:      Felix Singer <felixsinger@posteo.net>
439 M:      Nico Huber <nico.h@gmx.de>
440 S:      Supported
441 F:      src/mainboard/siemens/chili/
443 SIEMENS MC_xxxx MAINBOARDS
444 M:      Werner Zeh <werner.zeh@siemens.com>
445 S:      Maintained
446 F:      src/mainboard/siemens/mc_apl1/
450 SYSTEM76 MAINBOARDS
451 M:      Jeremy Soller <jeremy@system76.com>
452 M:      Tim Crawford <tcrawford@system76.com>
453 S:      Maintained
454 F:      src/mainboard/system76/
458 SUPERMICRO X10SLM+-F MAINBOARD
459 M:      Tristan Corrick <tristan@corrick.kiwi>
460 S:      Maintained
461 F:      src/mainboard/supermicro/x10slm-f/
463 SUPERMICRO X11-LGA1151-SERIES
464 M:      Michael Niewöhner <foss@mniewoehner.de>
465 S:      Maintained
466 F:      src/mainboard/supermicro/x11-lga1151-series/
468 ################################################################################
469 # Architectures
470 ################################################################################
472 ARM ARCHITECTURE
473 M:      Julius Werner <jwerner@chromium.org>
474 S:      Supported
475 F:      src/arch/arm/
476 F:      src/arch/arm64/
477 F:      src/soc/nvidia/
478 F:      src/soc/rockchip/
479 F:      util/nvidia/
480 F:      util/rockchip/
482 PPC64 ARCHITECTURE
483 M:      Ronald Minnich <rminnich@gmail.com>
484 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
485 S:      Maintained
486 F:      src/arch/ppc64/
487 F:      src/cpu/qemu-power8/
488 F:      src/mainboard/emulation/qemu-power8/
490 RISC-V ARCHITECTURE
491 M:      Ronald Minnich <rminnich@gmail.com>
492 R:      Philipp Hug <philipp@hug.cx>
493 S:      Maintained
494 F:      src/arch/riscv/
495 F:      src/soc/sifive/
496 F:      src/soc/ucb/
497 F:      src/mainboard/emulation/*-riscv/
498 F:      src/mainboard/sifive/
499 F:      util/riscv/
501 X86 ARCHITECTURE
502 F:      src/arch/x86/
503 F:      src/cpu/x86/
504 F:      src/drivers/pc80/
505 F:      src/include/pc80/
506 F:      src/include/cpu/x86/
508 ################################################################################
509 # Embedded Controllers
510 ################################################################################
512 CHROME EC
513 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
514 S:      Maintained
515 F:      src/ec/google/chromeec/
517 LENOVO EC
518 M:      Alexander Couzens <lynxis@fe80.eu>
519 S:      Maintained
520 F:      src/ec/lenovo/
522 SYSTEM76 EC
523 M:      Jeremy Soller <jeremy@system76.com>
524 M:      Tim Crawford <tcrawford@system76.com>
525 S:      Maintained
526 F:      src/ec/system76/
528 ################################################################################
529 # Northbridges
530 ################################################################################
532 INTEL HASWELL NORTHBRIDGE
533 M:      Angel Pons <th3fanbus@gmail.com>
534 S:      Maintained
535 F:      src/northbridge/intel/haswell/
537 INTEL PINEVIEW CHIPSET
538 M:      Damien Zammit <damien@zamaudio.com>
539 M:      Angel Pons <th3fanbus@gmail.com>
540 S:      Odd Fixes
541 F:      src/northbridge/intel/pineview/
543 INTEL SANDYBRIDGE NORTHBRIDGE
544 M:      Angel Pons <th3fanbus@gmail.com>
545 S:      Maintained
546 F:      src/northbridge/intel/sandybridge/
548 INTEL X4X CHIPSET
549 M:      Damien Zammit <damien@zamaudio.com>
550 M:      Angel Pons <th3fanbus@gmail.com>
551 S:      Odd Fixes
552 F:      src/northbridge/intel/x4x/
554 ################################################################################
555 # Platforms
556 ################################################################################
558 AMD SUPPORT
559 F:      src/vendorcode/amd/
560 F:      src/cpu/amd/
561 F:      src/northbridge/amd/
562 F:      src/southbridge/amd/
563 F:      src/include/cpu/amd/
565 INTEL SUPPORT
566 M:      Patrick Rudolph <siro@das-labor.org>
567 S:      Maintained
568 F:      src/vendorcode/intel/
569 F:      src/cpu/intel/
570 F:      src/northbridge/intel/
571 F:      src/southbridge/intel/
572 F:      src/soc/intel/
573 F:      src/drivers/intel/
574 F:      src/include/cpu/intel/
576 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
577 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
578 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
579 M:      Michal Motyl <michalx.motyl@intel.com>
580 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
581 S:      Maintained
582 F:      src/mainboard/intel/harcuvar/
583 F:      src/soc/intel/denverton_ns/
585 INTEL FSP 1.1
586 M:      Lee Leahy <leroy.p.leahy@intel.com>
587 M:      Huang Jin <huang.jin@intel.com>
588 M:      York Yang <york.yang@intel.com>
589 S:      Supported
590 F:      src/drivers/intel/fsp1_1/
592 INTEL FSP 2.0
593 M:      Andrey Petrov <andrey.petrov@gmail.com>
594 S:      Maintained
595 F:      src/drivers/intel/fsp2_0/
597 ################################################################################
598 # Systems on a Chip
599 ################################################################################
601 AMD Cezanne
602 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
603 M:      Felix Held <felix-coreboot@felixheld.de>
604 M:      Jason Glenesk <jason.glenesk@gmail.com>
605 M:      Raul E Rangel <rrangel@chromium.org>
606 S:      Maintained
607 F:      src/soc/amd/cezanne/
608 F:      src/vendorcode/amd/fsp/cezanne/
610 AMD common SoC code
611 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
612 M:      Felix Held <felix-coreboot@felixheld.de>
613 M:      Jason Glenesk <jason.glenesk@gmail.com>
614 M:      Raul E Rangel <rrangel@chromium.org>
615 S:      Maintained
616 F:      src/soc/amd/common/
618 AMD Picasso
619 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
620 M:      Felix Held <felix-coreboot@felixheld.de>
621 M:      Jason Glenesk <jason.glenesk@gmail.com>
622 M:      Raul E Rangel <rrangel@chromium.org>
623 S:      Maintained
624 F:      src/soc/amd/picasso/
625 F:      src/vendorcode/amd/fsp/picasso/
627 AMD Stoneyridge
628 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
629 M:      Felix Held <felix-coreboot@felixheld.de>
630 S:      Odd Fixes
631 F:      src/soc/amd/stoneyridge/
633 INTEL ALDERLAKE SOC
634 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
635 S:      Maintained
636 F:      src/soc/intel/alderlake/
638 INTEL APOLLOLAKE_SOC
639 M:      Andrey Petrov <andrey.petrov@gmail.com>
640 S:      Maintained
641 F:      src/soc/intel/apollolake/
643 INTEL BRASWELL SOC
644 M:      Piotr Król <piotr.krol@3mdeb.com>
645 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
646 M:      Frans Hendriks <fhendriks@eltan.com>
647 S:      Maintained
648 F:      /src/soc/intel/braswell/
649 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
651 INTEL TIGERLAKE SOC
652 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
653 S:      Maintained
654 F:      src/soc/intel/tigerlake/
656 INTEL Xeon Sacalable Processor Family
657 M:      Jonathan Zhang <jonzhang@fb.com>
658 M:      Reddy Chagam <anjaneya.chagam@intel.com>
659 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
660 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
661 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
662 M:      Bryant Ou <Bryant.Ou@quantatw.com>
663 S:      Supported
664 F:      src/soc/intel/xeon_sp/
665 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
666 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
668 MEDIATEK SOCS
669 M:      Hung-Te Lin <hungte@chromium.org>
670 S:      Supported
671 F:      src/soc/mediatek/
673 MEDIATEK MT8192
674 M:      Xi Chen <xixi.chen@mediatek.com>
675 S:      Maintained
676 F:      src/soc/mediatek/mt8192/
677 F:      src/vendorcode/mediatek/mt8192/
679 ORPHANED ARM SOCS
680 S:      Orphaned
681 F:      src/cpu/armltd/
682 F:      src/soc/ti/
683 F:      src/soc/qualcomm/
684 F:      src/soc/samsung/
685 F:      util/exynos/
686 F:      util/ipqheader/
688 ################################################################################
689 # Payloads
690 ################################################################################
692 NVRAM
693 F:      util/nvramtool/
694 F:      payloads/nvramcui/
696 LIBPAYLOAD
697 F:      payloads/libpayload/
699 COREINFO PAYLOAD
700 F:      payloads/coreinfo/
702 EXTERNAL PAYLOADS INTEGRATION
703 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
704 M:      Martin Roth <gaumless@gmail.com>
705 F:      payloads/external/
707 LINUXBOOT PAYLOAD INTEGRATION
708 M:      Christian Walter <christian.walter@9elements.com>
709 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
710 S:      Supported
711 F:      payloads/external/LinuxBoot/
713 ################################################################################
714 # Utilities
715 ################################################################################
717 ABUILD
718 M:      Patrick Georgi <patrick@georgi-clan.de>
719 M:      Martin Roth <gaumless@gmail.com>
720 S:      Supported
721 F:      util/abuild/
723 BOARD STATUS
724 F:      util/board_status/
726 BUILD SYSTEM
727 M:      Patrick Georgi <patrick@georgi-clan.de>
728 M:      Martin Roth <gaumless@gmail.com>
729 S:      Supported
730 F:      Makefile
731 F:      *.inc
732 F:      src/include/kconfig.h
733 F:      util/kconfig/
734 F:      util/sconfig/
735 F:      util/xcompile/
736 F:      util/genbuild_h/
738 TOOLCHAIN
739 F:      util/crossgcc/
741 DOCKER
742 M:      Martin Roth <gaumless@gmail.com>
743 S:      Supported
744 F:      util/docker/
747 F:      .git*
748 F:      /util/gitconfig
750 LINT SCRIPTS
751 M:      Patrick Georgi <patrick@georgi-clan.de>
752 M:      Martin Roth <gaumless@gmail.com>
753 S:      Supported
754 F:      util/lint/
756 IFDTOOL
757 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
758 F:      util/ifdtool/
760 INTELTOOL
761 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
762 F:      util/inteltool/
764 INTELMETOOL
765 M:      Christian Walter <christian.walter@9elements.com>
766 F:      util/intelmetool/
768 INTELP2M
769 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
770 S:      Maintained
771 F:      util/intelp2m/
773 ME_CLEANER
774 M:      Nicola Corna <nicola@corna.info>
775 W:      https://github.com/corna/me_cleaner
776 S:      Maintained
777 F:      util/me_cleaner/
779 LIVEISO
780 M:      Felix Singer <felixsinger@posteo.net>
781 S:      Supported
782 F:      util/liveiso/
784 ################################################################################
785 # Miscellaneous
786 ################################################################################
788 ASPEED AST2050 DRIVER & COMMON CODE
789 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
790 S:      Supported
791 F:      src/drivers/aspeed/common/
792 F:      src/drivers/aspeed/ast2050/
794 ACPI
795 M:      Lance Zhao <lance.zhao@gmail.com>
796 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
797 S:      Supported
798 F:      src/acpi/
799 F:      src/arch/x86/acpi/
800 F:      util/acpi/
802 LZ4 COMPRESSION
803 M:      Julius Werner <jwerner@chromium.org>
804 S:      Supported
805 F:      src/commonlib/lz4*
806 F:      payloads/libpayload/liblz4/
807 F:      util/cbfstool/lz4/
809 BINARY OBJECTS
810 F:      3rdparty/blobs/
812 VERIFIED BOOT
813 M:      Julius Werner <jwerner@chromium.org>
814 M:      Yu-Ping Wu <yupingso@google.com>
815 S:      Supported
816 F:      3rdparty/vboot/
817 F:      src/security/vboot/
818 F:      src/include/tpm.h
819 F:      src/include/tpm_lite/
821 RESOURCE ALLOCATOR
822 F:      src/device/*
823 F:      src/include/device/
824 F:      src/include/cpu/cpu.h
826 OPTION ROM EXECUTION & X86EMU
827 F:      src/device/oprom/
829 CBFS
830 M:      Julius Werner <jwerner@chromium.org>
831 F:      src/include/cbfs*
832 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
833 F:      src/commonlib/bsd/cbfs*
834 F:      src/lib/cbfs.c
836 CBFSTOOL
837 F:      util/cbfstool/
839 CBMEM
840 F:      src/include/cbmem.h
841 F:      src/include/cbmem_id.h
842 F:      util/cbmem/
844 CONSOLE
845 F:      src/console/
846 F:      src/include/console/
847 F:      src/drivers/uart/
849 TPM SUPPORT
850 M:      Christian Walter <christian.walter@9elements.com>
851 S:      Supported
852 F:      src/drivers/*/tpm/
853 F:      src/security/tpm/
855 SUPERIOS & SUPERIOTOOL
856 M:      Felix Held <felix-coreboot@felixheld.de>
857 S:      Maintained
858 F:      src/superio/
859 F:      util/superiotool/
861 MEMLAYOUT
862 M:      Julius Werner <jwerner@chromium.org>
863 S:      Supported
864 F:      */memlayout.h
865 F:      *.ld
867 ELTAN VENDORCODE
868 M:      Frans Hendriks <fhendriks@eltan.com>
869 M:      Wim Vervoorn <wvervoorn@eltan.com>
870 S:      Maintained
871 F:      src/vendorcode/eltan/
873 TAS5825M DRIVER
874 M:      Jeremy Soller <jeremy@system76.com>
875 M:      Tim Crawford <tcrawford@system76.com>
876 S:      Maintained
877 F:      src/drivers/i2c/tas5825m/
879 TESTS
880 M:      Jakub Czapiga <jacz@semihalf.com>
881 S:      Maintained
882 F:      tests/
884 MISSING: TIMERS / DELAYS
886 MISSING: TIMESTAMPS
888 MISSING: FMAP
890 MISSING: GPIO
892 MISSING: SMP
894 MISSING: DMP / QEMU-X86
896 MISSING: ELOG
898 MISSING: SPI
900 # *** Infrastructure Owners ***
901 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
902 # Hardware
903 #       Owners: Stefan, Patrick
904 #       Backups:
906 # Web Server
907 #       Owners: Stefan, Patrick
908 #       Backups:
910 # Website
911 #       Owners: Martin
912 #       Backups: Patrick, Stefan
914 # Documentation Website
915 #       Owners: Patrick
916 #       Backups:
918 CODE OF CONDUCT
919 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
920 M:      Patrick Georgi <patrick@coreboot.org>
921 M:      Ronald Minnich <rminnich@coreboot.org>
922 M:      Martin Roth <martin@coreboot.org>
923 S:      Maintained
924 F:      Documentation/community/code_of_conduct.md
926 # Wiki
927 #       Owners: Stefan, Patrick
928 #       Backups:
930 # Gerrit
931 #       Owners: Stefan, Patrick
932 #       Backups: Martin
934 # Jenkins
935 #       Owners: Patrick, Martin
936 #       Backups:
938 # Bug Tracker
939 #       Owners: Lynxis,
940 #       Backups: Martin,
942 # Mailing List
943 #       Owners: Stefan, Patrick
944 #       Backups: Martin,
946 # Software Freedom Conservancy
947 #       Main contact: Martin
948 #       “Official” contact: Stefan