soc/intel/common/block/chip: Refactor chip_get_common_soc_structure()
[coreboot.git] / MAINTAINERS
blob4020accc0c35e9a737fb7cfde2f723a52cfad85b
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 FACEBOOK FBG1701 MAINBOARD
212 M:      Frans Hendriks <fhendriks@eltan.com>
213 M:      Wim Vervoorn <wvervoorn@eltan.com>
214 S:      Maintained
215 F:      src/mainboard/facebook/fbg1701/
217 FACEBOOK MONOLITH MAINBOARD
218 M:      Frans Hendriks <fhendriks@eltan.com>
219 M:      Wim Vervoorn <wvervoorn@eltan.com>
220 S:      Maintained
221 F:      src/mainboard/facebook/monolith/
225 GETAC P470 MAINBOARD
226 M:      Patrick Georgi <patrick@georgi.software>
227 S:      Maintained
228 F:      src/mainboard/getac/p470
232 GIGABYTE GA-G41M-ES2L MAINBOARD
233 M:      Damien Zammit <damien@zamaudio.com>
234 S:      Odd Fixes
235 F:      src/mainboard/gigabyte/ga-g41m-es2l
237 GIGABYTE GA-H61M SERIES MAINBOARDS
238 M:      Angel Pons <th3fanbus@gmail.com>
239 S:      Maintained
240 F:      src/mainboard/gigabyte/ga-h61m-series
244 GOOGLE PANTHER MAINBOARD
245 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
246 S:      Supported
247 F:      src/mainboard/google/panther/
249 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
250 M:      Matt DeVillier <MrChromebox@gmail.com>
251 S:      Maintained
252 F:      src/mainboard/google/auron/
253 F:      src/mainboard/google/beltino/
254 F:      src/mainboard/google/butterfly/
255 F:      src/mainboard/google/cyan/
256 F:      src/mainboard/google/glados/
257 F:      src/mainboard/google/jecht/
258 F:      src/mainboard/google/link/
259 F:      src/mainboard/google/parrot/
260 F:      src/mainboard/google/slippy/
261 F:      src/mainboard/google/stout/
265 INTEL D510MO MAINBOARD
266 M:      Damien Zammit <damien@zamaudio.com>
267 S:      Odd Fixes
268 F:      src/mainboard/intel/d510mo
270 INTEL STRAGO MAINBOARD
271 M:      Hannah Williams <hannah.williams@intel.com>
272 S:      Supported
273 F:      /src/mainboard/intel/strago/
277 LENOVO MAINBOARDS
278 M:      Alexander Couzens <lynxis@fe80.eu>
279 M:      Patrick Rudolph <siro@das-labor.org>
280 S:      Maintained
281 F:      src/mainboard/lenovo/
283 LENOVO G505S MAINBOARD
284 M:      Mike Banon <mikebdp2@gmail.com>
285 S:      Maintained
286 F:      src/mainboard/lenovo/g505s/
290 LIBRETREND LT1000 MAINBOARD
291 M:      Piotr Król <piotr.krol@3mdeb.com>
292 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
293 S:      Maintained
294 F:      src/mainboard/libretrend/lt1000
297 OCP DELTALAKE MAINBOARD
298 M:      Jonathan Zhang <jonzhang@fb.com>
299 M:      Reddy Chagam <anjaneya.chagam@intel.com>
300 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
301 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
302 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
303 M:      Bryant Ou <Bryant.Ou@quantatw.com>
304 S:      Supported
305 F:      src/mainboard/ocp/deltalake
307 OCP TIOGAPASS MAINBOARD
308 M:      Jonathan Zhang <jonzhang@fb.com>
309 M:      Reddy Chagam <anjaneya.chagam@intel.com>
310 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
311 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
312 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
313 M:      Bryant Ou <Bryant.Ou@quantatw.com>
314 S:      Maintained
315 F:      src/mainboard/ocp/tiogapass
319 OPENCELLULAR MAINBOARDS
320 M:      Christian Walter <christian.walter@9elements.com>
321 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
322 S:      Supported
323 F:      src/mainboard/opencellular/elgon/
327 PC ENGINES ALL MAINBOARDS
328 M:      Piotr Król <piotr.krol@3mdeb.com>
329 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
330 S:      Supported
331 F:      src/mainboard/pcengines/
335 PORTWELL PQ-M107 MAINBOARD
336 M:      Frans Hendriks <fhendriks@eltan.com>
337 M:      Wim Vervoorn <wvervoorn@eltan.com>
338 S:      Maintained
339 F:      src/mainboard/portwell/m107/
343 PROTECTLI ALL MAINBOARDS
344 M:      Piotr Król <piotr.krol@3mdeb.com>
345 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
346 S:      Maintained
347 F:      src/mainboard/protectli/
351 PRODRIVE HERMES MAINBOARD
352 M:      Christian Walter <christian.walter@9elements.com>
353 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
354 S:      Maintained
355 F:      src/mainboard/prodrive/hermes
359 PURISM MAINBOARDS
360 M:      Matt DeVillier <matt.devillier@puri.sm>
361 S:      Supported
362 F:      src/mainboard/purism
366 SAMSUNG CHROMEOS MAINBOARDS
367 M:      Matt DeVillier <MrChromebox@gmail.com>
368 S:      Maintained
369 F:      src/mainboard/samsung/lumpy/
370 F:      src/mainboard/samsung/stumpy/
374 SIEMENS MC_xxxx MAINBOARDS
375 M:      Werner Zeh <werner.zeh@siemens.com>
376 S:      Maintained
377 F:      src/mainboard/siemens/mc_apl1/
381 SYSTEM76 MAINBOARDS
382 M:      Jeremy Soller <jeremy@system76.com>
383 S:      Maintained
384 F:      src/mainboard/system76/
388 SUPERMICRO X10SLM+-F MAINBOARD
389 M:      Tristan Corrick <tristan@corrick.kiwi>
390 S:      Maintained
391 F:      src/mainboard/supermicro/x10slm-f/
393 SUPERMICRO X11-LGA1151-SERIES
394 M:      Michael Niewöhner <foss@mniewoehner.de>
395 S:      Maintained
396 F:      src/mainboard/supermicro/x11-lga1151-series
398 ################################################################################
399 # Architectures
400 ################################################################################
402 ARM ARCHITECTURE
403 M:      Julius Werner <jwerner@chromium.org>
404 S:      Supported
405 F:      src/arch/arm/
406 F:      src/arch/arm64/
407 F:      src/soc/nvidia/
408 F:      src/soc/rockchip/
409 F:      util/nvidia/
410 F:      util/rockchip/
412 PPC64 ARCHITECTURE
413 M:      Ronald Minnich <rminnich@gmail.com>
414 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
415 S:      Maintained
416 F:      src/arch/ppc64/
417 F:      src/cpu/qemu-power8/
418 F:      src/mainboard/emulation/qemu-power8/
420 RISC-V ARCHITECTURE
421 M:      Ronald Minnich <rminnich@gmail.com>
422 R:      Philipp Hug <philipp@hug.cx>
423 S:      Maintained
424 F:      src/arch/riscv/
425 F:      src/soc/sifive/
426 F:      src/soc/ucb/
427 F:      src/mainboard/emulation/*-riscv/
428 F:      src/mainboard/sifive/
429 F:      util/riscv/
431 X86 ARCHITECTURE
432 F:      src/arch/x86/
433 F:      src/cpu/x86/
434 F:      src/drivers/pc80/
435 F:      src/include/pc80/
436 F:      src/include/cpu/x86/
438 ################################################################################
439 # Embedded Controllers
440 ################################################################################
442 LENOVO EC
443 M:      Alexander Couzens <lynxis@fe80.eu>
444 S:      Maintained
445 F:      src/ec/lenovo/
447 SYSTEM76 EC
448 M:      Jeremy Soller <jeremy@system76.com>
449 S:      Maintained
450 F:      src/ec/system76/
452 ################################################################################
453 # Northbridges
454 ################################################################################
456 INTEL HASWELL NORTHBRIDGE
457 M:      Angel Pons <th3fanbus@gmail.com>
458 S:      Maintained
459 F:      src/northbridge/intel/haswell/
461 INTEL PINEVIEW CHIPSET
462 M:      Damien Zammit <damien@zamaudio.com>
463 M:      Angel Pons <th3fanbus@gmail.com>
464 S:      Odd Fixes
465 F:      src/northbridge/intel/pineview/
467 INTEL SANDYBRIDGE NORTHBRIDGE
468 M:      Angel Pons <th3fanbus@gmail.com>
469 S:      Maintained
470 F:      src/northbridge/intel/sandybridge/
472 INTEL X4X CHIPSET
473 M:      Damien Zammit <damien@zamaudio.com>
474 M:      Angel Pons <th3fanbus@gmail.com>
475 S:      Odd Fixes
476 F:      src/northbridge/intel/x4x/
478 ################################################################################
479 # Platforms
480 ################################################################################
482 AMD SUPPORT
483 F:      src/vendorcode/amd/
484 F:      src/cpu/amd/
485 F:      src/northbridge/amd/
486 F:      src/southbridge/amd/
487 F:      src/include/cpu/amd/
489 INTEL SUPPORT
490 M:      Patrick Rudolph <siro@das-labor.org>
491 S:      Maintained
492 F:      src/vendorcode/intel/
493 F:      src/cpu/intel/
494 F:      src/northbridge/intel/
495 F:      src/southbridge/intel/
496 F:      src/soc/intel/
497 F:      src/drivers/intel/
498 F:      src/include/cpu/intel/
500 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
501 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
502 M:      David Guckian <david.guckian@intel.com>
503 S:      Odd Fixes
504 F:      src/mainboard/intel/harcuvar/
505 F:      src/soc/intel/denverton_ns/
506 F:      src/vendorcode/intel/fsp/fsp2_0/denverton_ns/
508 INTEL FSP 1.1
509 M:      Lee Leahy <leroy.p.leahy@intel.com>
510 M:      Huang Jin <huang.jin@intel.com>
511 M:      York Yang <york.yang@intel.com>
512 S:      Supported
513 F:      src/drivers/intel/fsp1_1/
515 INTEL FSP 2.0
516 M:      Andrey Petrov <andrey.petrov@gmail.com>
517 S:      Maintained
518 F:      src/drivers/intel/fsp2_0/
520 ################################################################################
521 # Systems on a Chip
522 ################################################################################
524 INTEL APOLLOLAKE_SOC
525 M:      Andrey Petrov <andrey.petrov@gmail.com>
526 S:      Maintained
527 F:      src/soc/intel/apollolake/
529 INTEL BRASWELL SOC
530 M:      Piotr Król <piotr.krol@3mdeb.com>
531 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
532 M:      Frans Hendriks <fhendriks@eltan.com>
533 S:      Maintained
534 F:      /src/soc/intel/braswell
535 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell
537 INTEL Xeon Sacalable Processor Family
538 M:      Jonathan Zhang <jonzhang@fb.com>
539 M:      Reddy Chagam <anjaneya.chagam@intel.com>
540 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
541 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
542 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
543 M:      Bryant Ou <Bryant.Ou@quantatw.com>
544 S:      Supported
545 F:      src/soc/intel/xeon_sp
546 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp
547 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp
549 MEDIATEK SOCS
550 M:      Hung-Te Lin <hungte@chromium.org>
551 S:      Supported
552 F:      src/soc/mediatek
554 ORPHANED ARM SOCS
555 S:      Orphaned
556 F:      src/cpu/armltd/
557 F:      src/soc/ti/
558 F:      src/soc/qualcomm/
559 F:      src/soc/samsung/
560 F:      util/exynos/
561 F:      util/ipqheader/
563 ################################################################################
564 # Payloads
565 ################################################################################
567 NVRAM
568 F:      util/nvramtool/
569 F:      payloads/nvramcui/
571 LIBPAYLOAD
572 F:      payloads/libpayload/
574 COREINFO PAYLOAD
575 F:      payloads/coreinfo/
577 EXTERNAL PAYLOADS INTEGRATION
578 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
579 M:      Martin Roth <gaumless@gmail.com>
580 F:      payloads/external
582 LINUXBOOT PAYLOAD INTEGRATION
583 M:      Christian Walter <christian.walter@9elements.com>
584 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
585 S:      Supported
586 F:      payloads/external/LinuxBoot
588 ################################################################################
589 # Utilities
590 ################################################################################
592 ABUILD
593 M:      Patrick Georgi <patrick@georgi-clan.de>
594 M:      Martin Roth <gaumless@gmail.com>
595 S:      Supported
596 F:      util/abuild/
598 BOARD STATUS
599 F:      util/board_status/
601 BUILD SYSTEM
602 M:      Patrick Georgi <patrick@georgi-clan.de>
603 M:      Martin Roth <gaumless@gmail.com>
604 S:      Supported
605 F:      Makefile
606 F:      *.inc
607 F:      src/include/kconfig.h
608 F:      util/kconfig/
609 F:      util/sconfig/
610 F:      util/xcompile/
611 F:      util/genbuild_h/
613 TOOLCHAIN
614 F:      util/crossgcc/
616 DOCKER
617 M:      Martin Roth <gaumless@gmail.com>
618 S:      Supported
619 F:      util/docker/
622 F:      .git*
623 F:      /util/gitconfig
625 LINT SCRIPTS
626 M:      Patrick Georgi <patrick@georgi-clan.de>
627 M:      Martin Roth <gaumless@gmail.com>
628 S:      Supported
629 F:      util/lint/
631 IFDTOOL
632 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
633 F:      util/ifdtool/
635 INTELTOOL
636 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
637 F:      util/inteltool/
639 INTELMETOOL
640 M:      Christian Walter <christian.walter@9elements.com>
641 F:      util/intelmetool/
643 ME_CLEANER
644 M:      Nicola Corna <nicola@corna.info>
645 W:      https://github.com/corna/me_cleaner
646 S:      Maintained
647 F:      util/me_cleaner/
649 ################################################################################
650 # Miscellaneous
651 ################################################################################
653 ASPEED AST2050 DRIVER & COMMON CODE
654 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
655 S:      Supported
656 F:      src/drivers/aspeed/common/
657 F:      src/drivers/aspeed/ast2050/
659 ACPI
660 F:      src/acpi/
661 F:      src/arch/x86/acpi/
662 F:      util/acpi/
664 LZ4 COMPRESSION
665 M:      Julius Werner <jwerner@chromium.org>
666 S:      Supported
667 F:      src/commonlib/lz4*
668 F:      payloads/libpayload/liblz4/
669 F:      util/cbfstool/lz4/
671 BINARY OBJECTS
672 F:      3rdparty/blobs/
674 VERIFIED BOOT
675 F:      3rdparty/vboot/
676 F:      src/vendorcode/google/chromeos/
677 F:      src/include/tpm.h
678 F:      src/include/tpm_lite/
680 RESOURCE ALLOCATOR
681 F:      src/device/*
682 F:      src/include/device/
683 F:      src/include/cpu/cpu.h
685 OPTION ROM EXECUTION & X86EMU
686 F:      src/device/oprom/
688 CBFS
689 F:      src/include/cbfs.h
690 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs_serialized.h
691 F:      util/cbfstool/
693 CBMEM
694 F:      src/include/cbmem.h
695 F:      src/include/cbmem_id.h
696 F:      util/cbmem/
698 CONSOLE
699 F:      src/console/
700 F:      src/include/console/
701 F:      src/drivers/uart/
703 VERIFIED BOOT 2
704 M:      Aaron Durbin <adurbin@chromium.org>
705 F:      src/security/vboot/
707 TPM SUPPORT
708 M:      Christian Walter <christian.walter@9elements.com>
709 S:      Supported
710 F:      src/drivers/*/tpm/
711 F:      src/security/tpm
713 SUPERIOS & SUPERIOTOOL
714 M:      Felix Held <felix-coreboot@felixheld.de>
715 S:      Maintained
716 F:      src/superio/
717 F:      util/superiotool/
719 MEMLAYOUT
720 M:      Julius Werner <jwerner@chromium.org>
721 S:      Supported
722 F:      */memlayout.h
723 F:      *.ld
725 ELTAN VENDORCODE
726 M:      Frans Hendriks <fhendriks@eltan.com>
727 M:      Wim Vervoorn <wvervoorn@eltan.com>
728 S:      Maintained
729 F:      src/vendorcode/eltan
731 MISSING: TIMERS / DELAYS
733 MISSING: TIMESTAMPS
735 MISSING: FMAP
737 MISSING: GPIO
739 MISSING: SMP
741 MISSING: DMP / QEMU-X86
743 MISSING: ELOG
745 MISSING: SPI
747 # *** Infrastructure Owners ***
748 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
749 # Hardware
750 #       Owners: Stefan, Patrick
751 #       Backups:
753 # Web Server
754 #       Owners: Stefan, Patrick
755 #       Backups:
757 # Website
758 #       Owners: Martin
759 #       Backups: Patrick, Stefan
761 # Documentation Website
762 #       Owners: Patrick
763 #       Backups:
765 CODE OF CONDUCT
766 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
767 M:      Patrick Georgi <patrick@coreboot.org>
768 M:      Ronald Minnich <rminnich@coreboot.org>
769 M:      Martin Roth <martin@coreboot.org>
770 S:      Maintained
771 F:      Documentation/community/code_of_conduct.md
773 # Wiki
774 #       Owners: Stefan, Patrick
775 #       Backups:
777 # Gerrit
778 #       Owners: Stefan, Patrick
779 #       Backups: Martin
781 # Jenkins
782 #       Owners: Patrick, Martin
783 #       Backups:
785 # Bug Tracker
786 #       Owners: Lynxis,
787 #       Backups: Martin,
789 # Mailing List
790 #       Owners: Stefan, Patrick
791 #       Backups: Martin,
793 # Software Freedom Conservancy
794 #       Main contact: Martin
795 #       “Official” contact: Stefan