cpu/x86/msr: introduce helpers msr_read, msr_write
[coreboot.git] / MAINTAINERS
blob02cf2519abe33121a30dc97b93f8a6df595f49fc
3                     List of upstream coreboot maintainers
4                      and how to submit coreboot changes
6 This represents the list of maintainers that work on the upstream coreboot
7 code base (on coreboot.org).  Maintainers are assigned to topics and when
8 applicable to subtrees of the source tree. You'll find some subtrees that
9 don't have a maintainer. If you are looking for reviewers for such a sub-
10 tree, it's often a good choice to look at the git history to see who worked
11 on it last.
13 Please try to follow the guidelines below.  This will make things
14 easier on the maintainers.  Not all of these guidelines matter for every
15 trivial patch so apply some common sense.
17 1.      Always _test_ your changes, however small, on at least 1 or
18         2 people, preferably many more.
20 2.      Try to release a few ALPHA test versions to gerrit. Announce
21         them onto the coreboot mailing list and IRC channel and await
22         results. This is especially important on coreboot core changes,
23         but also for device drivers, because often that's the only way
24         you will find things like the fact revision 3 chipset needs
25         a magic fix you didn't know about, or some clown changed the
26         chips on a board and not its name.  (Don't laugh!)
28 3.      Make sure your changes compile correctly in multiple
29         configurations. In particular check that changes work for all
30         boards in the tree (use abuild!)
32 4.      When you are happy with a change make it generally available for
33         testing in gerrit and await feedback.
35 5.      Make your patch available through coreboot's gerrit code review
36         system, and add the relevant maintainer from this list as a code
37         reviewer. Be prepared to get your changes sent back with seemingly
38         silly requests about formatting and variable names.  These aren't
39         as silly as they seem. One job the maintainers do is to keep
40         things looking the same.  Sometimes this means that the clever
41         hack in your mainboard or chipset to get around a problem actually
42         needs to become a generalized coreboot feature ready for next time.
44         PLEASE check your patch with the automated style checker
45         (util/lint/checkpatch.pl) to catch trival style violations.
46         See https://www.coreboot.org/Coding_Style for guidance here.
48         PLEASE add the maintainers that are generated by
49         util/scripts/get_maintainer.pl as reviewers.  The results returned
50         by the script will be best if you have git installed and are
51         making your changes in a branch derived from coreboot.org's latest
52         git tree.
54         PLEASE try to include any credit lines you want added with the
55         patch. It avoids people being missed off by mistake and makes
56         it easier to know who wants adding and who doesn't.
58         PLEASE document known bugs. If it doesn't work for everything
59         or does something very odd once a month document it.
61         PLEASE remember that submissions must be made under the terms
62         of the OSDL certificate of contribution and should include a
63         Signed-off-by: line.  The current version of this "Developer's
64         Certificate of Origin" (DCO) is listed at
65         https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
67 6.      Make sure you have the right to send any changes you make. If you
68         do changes at work you may find your employer owns the patch
69         not you.
71 7.      Happy hacking.
73 Descriptions of section entries:
75         M: Maintainer: FullName <address@domain>
76            Must be registered to Gerrit (https://review.coreboot.org/).
77            Should have experience with upstream coreboot development.
78         R: Designated reviewer: FullName <address@domain>
79            These reviewers should be CCed on patches.
80         L: Mailing list that is relevant to this area
81         W: Web-page with status/info
82         Q: Patchwork web based patch tracking system site
83         T: SCM tree type and location.
84            Type is one of: git, hg, quilt, stgit, topgit
85         S: Status, one of the following:
86            Supported:   Someone is continuously paid to look after this and
87                         a reaction to review requests can be expected
88                         within a few days, a month at most.
89            Maintained:  Someone actually looks after it and a reaction to
90                         review requests can usually be expected within a
91                         few weeks.
92            Odd Fixes:   It has a maintainer but they don't have time to do
93                         much other than throw the odd patch in. See below..
94            Orphan:      No current maintainer [but maybe you could take the
95                         role as you write your new code].
96            Obsolete:    Old code. Something tagged obsolete generally means
97                         it has been replaced by a better system and you
98                         should be using that.
99         F: Files and directories with wildcard patterns.
100            A trailing slash includes all files and subdirectory files.
101            F:   drivers/net/    all files in and below drivers/net
102            F:   drivers/net/*   all files in drivers/net, but not below
103            F:   */net/*         all files in "any top level directory"/net
104            One pattern per line.  Multiple F: lines acceptable.
105         N: Files and directories with regex patterns.
106            N:   [^a-z]tegra     all files whose path contains the word tegra
107            One pattern per line.  Multiple N: lines acceptable.
108            scripts/get_maintainer.pl has different behavior for files that
109            match F: pattern and matches of N: patterns.  By default,
110            get_maintainer will not look at git log history when an F: pattern
111            match occurs.  When an N: match occurs, git log history is used
112            to also notify the people that have git commit signatures.
113         X: Files and directories that are NOT maintained, same rules as F:
114            Files exclusions are tested before file matches.
115            Can be useful for excluding a specific subdirectory, for instance:
116            F:   net/
117            X:   net/ipv6/
118            matches all files in and below net excluding net/ipv6/
119         K: Keyword perl extended regex pattern to match content in a
120            patch or file.  For instance:
121            K: of_get_profile
122               matches patches or files that contain "of_get_profile"
123            K: \b(printk|pr_(info|err))\b
124               matches patches or files that contain one or more of the words
125               printk, pr_info or pr_err
126            One regex pattern per line.  Multiple K: lines acceptable.
128 Note: For the hard of thinking, this list is meant to remain in alphabetical
129 order. If you could add yourselves to it in alphabetical order that would be
130 so much easier [Ed]
132 Maintainers List (try to look for most precise areas first)
134                 -----------------------------------
136 ################################################################################
137 # Mainboards
138 ################################################################################
140 AMD family 17h and 19h reference boards
141 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
142 M:      Felix Held <felix-coreboot@felixheld.de>
143 M:      Jason Glenesk <jason.glenesk@gmail.com>
144 S:      Maintained
145 F:      src/mainboard/amd/majolica/
146 F:      src/mainboard/amd/mandolin/
148 APPLE MAINBOARDS
149 M:      Evgeny Zinoviev <me@ch1p.io>
150 S:      Maintained
151 F:      src/mainboard/apple/
155 ASROCK B85M PRO4 MAINBOARD
156 M:      Angel Pons <th3fanbus@gmail.com>
157 S:      Maintained
158 F:      src/mainboard/asrock/b85m_pro4/
160 ASROCK G41C-GS MAINBOARD & VARIANTS
161 M:      Angel Pons <th3fanbus@gmail.com>
162 S:      Maintained
163 F:      src/mainboard/asrock/g41c-gs/
165 ASROCK H81M-HDS MAINBOARD
166 M:      Tristan Corrick <tristan@corrick.kiwi>
167 S:      Maintained
168 F:      src/mainboard/asrock/h81m-hds/
172 ASUS AM1I-A MAINBOARD
173 M:      Mike Banon <mikebdp2@gmail.com>
174 S:      Maintained
175 F:      src/mainboard/asus/am1i-a/
177 ASUS MAXIMUS IV GENE-Z MAINBOARD
178 M:      Tristan Corrick <tristan@corrick.kiwi>
179 S:      Maintained
180 F:      src/mainboard/asus/maximus_iv_gene-z/
182 ASUS P5QC PRO MAINBOARD & VARIANTS
183 M:      Angel Pons <th3fanbus@gmail.com>
184 R:      Stefan Ott <coreboot@desire.ch>
185 S:      Maintained
186 F:      src/mainboard/asus/p5qc/
188 ASUS P5QPL-AM MAINBOARD & VARIANTS
189 M:      Angel Pons <th3fanbus@gmail.com>
190 S:      Maintained
191 F:      src/mainboard/asus/p5qpl-am/
193 ASUS P8H61-M LX MAINBOARD
194 M:      Tristan Corrick <tristan@corrick.kiwi>
195 S:      Maintained
196 F:      src/mainboard/asus/p8h61-m_lx/
198 ASUS P8H61-M LX3 R2.0 MAINBOARD
199 M:      Angel Pons <th3fanbus@gmail.com>
200 S:      Maintained
201 F:      src/mainboard/asus/p8h61-m_lx3_r2_0/
203 ASUS P8H61-M PRO MAINBOARD
204 M:      Angel Pons <th3fanbus@gmail.com>
205 S:      Maintained
206 F:      src/mainboard/asus/p8h61-m_pro/
208 ASUS P8Z77-M PRO MAINBOARD
209 M:      Vlado Cibic <vladocb@protonmail.com>
210 S:      Maintained
211 F:      src/mainboard/asus/p8z77-m_pro/
213 ASUS P8Z77-V LX2 MAINBOARD
214 M:      Angel Pons <th3fanbus@gmail.com>
215 S:      Maintained
216 F:      src/mainboard/asus/p8z77-v_lx2/
220 CLEVO MAINBOARDS
221 M:      Felix Singer <felixsinger@posteo.net>
222 M:      Michael Niewöhner <foss@mniewoehner.de>
223 S:      Supported
224 F:      src/mainboard/clevo/
228 FACEBOOK FBG1701 MAINBOARD
229 M:      Frans Hendriks <fhendriks@eltan.com>
230 M:      Wim Vervoorn <wvervoorn@eltan.com>
231 S:      Maintained
232 F:      src/mainboard/facebook/fbg1701/
234 FACEBOOK MONOLITH MAINBOARD
235 M:      Frans Hendriks <fhendriks@eltan.com>
236 M:      Wim Vervoorn <wvervoorn@eltan.com>
237 S:      Maintained
238 F:      src/mainboard/facebook/monolith/
242 GETAC P470 MAINBOARD
243 M:      Patrick Georgi <patrick@georgi.software>
244 S:      Maintained
245 F:      src/mainboard/getac/p470/
249 GIGABYTE GA-D510UD MAINBOARD
250 M:      Angel Pons <th3fanbus@gmail.com>
251 S:      Maintained
252 F:      src/mainboard/gigabyte/ga-d510ud/
254 GIGABYTE GA-G41M-ES2L MAINBOARD
255 M:      Damien Zammit <damien@zamaudio.com>
256 S:      Odd Fixes
257 F:      src/mainboard/gigabyte/ga-g41m-es2l/
259 GIGABYTE GA-H61M SERIES MAINBOARDS
260 M:      Angel Pons <th3fanbus@gmail.com>
261 S:      Maintained
262 F:      src/mainboard/gigabyte/ga-h61m-series/
265 GOOGLE BRYA MAINBOARDS
266 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
267 S:      Maintained
268 F:      src/mainboard/google/brya/
270 GOOGLE HATCH MAINBOARDS
271 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
272 S:      Maintained
273 F:      src/mainboard/google/hatch/
275 GOOGLE PANTHER MAINBOARD
276 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
277 S:      Supported
278 F:      src/mainboard/google/panther/
280 GOOGLE VOLTEER MAINBOARDS
281 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
282 S:      Maintained
283 F:      src/mainboard/google/volteer/
285 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
286 M:      Matt DeVillier <MrChromebox@gmail.com>
287 S:      Maintained
288 F:      src/mainboard/google/auron/
289 F:      src/mainboard/google/beltino/
290 F:      src/mainboard/google/butterfly/
291 F:      src/mainboard/google/cyan/
292 F:      src/mainboard/google/glados/
293 F:      src/mainboard/google/jecht/
294 F:      src/mainboard/google/link/
295 F:      src/mainboard/google/parrot/
296 F:      src/mainboard/google/slippy/
297 F:      src/mainboard/google/stout/
301 HP 280 G2 MAINBOARD
302 M:      Angel Pons <th3fanbus@gmail.com>
303 S:      Maintained
304 F:      src/mainboard/hp/280_g2/
308 INTEL D510MO MAINBOARD
309 M:      Damien Zammit <damien@zamaudio.com>
310 S:      Odd Fixes
311 F:      src/mainboard/intel/d510mo/
313 INTEL STRAGO MAINBOARD
314 M:      Hannah Williams <hannah.williams@intel.com>
315 S:      Supported
316 F:      /src/mainboard/intel/strago/
320 KONTRON BSL6 MAINBOARD
321 M:      Felix Singer <felixsinger@posteo.net>
322 M:      Nico Huber <nico.h@gmx.de>
323 S:      Supported
324 F:      src/mainboard/kontron/bsl6/
326 KONTRON MAL10 MAINBOARD
327 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
328 M:      Nico Huber <nico.h@gmx.de>
329 M:      Felix Singer <felixsinger@posteo.net>
330 S:      Supported
331 F:      src/mainboard/kontron/mal10/
335 LENOVO MAINBOARDS
336 M:      Alexander Couzens <lynxis@fe80.eu>
337 M:      Patrick Rudolph <siro@das-labor.org>
338 S:      Maintained
339 F:      src/mainboard/lenovo/
341 LENOVO G505S MAINBOARD
342 M:      Mike Banon <mikebdp2@gmail.com>
343 S:      Maintained
344 F:      src/mainboard/lenovo/g505s/
346 LENOVO X200 MAINBOARD
347 R:      Stefan Ott <coreboot@desire.ch>
348 S:      Maintained
349 F:      src/mainboard/lenovo/x200/
351 LENOVO X201 MAINBOARD
352 R:      Stefan Ott <coreboot@desire.ch>
353 S:      Maintained
354 F:      src/mainboard/lenovo/x201/
357 LIBRETREND LT1000 MAINBOARD
358 M:      Piotr Król <piotr.krol@3mdeb.com>
359 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
360 S:      Maintained
361 F:      src/mainboard/libretrend/lt1000/
365 MSI H81M-P33 MAINBOARD
366 M:      Angel Pons <th3fanbus@gmail.com>
367 S:      Maintained
368 F:      src/mainboard/msi/h81m-p33/
372 OCP DELTALAKE MAINBOARD
373 M:      Jonathan Zhang <jonzhang@fb.com>
374 M:      Reddy Chagam <anjaneya.chagam@intel.com>
375 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
376 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
377 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
378 M:      Bryant Ou <Bryant.Ou@quantatw.com>
379 S:      Supported
380 F:      src/mainboard/ocp/deltalake/
382 OCP TIOGAPASS MAINBOARD
383 M:      Jonathan Zhang <jonzhang@fb.com>
384 M:      Reddy Chagam <anjaneya.chagam@intel.com>
385 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
386 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
387 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
388 M:      Bryant Ou <Bryant.Ou@quantatw.com>
389 S:      Maintained
390 F:      src/mainboard/ocp/tiogapass/
394 OPENCELLULAR MAINBOARDS
395 M:      Christian Walter <christian.walter@9elements.com>
396 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
397 S:      Supported
398 F:      src/mainboard/opencellular/elgon/
402 PC ENGINES ALL MAINBOARDS
403 M:      Piotr Król <piotr.krol@3mdeb.com>
404 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
405 S:      Supported
406 F:      src/mainboard/pcengines/
410 PORTWELL PQ-M107 MAINBOARD
411 M:      Frans Hendriks <fhendriks@eltan.com>
412 M:      Wim Vervoorn <wvervoorn@eltan.com>
413 S:      Maintained
414 F:      src/mainboard/portwell/m107/
418 PROTECTLI ALL MAINBOARDS
419 M:      Piotr Król <piotr.krol@3mdeb.com>
420 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
421 S:      Maintained
422 F:      src/mainboard/protectli/
426 PRODRIVE HERMES MAINBOARD
427 M:      Christian Walter <christian.walter@9elements.com>
428 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
429 S:      Maintained
430 F:      src/mainboard/prodrive/hermes/
434 PURISM MAINBOARDS
435 M:      Matt DeVillier <matt.devillier@puri.sm>
436 S:      Supported
437 F:      src/mainboard/purism/
441 SAMSUNG CHROMEOS MAINBOARDS
442 M:      Matt DeVillier <MrChromebox@gmail.com>
443 S:      Maintained
444 F:      src/mainboard/samsung/lumpy/
445 F:      src/mainboard/samsung/stumpy/
449 SIEMENS CHILI MAINBAORD
450 M:      Felix Singer <felixsinger@posteo.net>
451 M:      Nico Huber <nico.h@gmx.de>
452 S:      Supported
453 F:      src/mainboard/siemens/chili/
455 SIEMENS MC_xxxx MAINBOARDS
456 M:      Werner Zeh <werner.zeh@siemens.com>
457 S:      Maintained
458 F:      src/mainboard/siemens/mc_apl1/
462 SYSTEM76 MAINBOARDS
463 M:      Jeremy Soller <jeremy@system76.com>
464 S:      Maintained
465 F:      src/mainboard/system76/
469 SUPERMICRO X10SLM+-F MAINBOARD
470 M:      Tristan Corrick <tristan@corrick.kiwi>
471 S:      Maintained
472 F:      src/mainboard/supermicro/x10slm-f/
474 SUPERMICRO X11-LGA1151-SERIES
475 M:      Michael Niewöhner <foss@mniewoehner.de>
476 S:      Maintained
477 F:      src/mainboard/supermicro/x11-lga1151-series/
479 ################################################################################
480 # Architectures
481 ################################################################################
483 ARM ARCHITECTURE
484 M:      Julius Werner <jwerner@chromium.org>
485 S:      Supported
486 F:      src/arch/arm/
487 F:      src/arch/arm64/
488 F:      src/soc/nvidia/
489 F:      src/soc/rockchip/
490 F:      util/nvidia/
491 F:      util/rockchip/
493 PPC64 ARCHITECTURE
494 M:      Ronald Minnich <rminnich@gmail.com>
495 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
496 S:      Maintained
497 F:      src/arch/ppc64/
498 F:      src/cpu/qemu-power8/
499 F:      src/mainboard/emulation/qemu-power8/
501 RISC-V ARCHITECTURE
502 M:      Ronald Minnich <rminnich@gmail.com>
503 R:      Philipp Hug <philipp@hug.cx>
504 S:      Maintained
505 F:      src/arch/riscv/
506 F:      src/soc/sifive/
507 F:      src/soc/ucb/
508 F:      src/mainboard/emulation/*-riscv/
509 F:      src/mainboard/sifive/
510 F:      util/riscv/
512 X86 ARCHITECTURE
513 F:      src/arch/x86/
514 F:      src/cpu/x86/
515 F:      src/drivers/pc80/
516 F:      src/include/pc80/
517 F:      src/include/cpu/x86/
519 ################################################################################
520 # Embedded Controllers
521 ################################################################################
523 CHROME EC
524 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
525 S:      Maintained
526 F:      src/ec/google/chromeec/
528 LENOVO EC
529 M:      Alexander Couzens <lynxis@fe80.eu>
530 S:      Maintained
531 F:      src/ec/lenovo/
533 SYSTEM76 EC
534 M:      Jeremy Soller <jeremy@system76.com>
535 S:      Maintained
536 F:      src/ec/system76/
538 ################################################################################
539 # Northbridges
540 ################################################################################
542 INTEL HASWELL NORTHBRIDGE
543 M:      Angel Pons <th3fanbus@gmail.com>
544 S:      Maintained
545 F:      src/northbridge/intel/haswell/
547 INTEL PINEVIEW CHIPSET
548 M:      Damien Zammit <damien@zamaudio.com>
549 M:      Angel Pons <th3fanbus@gmail.com>
550 S:      Odd Fixes
551 F:      src/northbridge/intel/pineview/
553 INTEL SANDYBRIDGE NORTHBRIDGE
554 M:      Angel Pons <th3fanbus@gmail.com>
555 S:      Maintained
556 F:      src/northbridge/intel/sandybridge/
558 INTEL X4X CHIPSET
559 M:      Damien Zammit <damien@zamaudio.com>
560 M:      Angel Pons <th3fanbus@gmail.com>
561 S:      Odd Fixes
562 F:      src/northbridge/intel/x4x/
564 ################################################################################
565 # Platforms
566 ################################################################################
568 AMD SUPPORT
569 F:      src/vendorcode/amd/
570 F:      src/cpu/amd/
571 F:      src/northbridge/amd/
572 F:      src/southbridge/amd/
573 F:      src/include/cpu/amd/
575 INTEL SUPPORT
576 M:      Patrick Rudolph <siro@das-labor.org>
577 S:      Maintained
578 F:      src/vendorcode/intel/
579 F:      src/cpu/intel/
580 F:      src/northbridge/intel/
581 F:      src/southbridge/intel/
582 F:      src/soc/intel/
583 F:      src/drivers/intel/
584 F:      src/include/cpu/intel/
586 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
587 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
588 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
589 M:      Michal Motyl <michalx.motyl@intel.com>
590 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
591 S:      Maintained
592 F:      src/mainboard/intel/harcuvar/
593 F:      src/soc/intel/denverton_ns/
595 INTEL FSP 1.1
596 M:      Lee Leahy <leroy.p.leahy@intel.com>
597 M:      Huang Jin <huang.jin@intel.com>
598 M:      York Yang <york.yang@intel.com>
599 S:      Supported
600 F:      src/drivers/intel/fsp1_1/
602 INTEL FSP 2.0
603 M:      Andrey Petrov <andrey.petrov@gmail.com>
604 S:      Maintained
605 F:      src/drivers/intel/fsp2_0/
607 ################################################################################
608 # Systems on a Chip
609 ################################################################################
611 AMD Cezanne
612 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
613 M:      Felix Held <felix-coreboot@felixheld.de>
614 M:      Jason Glenesk <jason.glenesk@gmail.com>
615 M:      Raul E Rangel <rrangel@chromium.org>
616 S:      Maintained
617 F:      src/soc/amd/cezanne/
619 AMD common SoC code
620 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
621 M:      Felix Held <felix-coreboot@felixheld.de>
622 M:      Jason Glenesk <jason.glenesk@gmail.com>
623 M:      Raul E Rangel <rrangel@chromium.org>
624 S:      Maintained
625 F:      src/soc/amd/common/
627 AMD Picasso
628 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
629 M:      Felix Held <felix-coreboot@felixheld.de>
630 M:      Jason Glenesk <jason.glenesk@gmail.com>
631 M:      Raul E Rangel <rrangel@chromium.org>
632 S:      Maintained
633 F:      src/soc/amd/picasso/
634 F:      src/vendorcode/amd/fsp/picasso/
636 INTEL ALDERLAKE SOC
637 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
638 S:      Maintained
639 F:      src/soc/intel/alderlake/
641 INTEL APOLLOLAKE_SOC
642 M:      Andrey Petrov <andrey.petrov@gmail.com>
643 S:      Maintained
644 F:      src/soc/intel/apollolake/
646 INTEL BRASWELL SOC
647 M:      Piotr Król <piotr.krol@3mdeb.com>
648 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
649 M:      Frans Hendriks <fhendriks@eltan.com>
650 S:      Maintained
651 F:      /src/soc/intel/braswell/
652 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
654 INTEL TIGERLAKE SOC
655 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
656 S:      Maintained
657 F:      src/soc/intel/tigerlake/
659 INTEL Xeon Sacalable Processor Family
660 M:      Jonathan Zhang <jonzhang@fb.com>
661 M:      Reddy Chagam <anjaneya.chagam@intel.com>
662 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
663 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
664 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
665 M:      Bryant Ou <Bryant.Ou@quantatw.com>
666 S:      Supported
667 F:      src/soc/intel/xeon_sp/
668 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
669 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
671 MEDIATEK SOCS
672 M:      Hung-Te Lin <hungte@chromium.org>
673 S:      Supported
674 F:      src/soc/mediatek/
676 MEDIATEK MT8192
677 M:      Xi Chen <xixi.chen@mediatek.com>
678 S:      Maintained
679 F:      src/soc/mediatek/mt8192/
680 F:      src/vendorcode/mediatek/mt8192/
682 ORPHANED ARM SOCS
683 S:      Orphaned
684 F:      src/cpu/armltd/
685 F:      src/soc/ti/
686 F:      src/soc/qualcomm/
687 F:      src/soc/samsung/
688 F:      util/exynos/
689 F:      util/ipqheader/
691 ################################################################################
692 # Payloads
693 ################################################################################
695 NVRAM
696 F:      util/nvramtool/
697 F:      payloads/nvramcui/
699 LIBPAYLOAD
700 F:      payloads/libpayload/
702 COREINFO PAYLOAD
703 F:      payloads/coreinfo/
705 EXTERNAL PAYLOADS INTEGRATION
706 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
707 M:      Martin Roth <gaumless@gmail.com>
708 F:      payloads/external/
710 LINUXBOOT PAYLOAD INTEGRATION
711 M:      Christian Walter <christian.walter@9elements.com>
712 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
713 S:      Supported
714 F:      payloads/external/LinuxBoot/
716 ################################################################################
717 # Utilities
718 ################################################################################
720 ABUILD
721 M:      Patrick Georgi <patrick@georgi-clan.de>
722 M:      Martin Roth <gaumless@gmail.com>
723 S:      Supported
724 F:      util/abuild/
726 BOARD STATUS
727 F:      util/board_status/
729 BUILD SYSTEM
730 M:      Patrick Georgi <patrick@georgi-clan.de>
731 M:      Martin Roth <gaumless@gmail.com>
732 S:      Supported
733 F:      Makefile
734 F:      *.inc
735 F:      src/include/kconfig.h
736 F:      util/kconfig/
737 F:      util/sconfig/
738 F:      util/xcompile/
739 F:      util/genbuild_h/
741 TOOLCHAIN
742 F:      util/crossgcc/
744 DOCKER
745 M:      Martin Roth <gaumless@gmail.com>
746 S:      Supported
747 F:      util/docker/
750 F:      .git*
751 F:      /util/gitconfig
753 LINT SCRIPTS
754 M:      Patrick Georgi <patrick@georgi-clan.de>
755 M:      Martin Roth <gaumless@gmail.com>
756 S:      Supported
757 F:      util/lint/
759 IFDTOOL
760 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
761 F:      util/ifdtool/
763 INTELTOOL
764 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
765 F:      util/inteltool/
767 INTELMETOOL
768 M:      Christian Walter <christian.walter@9elements.com>
769 F:      util/intelmetool/
771 ME_CLEANER
772 M:      Nicola Corna <nicola@corna.info>
773 W:      https://github.com/corna/me_cleaner
774 S:      Maintained
775 F:      util/me_cleaner/
777 ################################################################################
778 # Miscellaneous
779 ################################################################################
781 ASPEED AST2050 DRIVER & COMMON CODE
782 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
783 S:      Supported
784 F:      src/drivers/aspeed/common/
785 F:      src/drivers/aspeed/ast2050/
787 ACPI
788 M:      Lance Zhao <lance.zhao@gmail.com>
789 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
790 S:      Supported
791 F:      src/acpi/
792 F:      src/arch/x86/acpi/
793 F:      util/acpi/
795 LZ4 COMPRESSION
796 M:      Julius Werner <jwerner@chromium.org>
797 S:      Supported
798 F:      src/commonlib/lz4*
799 F:      payloads/libpayload/liblz4/
800 F:      util/cbfstool/lz4/
802 BINARY OBJECTS
803 F:      3rdparty/blobs/
805 VERIFIED BOOT
806 F:      3rdparty/vboot/
807 F:      src/vendorcode/google/chromeos/
808 F:      src/include/tpm.h
809 F:      src/include/tpm_lite/
811 RESOURCE ALLOCATOR
812 F:      src/device/*
813 F:      src/include/device/
814 F:      src/include/cpu/cpu.h
816 OPTION ROM EXECUTION & X86EMU
817 F:      src/device/oprom/
819 CBFS
820 M:      Julius Werner <jwerner@chromium.org>
821 F:      src/include/cbfs*
822 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
823 F:      src/commonlib/bsd/cbfs*
824 F:      src/lib/cbfs.c
826 CBFSTOOL
827 F:      util/cbfstool/
829 CBMEM
830 F:      src/include/cbmem.h
831 F:      src/include/cbmem_id.h
832 F:      util/cbmem/
834 CONSOLE
835 F:      src/console/
836 F:      src/include/console/
837 F:      src/drivers/uart/
839 VERIFIED BOOT 2
840 M:      Aaron Durbin <adurbin@chromium.org>
841 F:      src/security/vboot/
843 TPM SUPPORT
844 M:      Christian Walter <christian.walter@9elements.com>
845 S:      Supported
846 F:      src/drivers/*/tpm/
847 F:      src/security/tpm/
849 SUPERIOS & SUPERIOTOOL
850 M:      Felix Held <felix-coreboot@felixheld.de>
851 S:      Maintained
852 F:      src/superio/
853 F:      util/superiotool/
855 MEMLAYOUT
856 M:      Julius Werner <jwerner@chromium.org>
857 S:      Supported
858 F:      */memlayout.h
859 F:      *.ld
861 ELTAN VENDORCODE
862 M:      Frans Hendriks <fhendriks@eltan.com>
863 M:      Wim Vervoorn <wvervoorn@eltan.com>
864 S:      Maintained
865 F:      src/vendorcode/eltan/
867 TESTS
868 M:      Jakub Czapiga <jacz@semihalf.com>
869 S:      Maintained
870 F:      tests/
872 MISSING: TIMERS / DELAYS
874 MISSING: TIMESTAMPS
876 MISSING: FMAP
878 MISSING: GPIO
880 MISSING: SMP
882 MISSING: DMP / QEMU-X86
884 MISSING: ELOG
886 MISSING: SPI
888 # *** Infrastructure Owners ***
889 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
890 # Hardware
891 #       Owners: Stefan, Patrick
892 #       Backups:
894 # Web Server
895 #       Owners: Stefan, Patrick
896 #       Backups:
898 # Website
899 #       Owners: Martin
900 #       Backups: Patrick, Stefan
902 # Documentation Website
903 #       Owners: Patrick
904 #       Backups:
906 CODE OF CONDUCT
907 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
908 M:      Patrick Georgi <patrick@coreboot.org>
909 M:      Ronald Minnich <rminnich@coreboot.org>
910 M:      Martin Roth <martin@coreboot.org>
911 S:      Maintained
912 F:      Documentation/community/code_of_conduct.md
914 # Wiki
915 #       Owners: Stefan, Patrick
916 #       Backups:
918 # Gerrit
919 #       Owners: Stefan, Patrick
920 #       Backups: Martin
922 # Jenkins
923 #       Owners: Patrick, Martin
924 #       Backups:
926 # Bug Tracker
927 #       Owners: Lynxis,
928 #       Backups: Martin,
930 # Mailing List
931 #       Owners: Stefan, Patrick
932 #       Backups: Martin,
934 # Software Freedom Conservancy
935 #       Main contact: Martin
936 #       “Official” contact: Stefan