mb/siemens/mc_ehl2: Use preset driver strength for SD-Card
[coreboot.git] / MAINTAINERS
blobd753c3f779561b6ad7e4b4b4415839f5e3f41dbc
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:      Felix Held <felix-coreboot@felixheld.de>
142 M:      Jason Glenesk <jason.glenesk@gmail.com>
143 M:      Fred Reitberger <reitbergerfred@gmail.com>
144 L:      amd_coreboot_org_changes@googlegroups.com
145 S:      Maintained
146 F:      src/mainboard/amd/bilby/
147 F:      src/mainboard/amd/chausie/
148 F:      src/mainboard/amd/majolica/
149 F:      src/mainboard/amd/mandolin/
151 AMD reference boards outside of family 17h and 19h
152 L:      amd_coreboot_org_changes@googlegroups.com
153 F:      src/mainboard/amd/gardenia/
154 F:      src/mainboard/amd/inagua/
155 F:      src/mainboard/amd/olivehill/
156 F:      src/mainboard/amd/padmelon/
157 F:      src/mainboard/amd/parmer/
158 F:      src/mainboard/amd/persimmon/
159 F:      src/mainboard/amd/south_station/
160 F:      src/mainboard/amd/thatcher/
161 F:      src/mainboard/amd/union_station/
165 APPLE MAINBOARDS
166 M:      Evgeny Zinoviev <me@ch1p.io>
167 S:      Maintained
168 F:      src/mainboard/apple/
172 ASROCK B85M PRO4 MAINBOARD
173 M:      Angel Pons <th3fanbus@gmail.com>
174 S:      Maintained
175 F:      src/mainboard/asrock/b85m_pro4/
177 ASROCK G41C-GS MAINBOARD & VARIANTS
178 M:      Angel Pons <th3fanbus@gmail.com>
179 S:      Maintained
180 F:      src/mainboard/asrock/g41c-gs/
182 ASROCK H81M-HDS MAINBOARD
183 M:      Tristan Corrick <tristan@corrick.kiwi>
184 S:      Maintained
185 F:      src/mainboard/asrock/h81m-hds/
189 ASUS A88XM-E MAINBOARD
190 M:      Mike Banon <mikebdp2@gmail.com>
191 S:      Maintained
192 F:      src/mainboard/asus/a88xm-e/
194 ASUS AM1I-A MAINBOARD
195 M:      Mike Banon <mikebdp2@gmail.com>
196 S:      Maintained
197 F:      src/mainboard/asus/am1i-a/
199 ASUS H61 SERIES MAINBOARDS
200 M:      Angel Pons <th3fanbus@gmail.com>
201 M:      Tristan Corrick <tristan@corrick.kiwi>
202 S:      Maintained
203 F:      src/mainboard/asus/h61-series/
205 ASUS MAXIMUS IV GENE-Z MAINBOARD
206 M:      Tristan Corrick <tristan@corrick.kiwi>
207 S:      Maintained
208 F:      src/mainboard/asus/maximus_iv_gene-z/
210 ASUS P5QC PRO MAINBOARD & VARIANTS
211 M:      Angel Pons <th3fanbus@gmail.com>
212 R:      Stefan Ott <coreboot@desire.ch>
213 S:      Maintained
214 F:      src/mainboard/asus/p5qc/
216 ASUS P5QPL-AM MAINBOARD & VARIANTS
217 M:      Angel Pons <th3fanbus@gmail.com>
218 S:      Maintained
219 F:      src/mainboard/asus/p5qpl-am/
221 ASUS P8Z77 SERIES MAINBOARDS
222 M:      Angel Pons <th3fanbus@gmail.com>
223 M:      Vlado Cibic <vladocb@protonmail.com>
224 S:      Maintained
225 F:      src/mainboard/asus/p8z77-series/
229 CLEVO MAINBOARDS
230 M:      Felix Singer <felixsinger@posteo.net>
231 M:      Michael Niewöhner <foss@mniewoehner.de>
232 S:      Supported
233 F:      src/mainboard/clevo/
237 FACEBOOK FBG1701 MAINBOARD
238 M:      Frans Hendriks <fhendriks@eltan.com>
239 M:      Erik van den Bogaert <ebogaert@eltan.com>
240 S:      Maintained
241 F:      src/mainboard/facebook/fbg1701/
243 FACEBOOK MONOLITH MAINBOARD
244 M:      Frans Hendriks <fhendriks@eltan.com>
245 M:      Erik van den Bogaert <ebogaert@eltan.com>
246 S:      Maintained
247 F:      src/mainboard/facebook/monolith/
251 GIGABYTE GA-D510UD MAINBOARD
252 M:      Angel Pons <th3fanbus@gmail.com>
253 S:      Maintained
254 F:      src/mainboard/gigabyte/ga-d510ud/
256 GIGABYTE GA-G41M-ES2L MAINBOARD
257 M:      Damien Zammit <damien@zamaudio.com>
258 S:      Odd Fixes
259 F:      src/mainboard/gigabyte/ga-g41m-es2l/
261 GIGABYTE GA-H61M SERIES MAINBOARDS
262 M:      Angel Pons <th3fanbus@gmail.com>
263 S:      Maintained
264 F:      src/mainboard/gigabyte/ga-h61m-series/
266 GOOGLE REX MAINBOARDS
267 M:      Subrata Banik <subratabanik@google.com>
268 M:      Tarun Tuli <taruntuli@google.com>
269 M:      Kapil Porwal <kapilporwal@google.com>
270 S:      Maintained
271 F:      src/mainboard/google/rex/
273 GOOGLE BRYA MAINBOARDS
274 M:      Tarun Tuli <taruntuli@google.com>
275 S:      Maintained
276 F:      src/mainboard/google/brya/
278 GOOGLE HATCH MAINBOARDS
279 M:      Tarun Tuli <taruntuli@google.com>
280 S:      Maintained
281 F:      src/mainboard/google/hatch/
283 GOOGLE PANTHER MAINBOARD
284 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
285 S:      Supported
286 F:      src/mainboard/google/panther/
288 GOOGLE VOLTEER MAINBOARDS
289 M:      Nick Vaccaro <nvaccaro@chromium.org>
290 S:      Maintained
291 F:      src/mainboard/google/volteer/
293 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
294 M:      Matt DeVillier <MrChromebox@gmail.com>
295 S:      Maintained
296 F:      src/mainboard/google/auron/
297 F:      src/mainboard/google/beltino/
298 F:      src/mainboard/google/butterfly/
299 F:      src/mainboard/google/cyan/
300 F:      src/mainboard/google/glados/
301 F:      src/mainboard/google/jecht/
302 F:      src/mainboard/google/link/
303 F:      src/mainboard/google/parrot/
304 F:      src/mainboard/google/slippy/
305 F:      src/mainboard/google/stout/
307 GOOGLE AMD-BASED MAINBOARDS
308 M:      Martin Roth <martin.roth@amd.corp-partner.google.com>
309 M:      Jason Nien <jason.nien@amd.corp-partner.google.com>
310 L:      amd_coreboot_org_changes@googlegroups.com
311 S:      Supported
312 F:      src/mainboard/google/kahlee/
313 F:      src/mainboard/google/zork/
314 F:      src/mainboard/google/guybrush/
315 F:      src/mainboard/google/skyrim/
318 HP 280 G2 MAINBOARD
319 M:      Angel Pons <th3fanbus@gmail.com>
320 S:      Maintained
321 F:      src/mainboard/hp/280_g2/
325 INTEL D510MO MAINBOARD
326 M:      Damien Zammit <damien@zamaudio.com>
327 S:      Odd Fixes
328 F:      src/mainboard/intel/d510mo/
330 INTEL HARCUVAR_CRB MAINBOARD
331 M:      Jeff Daly <jeffd@silicom-usa.com>
332 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
333 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
334 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
335 S:      Maintained
336 F:      src/mainboard/intel/harcuvar/
338 INTEL STRAGO MAINBOARD
339 M:      Hannah Williams <hannah.williams@intel.com>
340 S:      Supported
341 F:      /src/mainboard/intel/strago/
345 KONTRON BSL6 MAINBOARD
346 M:      Felix Singer <felixsinger@posteo.net>
347 M:      Nico Huber <nico.h@gmx.de>
348 S:      Supported
349 F:      src/mainboard/kontron/bsl6/
351 KONTRON MAL10 MAINBOARD
352 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
353 M:      Nico Huber <nico.h@gmx.de>
354 M:      Felix Singer <felixsinger@posteo.net>
355 S:      Supported
356 F:      src/mainboard/kontron/mal10/
360 LENOVO MAINBOARDS
361 M:      Alexander Couzens <lynxis@fe80.eu>
362 S:      Maintained
363 F:      src/mainboard/lenovo/
365 LENOVO G505S MAINBOARD
366 M:      Mike Banon <mikebdp2@gmail.com>
367 S:      Maintained
368 F:      src/mainboard/lenovo/g505s/
370 LENOVO X200 MAINBOARD
371 R:      Stefan Ott <coreboot@desire.ch>
372 S:      Maintained
373 F:      src/mainboard/lenovo/x200/
375 LENOVO X201 MAINBOARD
376 R:      Stefan Ott <coreboot@desire.ch>
377 S:      Maintained
378 F:      src/mainboard/lenovo/x201/
381 LIBRETREND LT1000 MAINBOARD
382 M:      Piotr Król <piotr.krol@3mdeb.com>
383 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
384 S:      Maintained
385 F:      src/mainboard/libretrend/lt1000/
389 MSI H81M-P33 MAINBOARD
390 M:      Angel Pons <th3fanbus@gmail.com>
391 S:      Maintained
392 F:      src/mainboard/msi/h81m-p33/
394 MSI MS-7D25 MAINBOARDS
395 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
396 M:      Michał Kopeć <michal.kopec@3mdeb.com>
397 S:      Maintained
398 F:      src/mainboard/msi/ms7d25/
400 OCP DELTALAKE MAINBOARD
401 M:      Arthur Heymans <arthur@aheymans.xyz>
402 M:      Christian Walter <christian.walter@9elements.com>
403 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
404 M:      Jonathan Zhang <jonzhang@fb.com>
405 M:      Tim Chu <Tim.Chu@quantatw.com>
406 S:      Supported
407 F:      src/mainboard/ocp/deltalake/
409 OCP TIOGAPASS MAINBOARD
410 M:      Jonathan Zhang <jonzhang@fb.com>
411 M:      Reddy Chagam <anjaneya.chagam@intel.com>
412 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
413 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
414 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
415 M:      Bryant Ou <Bryant.Ou@quantatw.com>
416 S:      Maintained
417 F:      src/mainboard/ocp/tiogapass/
421 OPENCELLULAR MAINBOARDS
422 M:      Christian Walter <christian.walter@9elements.com>
423 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
424 S:      Supported
425 F:      src/mainboard/opencellular/elgon/
429 PC ENGINES ALL MAINBOARDS
430 M:      Piotr Król <piotr.krol@3mdeb.com>
431 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
432 S:      Supported
433 F:      src/mainboard/pcengines/
437 PORTWELL PQ-M107 MAINBOARD
438 M:      Frans Hendriks <fhendriks@eltan.com>
439 M:      Erik van den Bogaert <ebogaert@eltan.com>
440 S:      Maintained
441 F:      src/mainboard/portwell/m107/
445 PROTECTLI ALL MAINBOARDS
446 M:      Piotr Król <piotr.krol@3mdeb.com>
447 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
448 S:      Maintained
449 F:      src/mainboard/protectli/
453 PRODRIVE ATLAS MAINBOARD
454 M:      Angel Pons <th3fanbus@gmail.com>
455 M:      Christian Walter <christian.walter@9elements.com>
456 M:      Lean Sheng Tan <sheng.tan@9elements.com>
457 S:      Maintained
458 F:      src/mainboard/prodrive/atlas/
460 PRODRIVE HERMES MAINBOARD
461 M:      Christian Walter <christian.walter@9elements.com>
462 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
463 S:      Maintained
464 F:      src/mainboard/prodrive/hermes/
468 PURISM MAINBOARDS
469 M:      Jonathon Hall <jonathon.hall@puri.sm>
470 S:      Supported
471 F:      src/mainboard/purism/
475 SAMSUNG CHROMEOS MAINBOARDS
476 M:      Matt DeVillier <MrChromebox@gmail.com>
477 S:      Maintained
478 F:      src/mainboard/samsung/lumpy/
479 F:      src/mainboard/samsung/stumpy/
483 SIEMENS CHILI MAINBAORD
484 M:      Felix Singer <felixsinger@posteo.net>
485 M:      Nico Huber <nico.h@gmx.de>
486 S:      Supported
487 F:      src/mainboard/siemens/chili/
489 SIEMENS MC_xxxx MAINBOARDS
490 M:      Werner Zeh <werner.zeh@siemens.com>
491 S:      Maintained
492 F:      src/mainboard/siemens/mc_apl1/
493 F:      src/mainboard/siemens/mc_ehl/
497 STAR LABS MAINBOARDS
498 M:      Sean Rhodes <sean@starlabs.systems>
499 S:      Maintained
500 F:      src/mainboard/starlabs/
504 SYSTEM76 MAINBOARDS
505 M:      Jeremy Soller <jeremy@system76.com>
506 M:      Tim Crawford <tcrawford@system76.com>
507 S:      Maintained
508 F:      src/mainboard/system76/
512 SUPERMICRO X10SLM+-F MAINBOARD
513 M:      Tristan Corrick <tristan@corrick.kiwi>
514 S:      Maintained
515 F:      src/mainboard/supermicro/x10slm-f/
517 SUPERMICRO X11-LGA1151-SERIES
518 M:      Michael Niewöhner <foss@mniewoehner.de>
519 S:      Maintained
520 F:      src/mainboard/supermicro/x11-lga1151-series/
522 ################################################################################
523 # Architectures
524 ################################################################################
526 ARM ARCHITECTURE
527 M:      Julius Werner <jwerner@chromium.org>
528 S:      Supported
529 F:      src/arch/arm/
530 F:      src/arch/arm64/
531 F:      src/soc/nvidia/
532 F:      src/soc/rockchip/
533 F:      util/nvidia/
534 F:      util/rockchip/
536 PPC64 ARCHITECTURE
537 M:      Ronald Minnich <rminnich@gmail.com>
538 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
539 S:      Maintained
540 F:      src/arch/ppc64/
541 F:      src/cpu/qemu-power8/
542 F:      src/mainboard/emulation/qemu-power8/
544 RISC-V ARCHITECTURE
545 M:      Ronald Minnich <rminnich@gmail.com>
546 R:      Philipp Hug <philipp@hug.cx>
547 S:      Maintained
548 F:      src/arch/riscv/
549 F:      src/soc/sifive/
550 F:      src/soc/ucb/
551 F:      src/mainboard/emulation/*-riscv/
552 F:      src/mainboard/sifive/
553 F:      util/riscv/
555 X86 ARCHITECTURE
556 F:      src/arch/x86/
557 F:      src/cpu/x86/
558 F:      src/drivers/pc80/
559 F:      src/include/pc80/
560 F:      src/include/cpu/x86/
562 ################################################################################
563 # Embedded Controllers
564 ################################################################################
566 CHROME EC
567 M:      Boris Mittelberg <bmbm@google.com>
568 M:      Caveh Jalali <caveh@chromium.org>
569 S:      Maintained
570 F:      src/ec/google/chromeec/
572 LENOVO EC
573 M:      Alexander Couzens <lynxis@fe80.eu>
574 S:      Maintained
575 F:      src/ec/lenovo/
577 STARLABS EC
578 M:      Sean Rhodes <sean@starlabs.systems>
579 S:      Maintained
580 F:      src/ec/starlabs/
582 SYSTEM76 EC
583 M:      Jeremy Soller <jeremy@system76.com>
584 M:      Tim Crawford <tcrawford@system76.com>
585 S:      Maintained
586 F:      src/ec/system76/
588 ################################################################################
589 # Northbridges
590 ################################################################################
592 INTEL HASWELL NORTHBRIDGE
593 M:      Angel Pons <th3fanbus@gmail.com>
594 S:      Maintained
595 F:      src/northbridge/intel/haswell/
597 INTEL PINEVIEW CHIPSET
598 M:      Damien Zammit <damien@zamaudio.com>
599 M:      Angel Pons <th3fanbus@gmail.com>
600 S:      Odd Fixes
601 F:      src/northbridge/intel/pineview/
603 INTEL SANDYBRIDGE NORTHBRIDGE
604 M:      Angel Pons <th3fanbus@gmail.com>
605 S:      Maintained
606 F:      src/northbridge/intel/sandybridge/
608 INTEL X4X CHIPSET
609 M:      Damien Zammit <damien@zamaudio.com>
610 M:      Angel Pons <th3fanbus@gmail.com>
611 S:      Odd Fixes
612 F:      src/northbridge/intel/x4x/
614 ################################################################################
615 # Platforms
616 ################################################################################
618 AMD SUPPORT
619 L:      amd_coreboot_org_changes@googlegroups.com
620 F:      src/vendorcode/amd/
621 F:      src/cpu/amd/
622 F:      src/northbridge/amd/
623 F:      src/southbridge/amd/
624 F:      src/include/cpu/amd/
626 INTEL SUPPORT
627 S:      Maintained
628 F:      src/vendorcode/intel/
629 F:      src/cpu/intel/
630 F:      src/northbridge/intel/
631 F:      src/southbridge/intel/
632 F:      src/soc/intel/
633 F:      src/drivers/intel/
634 F:      src/include/cpu/intel/
636 INTEL FSP 1.1
637 M:      Lee Leahy <leroy.p.leahy@intel.com>
638 M:      Huang Jin <huang.jin@intel.com>
639 M:      York Yang <york.yang@intel.com>
640 S:      Supported
641 F:      src/drivers/intel/fsp1_1/
643 INTEL FSP 2.0
644 M:      Andrey Petrov <andrey.petrov@gmail.com>
645 S:      Maintained
646 F:      src/drivers/intel/fsp2_0/
648 ################################################################################
649 # Systems on a Chip
650 ################################################################################
652 AMD Cezanne
653 M:      Felix Held <felix-coreboot@felixheld.de>
654 M:      Jason Glenesk <jason.glenesk@gmail.com>
655 M:      Raul E Rangel <rrangel@chromium.org>
656 M:      Fred Reitberger <reitbergerfred@gmail.com>
657 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
658 L:      amd_coreboot_org_changes@googlegroups.com
659 S:      Maintained
660 F:      src/soc/amd/cezanne/
661 F:      src/vendorcode/amd/fsp/cezanne/
663 AMD common SoC code
664 M:      Felix Held <felix-coreboot@felixheld.de>
665 M:      Jason Glenesk <jason.glenesk@gmail.com>
666 M:      Raul E Rangel <rrangel@chromium.org>
667 M:      Fred Reitberger <reitbergerfred@gmail.com>
668 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
669 L:      amd_coreboot_org_changes@googlegroups.com
670 S:      Maintained
671 F:      src/soc/amd/common/
673 AMD Picasso
674 M:      Felix Held <felix-coreboot@felixheld.de>
675 M:      Jason Glenesk <jason.glenesk@gmail.com>
676 M:      Fred Reitberger <reitbergerfred@gmail.com>
677 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
678 L:      amd_coreboot_org_changes@googlegroups.com
679 S:      Maintained
680 F:      src/soc/amd/picasso/
681 F:      src/vendorcode/amd/fsp/picasso/
683 AMD Mendocino
684 M:      Felix Held <felix-coreboot@felixheld.de>
685 M:      Jason Glenesk <jason.glenesk@gmail.com>
686 M:      Raul E Rangel <rrangel@chromium.org>
687 M:      Fred Reitberger <reitbergerfred@gmail.com>
688 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
689 L:      amd_coreboot_org_changes@googlegroups.com
690 S:      Supported
691 F:      src/soc/amd/mendocino/
692 F:      src/vendorcode/amd/fsp/mendocino/
694 AMD Stoneyridge
695 M:      Felix Held <felix-coreboot@felixheld.de>
696 M:      Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
697 L:      amd_coreboot_org_changes@googlegroups.com
698 S:      Odd Fixes
699 F:      src/soc/amd/stoneyridge/
701 INTEL METEORLAKE SOC
702 M:      Subrata Banik <subratabanik@google.com>
703 M:      Tarun Tuli <taruntuli@google.com>
704 M:      Kapil Porwal <kapilporwal@google.com>
705 S:      Maintained
706 F:      src/soc/intel/meteorlake/
708 INTEL ALDERLAKE SOC
709 M:      Subrata Banik <subratabanik@google.com>
710 M:      Tarun Tuli <taruntuli@google.com>
711 S:      Maintained
712 F:      src/soc/intel/alderlake/
714 INTEL APOLLOLAKE_SOC
715 M:      Andrey Petrov <andrey.petrov@gmail.com>
716 S:      Maintained
717 F:      src/soc/intel/apollolake/
719 INTEL BRASWELL SOC
720 M:      Piotr Król <piotr.krol@3mdeb.com>
721 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
722 M:      Frans Hendriks <fhendriks@eltan.com>
723 S:      Maintained
724 F:      /src/soc/intel/braswell/
725 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
727 INTEL DENVERTON-NS SOC
728 M:      Jeff Daly <jeffd@silicom-usa.com>
729 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
730 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
731 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
732 S:      Maintained
733 F:      src/soc/intel/denverton_ns/
735 INTEL ELKHARTLAKE SOC
736 M:      Lean Sheng Tan <sheng.tan@9elements.com>
737 M:      Werner Zeh <werner.zeh@siemens.com>
738 S:      Maintained
739 F:      src/soc/intel/elkhartlake/
741 INTEL TIGERLAKE SOC
742 M:      Subrata Banik <subratabanik@google.com>
743 M:      Tarun Tuli <taruntuli@google.com>
744 S:      Maintained
745 F:      src/soc/intel/tigerlake/
747 INTEL Xeon Sacalable Processor Family
748 M:      Jonathan Zhang <jonzhang@fb.com>
749 M:      Reddy Chagam <anjaneya.chagam@intel.com>
750 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
751 M:      Tim Chu <Tim.Chu@quantatw.com>
752 M:      Arthur Heymans <arthur@aheymans.xyz>
753 M:      Christian Walter <christian.walter@9elements.com>
754 S:      Supported
755 F:      src/soc/intel/xeon_sp/
756 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
757 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
759 MEDIATEK SOCS
760 M:      Hung-Te Lin <hungte@chromium.org>
761 S:      Supported
762 F:      src/soc/mediatek/
764 MEDIATEK MT8192
765 M:      Xi Chen <xixi.chen@mediatek.com>
766 S:      Maintained
767 F:      src/soc/mediatek/mt8192/
768 F:      src/vendorcode/mediatek/mt8192/
770 ORPHANED ARM SOCS
771 S:      Orphaned
772 F:      src/cpu/armltd/
773 F:      src/soc/ti/
774 F:      src/soc/qualcomm/
775 F:      src/soc/samsung/
776 F:      util/exynos/
777 F:      util/ipqheader/
779 ################################################################################
780 # Payloads
781 ################################################################################
783 NVRAM
784 F:      util/nvramtool/
785 F:      payloads/nvramcui/
787 LIBPAYLOAD
788 F:      payloads/libpayload/
790 COREINFO PAYLOAD
791 F:      payloads/coreinfo/
793 EXTERNAL PAYLOADS INTEGRATION
794 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
795 M:      Martin Roth <gaumless@gmail.com>
796 F:      payloads/external/
798 LINUXBOOT PAYLOAD INTEGRATION
799 M:      Christian Walter <christian.walter@9elements.com>
800 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
801 S:      Supported
802 F:      payloads/external/LinuxBoot/
804 ################################################################################
805 # Utilities
806 ################################################################################
808 ABUILD
809 M:      Martin Roth <gaumless@gmail.com>
810 S:      Supported
811 F:      util/abuild/
813 BOARD STATUS
814 F:      util/board_status/
816 BUILD SYSTEM
817 M:      Martin Roth <gaumless@gmail.com>
818 S:      Supported
819 F:      Makefile
820 F:      *.inc
821 F:      src/include/kconfig.h
822 F:      util/kconfig/
823 F:      util/sconfig/
824 F:      util/xcompile/
825 F:      util/genbuild_h/
827 TOOLCHAIN
828 F:      util/crossgcc/
830 DOCKER
831 M:      Martin Roth <gaumless@gmail.com>
832 S:      Supported
833 F:      util/docker/
836 F:      .git*
837 F:      /util/gitconfig
839 LINT SCRIPTS
840 M:      Martin Roth <gaumless@gmail.com>
841 S:      Supported
842 F:      util/lint/
844 IFDTOOL
845 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
846 F:      util/ifdtool/
848 INTELTOOL
849 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
850 F:      util/inteltool/
852 INTELMETOOL
853 M:      Christian Walter <christian.walter@9elements.com>
854 F:      util/intelmetool/
856 INTELP2M
857 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
858 S:      Maintained
859 F:      util/intelp2m/
861 ME_CLEANER
862 M:      Nicola Corna <nicola@corna.info>
863 W:      https://github.com/corna/me_cleaner
864 S:      Maintained
865 F:      util/me_cleaner/
867 LIVEISO
868 M:      Felix Singer <felixsinger@posteo.net>
869 S:      Supported
870 F:      util/liveiso/
872 ################################################################################
873 # Miscellaneous
874 ################################################################################
876 ASPEED AST2050 DRIVER & COMMON CODE
877 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
878 S:      Supported
879 F:      src/drivers/aspeed/common/
880 F:      src/drivers/aspeed/ast2050/
882 ACPI
883 M:      Lance Zhao <lance.zhao@gmail.com>
884 M:      Tim Wawrzynczak <inforichland@gmail.com>
885 S:      Supported
886 F:      src/acpi/
887 F:      src/arch/x86/acpi/
888 F:      util/acpi/
890 LZ4 COMPRESSION
891 M:      Julius Werner <jwerner@chromium.org>
892 S:      Supported
893 F:      src/commonlib/lz4*
894 F:      payloads/libpayload/liblz4/
895 F:      util/cbfstool/lz4/
897 BINARY OBJECTS
898 F:      3rdparty/blobs/
900 VERIFIED BOOT
901 M:      Julius Werner <jwerner@chromium.org>
902 M:      Yu-Ping Wu <yupingso@google.com>
903 S:      Supported
904 F:      3rdparty/vboot/
905 F:      src/security/vboot/
906 F:      src/include/tpm.h
907 F:      src/include/tpm_lite/
909 RESOURCE ALLOCATOR
910 F:      src/device/*
911 F:      src/include/device/
912 F:      src/include/cpu/cpu.h
914 OPTION ROM EXECUTION & X86EMU
915 F:      src/device/oprom/
917 CBFS
918 M:      Julius Werner <jwerner@chromium.org>
919 F:      src/include/cbfs*
920 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
921 F:      src/commonlib/bsd/cbfs*
922 F:      src/lib/cbfs.c
924 CBFSTOOL
925 F:      util/cbfstool/
927 CBMEM
928 F:      src/include/cbmem.h
929 F:      src/include/cbmem_id.h
930 F:      util/cbmem/
932 CONSOLE
933 F:      src/console/
934 F:      src/include/console/
935 F:      src/drivers/uart/
937 TPM SUPPORT
938 M:      Christian Walter <christian.walter@9elements.com>
939 S:      Supported
940 F:      src/drivers/*/tpm/
941 F:      src/security/tpm/
943 SUPERIOS & SUPERIOTOOL
944 M:      Felix Held <felix-coreboot@felixheld.de>
945 S:      Odd Fixes
946 F:      src/superio/
947 F:      util/superiotool/
949 SPD UTILITIES
950 M:      Reka Norman <rekanorman@chromium.org>
951 S:      Maintained
952 F:      util/spd_tools/
953 F:      util/spdtool/
955 MEMLAYOUT
956 M:      Julius Werner <jwerner@chromium.org>
957 S:      Supported
958 F:      */memlayout.h
959 F:      *.ld
961 ELTAN VENDORCODE
962 M:      Frans Hendriks <fhendriks@eltan.com>
963 M:      Erik van den Bogaert <ebogaert@eltan.com>
964 S:      Maintained
965 F:      src/vendorcode/eltan/
967 TAS5825M DRIVER
968 M:      Jeremy Soller <jeremy@system76.com>
969 M:      Tim Crawford <tcrawford@system76.com>
970 S:      Maintained
971 F:      src/drivers/i2c/tas5825m/
973 TESTS
974 M:      Jakub Czapiga <jacz@semihalf.com>
975 S:      Maintained
976 F:      tests/
977 F:      payloads/libpayload/tests/
979 MISSING: TIMERS / DELAYS
981 MISSING: TIMESTAMPS
983 MISSING: FMAP
985 MISSING: GPIO
987 MISSING: SMP
989 MISSING: DMP / QEMU-X86
991 MISSING: ELOG
993 MISSING: SPI
995 # *** Infrastructure Owners ***
996 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
997 # Hardware
998 #       Owners: Stefan, Patrick
999 #       Backups:
1001 # Web Server
1002 #       Owners: Stefan, Patrick
1003 #       Backups:
1005 # Website
1006 #       Owners: Martin
1007 #       Backups: Patrick, Stefan
1009 # Documentation Website
1010 #       Owners: Patrick
1011 #       Backups:
1013 CODE OF CONDUCT
1014 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
1015 M:      Ronald Minnich <rminnich@coreboot.org>
1016 M:      Martin Roth <martin@coreboot.org>
1017 S:      Maintained
1018 F:      Documentation/community/code_of_conduct.md
1020 # Wiki
1021 #       Owners: Stefan, Patrick
1022 #       Backups:
1024 # Gerrit
1025 #       Owners: Stefan, Patrick
1026 #       Backups: Martin
1028 # Jenkins
1029 #       Owners: Patrick, Martin
1030 #       Backups:
1032 # Bug Tracker
1033 #       Owners: Lynxis,
1034 #       Backups: Martin,
1036 # Mailing List
1037 #       Owners: Stefan, Patrick
1038 #       Backups: Martin,
1040 # Software Freedom Conservancy
1041 #       Main contact: Martin
1042 #       “Official” contact: Stefan