tegra210_lp0: make sure to build with compiler.h included
[coreboot.git] / MAINTAINERS
blobb7031c54e5ebac1a35b8719e30973ba009270d0c
3         List of maintainers and how to submit coreboot changes
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
9 1.      Always _test_ your changes, however small, on at least 1 or
10         2 people, preferably many more.
12 2.      Try to release a few ALPHA test versions to gerrit. Announce
13         them onto the coreboot mailing list and IRC channel and await
14         results. This is especially important on coreboot core changes,
15         but also for device drivers, because often that's the only way
16         you will find things like the fact revision 3 chipset needs
17         a magic fix you didn't know about, or some clown changed the
18         chips on a board and not its name.  (Don't laugh!)
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work for all
22         boards in the tree (use abuild!)
24 4.      When you are happy with a change make it generally available for
25         testing in gerrit and await feedback.
27 5.      Make your patch available through coreboot's gerrit code review
28         system, and add the relevant maintainer from this list as a code
29         reviewer. Be prepared to get your changes sent back with seemingly
30         silly requests about formatting and variable names.  These aren't
31         as silly as they seem. One job the maintainers do is to keep
32         things looking the same.  Sometimes this means that the clever
33         hack in your mainboard or chipset to get around a problem actually
34         needs to become a generalized coreboot feature ready for next time.
36         PLEASE check your patch with the automated style checker
37         (util/lint/checkpatch.pl) to catch trival style violations.
38         See https://www.coreboot.org/Coding_Style for guidance here.
40         PLEASE add the maintainers that are generated by
41         util/scripts/get_maintainer.pl as reviewers.  The results returned
42         by the script will be best if you have git installed and are
43         making your changes in a branch derived from coreboot.org's latest
44         git tree.
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed at
57         https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
63 7.      Happy hacking.
65 Descriptions of section entries:
67         M: Maintainer: FullName <address@domain>
68         R: Designated reviewer: FullName <address@domain>
69            These reviewers should be CCed on patches.
70         L: Mailing list that is relevant to this area
71         W: Web-page with status/info
72         Q: Patchwork web based patch tracking system site
73         T: SCM tree type and location.
74            Type is one of: git, hg, quilt, stgit, topgit
75         S: Status, one of the following:
76            Supported:   Someone is actually paid to look after this.
77            Maintained:  Someone actually looks after it.
78            Odd Fixes:   It has a maintainer but they don't have time to do
79                         much other than throw the odd patch in. See below..
80            Orphan:      No current maintainer [but maybe you could take the
81                         role as you write your new code].
82            Obsolete:    Old code. Something tagged obsolete generally means
83                         it has been replaced by a better system and you
84                         should be using that.
85         F: Files and directories with wildcard patterns.
86            A trailing slash includes all files and subdirectory files.
87            F:   drivers/net/    all files in and below drivers/net
88            F:   drivers/net/*   all files in drivers/net, but not below
89            F:   */net/*         all files in "any top level directory"/net
90            One pattern per line.  Multiple F: lines acceptable.
91         N: Files and directories with regex patterns.
92            N:   [^a-z]tegra     all files whose path contains the word tegra
93            One pattern per line.  Multiple N: lines acceptable.
94            scripts/get_maintainer.pl has different behavior for files that
95            match F: pattern and matches of N: patterns.  By default,
96            get_maintainer will not look at git log history when an F: pattern
97            match occurs.  When an N: match occurs, git log history is used
98            to also notify the people that have git commit signatures.
99         X: Files and directories that are NOT maintained, same rules as F:
100            Files exclusions are tested before file matches.
101            Can be useful for excluding a specific subdirectory, for instance:
102            F:   net/
103            X:   net/ipv6/
104            matches all files in and below net excluding net/ipv6/
105         K: Keyword perl extended regex pattern to match content in a
106            patch or file.  For instance:
107            K: of_get_profile
108               matches patches or files that contain "of_get_profile"
109            K: \b(printk|pr_(info|err))\b
110               matches patches or files that contain one or more of the words
111               printk, pr_info or pr_err
112            One regex pattern per line.  Multiple K: lines acceptable.
114 Note: For the hard of thinking, this list is meant to remain in alphabetical
115 order. If you could add yourselves to it in alphabetical order that would be
116 so much easier [Ed]
118 Maintainers List (try to look for most precise areas first)
120                 -----------------------------------
122 RISC-V ARCHITECTURE
123 M:      Ronald Minnich <rminnich@gmail.com>
124 M:      Jonathan Neuschäfer <j.neuschaefer@gmx.net>
125 S:      Maintained
126 F:      src/arch/riscv/
127 F:      src/soc/sifive/
128 F:      src/soc/ucb/
129 F:      src/mainboard/emulation/*-riscv/
130 F:      src/mainboard/sifive/
131 F:      util/riscv/
133 POWER8 ARCHITECTURE
134 M:      Ronald Minnich <rminnich@gmail.com>
135 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
136 S:      Maintained
137 F:      src/arch/power8/
138 F:      src/cpu/qemu-power8/
139 F:      src/mainboard/emulation/qemu-power8/
141 LENOVO EC
142 M:      Alexander Couzens <lynxis@fe80.eu>
143 S:      Maintained
144 F:      src/ec/lenovo/
146 LENOVO MAINBOARDS
147 M:      Alexander Couzens <lynxis@fe80.eu>
148 M:      Patrick Rudolph <siro@das-labor.org>
149 S:      Maintained
150 F:      src/mainboard/lenovo/
152 INTEL PINEVIEW CHIPSET
153 M:      Damien Zammit <damien@zamaudio.com>
154 S:      Odd Fixes
155 F:      src/northbridge/intel/pineview/
157 INTEL D510MO MAINBOARD
158 M:      Damien Zammit <damien@zamaudio.com>
159 S:      Odd Fixes
160 F:      src/mainboard/intel/d510mo
162 INTEL X4X CHIPSET
163 M:      Damien Zammit <damien@zamaudio.com>
164 S:      Odd Fixes
165 F:      src/northbridge/intel/x4x/
167 GIGABYTE GA-G41M-ES2L MAINBOARD
168 M:      Damien Zammit <damien@zamaudio.com>
169 S:      Odd Fixes
170 F:      src/mainboard/gigabyte/ga-g41m-es2l
172 GOOGLE PANTHER MAINBOARD
173 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
174 S:      Supported
175 F:      src/mainboard/google/panther/
177 INTEL MINNOWBOARD MAX MAINBOARD
178 M:      Huang Jin <huang.jin@intel.com>
179 M:      York Yang <york.yang@intel.com>
180 S:      Supported
181 F:      src/mainboard/intel/minnowmax/
183 INTEL FSP BAYTRAIL CHIP & CRBs
184 M:      Huang Jin <huang.jin@intel.com>
185 M:      York Yang <york.yang@intel.com>
186 S:      Supported
187 F:      src/soc/intel/fsp_baytrail/
188 F:      src/vendorcode/intel/fsp1_0/baytrail/
189 F:      src/mainboard/intel/bakersport_fsp/
190 F:      src/mainboard/intel/bayleybay_fsp/
192 INTEL FSP BROADWELL-DE SOC & CRB
193 M:      York Yang <york.yang@intel.com>
194 S:      Supported
195 F:      src/soc/intel/fsp_broadwell_de/
196 F:      src/vendorcode/intel/fsp1_0/broadwell_de/
197 F:      src/mainboard/intel/camelbackmountain_fsp/
199 INTEL FSP IVYBRIDGE/PANTHERPOINT/CAVECREEK & CRBs
200 M:      York Yang <york.yang@intel.com>
201 S:      Supported
202 F:      src/cpu/intel/fsp_model_206ax/
203 F:      src/northbridge/intel/fsp_sandybridge/
204 F:      src/southbridge/intel/fsp_bd82x6x/
205 F:      src/southbridge/intel/fsp_i89xx/
206 F:      src/vendorcode/intel/fsp1_0/ivybridge_bd82x6x
207 F:      src/vendorcode/intel/fsp1_0/ivybridge_i89xx
208 F:      src/mainboard/intel/cougar_canyon2/
209 F:      src/mainboard/intel/stargo2/
211 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
212 M:      SweeHeng Wong <swee.heng.wong@intel.com>
213 M:      Jeff Daly <jeffrey.daly@intel.com>
214 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
215 M:      David Guckian <david.guckian@intel.com>
216 M:      Shine Liu <shine.liu@intel.com>
217 S:      Supported
218 F:      src/mainboard/intel/harcuvar/
219 F:      src/soc/intel/denverton_ns/
220 F:      src/vendorcode/intel/fsp/fsp2_0/denverton_ns/
222 FSP 1.0 RANGELEY & CRB
223 M:      David Guckian <david.guckian@intel.com>
224 M:      Fei Wang <fei.z.wang@intel.com>
225 S:      Supported
226 F:      src/cpu/intel/fsp_model_406dx/
227 F:      src/northbridge/intel/fsp_rangeley/
228 F:      src/southbridge/intel/fsp_rangeley/
229 F:      src/vendorcode/intel/fsp1_0/rangeley/
230 F:      src/mainboard/intel/mohonpeak/
232 INTEL FSP 1.0
233 M:      Huang Jin <huang.jin@intel.com>
234 M:      York Yang <york.yang@intel.com>
235 S:      Supported
236 F:      src/drivers/intel/fsp1_0/
238 INTEL FSP 1.1
239 M:      Lee Leahy <leroy.p.leahy@intel.com>
240 M:      Huang Jin <huang.jin@intel.com>
241 M:      York Yang <york.yang@intel.com>
242 S:      Supported
243 F:      src/drivers/intel/fsp1_1/
245 INTEL FSP 2.0
246 M:      Andrey Petrov <andrey.petrov@gmail.com>
247 S:      Maintained
248 F:      src/drivers/intel/fsp2_0/
250 INTEL STRAGO MAINBOARD
251 M:      Hannah Williams <hannah.williams@intel.com>
252 S:      Supported
253 F:      /src/mainboard/intel/strago/
255 INTEL BRASWELL SOC
256 M:      Hannah Williams <hannah.williams@intel.com>
257 S:      Supported
258 F:      /src/soc/intel/braswell
259 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell
261 INTEL APOLLOLAKE_SOC
262 M:      Andrey Petrov <andrey.petrov@gmail.com>
263 S:      Maintained
264 F:      src/soc/intel/apollolake/
266 ASUS KFSN4-DRE & KFSN4-DRE_K8 MAINBOARDS
267 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
268 S:      Supported
269 F:      src/mainboard/asus/kfsn4-dre/
270 F:      src/mainboard/asus/kfsn4-dre_k8/
272 ASUS KCMA-D8 MAINBOARD
273 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
274 S:      Supported
275 F:      src/mainboard/asus/kcma-d8/
277 ASUS KGPE-D16 MAINBOARD
278 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
279 S:      Supported
280 F:      src/mainboard/asus/kgpe-d16/
282 PC ENGINES ALL MAINBOARDS
283 M:      Piotr Król <piotr.krol@3mdeb.com>
284 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
285 S:      Supported
286 F:      src/mainboard/pcengines/
288 AMD FAMILY10H & FAMILY15H (NON-AGESA) CPUS & NORTHBRIDGE
289 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
290 S:      Supported
291 F:      src/cpu/amd/family_10h-family_15h/
292 F:      src/northbridge/amd/amdfam10/
293 F:      src/northbridge/amd/amdmct/
294 F:      src/northbridge/amd/amdht/
296 AMD SB700 (NON-CIMX) SOUTHBRIDGE
297 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
298 S:      Supported
299 F:      src/southbridge/amd/sb700/
301 AMD SR5650 SOUTHBRIDGE
302 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
303 S:      Supported
304 F:      src/southbridge/amd/sr5650/
306 ASPEED AST2050 DRIVER & COMMON CODE
307 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
308 S:      Supported
309 F:      src/drivers/aspeed/common/
310 F:      src/drivers/aspeed/ast2050/
312 ATI MACH64 Driver
313 S:      Orphan
314 F:      src/drivers/ati/mach64/
316 ABUILD
317 M:      Patrick Georgi <patrick@georgi-clan.de>
318 M:      Martin Roth <gaumless@gmail.com>
319 S:      Supported
320 F:      util/abuild/
322 ACPI
323 F:      src/acpi/
324 F:      src/arch/x86/acpi/
325 F:      util/acpi/
327 LZ4 COMPRESSION
328 M:      Julius Werner <jwerner@chromium.org>
329 S:      Supported
330 F:      src/commonlib/lz4*
331 F:      payloads/libpayload/liblz4/
332 F:      util/cbfstool/lz4/
334 ARM ARCHITECTURE
335 M:      Julius Werner <jwerner@chromium.org>
336 S:      Supported
337 F:      src/arch/arm/
338 F:      src/arch/arm64/
339 F:      src/soc/mediatek/
340 F:      src/soc/nvidia/
341 F:      src/soc/rockchip/
342 F:      util/nvidia/
343 F:      util/rockchip/
345 ORPHANED ARM SOCS
346 S:      Orphaned
347 F:      src/cpu/allwinner/
348 F:      src/cpu/armltd/
349 F:      src/cpu/ti/
350 F:      src/soc/broadcom/
351 F:      src/soc/marvell/
352 F:      src/soc/qualcomm/
353 F:      src/soc/samsung/
354 F:      util/arm_boot_tools/
355 F:      util/broadcom/
356 F:      util/exynos/
357 F:      util/ipqheader/
359 MIPS ARCHITECTURE
360 F:      src/arch/mips/
361 F:      src/cpu/mips/
362 F:      src/soc/imgtec/
363 F:      util/bimgtool/
365 X86 ARCHITECTURE
366 F:      src/arch/x86/
367 F:      src/cpu/x86/
368 F:      src/drivers/pc80/
369 F:      src/include/pc80/
370 F:      src/include/cpu/x86/
372 INTEL SUPPORT
373 M:      Patrick Rudolph <siro@das-labor.org>
374 S:      Maintained
375 F:      src/vendorcode/intel/
376 F:      src/cpu/intel/
377 F:      src/northbridge/intel/
378 F:      src/southbridge/intel/
379 F:      src/soc/intel/
380 F:      src/drivers/intel/
381 F:      src/include/cpu/intel/
383 AMD SUPPORT
384 F:      src/vendorcode/amd/
385 F:      src/cpu/amd/
386 F:      src/northbridge/amd/
387 F:      src/southbridge/amd/
388 F:      src/include/cpu/amd/
390 VIA SUPPORT
391 F:      src/cpu/via/
392 F:      src/northbridge/via/
393 F:      src/southbridge/via/
395 LINT SCRIPTS
396 M:      Patrick Georgi <patrick@georgi-clan.de>
397 M:      Martin Roth <gaumless@gmail.com>
398 S:      Supported
399 F:      util/lint/
401 INTELTOOL
402 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
403 F:      util/inteltool/
405 INTELMETOOL
406 M:      Philipp Deppenwiese <zaolin.daisuki@gmail.com>
407 F:      util/intelmetool/
409 ME_CLEANER
410 M:      Nicola Corna <nicola@corna.info>
411 W:      https://github.com/corna/me_cleaner
412 S:      Maintained
413 F:      util/me_cleaner/
415 IFDTOOL
416 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
417 F:      util/ifdtool/
419 BUILD SYSTEM
420 M:      Patrick Georgi <patrick@georgi-clan.de>
421 M:      Martin Roth <gaumless@gmail.com>
422 S:      Supported
423 F:      Makefile
424 F:      *.inc
425 F:      src/include/kconfig.h
426 F:      util/kconfig/
427 F:      util/sconfig/
428 F:      util/xcompile/
429 F:      util/genbuild_h/
431 BOARD STATUS
432 F:      util/board_status/
434 BINARY OBJECTS
435 F:      3rdparty/blobs/
437 VERIFIED BOOT
438 F:      3rdparty/vboot/
439 F:      src/vendorcode/google/chromeos/
440 F:      src/include/tpm.h
441 F:      src/include/tpm_lite/
443 RESOURCE ALLOCATOR
444 F:      src/device/*
445 F:      src/include/device/
446 F:      src/include/cpu/cpu.h
448 OPTION ROM EXECUTION & X86EMU
449 F:      src/device/oprom/
451 CBFS
452 F:      src/include/cbfs.h
453 F:      src/include/cbfs_serialized.h
454 F:      util/cbfstool/
456 CBMEM
457 F:      src/include/cbmem.h
458 F:      src/include/cbmem_id.h
459 F:      util/cbmem/
461 CONSOLE
462 F:      src/console/
463 F:      src/include/console/
464 F:      src/drivers/uart/
466 NVRAM
467 F:      util/nvramtool/
468 F:      util/optionlist/
469 F:      payloads/nvramcui/
471 LIBPAYLOAD
472 F:      payloads/libpayload/
474 BAYOU PAYLOAD
475 F:      payloads/bayou/
477 COREINFO PAYLOAD
478 F:      payloads/coreinfo/
480 EXTERNAL PAYLOADS INTEGRATION
481 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
482 M:      Martin Roth <gaumless@gmail.com>
483 F:      payloads/external
485 VERIFIED BOOT 2
486 M:      Aaron Durbin <adurbin@chromium.org>
487 F:      src/vendorcode/google/chromeos/vboot2/
489 TPM SUPPORT
490 M:      Philipp Deppenwiese <zaolin.daisuki@gmail.com>
491 F:      src/drivers/*/tpm/
492 F:      src/security/tpm12/
493 F:      src/security/tpm20/
494 F:      util/tss-generator/
496 DOCKER
497 M:      Martin Roth <gaumless@gmail.com>
498 S:      Supported
499 F:      util/docker/
501 TOOLCHAIN
502 F:      util/crossgcc/
505 F:      .git*
506 F:      /util/gitconfig
508 SUPERIOS & SUPERIOTOOL
509 M:      Felix Held <felix-coreboot@felixheld.de>
510 S:      Maintained
511 F:      src/superio/
512 F:      util/superiotool/
514 MEMLAYOUT
515 M:      Julius Werner <jwerner@chromium.org>
516 S:      Supported
517 F:      */memlayout.h
518 F:      *.ld
520 MISSING: TIMERS / DELAYS
522 MISSING: TIMESTAMPS
524 MISSING: FMAP
526 MISSING: GPIO
528 MISSING: SMP
530 MISSING: DMP / QEMU-X86
532 MISSING: ELOG
534 MISSING: SPI
536 THE REST
537 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
538 T:      git https://review.coreboot.org/coreboot
539 S:      Buried alive in mainboards
540 F:      *
541 F:      */
543 # *** Infrastructure Owners***
544 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
545 # Hardware
546 #       Owners: Stefan, Patrick
547 #       Backups:
549 # Web Server
550 #       Owners: Stefan, Patrick
551 #       Backups:
553 # Website
554 #       Owners: Martin, Philipp
555 #       Backups: Patrick, Stefan
557 # Documentation Website
558 #       Owners: Patrick, Philipp
559 #       Backups:
561 # Wiki
562 #       Owners: Stefan, Patrick
563 #       Backups:
565 # Gerrit
566 #       Owners: Stefan, Patrick
567 #       Backups: Martin
569 # Jenkins
570 #       Owners: Patrick, Martin
571 #       Backups:
573 # Bug Tracker
574 #       Owners: Lynxis,
575 #       Backups: Martin,
577 # Mailing List
578 #       Owners: Stefan, Patrick
579 #       Backups: Martin,
581 # Software Freedom Conservancy
582 #       Main contact: Martin
583 #       “Official” contact: Stefan