soc/amd/cezanne,picasso/Kconfig: add help text for MAX_CPUS
[coreboot.git] / MAINTAINERS
blob35146908a5f2e284a139ea5563dbf0db538ea6a6
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 MAXIMUS IV GENE-Z MAINBOARD
178 M:      Tristan Corrick <tristan@corrick.kiwi>
179 S:      Maintained
180 F:      src/mainboard/asus/maximus_iv_gene-z/
182 ASUS P5QC PRO MAINBOARD & VARIANTS
183 M:      Angel Pons <th3fanbus@gmail.com>
184 S:      Maintained
185 F:      src/mainboard/asus/p5qc/
187 ASUS P5QPL-AM MAINBOARD & VARIANTS
188 M:      Angel Pons <th3fanbus@gmail.com>
189 S:      Maintained
190 F:      src/mainboard/asus/p5qpl-am/
192 ASUS P8H61-M LX MAINBOARD
193 M:      Tristan Corrick <tristan@corrick.kiwi>
194 S:      Maintained
195 F:      src/mainboard/asus/p8h61-m_lx/
197 ASUS P8H61-M LX3 R2.0 MAINBOARD
198 M:      Angel Pons <th3fanbus@gmail.com>
199 S:      Maintained
200 F:      src/mainboard/asus/p8h61-m_lx3_r2_0/
202 ASUS P8H61-M PRO MAINBOARD
203 M:      Angel Pons <th3fanbus@gmail.com>
204 S:      Maintained
205 F:      src/mainboard/asus/p8h61-m_pro/
207 ASUS P8Z77-M PRO MAINBOARD
208 M:      Vlado Cibic <vladocb@protonmail.com>
209 S:      Maintained
210 F:      src/mainboard/asus/p8z77-m_pro/
212 ASUS P8Z77-V LX2 MAINBOARD
213 M:      Angel Pons <th3fanbus@gmail.com>
214 S:      Maintained
215 F:      src/mainboard/asus/p8z77-v_lx2/
219 CLEVO MAINBOARDS
220 M:      Felix Singer <felixsinger@posteo.net>
221 M:      Michael Niewöhner <foss@mniewoehner.de>
222 S:      Supported
223 F:      src/mainboard/clevo/
227 FACEBOOK FBG1701 MAINBOARD
228 M:      Frans Hendriks <fhendriks@eltan.com>
229 M:      Wim Vervoorn <wvervoorn@eltan.com>
230 S:      Maintained
231 F:      src/mainboard/facebook/fbg1701/
233 FACEBOOK MONOLITH MAINBOARD
234 M:      Frans Hendriks <fhendriks@eltan.com>
235 M:      Wim Vervoorn <wvervoorn@eltan.com>
236 S:      Maintained
237 F:      src/mainboard/facebook/monolith/
241 GETAC P470 MAINBOARD
242 M:      Patrick Georgi <patrick@georgi.software>
243 S:      Maintained
244 F:      src/mainboard/getac/p470/
248 GIGABYTE GA-D510UD MAINBOARD
249 M:      Angel Pons <th3fanbus@gmail.com>
250 S:      Maintained
251 F:      src/mainboard/gigabyte/ga-d510ud/
253 GIGABYTE GA-G41M-ES2L MAINBOARD
254 M:      Damien Zammit <damien@zamaudio.com>
255 S:      Odd Fixes
256 F:      src/mainboard/gigabyte/ga-g41m-es2l/
258 GIGABYTE GA-H61M SERIES MAINBOARDS
259 M:      Angel Pons <th3fanbus@gmail.com>
260 S:      Maintained
261 F:      src/mainboard/gigabyte/ga-h61m-series/
264 GOOGLE BRYA MAINBOARDS
265 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
266 S:      Maintained
267 F:      src/mainboard/google/brya/
269 GOOGLE HATCH MAINBOARDS
270 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
271 S:      Maintained
272 F:      src/mainboard/google/hatch/
274 GOOGLE PANTHER MAINBOARD
275 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
276 S:      Supported
277 F:      src/mainboard/google/panther/
279 GOOGLE VOLTEER MAINBOARDS
280 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
281 S:      Maintained
282 F:      src/mainboard/google/volteer/
284 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
285 M:      Matt DeVillier <MrChromebox@gmail.com>
286 S:      Maintained
287 F:      src/mainboard/google/auron/
288 F:      src/mainboard/google/beltino/
289 F:      src/mainboard/google/butterfly/
290 F:      src/mainboard/google/cyan/
291 F:      src/mainboard/google/glados/
292 F:      src/mainboard/google/jecht/
293 F:      src/mainboard/google/link/
294 F:      src/mainboard/google/parrot/
295 F:      src/mainboard/google/slippy/
296 F:      src/mainboard/google/stout/
300 HP 280 G2 MAINBOARD
301 M:      Angel Pons <th3fanbus@gmail.com>
302 S:      Maintained
303 F:      src/mainboard/hp/280_g2/
307 INTEL D510MO MAINBOARD
308 M:      Damien Zammit <damien@zamaudio.com>
309 S:      Odd Fixes
310 F:      src/mainboard/intel/d510mo/
312 INTEL STRAGO MAINBOARD
313 M:      Hannah Williams <hannah.williams@intel.com>
314 S:      Supported
315 F:      /src/mainboard/intel/strago/
319 KONTRON BSL6 MAINBOARD
320 M:      Felix Singer <felixsinger@posteo.net>
321 M:      Nico Huber <nico.h@gmx.de>
322 S:      Supported
323 F:      src/mainboard/kontron/bsl6/
325 KONTRON MAL10 MAINBOARD
326 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
327 M:      Nico Huber <nico.h@gmx.de>
328 M:      Felix Singer <felixsinger@posteo.net>
329 S:      Supported
330 F:      src/mainboard/kontron/mal10/
334 LENOVO MAINBOARDS
335 M:      Alexander Couzens <lynxis@fe80.eu>
336 M:      Patrick Rudolph <siro@das-labor.org>
337 S:      Maintained
338 F:      src/mainboard/lenovo/
340 LENOVO G505S MAINBOARD
341 M:      Mike Banon <mikebdp2@gmail.com>
342 S:      Maintained
343 F:      src/mainboard/lenovo/g505s/
347 LIBRETREND LT1000 MAINBOARD
348 M:      Piotr Król <piotr.krol@3mdeb.com>
349 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
350 S:      Maintained
351 F:      src/mainboard/libretrend/lt1000/
355 MSI H81M-P33 MAINBOARD
356 M:      Angel Pons <th3fanbus@gmail.com>
357 S:      Maintained
358 F:      src/mainboard/msi/h81m-p33/
362 OCP DELTALAKE MAINBOARD
363 M:      Jonathan Zhang <jonzhang@fb.com>
364 M:      Reddy Chagam <anjaneya.chagam@intel.com>
365 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
366 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
367 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
368 M:      Bryant Ou <Bryant.Ou@quantatw.com>
369 S:      Supported
370 F:      src/mainboard/ocp/deltalake/
372 OCP TIOGAPASS MAINBOARD
373 M:      Jonathan Zhang <jonzhang@fb.com>
374 M:      Reddy Chagam <anjaneya.chagam@intel.com>
375 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
376 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
377 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
378 M:      Bryant Ou <Bryant.Ou@quantatw.com>
379 S:      Maintained
380 F:      src/mainboard/ocp/tiogapass/
384 OPENCELLULAR MAINBOARDS
385 M:      Christian Walter <christian.walter@9elements.com>
386 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
387 S:      Supported
388 F:      src/mainboard/opencellular/elgon/
392 PC ENGINES ALL MAINBOARDS
393 M:      Piotr Król <piotr.krol@3mdeb.com>
394 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
395 S:      Supported
396 F:      src/mainboard/pcengines/
400 PORTWELL PQ-M107 MAINBOARD
401 M:      Frans Hendriks <fhendriks@eltan.com>
402 M:      Wim Vervoorn <wvervoorn@eltan.com>
403 S:      Maintained
404 F:      src/mainboard/portwell/m107/
408 PROTECTLI ALL MAINBOARDS
409 M:      Piotr Król <piotr.krol@3mdeb.com>
410 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
411 S:      Maintained
412 F:      src/mainboard/protectli/
416 PRODRIVE HERMES MAINBOARD
417 M:      Christian Walter <christian.walter@9elements.com>
418 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
419 S:      Maintained
420 F:      src/mainboard/prodrive/hermes/
424 PURISM MAINBOARDS
425 M:      Matt DeVillier <matt.devillier@puri.sm>
426 S:      Supported
427 F:      src/mainboard/purism/
431 SAMSUNG CHROMEOS MAINBOARDS
432 M:      Matt DeVillier <MrChromebox@gmail.com>
433 S:      Maintained
434 F:      src/mainboard/samsung/lumpy/
435 F:      src/mainboard/samsung/stumpy/
439 SIEMENS CHILI MAINBAORD
440 M:      Felix Singer <felixsinger@posteo.net>
441 M:      Nico Huber <nico.h@gmx.de>
442 S:      Supported
443 F:      src/mainboard/siemens/chili/
445 SIEMENS MC_xxxx MAINBOARDS
446 M:      Werner Zeh <werner.zeh@siemens.com>
447 S:      Maintained
448 F:      src/mainboard/siemens/mc_apl1/
452 SYSTEM76 MAINBOARDS
453 M:      Jeremy Soller <jeremy@system76.com>
454 S:      Maintained
455 F:      src/mainboard/system76/
459 SUPERMICRO X10SLM+-F MAINBOARD
460 M:      Tristan Corrick <tristan@corrick.kiwi>
461 S:      Maintained
462 F:      src/mainboard/supermicro/x10slm-f/
464 SUPERMICRO X11-LGA1151-SERIES
465 M:      Michael Niewöhner <foss@mniewoehner.de>
466 S:      Maintained
467 F:      src/mainboard/supermicro/x11-lga1151-series/
469 ################################################################################
470 # Architectures
471 ################################################################################
473 ARM ARCHITECTURE
474 M:      Julius Werner <jwerner@chromium.org>
475 S:      Supported
476 F:      src/arch/arm/
477 F:      src/arch/arm64/
478 F:      src/soc/nvidia/
479 F:      src/soc/rockchip/
480 F:      util/nvidia/
481 F:      util/rockchip/
483 PPC64 ARCHITECTURE
484 M:      Ronald Minnich <rminnich@gmail.com>
485 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
486 S:      Maintained
487 F:      src/arch/ppc64/
488 F:      src/cpu/qemu-power8/
489 F:      src/mainboard/emulation/qemu-power8/
491 RISC-V ARCHITECTURE
492 M:      Ronald Minnich <rminnich@gmail.com>
493 R:      Philipp Hug <philipp@hug.cx>
494 S:      Maintained
495 F:      src/arch/riscv/
496 F:      src/soc/sifive/
497 F:      src/soc/ucb/
498 F:      src/mainboard/emulation/*-riscv/
499 F:      src/mainboard/sifive/
500 F:      util/riscv/
502 X86 ARCHITECTURE
503 F:      src/arch/x86/
504 F:      src/cpu/x86/
505 F:      src/drivers/pc80/
506 F:      src/include/pc80/
507 F:      src/include/cpu/x86/
509 ################################################################################
510 # Embedded Controllers
511 ################################################################################
513 CHROME EC
514 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
515 S:      Maintained
516 F:      src/ec/google/chromeec/
518 LENOVO EC
519 M:      Alexander Couzens <lynxis@fe80.eu>
520 S:      Maintained
521 F:      src/ec/lenovo/
523 SYSTEM76 EC
524 M:      Jeremy Soller <jeremy@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/
609 AMD common SoC code
610 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
611 M:      Felix Held <felix-coreboot@felixheld.de>
612 M:      Jason Glenesk <jason.glenesk@gmail.com>
613 M:      Raul E Rangel <rrangel@chromium.org>
614 S:      Maintained
615 F:      src/soc/amd/common/
617 AMD Picasso
618 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
619 M:      Felix Held <felix-coreboot@felixheld.de>
620 M:      Jason Glenesk <jason.glenesk@gmail.com>
621 M:      Raul E Rangel <rrangel@chromium.org>
622 S:      Maintained
623 F:      src/soc/amd/picasso/
624 F:      src/vendorcode/amd/fsp/picasso/
626 INTEL ALDERLAKE SOC
627 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
628 S:      Maintained
629 F:      src/soc/intel/alderlake/
631 INTEL APOLLOLAKE_SOC
632 M:      Andrey Petrov <andrey.petrov@gmail.com>
633 S:      Maintained
634 F:      src/soc/intel/apollolake/
636 INTEL BRASWELL SOC
637 M:      Piotr Król <piotr.krol@3mdeb.com>
638 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
639 M:      Frans Hendriks <fhendriks@eltan.com>
640 S:      Maintained
641 F:      /src/soc/intel/braswell/
642 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
644 INTEL TIGERLAKE SOC
645 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
646 S:      Maintained
647 F:      src/soc/intel/tigerlake/
649 INTEL Xeon Sacalable Processor Family
650 M:      Jonathan Zhang <jonzhang@fb.com>
651 M:      Reddy Chagam <anjaneya.chagam@intel.com>
652 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
653 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
654 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
655 M:      Bryant Ou <Bryant.Ou@quantatw.com>
656 S:      Supported
657 F:      src/soc/intel/xeon_sp/
658 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
659 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
661 MEDIATEK SOCS
662 M:      Hung-Te Lin <hungte@chromium.org>
663 S:      Supported
664 F:      src/soc/mediatek/
666 MEDIATEK MT8192
667 M:      Xi Chen <xixi.chen@mediatek.com>
668 S:      Maintained
669 F:      src/soc/mediatek/mt8192/
670 F:      src/vendorcode/mediatek/mt8192/
672 ORPHANED ARM SOCS
673 S:      Orphaned
674 F:      src/cpu/armltd/
675 F:      src/soc/ti/
676 F:      src/soc/qualcomm/
677 F:      src/soc/samsung/
678 F:      util/exynos/
679 F:      util/ipqheader/
681 ################################################################################
682 # Payloads
683 ################################################################################
685 NVRAM
686 F:      util/nvramtool/
687 F:      payloads/nvramcui/
689 LIBPAYLOAD
690 F:      payloads/libpayload/
692 COREINFO PAYLOAD
693 F:      payloads/coreinfo/
695 EXTERNAL PAYLOADS INTEGRATION
696 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
697 M:      Martin Roth <gaumless@gmail.com>
698 F:      payloads/external/
700 LINUXBOOT PAYLOAD INTEGRATION
701 M:      Christian Walter <christian.walter@9elements.com>
702 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
703 S:      Supported
704 F:      payloads/external/LinuxBoot/
706 ################################################################################
707 # Utilities
708 ################################################################################
710 ABUILD
711 M:      Patrick Georgi <patrick@georgi-clan.de>
712 M:      Martin Roth <gaumless@gmail.com>
713 S:      Supported
714 F:      util/abuild/
716 BOARD STATUS
717 F:      util/board_status/
719 BUILD SYSTEM
720 M:      Patrick Georgi <patrick@georgi-clan.de>
721 M:      Martin Roth <gaumless@gmail.com>
722 S:      Supported
723 F:      Makefile
724 F:      *.inc
725 F:      src/include/kconfig.h
726 F:      util/kconfig/
727 F:      util/sconfig/
728 F:      util/xcompile/
729 F:      util/genbuild_h/
731 TOOLCHAIN
732 F:      util/crossgcc/
734 DOCKER
735 M:      Martin Roth <gaumless@gmail.com>
736 S:      Supported
737 F:      util/docker/
740 F:      .git*
741 F:      /util/gitconfig
743 LINT SCRIPTS
744 M:      Patrick Georgi <patrick@georgi-clan.de>
745 M:      Martin Roth <gaumless@gmail.com>
746 S:      Supported
747 F:      util/lint/
749 IFDTOOL
750 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
751 F:      util/ifdtool/
753 INTELTOOL
754 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
755 F:      util/inteltool/
757 INTELMETOOL
758 M:      Christian Walter <christian.walter@9elements.com>
759 F:      util/intelmetool/
761 ME_CLEANER
762 M:      Nicola Corna <nicola@corna.info>
763 W:      https://github.com/corna/me_cleaner
764 S:      Maintained
765 F:      util/me_cleaner/
767 ################################################################################
768 # Miscellaneous
769 ################################################################################
771 ASPEED AST2050 DRIVER & COMMON CODE
772 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
773 S:      Supported
774 F:      src/drivers/aspeed/common/
775 F:      src/drivers/aspeed/ast2050/
777 ACPI
778 M:      Lance Zhao <lance.zhao@gmail.com>
779 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
780 S:      Supported
781 F:      src/acpi/
782 F:      src/arch/x86/acpi/
783 F:      util/acpi/
785 LZ4 COMPRESSION
786 M:      Julius Werner <jwerner@chromium.org>
787 S:      Supported
788 F:      src/commonlib/lz4*
789 F:      payloads/libpayload/liblz4/
790 F:      util/cbfstool/lz4/
792 BINARY OBJECTS
793 F:      3rdparty/blobs/
795 VERIFIED BOOT
796 F:      3rdparty/vboot/
797 F:      src/vendorcode/google/chromeos/
798 F:      src/include/tpm.h
799 F:      src/include/tpm_lite/
801 RESOURCE ALLOCATOR
802 F:      src/device/*
803 F:      src/include/device/
804 F:      src/include/cpu/cpu.h
806 OPTION ROM EXECUTION & X86EMU
807 F:      src/device/oprom/
809 CBFS
810 M:      Julius Werner <jwerner@chromium.org>
811 F:      src/include/cbfs*
812 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
813 F:      src/commonlib/bsd/cbfs*
814 F:      src/lib/cbfs.c
816 CBFSTOOL
817 F:      util/cbfstool/
819 CBMEM
820 F:      src/include/cbmem.h
821 F:      src/include/cbmem_id.h
822 F:      util/cbmem/
824 CONSOLE
825 F:      src/console/
826 F:      src/include/console/
827 F:      src/drivers/uart/
829 VERIFIED BOOT 2
830 M:      Aaron Durbin <adurbin@chromium.org>
831 F:      src/security/vboot/
833 TPM SUPPORT
834 M:      Christian Walter <christian.walter@9elements.com>
835 S:      Supported
836 F:      src/drivers/*/tpm/
837 F:      src/security/tpm/
839 SUPERIOS & SUPERIOTOOL
840 M:      Felix Held <felix-coreboot@felixheld.de>
841 S:      Maintained
842 F:      src/superio/
843 F:      util/superiotool/
845 MEMLAYOUT
846 M:      Julius Werner <jwerner@chromium.org>
847 S:      Supported
848 F:      */memlayout.h
849 F:      *.ld
851 ELTAN VENDORCODE
852 M:      Frans Hendriks <fhendriks@eltan.com>
853 M:      Wim Vervoorn <wvervoorn@eltan.com>
854 S:      Maintained
855 F:      src/vendorcode/eltan/
857 TESTS
858 M:      Jakub Czapiga <jacz@semihalf.com>
859 S:      Maintained
860 F:      tests/
862 MISSING: TIMERS / DELAYS
864 MISSING: TIMESTAMPS
866 MISSING: FMAP
868 MISSING: GPIO
870 MISSING: SMP
872 MISSING: DMP / QEMU-X86
874 MISSING: ELOG
876 MISSING: SPI
878 # *** Infrastructure Owners ***
879 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
880 # Hardware
881 #       Owners: Stefan, Patrick
882 #       Backups:
884 # Web Server
885 #       Owners: Stefan, Patrick
886 #       Backups:
888 # Website
889 #       Owners: Martin
890 #       Backups: Patrick, Stefan
892 # Documentation Website
893 #       Owners: Patrick
894 #       Backups:
896 CODE OF CONDUCT
897 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
898 M:      Patrick Georgi <patrick@coreboot.org>
899 M:      Ronald Minnich <rminnich@coreboot.org>
900 M:      Martin Roth <martin@coreboot.org>
901 S:      Maintained
902 F:      Documentation/community/code_of_conduct.md
904 # Wiki
905 #       Owners: Stefan, Patrick
906 #       Backups:
908 # Gerrit
909 #       Owners: Stefan, Patrick
910 #       Backups: Martin
912 # Jenkins
913 #       Owners: Patrick, Martin
914 #       Backups:
916 # Bug Tracker
917 #       Owners: Lynxis,
918 #       Backups: Martin,
920 # Mailing List
921 #       Owners: Stefan, Patrick
922 #       Backups: Martin,
924 # Software Freedom Conservancy
925 #       Main contact: Martin
926 #       “Official” contact: Stefan