mb/google/zork: Mark RW_MRC_CACHE as "Preserve"
[coreboot.git] / MAINTAINERS
blob880c4aa44555ac22ce4b1a589b6d6b70fe269ce2
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 APPLE MAINBOARDS
141 M:      Evgeny Zinoviev <me@ch1p.io>
142 S:      Maintained
143 F:      src/mainboard/apple/
147 ASROCK B85M PRO4 MAINBOARD
148 M:      Angel Pons <th3fanbus@gmail.com>
149 S:      Maintained
150 F:      src/mainboard/asrock/b85m_pro4/
152 ASROCK G41C-GS MAINBOARD & VARIANTS
153 M:      Angel Pons <th3fanbus@gmail.com>
154 S:      Maintained
155 F:      src/mainboard/asrock/g41c-gs/
157 ASROCK H81M-HDS MAINBOARD
158 M:      Tristan Corrick <tristan@corrick.kiwi>
159 S:      Maintained
160 F:      src/mainboard/asrock/h81m-hds/
164 ASUS AM1I-A MAINBOARD
165 M:      Mike Banon <mikebdp2@gmail.com>
166 S:      Maintained
167 F:      src/mainboard/asus/am1i-a/
169 ASUS MAXIMUS IV GENE-Z MAINBOARD
170 M:      Tristan Corrick <tristan@corrick.kiwi>
171 S:      Maintained
172 F:      src/mainboard/asus/maximus_iv_gene-z/
174 ASUS P5QC PRO MAINBOARD & VARIANTS
175 M:      Angel Pons <th3fanbus@gmail.com>
176 S:      Maintained
177 F:      src/mainboard/asus/p5qc/
179 ASUS P5QPL-AM MAINBOARD & VARIANTS
180 M:      Angel Pons <th3fanbus@gmail.com>
181 S:      Maintained
182 F:      src/mainboard/asus/p5qpl-am/
184 ASUS P8H61-M LX MAINBOARD
185 M:      Tristan Corrick <tristan@corrick.kiwi>
186 S:      Maintained
187 F:      src/mainboard/asus/p8h61-m_lx/
189 ASUS P8H61-M LX3 R2.0 MAINBOARD
190 M:      Angel Pons <th3fanbus@gmail.com>
191 S:      Maintained
192 F:      src/mainboard/asus/p8h61-m_lx3_r2_0/
194 ASUS P8H61-M PRO MAINBOARD
195 M:      Angel Pons <th3fanbus@gmail.com>
196 S:      Maintained
197 F:      src/mainboard/asus/p8h61-m_pro/
199 ASUS P8Z77-M PRO MAINBOARD
200 M:      Vlado Cibic <vladocb@protonmail.com>
201 S:      Maintained
202 F:      src/mainboard/asus/p8z77-m_pro/
204 ASUS P8Z77-V LX2 MAINBOARD
205 M:      Angel Pons <th3fanbus@gmail.com>
206 S:      Maintained
207 F:      src/mainboard/asus/p8z77-v_lx2/
211 CLEVO MAINBOARDS
212 M:      Felix Singer <felixsinger@posteo.net>
213 M:      Michael Niewöhner <foss@mniewoehner.de>
214 S:      Supported
215 F:      src/mainboard/clevo/
219 FACEBOOK FBG1701 MAINBOARD
220 M:      Frans Hendriks <fhendriks@eltan.com>
221 M:      Wim Vervoorn <wvervoorn@eltan.com>
222 S:      Maintained
223 F:      src/mainboard/facebook/fbg1701/
225 FACEBOOK MONOLITH MAINBOARD
226 M:      Frans Hendriks <fhendriks@eltan.com>
227 M:      Wim Vervoorn <wvervoorn@eltan.com>
228 S:      Maintained
229 F:      src/mainboard/facebook/monolith/
233 GETAC P470 MAINBOARD
234 M:      Patrick Georgi <patrick@georgi.software>
235 S:      Maintained
236 F:      src/mainboard/getac/p470/
240 GIGABYTE GA-G41M-ES2L MAINBOARD
241 M:      Damien Zammit <damien@zamaudio.com>
242 S:      Odd Fixes
243 F:      src/mainboard/gigabyte/ga-g41m-es2l/
245 GIGABYTE GA-H61M SERIES MAINBOARDS
246 M:      Angel Pons <th3fanbus@gmail.com>
247 S:      Maintained
248 F:      src/mainboard/gigabyte/ga-h61m-series/
252 GOOGLE PANTHER MAINBOARD
253 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
254 S:      Supported
255 F:      src/mainboard/google/panther/
257 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
258 M:      Matt DeVillier <MrChromebox@gmail.com>
259 S:      Maintained
260 F:      src/mainboard/google/auron/
261 F:      src/mainboard/google/beltino/
262 F:      src/mainboard/google/butterfly/
263 F:      src/mainboard/google/cyan/
264 F:      src/mainboard/google/glados/
265 F:      src/mainboard/google/jecht/
266 F:      src/mainboard/google/link/
267 F:      src/mainboard/google/parrot/
268 F:      src/mainboard/google/slippy/
269 F:      src/mainboard/google/stout/
273 INTEL D510MO MAINBOARD
274 M:      Damien Zammit <damien@zamaudio.com>
275 S:      Odd Fixes
276 F:      src/mainboard/intel/d510mo/
278 INTEL STRAGO MAINBOARD
279 M:      Hannah Williams <hannah.williams@intel.com>
280 S:      Supported
281 F:      /src/mainboard/intel/strago/
285 KONTRON BSL6 MAINBOARD
286 M:      Felix Singer <felixsinger@posteo.net>
287 M:      Nico Huber <nico.h@gmx.de>
288 S:      Supported
289 F:      src/mainboard/kontron/bsl6/
291 KONTRON MAL10 MAINBOARD
292 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
293 M:      Nico Huber <nico.h@gmx.de>
294 M:      Felix Singer <felixsinger@posteo.net>
295 S:      Supported
296 F:      src/mainboard/kontron/mal10/
300 LENOVO MAINBOARDS
301 M:      Alexander Couzens <lynxis@fe80.eu>
302 M:      Patrick Rudolph <siro@das-labor.org>
303 S:      Maintained
304 F:      src/mainboard/lenovo/
306 LENOVO G505S MAINBOARD
307 M:      Mike Banon <mikebdp2@gmail.com>
308 S:      Maintained
309 F:      src/mainboard/lenovo/g505s/
313 LIBRETREND LT1000 MAINBOARD
314 M:      Piotr Król <piotr.krol@3mdeb.com>
315 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
316 S:      Maintained
317 F:      src/mainboard/libretrend/lt1000/
320 OCP DELTALAKE MAINBOARD
321 M:      Jonathan Zhang <jonzhang@fb.com>
322 M:      Reddy Chagam <anjaneya.chagam@intel.com>
323 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
324 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
325 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
326 M:      Bryant Ou <Bryant.Ou@quantatw.com>
327 S:      Supported
328 F:      src/mainboard/ocp/deltalake/
330 OCP TIOGAPASS MAINBOARD
331 M:      Jonathan Zhang <jonzhang@fb.com>
332 M:      Reddy Chagam <anjaneya.chagam@intel.com>
333 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
334 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
335 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
336 M:      Bryant Ou <Bryant.Ou@quantatw.com>
337 S:      Maintained
338 F:      src/mainboard/ocp/tiogapass/
342 OPENCELLULAR MAINBOARDS
343 M:      Christian Walter <christian.walter@9elements.com>
344 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
345 S:      Supported
346 F:      src/mainboard/opencellular/elgon/
350 PC ENGINES ALL MAINBOARDS
351 M:      Piotr Król <piotr.krol@3mdeb.com>
352 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
353 S:      Supported
354 F:      src/mainboard/pcengines/
358 PORTWELL PQ-M107 MAINBOARD
359 M:      Frans Hendriks <fhendriks@eltan.com>
360 M:      Wim Vervoorn <wvervoorn@eltan.com>
361 S:      Maintained
362 F:      src/mainboard/portwell/m107/
366 PROTECTLI ALL MAINBOARDS
367 M:      Piotr Król <piotr.krol@3mdeb.com>
368 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
369 S:      Maintained
370 F:      src/mainboard/protectli/
374 PRODRIVE HERMES MAINBOARD
375 M:      Christian Walter <christian.walter@9elements.com>
376 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
377 S:      Maintained
378 F:      src/mainboard/prodrive/hermes/
382 PURISM MAINBOARDS
383 M:      Matt DeVillier <matt.devillier@puri.sm>
384 S:      Supported
385 F:      src/mainboard/purism/
389 SAMSUNG CHROMEOS MAINBOARDS
390 M:      Matt DeVillier <MrChromebox@gmail.com>
391 S:      Maintained
392 F:      src/mainboard/samsung/lumpy/
393 F:      src/mainboard/samsung/stumpy/
397 SIEMENS CHILI MAINBAORD
398 M:      Felix Singer <felixsinger@posteo.net>
399 M:      Nico Huber <nico.h@gmx.de>
400 S:      Supported
401 F:      src/mainboard/siemens/chili/
403 SIEMENS MC_xxxx MAINBOARDS
404 M:      Werner Zeh <werner.zeh@siemens.com>
405 S:      Maintained
406 F:      src/mainboard/siemens/mc_apl1/
410 SYSTEM76 MAINBOARDS
411 M:      Jeremy Soller <jeremy@system76.com>
412 S:      Maintained
413 F:      src/mainboard/system76/
417 SUPERMICRO X10SLM+-F MAINBOARD
418 M:      Tristan Corrick <tristan@corrick.kiwi>
419 S:      Maintained
420 F:      src/mainboard/supermicro/x10slm-f/
422 SUPERMICRO X11-LGA1151-SERIES
423 M:      Michael Niewöhner <foss@mniewoehner.de>
424 S:      Maintained
425 F:      src/mainboard/supermicro/x11-lga1151-series/
427 ################################################################################
428 # Architectures
429 ################################################################################
431 ARM ARCHITECTURE
432 M:      Julius Werner <jwerner@chromium.org>
433 S:      Supported
434 F:      src/arch/arm/
435 F:      src/arch/arm64/
436 F:      src/soc/nvidia/
437 F:      src/soc/rockchip/
438 F:      util/nvidia/
439 F:      util/rockchip/
441 PPC64 ARCHITECTURE
442 M:      Ronald Minnich <rminnich@gmail.com>
443 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
444 S:      Maintained
445 F:      src/arch/ppc64/
446 F:      src/cpu/qemu-power8/
447 F:      src/mainboard/emulation/qemu-power8/
449 RISC-V ARCHITECTURE
450 M:      Ronald Minnich <rminnich@gmail.com>
451 R:      Philipp Hug <philipp@hug.cx>
452 S:      Maintained
453 F:      src/arch/riscv/
454 F:      src/soc/sifive/
455 F:      src/soc/ucb/
456 F:      src/mainboard/emulation/*-riscv/
457 F:      src/mainboard/sifive/
458 F:      util/riscv/
460 X86 ARCHITECTURE
461 F:      src/arch/x86/
462 F:      src/cpu/x86/
463 F:      src/drivers/pc80/
464 F:      src/include/pc80/
465 F:      src/include/cpu/x86/
467 ################################################################################
468 # Embedded Controllers
469 ################################################################################
471 LENOVO EC
472 M:      Alexander Couzens <lynxis@fe80.eu>
473 S:      Maintained
474 F:      src/ec/lenovo/
476 SYSTEM76 EC
477 M:      Jeremy Soller <jeremy@system76.com>
478 S:      Maintained
479 F:      src/ec/system76/
481 ################################################################################
482 # Northbridges
483 ################################################################################
485 INTEL HASWELL NORTHBRIDGE
486 M:      Angel Pons <th3fanbus@gmail.com>
487 S:      Maintained
488 F:      src/northbridge/intel/haswell/
490 INTEL PINEVIEW CHIPSET
491 M:      Damien Zammit <damien@zamaudio.com>
492 M:      Angel Pons <th3fanbus@gmail.com>
493 S:      Odd Fixes
494 F:      src/northbridge/intel/pineview/
496 INTEL SANDYBRIDGE NORTHBRIDGE
497 M:      Angel Pons <th3fanbus@gmail.com>
498 S:      Maintained
499 F:      src/northbridge/intel/sandybridge/
501 INTEL X4X CHIPSET
502 M:      Damien Zammit <damien@zamaudio.com>
503 M:      Angel Pons <th3fanbus@gmail.com>
504 S:      Odd Fixes
505 F:      src/northbridge/intel/x4x/
507 ################################################################################
508 # Platforms
509 ################################################################################
511 AMD SUPPORT
512 F:      src/vendorcode/amd/
513 F:      src/cpu/amd/
514 F:      src/northbridge/amd/
515 F:      src/southbridge/amd/
516 F:      src/include/cpu/amd/
518 INTEL SUPPORT
519 M:      Patrick Rudolph <siro@das-labor.org>
520 S:      Maintained
521 F:      src/vendorcode/intel/
522 F:      src/cpu/intel/
523 F:      src/northbridge/intel/
524 F:      src/southbridge/intel/
525 F:      src/soc/intel/
526 F:      src/drivers/intel/
527 F:      src/include/cpu/intel/
529 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
530 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
531 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
532 M:      Michal Motyl <michalx.motyl@intel.com>
533 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
534 S:      Maintained
535 F:      src/mainboard/intel/harcuvar/
536 F:      src/soc/intel/denverton_ns/
538 INTEL FSP 1.1
539 M:      Lee Leahy <leroy.p.leahy@intel.com>
540 M:      Huang Jin <huang.jin@intel.com>
541 M:      York Yang <york.yang@intel.com>
542 S:      Supported
543 F:      src/drivers/intel/fsp1_1/
545 INTEL FSP 2.0
546 M:      Andrey Petrov <andrey.petrov@gmail.com>
547 S:      Maintained
548 F:      src/drivers/intel/fsp2_0/
550 ################################################################################
551 # Systems on a Chip
552 ################################################################################
554 AMD Picasso
555 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
556 M:      Felix Held <felix-coreboot@felixheld.de>
557 M:      Jason Glenesk <jason.glenesk@gmail.com>
558 S:      Maintained
559 F:      src/soc/amd/picasso/
560 F:      src/vendorcode/amd/fsp/picasso/
562 INTEL APOLLOLAKE_SOC
563 M:      Andrey Petrov <andrey.petrov@gmail.com>
564 S:      Maintained
565 F:      src/soc/intel/apollolake/
567 INTEL BRASWELL SOC
568 M:      Piotr Król <piotr.krol@3mdeb.com>
569 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
570 M:      Frans Hendriks <fhendriks@eltan.com>
571 S:      Maintained
572 F:      /src/soc/intel/braswell/
573 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
575 INTEL Xeon Sacalable Processor Family
576 M:      Jonathan Zhang <jonzhang@fb.com>
577 M:      Reddy Chagam <anjaneya.chagam@intel.com>
578 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
579 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
580 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
581 M:      Bryant Ou <Bryant.Ou@quantatw.com>
582 S:      Supported
583 F:      src/soc/intel/xeon_sp
584 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
585 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
587 MEDIATEK SOCS
588 M:      Hung-Te Lin <hungte@chromium.org>
589 S:      Supported
590 F:      src/soc/mediatek/
592 ORPHANED ARM SOCS
593 S:      Orphaned
594 F:      src/cpu/armltd/
595 F:      src/soc/ti/
596 F:      src/soc/qualcomm/
597 F:      src/soc/samsung/
598 F:      util/exynos/
599 F:      util/ipqheader/
601 ################################################################################
602 # Payloads
603 ################################################################################
605 NVRAM
606 F:      util/nvramtool/
607 F:      payloads/nvramcui/
609 LIBPAYLOAD
610 F:      payloads/libpayload/
612 COREINFO PAYLOAD
613 F:      payloads/coreinfo/
615 EXTERNAL PAYLOADS INTEGRATION
616 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
617 M:      Martin Roth <gaumless@gmail.com>
618 F:      payloads/external/
620 LINUXBOOT PAYLOAD INTEGRATION
621 M:      Christian Walter <christian.walter@9elements.com>
622 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
623 S:      Supported
624 F:      payloads/external/LinuxBoot/
626 ################################################################################
627 # Utilities
628 ################################################################################
630 ABUILD
631 M:      Patrick Georgi <patrick@georgi-clan.de>
632 M:      Martin Roth <gaumless@gmail.com>
633 S:      Supported
634 F:      util/abuild/
636 BOARD STATUS
637 F:      util/board_status/
639 BUILD SYSTEM
640 M:      Patrick Georgi <patrick@georgi-clan.de>
641 M:      Martin Roth <gaumless@gmail.com>
642 S:      Supported
643 F:      Makefile
644 F:      *.inc
645 F:      src/include/kconfig.h
646 F:      util/kconfig/
647 F:      util/sconfig/
648 F:      util/xcompile/
649 F:      util/genbuild_h/
651 TOOLCHAIN
652 F:      util/crossgcc/
654 DOCKER
655 M:      Martin Roth <gaumless@gmail.com>
656 S:      Supported
657 F:      util/docker/
660 F:      .git*
661 F:      /util/gitconfig
663 LINT SCRIPTS
664 M:      Patrick Georgi <patrick@georgi-clan.de>
665 M:      Martin Roth <gaumless@gmail.com>
666 S:      Supported
667 F:      util/lint/
669 IFDTOOL
670 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
671 F:      util/ifdtool/
673 INTELTOOL
674 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
675 F:      util/inteltool/
677 INTELMETOOL
678 M:      Christian Walter <christian.walter@9elements.com>
679 F:      util/intelmetool/
681 ME_CLEANER
682 M:      Nicola Corna <nicola@corna.info>
683 W:      https://github.com/corna/me_cleaner
684 S:      Maintained
685 F:      util/me_cleaner/
687 ################################################################################
688 # Miscellaneous
689 ################################################################################
691 ASPEED AST2050 DRIVER & COMMON CODE
692 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
693 S:      Supported
694 F:      src/drivers/aspeed/common/
695 F:      src/drivers/aspeed/ast2050/
697 ACPI
698 F:      src/acpi/
699 F:      src/arch/x86/acpi/
700 F:      util/acpi/
702 LZ4 COMPRESSION
703 M:      Julius Werner <jwerner@chromium.org>
704 S:      Supported
705 F:      src/commonlib/lz4*
706 F:      payloads/libpayload/liblz4/
707 F:      util/cbfstool/lz4/
709 BINARY OBJECTS
710 F:      3rdparty/blobs/
712 VERIFIED BOOT
713 F:      3rdparty/vboot/
714 F:      src/vendorcode/google/chromeos/
715 F:      src/include/tpm.h
716 F:      src/include/tpm_lite/
718 RESOURCE ALLOCATOR
719 F:      src/device/*
720 F:      src/include/device/
721 F:      src/include/cpu/cpu.h
723 OPTION ROM EXECUTION & X86EMU
724 F:      src/device/oprom/
726 CBFS
727 M:      Julius Werner <jwerner@chromium.org>
728 F:      src/include/cbfs*
729 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
730 F:      src/commonlib/bsd/cbfs*
731 F:      src/lib/cbfs.c
733 CBFSTOOL
734 F:      util/cbfstool/
736 CBMEM
737 F:      src/include/cbmem.h
738 F:      src/include/cbmem_id.h
739 F:      util/cbmem/
741 CONSOLE
742 F:      src/console/
743 F:      src/include/console/
744 F:      src/drivers/uart/
746 VERIFIED BOOT 2
747 M:      Aaron Durbin <adurbin@chromium.org>
748 F:      src/security/vboot/
750 TPM SUPPORT
751 M:      Christian Walter <christian.walter@9elements.com>
752 S:      Supported
753 F:      src/drivers/*/tpm/
754 F:      src/security/tpm/
756 SUPERIOS & SUPERIOTOOL
757 M:      Felix Held <felix-coreboot@felixheld.de>
758 S:      Maintained
759 F:      src/superio/
760 F:      util/superiotool/
762 MEMLAYOUT
763 M:      Julius Werner <jwerner@chromium.org>
764 S:      Supported
765 F:      */memlayout.h
766 F:      *.ld
768 ELTAN VENDORCODE
769 M:      Frans Hendriks <fhendriks@eltan.com>
770 M:      Wim Vervoorn <wvervoorn@eltan.com>
771 S:      Maintained
772 F:      src/vendorcode/eltan/
774 MISSING: TIMERS / DELAYS
776 MISSING: TIMESTAMPS
778 MISSING: FMAP
780 MISSING: GPIO
782 MISSING: SMP
784 MISSING: DMP / QEMU-X86
786 MISSING: ELOG
788 MISSING: SPI
790 # *** Infrastructure Owners ***
791 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
792 # Hardware
793 #       Owners: Stefan, Patrick
794 #       Backups:
796 # Web Server
797 #       Owners: Stefan, Patrick
798 #       Backups:
800 # Website
801 #       Owners: Martin
802 #       Backups: Patrick, Stefan
804 # Documentation Website
805 #       Owners: Patrick
806 #       Backups:
808 CODE OF CONDUCT
809 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
810 M:      Patrick Georgi <patrick@coreboot.org>
811 M:      Ronald Minnich <rminnich@coreboot.org>
812 M:      Martin Roth <martin@coreboot.org>
813 S:      Maintained
814 F:      Documentation/community/code_of_conduct.md
816 # Wiki
817 #       Owners: Stefan, Patrick
818 #       Backups:
820 # Gerrit
821 #       Owners: Stefan, Patrick
822 #       Backups: Martin
824 # Jenkins
825 #       Owners: Patrick, Martin
826 #       Backups:
828 # Bug Tracker
829 #       Owners: Lynxis,
830 #       Backups: Martin,
832 # Mailing List
833 #       Owners: Stefan, Patrick
834 #       Backups: Martin,
836 # Software Freedom Conservancy
837 #       Main contact: Martin
838 #       “Official” contact: Stefan