vc/intel/fsp/fsp2_0/cooperlake_sp: Fix WW45 FSP Memory map HOB mismatch
[coreboot.git] / MAINTAINERS
blob1f4df52c39bc2ebb42acdd47012e7e89048c54a6
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 LENOVO MAINBOARDS
286 M:      Alexander Couzens <lynxis@fe80.eu>
287 M:      Patrick Rudolph <siro@das-labor.org>
288 S:      Maintained
289 F:      src/mainboard/lenovo/
291 LENOVO G505S MAINBOARD
292 M:      Mike Banon <mikebdp2@gmail.com>
293 S:      Maintained
294 F:      src/mainboard/lenovo/g505s/
298 LIBRETREND LT1000 MAINBOARD
299 M:      Piotr Król <piotr.krol@3mdeb.com>
300 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
301 S:      Maintained
302 F:      src/mainboard/libretrend/lt1000
305 OCP DELTALAKE MAINBOARD
306 M:      Jonathan Zhang <jonzhang@fb.com>
307 M:      Reddy Chagam <anjaneya.chagam@intel.com>
308 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
309 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
310 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
311 M:      Bryant Ou <Bryant.Ou@quantatw.com>
312 S:      Supported
313 F:      src/mainboard/ocp/deltalake
315 OCP TIOGAPASS MAINBOARD
316 M:      Jonathan Zhang <jonzhang@fb.com>
317 M:      Reddy Chagam <anjaneya.chagam@intel.com>
318 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
319 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
320 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
321 M:      Bryant Ou <Bryant.Ou@quantatw.com>
322 S:      Maintained
323 F:      src/mainboard/ocp/tiogapass
327 OPENCELLULAR MAINBOARDS
328 M:      Christian Walter <christian.walter@9elements.com>
329 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
330 S:      Supported
331 F:      src/mainboard/opencellular/elgon/
335 PC ENGINES ALL MAINBOARDS
336 M:      Piotr Król <piotr.krol@3mdeb.com>
337 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
338 S:      Supported
339 F:      src/mainboard/pcengines/
343 PORTWELL PQ-M107 MAINBOARD
344 M:      Frans Hendriks <fhendriks@eltan.com>
345 M:      Wim Vervoorn <wvervoorn@eltan.com>
346 S:      Maintained
347 F:      src/mainboard/portwell/m107/
351 PROTECTLI ALL MAINBOARDS
352 M:      Piotr Król <piotr.krol@3mdeb.com>
353 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
354 S:      Maintained
355 F:      src/mainboard/protectli/
359 PRODRIVE HERMES MAINBOARD
360 M:      Christian Walter <christian.walter@9elements.com>
361 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
362 S:      Maintained
363 F:      src/mainboard/prodrive/hermes
367 PURISM MAINBOARDS
368 M:      Matt DeVillier <matt.devillier@puri.sm>
369 S:      Supported
370 F:      src/mainboard/purism
374 SAMSUNG CHROMEOS MAINBOARDS
375 M:      Matt DeVillier <MrChromebox@gmail.com>
376 S:      Maintained
377 F:      src/mainboard/samsung/lumpy/
378 F:      src/mainboard/samsung/stumpy/
382 SIEMENS MC_xxxx MAINBOARDS
383 M:      Werner Zeh <werner.zeh@siemens.com>
384 S:      Maintained
385 F:      src/mainboard/siemens/mc_apl1/
389 SYSTEM76 MAINBOARDS
390 M:      Jeremy Soller <jeremy@system76.com>
391 S:      Maintained
392 F:      src/mainboard/system76/
396 SUPERMICRO X10SLM+-F MAINBOARD
397 M:      Tristan Corrick <tristan@corrick.kiwi>
398 S:      Maintained
399 F:      src/mainboard/supermicro/x10slm-f/
401 SUPERMICRO X11-LGA1151-SERIES
402 M:      Michael Niewöhner <foss@mniewoehner.de>
403 S:      Maintained
404 F:      src/mainboard/supermicro/x11-lga1151-series/
406 ################################################################################
407 # Architectures
408 ################################################################################
410 ARM ARCHITECTURE
411 M:      Julius Werner <jwerner@chromium.org>
412 S:      Supported
413 F:      src/arch/arm/
414 F:      src/arch/arm64/
415 F:      src/soc/nvidia/
416 F:      src/soc/rockchip/
417 F:      util/nvidia/
418 F:      util/rockchip/
420 PPC64 ARCHITECTURE
421 M:      Ronald Minnich <rminnich@gmail.com>
422 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
423 S:      Maintained
424 F:      src/arch/ppc64/
425 F:      src/cpu/qemu-power8/
426 F:      src/mainboard/emulation/qemu-power8/
428 RISC-V ARCHITECTURE
429 M:      Ronald Minnich <rminnich@gmail.com>
430 R:      Philipp Hug <philipp@hug.cx>
431 S:      Maintained
432 F:      src/arch/riscv/
433 F:      src/soc/sifive/
434 F:      src/soc/ucb/
435 F:      src/mainboard/emulation/*-riscv/
436 F:      src/mainboard/sifive/
437 F:      util/riscv/
439 X86 ARCHITECTURE
440 F:      src/arch/x86/
441 F:      src/cpu/x86/
442 F:      src/drivers/pc80/
443 F:      src/include/pc80/
444 F:      src/include/cpu/x86/
446 ################################################################################
447 # Embedded Controllers
448 ################################################################################
450 LENOVO EC
451 M:      Alexander Couzens <lynxis@fe80.eu>
452 S:      Maintained
453 F:      src/ec/lenovo/
455 SYSTEM76 EC
456 M:      Jeremy Soller <jeremy@system76.com>
457 S:      Maintained
458 F:      src/ec/system76/
460 ################################################################################
461 # Northbridges
462 ################################################################################
464 INTEL HASWELL NORTHBRIDGE
465 M:      Angel Pons <th3fanbus@gmail.com>
466 S:      Maintained
467 F:      src/northbridge/intel/haswell/
469 INTEL PINEVIEW CHIPSET
470 M:      Damien Zammit <damien@zamaudio.com>
471 M:      Angel Pons <th3fanbus@gmail.com>
472 S:      Odd Fixes
473 F:      src/northbridge/intel/pineview/
475 INTEL SANDYBRIDGE NORTHBRIDGE
476 M:      Angel Pons <th3fanbus@gmail.com>
477 S:      Maintained
478 F:      src/northbridge/intel/sandybridge/
480 INTEL X4X CHIPSET
481 M:      Damien Zammit <damien@zamaudio.com>
482 M:      Angel Pons <th3fanbus@gmail.com>
483 S:      Odd Fixes
484 F:      src/northbridge/intel/x4x/
486 ################################################################################
487 # Platforms
488 ################################################################################
490 AMD SUPPORT
491 F:      src/vendorcode/amd/
492 F:      src/cpu/amd/
493 F:      src/northbridge/amd/
494 F:      src/southbridge/amd/
495 F:      src/include/cpu/amd/
497 INTEL SUPPORT
498 M:      Patrick Rudolph <siro@das-labor.org>
499 S:      Maintained
500 F:      src/vendorcode/intel/
501 F:      src/cpu/intel/
502 F:      src/northbridge/intel/
503 F:      src/southbridge/intel/
504 F:      src/soc/intel/
505 F:      src/drivers/intel/
506 F:      src/include/cpu/intel/
508 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
509 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
510 M:      David Guckian <david.guckian@intel.com>
511 S:      Odd Fixes
512 F:      src/mainboard/intel/harcuvar/
513 F:      src/soc/intel/denverton_ns/
514 F:      src/vendorcode/intel/fsp/fsp2_0/denverton_ns/
516 INTEL FSP 1.1
517 M:      Lee Leahy <leroy.p.leahy@intel.com>
518 M:      Huang Jin <huang.jin@intel.com>
519 M:      York Yang <york.yang@intel.com>
520 S:      Supported
521 F:      src/drivers/intel/fsp1_1/
523 INTEL FSP 2.0
524 M:      Andrey Petrov <andrey.petrov@gmail.com>
525 S:      Maintained
526 F:      src/drivers/intel/fsp2_0/
528 ################################################################################
529 # Systems on a Chip
530 ################################################################################
532 AMD Picasso
533 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
534 M:      Felix Held <felix-coreboot@felixheld.de>
535 M:      Jason Glenesk <jason.glenesk@gmail.com>
536 S:      Maintained
537 F:      src/soc/amd/picasso
538 F:      src/vendorcode/amd/fsp/picasso
540 INTEL APOLLOLAKE_SOC
541 M:      Andrey Petrov <andrey.petrov@gmail.com>
542 S:      Maintained
543 F:      src/soc/intel/apollolake/
545 INTEL BRASWELL SOC
546 M:      Piotr Król <piotr.krol@3mdeb.com>
547 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
548 M:      Frans Hendriks <fhendriks@eltan.com>
549 S:      Maintained
550 F:      /src/soc/intel/braswell
551 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell
553 INTEL Xeon Sacalable Processor Family
554 M:      Jonathan Zhang <jonzhang@fb.com>
555 M:      Reddy Chagam <anjaneya.chagam@intel.com>
556 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
557 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
558 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
559 M:      Bryant Ou <Bryant.Ou@quantatw.com>
560 S:      Supported
561 F:      src/soc/intel/xeon_sp
562 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp
563 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp
565 MEDIATEK SOCS
566 M:      Hung-Te Lin <hungte@chromium.org>
567 S:      Supported
568 F:      src/soc/mediatek
570 ORPHANED ARM SOCS
571 S:      Orphaned
572 F:      src/cpu/armltd/
573 F:      src/soc/ti/
574 F:      src/soc/qualcomm/
575 F:      src/soc/samsung/
576 F:      util/exynos/
577 F:      util/ipqheader/
579 ################################################################################
580 # Payloads
581 ################################################################################
583 NVRAM
584 F:      util/nvramtool/
585 F:      payloads/nvramcui/
587 LIBPAYLOAD
588 F:      payloads/libpayload/
590 COREINFO PAYLOAD
591 F:      payloads/coreinfo/
593 EXTERNAL PAYLOADS INTEGRATION
594 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
595 M:      Martin Roth <gaumless@gmail.com>
596 F:      payloads/external
598 LINUXBOOT PAYLOAD INTEGRATION
599 M:      Christian Walter <christian.walter@9elements.com>
600 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
601 S:      Supported
602 F:      payloads/external/LinuxBoot
604 ################################################################################
605 # Utilities
606 ################################################################################
608 ABUILD
609 M:      Patrick Georgi <patrick@georgi-clan.de>
610 M:      Martin Roth <gaumless@gmail.com>
611 S:      Supported
612 F:      util/abuild/
614 BOARD STATUS
615 F:      util/board_status/
617 BUILD SYSTEM
618 M:      Patrick Georgi <patrick@georgi-clan.de>
619 M:      Martin Roth <gaumless@gmail.com>
620 S:      Supported
621 F:      Makefile
622 F:      *.inc
623 F:      src/include/kconfig.h
624 F:      util/kconfig/
625 F:      util/sconfig/
626 F:      util/xcompile/
627 F:      util/genbuild_h/
629 TOOLCHAIN
630 F:      util/crossgcc/
632 DOCKER
633 M:      Martin Roth <gaumless@gmail.com>
634 S:      Supported
635 F:      util/docker/
638 F:      .git*
639 F:      /util/gitconfig
641 LINT SCRIPTS
642 M:      Patrick Georgi <patrick@georgi-clan.de>
643 M:      Martin Roth <gaumless@gmail.com>
644 S:      Supported
645 F:      util/lint/
647 IFDTOOL
648 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
649 F:      util/ifdtool/
651 INTELTOOL
652 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
653 F:      util/inteltool/
655 INTELMETOOL
656 M:      Christian Walter <christian.walter@9elements.com>
657 F:      util/intelmetool/
659 ME_CLEANER
660 M:      Nicola Corna <nicola@corna.info>
661 W:      https://github.com/corna/me_cleaner
662 S:      Maintained
663 F:      util/me_cleaner/
665 ################################################################################
666 # Miscellaneous
667 ################################################################################
669 ASPEED AST2050 DRIVER & COMMON CODE
670 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
671 S:      Supported
672 F:      src/drivers/aspeed/common/
673 F:      src/drivers/aspeed/ast2050/
675 ACPI
676 F:      src/acpi/
677 F:      src/arch/x86/acpi/
678 F:      util/acpi/
680 LZ4 COMPRESSION
681 M:      Julius Werner <jwerner@chromium.org>
682 S:      Supported
683 F:      src/commonlib/lz4*
684 F:      payloads/libpayload/liblz4/
685 F:      util/cbfstool/lz4/
687 BINARY OBJECTS
688 F:      3rdparty/blobs/
690 VERIFIED BOOT
691 F:      3rdparty/vboot/
692 F:      src/vendorcode/google/chromeos/
693 F:      src/include/tpm.h
694 F:      src/include/tpm_lite/
696 RESOURCE ALLOCATOR
697 F:      src/device/*
698 F:      src/include/device/
699 F:      src/include/cpu/cpu.h
701 OPTION ROM EXECUTION & X86EMU
702 F:      src/device/oprom/
704 CBFS
705 M:      Julius Werner <jwerner@chromium.org>
706 F:      src/include/cbfs*
707 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
708 F:      src/commonlib/bsd/cbfs*
709 F:      src/lib/cbfs.c
711 CBFSTOOL
712 F:      util/cbfstool/
714 CBMEM
715 F:      src/include/cbmem.h
716 F:      src/include/cbmem_id.h
717 F:      util/cbmem/
719 CONSOLE
720 F:      src/console/
721 F:      src/include/console/
722 F:      src/drivers/uart/
724 VERIFIED BOOT 2
725 M:      Aaron Durbin <adurbin@chromium.org>
726 F:      src/security/vboot/
728 TPM SUPPORT
729 M:      Christian Walter <christian.walter@9elements.com>
730 S:      Supported
731 F:      src/drivers/*/tpm/
732 F:      src/security/tpm
734 SUPERIOS & SUPERIOTOOL
735 M:      Felix Held <felix-coreboot@felixheld.de>
736 S:      Maintained
737 F:      src/superio/
738 F:      util/superiotool/
740 MEMLAYOUT
741 M:      Julius Werner <jwerner@chromium.org>
742 S:      Supported
743 F:      */memlayout.h
744 F:      *.ld
746 ELTAN VENDORCODE
747 M:      Frans Hendriks <fhendriks@eltan.com>
748 M:      Wim Vervoorn <wvervoorn@eltan.com>
749 S:      Maintained
750 F:      src/vendorcode/eltan
752 MISSING: TIMERS / DELAYS
754 MISSING: TIMESTAMPS
756 MISSING: FMAP
758 MISSING: GPIO
760 MISSING: SMP
762 MISSING: DMP / QEMU-X86
764 MISSING: ELOG
766 MISSING: SPI
768 # *** Infrastructure Owners ***
769 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
770 # Hardware
771 #       Owners: Stefan, Patrick
772 #       Backups:
774 # Web Server
775 #       Owners: Stefan, Patrick
776 #       Backups:
778 # Website
779 #       Owners: Martin
780 #       Backups: Patrick, Stefan
782 # Documentation Website
783 #       Owners: Patrick
784 #       Backups:
786 CODE OF CONDUCT
787 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
788 M:      Patrick Georgi <patrick@coreboot.org>
789 M:      Ronald Minnich <rminnich@coreboot.org>
790 M:      Martin Roth <martin@coreboot.org>
791 S:      Maintained
792 F:      Documentation/community/code_of_conduct.md
794 # Wiki
795 #       Owners: Stefan, Patrick
796 #       Backups:
798 # Gerrit
799 #       Owners: Stefan, Patrick
800 #       Backups: Martin
802 # Jenkins
803 #       Owners: Patrick, Martin
804 #       Backups:
806 # Bug Tracker
807 #       Owners: Lynxis,
808 #       Backups: Martin,
810 # Mailing List
811 #       Owners: Stefan, Patrick
812 #       Backups: Martin,
814 # Software Freedom Conservancy
815 #       Main contact: Martin
816 #       “Official” contact: Stefan