arch/x86/smbios.c Move calculation next to usage
[coreboot.git] / MAINTAINERS
blob74f185448905ad2fd7bf80541294e454233e4137
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 H61 SERIES MAINBOARDS
178 M:      Angel Pons <th3fanbus@gmail.com>
179 M:      Tristan Corrick <tristan@corrick.kiwi>
180 S:      Maintained
181 F:      src/mainboard/asus/h61-series/
183 ASUS MAXIMUS IV GENE-Z MAINBOARD
184 M:      Tristan Corrick <tristan@corrick.kiwi>
185 S:      Maintained
186 F:      src/mainboard/asus/maximus_iv_gene-z/
188 ASUS P5QC PRO MAINBOARD & VARIANTS
189 M:      Angel Pons <th3fanbus@gmail.com>
190 R:      Stefan Ott <coreboot@desire.ch>
191 S:      Maintained
192 F:      src/mainboard/asus/p5qc/
194 ASUS P5QPL-AM MAINBOARD & VARIANTS
195 M:      Angel Pons <th3fanbus@gmail.com>
196 S:      Maintained
197 F:      src/mainboard/asus/p5qpl-am/
199 ASUS P8Z77 SERIES MAINBOARDS
200 M:      Angel Pons <th3fanbus@gmail.com>
201 M:      Vlado Cibic <vladocb@protonmail.com>
202 S:      Maintained
203 F:      src/mainboard/asus/p8z77-series/
207 CLEVO MAINBOARDS
208 M:      Felix Singer <felixsinger@posteo.net>
209 M:      Michael Niewöhner <foss@mniewoehner.de>
210 S:      Supported
211 F:      src/mainboard/clevo/
215 FACEBOOK FBG1701 MAINBOARD
216 M:      Frans Hendriks <fhendriks@eltan.com>
217 M:      Wim Vervoorn <wvervoorn@eltan.com>
218 S:      Maintained
219 F:      src/mainboard/facebook/fbg1701/
221 FACEBOOK MONOLITH MAINBOARD
222 M:      Frans Hendriks <fhendriks@eltan.com>
223 M:      Wim Vervoorn <wvervoorn@eltan.com>
224 S:      Maintained
225 F:      src/mainboard/facebook/monolith/
229 GETAC P470 MAINBOARD
230 M:      Patrick Georgi <patrick@georgi.software>
231 S:      Maintained
232 F:      src/mainboard/getac/p470/
236 GIGABYTE GA-D510UD MAINBOARD
237 M:      Angel Pons <th3fanbus@gmail.com>
238 S:      Maintained
239 F:      src/mainboard/gigabyte/ga-d510ud/
241 GIGABYTE GA-G41M-ES2L MAINBOARD
242 M:      Damien Zammit <damien@zamaudio.com>
243 S:      Odd Fixes
244 F:      src/mainboard/gigabyte/ga-g41m-es2l/
246 GIGABYTE GA-H61M SERIES MAINBOARDS
247 M:      Angel Pons <th3fanbus@gmail.com>
248 S:      Maintained
249 F:      src/mainboard/gigabyte/ga-h61m-series/
252 GOOGLE BRYA MAINBOARDS
253 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
254 S:      Maintained
255 F:      src/mainboard/google/brya/
257 GOOGLE HATCH MAINBOARDS
258 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
259 S:      Maintained
260 F:      src/mainboard/google/hatch/
262 GOOGLE PANTHER MAINBOARD
263 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
264 S:      Supported
265 F:      src/mainboard/google/panther/
267 GOOGLE VOLTEER MAINBOARDS
268 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
269 S:      Maintained
270 F:      src/mainboard/google/volteer/
272 GOOGLE MAINBOARDS (Intel-based, legacy/inactive)
273 M:      Matt DeVillier <MrChromebox@gmail.com>
274 S:      Maintained
275 F:      src/mainboard/google/auron/
276 F:      src/mainboard/google/beltino/
277 F:      src/mainboard/google/butterfly/
278 F:      src/mainboard/google/cyan/
279 F:      src/mainboard/google/glados/
280 F:      src/mainboard/google/jecht/
281 F:      src/mainboard/google/link/
282 F:      src/mainboard/google/parrot/
283 F:      src/mainboard/google/slippy/
284 F:      src/mainboard/google/stout/
288 HP 280 G2 MAINBOARD
289 M:      Angel Pons <th3fanbus@gmail.com>
290 S:      Maintained
291 F:      src/mainboard/hp/280_g2/
295 INTEL D510MO MAINBOARD
296 M:      Damien Zammit <damien@zamaudio.com>
297 S:      Odd Fixes
298 F:      src/mainboard/intel/d510mo/
300 INTEL STRAGO MAINBOARD
301 M:      Hannah Williams <hannah.williams@intel.com>
302 S:      Supported
303 F:      /src/mainboard/intel/strago/
307 KONTRON BSL6 MAINBOARD
308 M:      Felix Singer <felixsinger@posteo.net>
309 M:      Nico Huber <nico.h@gmx.de>
310 S:      Supported
311 F:      src/mainboard/kontron/bsl6/
313 KONTRON MAL10 MAINBOARD
314 M:      Maxim Polyakov <max.senia.poliak@gmail.com>
315 M:      Nico Huber <nico.h@gmx.de>
316 M:      Felix Singer <felixsinger@posteo.net>
317 S:      Supported
318 F:      src/mainboard/kontron/mal10/
322 LENOVO MAINBOARDS
323 M:      Alexander Couzens <lynxis@fe80.eu>
324 M:      Patrick Rudolph <siro@das-labor.org>
325 S:      Maintained
326 F:      src/mainboard/lenovo/
328 LENOVO G505S MAINBOARD
329 M:      Mike Banon <mikebdp2@gmail.com>
330 S:      Maintained
331 F:      src/mainboard/lenovo/g505s/
333 LENOVO X200 MAINBOARD
334 R:      Stefan Ott <coreboot@desire.ch>
335 S:      Maintained
336 F:      src/mainboard/lenovo/x200/
338 LENOVO X201 MAINBOARD
339 R:      Stefan Ott <coreboot@desire.ch>
340 S:      Maintained
341 F:      src/mainboard/lenovo/x201/
344 LIBRETREND LT1000 MAINBOARD
345 M:      Piotr Król <piotr.krol@3mdeb.com>
346 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
347 S:      Maintained
348 F:      src/mainboard/libretrend/lt1000/
352 MSI H81M-P33 MAINBOARD
353 M:      Angel Pons <th3fanbus@gmail.com>
354 S:      Maintained
355 F:      src/mainboard/msi/h81m-p33/
359 OCP DELTALAKE MAINBOARD
360 M:      Jonathan Zhang <jonzhang@fb.com>
361 M:      Reddy Chagam <anjaneya.chagam@intel.com>
362 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
363 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
364 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
365 M:      Bryant Ou <Bryant.Ou@quantatw.com>
366 S:      Supported
367 F:      src/mainboard/ocp/deltalake/
369 OCP TIOGAPASS MAINBOARD
370 M:      Jonathan Zhang <jonzhang@fb.com>
371 M:      Reddy Chagam <anjaneya.chagam@intel.com>
372 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
373 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
374 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
375 M:      Bryant Ou <Bryant.Ou@quantatw.com>
376 S:      Maintained
377 F:      src/mainboard/ocp/tiogapass/
381 OPENCELLULAR MAINBOARDS
382 M:      Christian Walter <christian.walter@9elements.com>
383 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
384 S:      Supported
385 F:      src/mainboard/opencellular/elgon/
389 PC ENGINES ALL MAINBOARDS
390 M:      Piotr Król <piotr.krol@3mdeb.com>
391 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
392 S:      Supported
393 F:      src/mainboard/pcengines/
397 PORTWELL PQ-M107 MAINBOARD
398 M:      Frans Hendriks <fhendriks@eltan.com>
399 M:      Wim Vervoorn <wvervoorn@eltan.com>
400 S:      Maintained
401 F:      src/mainboard/portwell/m107/
405 PROTECTLI ALL MAINBOARDS
406 M:      Piotr Król <piotr.krol@3mdeb.com>
407 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
408 S:      Maintained
409 F:      src/mainboard/protectli/
413 PRODRIVE HERMES MAINBOARD
414 M:      Christian Walter <christian.walter@9elements.com>
415 M:      Patrick Rudolph <patrick.rudolph@9elements.com>
416 S:      Maintained
417 F:      src/mainboard/prodrive/hermes/
421 PURISM MAINBOARDS
422 M:      Matt DeVillier <matt.devillier@puri.sm>
423 S:      Supported
424 F:      src/mainboard/purism/
428 SAMSUNG CHROMEOS MAINBOARDS
429 M:      Matt DeVillier <MrChromebox@gmail.com>
430 S:      Maintained
431 F:      src/mainboard/samsung/lumpy/
432 F:      src/mainboard/samsung/stumpy/
436 SIEMENS CHILI MAINBAORD
437 M:      Felix Singer <felixsinger@posteo.net>
438 M:      Nico Huber <nico.h@gmx.de>
439 S:      Supported
440 F:      src/mainboard/siemens/chili/
442 SIEMENS MC_xxxx MAINBOARDS
443 M:      Werner Zeh <werner.zeh@siemens.com>
444 S:      Maintained
445 F:      src/mainboard/siemens/mc_apl1/
449 SYSTEM76 MAINBOARDS
450 M:      Jeremy Soller <jeremy@system76.com>
451 S:      Maintained
452 F:      src/mainboard/system76/
456 SUPERMICRO X10SLM+-F MAINBOARD
457 M:      Tristan Corrick <tristan@corrick.kiwi>
458 S:      Maintained
459 F:      src/mainboard/supermicro/x10slm-f/
461 SUPERMICRO X11-LGA1151-SERIES
462 M:      Michael Niewöhner <foss@mniewoehner.de>
463 S:      Maintained
464 F:      src/mainboard/supermicro/x11-lga1151-series/
466 ################################################################################
467 # Architectures
468 ################################################################################
470 ARM ARCHITECTURE
471 M:      Julius Werner <jwerner@chromium.org>
472 S:      Supported
473 F:      src/arch/arm/
474 F:      src/arch/arm64/
475 F:      src/soc/nvidia/
476 F:      src/soc/rockchip/
477 F:      util/nvidia/
478 F:      util/rockchip/
480 PPC64 ARCHITECTURE
481 M:      Ronald Minnich <rminnich@gmail.com>
482 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
483 S:      Maintained
484 F:      src/arch/ppc64/
485 F:      src/cpu/qemu-power8/
486 F:      src/mainboard/emulation/qemu-power8/
488 RISC-V ARCHITECTURE
489 M:      Ronald Minnich <rminnich@gmail.com>
490 R:      Philipp Hug <philipp@hug.cx>
491 S:      Maintained
492 F:      src/arch/riscv/
493 F:      src/soc/sifive/
494 F:      src/soc/ucb/
495 F:      src/mainboard/emulation/*-riscv/
496 F:      src/mainboard/sifive/
497 F:      util/riscv/
499 X86 ARCHITECTURE
500 F:      src/arch/x86/
501 F:      src/cpu/x86/
502 F:      src/drivers/pc80/
503 F:      src/include/pc80/
504 F:      src/include/cpu/x86/
506 ################################################################################
507 # Embedded Controllers
508 ################################################################################
510 CHROME EC
511 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
512 S:      Maintained
513 F:      src/ec/google/chromeec/
515 LENOVO EC
516 M:      Alexander Couzens <lynxis@fe80.eu>
517 S:      Maintained
518 F:      src/ec/lenovo/
520 SYSTEM76 EC
521 M:      Jeremy Soller <jeremy@system76.com>
522 S:      Maintained
523 F:      src/ec/system76/
525 ################################################################################
526 # Northbridges
527 ################################################################################
529 INTEL HASWELL NORTHBRIDGE
530 M:      Angel Pons <th3fanbus@gmail.com>
531 S:      Maintained
532 F:      src/northbridge/intel/haswell/
534 INTEL PINEVIEW CHIPSET
535 M:      Damien Zammit <damien@zamaudio.com>
536 M:      Angel Pons <th3fanbus@gmail.com>
537 S:      Odd Fixes
538 F:      src/northbridge/intel/pineview/
540 INTEL SANDYBRIDGE NORTHBRIDGE
541 M:      Angel Pons <th3fanbus@gmail.com>
542 S:      Maintained
543 F:      src/northbridge/intel/sandybridge/
545 INTEL X4X CHIPSET
546 M:      Damien Zammit <damien@zamaudio.com>
547 M:      Angel Pons <th3fanbus@gmail.com>
548 S:      Odd Fixes
549 F:      src/northbridge/intel/x4x/
551 ################################################################################
552 # Platforms
553 ################################################################################
555 AMD SUPPORT
556 F:      src/vendorcode/amd/
557 F:      src/cpu/amd/
558 F:      src/northbridge/amd/
559 F:      src/southbridge/amd/
560 F:      src/include/cpu/amd/
562 INTEL SUPPORT
563 M:      Patrick Rudolph <siro@das-labor.org>
564 S:      Maintained
565 F:      src/vendorcode/intel/
566 F:      src/cpu/intel/
567 F:      src/northbridge/intel/
568 F:      src/southbridge/intel/
569 F:      src/soc/intel/
570 F:      src/drivers/intel/
571 F:      src/include/cpu/intel/
573 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
574 M:      Suresh Bellampalli <suresh.bellampalli@intel.com>
575 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
576 M:      Michal Motyl <michalx.motyl@intel.com>
577 M:      Mariusz Szafranski <mariuszx.szafranski@intel.com>
578 S:      Maintained
579 F:      src/mainboard/intel/harcuvar/
580 F:      src/soc/intel/denverton_ns/
582 INTEL FSP 1.1
583 M:      Lee Leahy <leroy.p.leahy@intel.com>
584 M:      Huang Jin <huang.jin@intel.com>
585 M:      York Yang <york.yang@intel.com>
586 S:      Supported
587 F:      src/drivers/intel/fsp1_1/
589 INTEL FSP 2.0
590 M:      Andrey Petrov <andrey.petrov@gmail.com>
591 S:      Maintained
592 F:      src/drivers/intel/fsp2_0/
594 ################################################################################
595 # Systems on a Chip
596 ################################################################################
598 AMD Cezanne
599 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
600 M:      Felix Held <felix-coreboot@felixheld.de>
601 M:      Jason Glenesk <jason.glenesk@gmail.com>
602 M:      Raul E Rangel <rrangel@chromium.org>
603 S:      Maintained
604 F:      src/soc/amd/cezanne/
606 AMD common SoC code
607 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
608 M:      Felix Held <felix-coreboot@felixheld.de>
609 M:      Jason Glenesk <jason.glenesk@gmail.com>
610 M:      Raul E Rangel <rrangel@chromium.org>
611 S:      Maintained
612 F:      src/soc/amd/common/
614 AMD Picasso
615 M:      Marshall Dawson <marshalldawson3rd@gmail.com>
616 M:      Felix Held <felix-coreboot@felixheld.de>
617 M:      Jason Glenesk <jason.glenesk@gmail.com>
618 M:      Raul E Rangel <rrangel@chromium.org>
619 S:      Maintained
620 F:      src/soc/amd/picasso/
621 F:      src/vendorcode/amd/fsp/picasso/
623 INTEL ALDERLAKE SOC
624 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
625 S:      Maintained
626 F:      src/soc/intel/alderlake/
628 INTEL APOLLOLAKE_SOC
629 M:      Andrey Petrov <andrey.petrov@gmail.com>
630 S:      Maintained
631 F:      src/soc/intel/apollolake/
633 INTEL BRASWELL SOC
634 M:      Piotr Król <piotr.krol@3mdeb.com>
635 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
636 M:      Frans Hendriks <fhendriks@eltan.com>
637 S:      Maintained
638 F:      /src/soc/intel/braswell/
639 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell/
641 INTEL TIGERLAKE SOC
642 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
643 S:      Maintained
644 F:      src/soc/intel/tigerlake/
646 INTEL Xeon Sacalable Processor Family
647 M:      Jonathan Zhang <jonzhang@fb.com>
648 M:      Reddy Chagam <anjaneya.chagam@intel.com>
649 M:      Johnny Lin <Johnny_Lin@wiwynn.com>
650 M:      Morgan Jang <Morgan_Jang@wiwynn.com>
651 M:      Ryback Hung <<Ryback.Hung@quantatw.com>
652 M:      Bryant Ou <Bryant.Ou@quantatw.com>
653 S:      Supported
654 F:      src/soc/intel/xeon_sp/
655 F:      src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
656 F:      src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
658 MEDIATEK SOCS
659 M:      Hung-Te Lin <hungte@chromium.org>
660 S:      Supported
661 F:      src/soc/mediatek/
663 MEDIATEK MT8192
664 M:      Xi Chen <xixi.chen@mediatek.com>
665 S:      Maintained
666 F:      src/soc/mediatek/mt8192/
667 F:      src/vendorcode/mediatek/mt8192/
669 ORPHANED ARM SOCS
670 S:      Orphaned
671 F:      src/cpu/armltd/
672 F:      src/soc/ti/
673 F:      src/soc/qualcomm/
674 F:      src/soc/samsung/
675 F:      util/exynos/
676 F:      util/ipqheader/
678 ################################################################################
679 # Payloads
680 ################################################################################
682 NVRAM
683 F:      util/nvramtool/
684 F:      payloads/nvramcui/
686 LIBPAYLOAD
687 F:      payloads/libpayload/
689 COREINFO PAYLOAD
690 F:      payloads/coreinfo/
692 EXTERNAL PAYLOADS INTEGRATION
693 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
694 M:      Martin Roth <gaumless@gmail.com>
695 F:      payloads/external/
697 LINUXBOOT PAYLOAD INTEGRATION
698 M:      Christian Walter <christian.walter@9elements.com>
699 M:      Marcello Sylvester Bauer <info@marcellobauer.com>
700 S:      Supported
701 F:      payloads/external/LinuxBoot/
703 ################################################################################
704 # Utilities
705 ################################################################################
707 ABUILD
708 M:      Patrick Georgi <patrick@georgi-clan.de>
709 M:      Martin Roth <gaumless@gmail.com>
710 S:      Supported
711 F:      util/abuild/
713 BOARD STATUS
714 F:      util/board_status/
716 BUILD SYSTEM
717 M:      Patrick Georgi <patrick@georgi-clan.de>
718 M:      Martin Roth <gaumless@gmail.com>
719 S:      Supported
720 F:      Makefile
721 F:      *.inc
722 F:      src/include/kconfig.h
723 F:      util/kconfig/
724 F:      util/sconfig/
725 F:      util/xcompile/
726 F:      util/genbuild_h/
728 TOOLCHAIN
729 F:      util/crossgcc/
731 DOCKER
732 M:      Martin Roth <gaumless@gmail.com>
733 S:      Supported
734 F:      util/docker/
737 F:      .git*
738 F:      /util/gitconfig
740 LINT SCRIPTS
741 M:      Patrick Georgi <patrick@georgi-clan.de>
742 M:      Martin Roth <gaumless@gmail.com>
743 S:      Supported
744 F:      util/lint/
746 IFDTOOL
747 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
748 F:      util/ifdtool/
750 INTELTOOL
751 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
752 F:      util/inteltool/
754 INTELMETOOL
755 M:      Christian Walter <christian.walter@9elements.com>
756 F:      util/intelmetool/
758 ME_CLEANER
759 M:      Nicola Corna <nicola@corna.info>
760 W:      https://github.com/corna/me_cleaner
761 S:      Maintained
762 F:      util/me_cleaner/
764 ################################################################################
765 # Miscellaneous
766 ################################################################################
768 ASPEED AST2050 DRIVER & COMMON CODE
769 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
770 S:      Supported
771 F:      src/drivers/aspeed/common/
772 F:      src/drivers/aspeed/ast2050/
774 ACPI
775 M:      Lance Zhao <lance.zhao@gmail.com>
776 M:      Tim Wawrzynczak <twawrzynczak@chromium.org>
777 S:      Supported
778 F:      src/acpi/
779 F:      src/arch/x86/acpi/
780 F:      util/acpi/
782 LZ4 COMPRESSION
783 M:      Julius Werner <jwerner@chromium.org>
784 S:      Supported
785 F:      src/commonlib/lz4*
786 F:      payloads/libpayload/liblz4/
787 F:      util/cbfstool/lz4/
789 BINARY OBJECTS
790 F:      3rdparty/blobs/
792 VERIFIED BOOT
793 F:      3rdparty/vboot/
794 F:      src/vendorcode/google/chromeos/
795 F:      src/include/tpm.h
796 F:      src/include/tpm_lite/
798 RESOURCE ALLOCATOR
799 F:      src/device/*
800 F:      src/include/device/
801 F:      src/include/cpu/cpu.h
803 OPTION ROM EXECUTION & X86EMU
804 F:      src/device/oprom/
806 CBFS
807 M:      Julius Werner <jwerner@chromium.org>
808 F:      src/include/cbfs*
809 F:      src/commonlib/bsd/include/commonlib/bsd/cbfs*
810 F:      src/commonlib/bsd/cbfs*
811 F:      src/lib/cbfs.c
813 CBFSTOOL
814 F:      util/cbfstool/
816 CBMEM
817 F:      src/include/cbmem.h
818 F:      src/include/cbmem_id.h
819 F:      util/cbmem/
821 CONSOLE
822 F:      src/console/
823 F:      src/include/console/
824 F:      src/drivers/uart/
826 VERIFIED BOOT 2
827 M:      Aaron Durbin <adurbin@chromium.org>
828 F:      src/security/vboot/
830 TPM SUPPORT
831 M:      Christian Walter <christian.walter@9elements.com>
832 S:      Supported
833 F:      src/drivers/*/tpm/
834 F:      src/security/tpm/
836 SUPERIOS & SUPERIOTOOL
837 M:      Felix Held <felix-coreboot@felixheld.de>
838 S:      Maintained
839 F:      src/superio/
840 F:      util/superiotool/
842 MEMLAYOUT
843 M:      Julius Werner <jwerner@chromium.org>
844 S:      Supported
845 F:      */memlayout.h
846 F:      *.ld
848 ELTAN VENDORCODE
849 M:      Frans Hendriks <fhendriks@eltan.com>
850 M:      Wim Vervoorn <wvervoorn@eltan.com>
851 S:      Maintained
852 F:      src/vendorcode/eltan/
854 TESTS
855 M:      Jakub Czapiga <jacz@semihalf.com>
856 S:      Maintained
857 F:      tests/
859 MISSING: TIMERS / DELAYS
861 MISSING: TIMESTAMPS
863 MISSING: FMAP
865 MISSING: GPIO
867 MISSING: SMP
869 MISSING: DMP / QEMU-X86
871 MISSING: ELOG
873 MISSING: SPI
875 # *** Infrastructure Owners ***
876 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
877 # Hardware
878 #       Owners: Stefan, Patrick
879 #       Backups:
881 # Web Server
882 #       Owners: Stefan, Patrick
883 #       Backups:
885 # Website
886 #       Owners: Martin
887 #       Backups: Patrick, Stefan
889 # Documentation Website
890 #       Owners: Patrick
891 #       Backups:
893 CODE OF CONDUCT
894 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
895 M:      Patrick Georgi <patrick@coreboot.org>
896 M:      Ronald Minnich <rminnich@coreboot.org>
897 M:      Martin Roth <martin@coreboot.org>
898 S:      Maintained
899 F:      Documentation/community/code_of_conduct.md
901 # Wiki
902 #       Owners: Stefan, Patrick
903 #       Backups:
905 # Gerrit
906 #       Owners: Stefan, Patrick
907 #       Backups: Martin
909 # Jenkins
910 #       Owners: Patrick, Martin
911 #       Backups:
913 # Bug Tracker
914 #       Owners: Lynxis,
915 #       Backups: Martin,
917 # Mailing List
918 #       Owners: Stefan, Patrick
919 #       Backups: Martin,
921 # Software Freedom Conservancy
922 #       Main contact: Martin
923 #       “Official” contact: Stefan