soc/sifive/fu540: Remove PLL parameters from sdram.c
[coreboot.git] / MAINTAINERS
blob4d27129c0a502f02021593a37cda119820d63df5
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/ucb/
128 F:      src/mainboard/emulation/*-riscv/
130 POWER8 ARCHITECTURE
131 M:      Ronald Minnich <rminnich@gmail.com>
132 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
133 S:      Maintained
134 F:      src/arch/power8/
135 F:      src/cpu/qemu-power8/
136 F:      src/mainboard/emulation/qemu-power8/
138 LENOVO EC
139 M:      Alexander Couzens <lynxis@fe80.eu>
140 S:      Maintained
141 F:      src/ec/lenovo/
143 LENOVO MAINBOARDS
144 M:      Alexander Couzens <lynxis@fe80.eu>
145 M:      Patrick Rudolph <siro@das-labor.org>
146 S:      Maintained
147 F:      src/mainboard/lenovo/
149 INTEL PINEVIEW CHIPSET
150 M:      Damien Zammit <damien@zamaudio.com>
151 S:      Odd Fixes
152 F:      src/northbridge/intel/pineview/
154 INTEL D510MO MAINBOARD
155 M:      Damien Zammit <damien@zamaudio.com>
156 S:      Odd Fixes
157 F:      src/mainboard/intel/d510mo
159 INTEL X4X CHIPSET
160 M:      Damien Zammit <damien@zamaudio.com>
161 S:      Odd Fixes
162 F:      src/northbridge/intel/x4x/
164 GIGABYTE GA-G41M-ES2L MAINBOARD
165 M:      Damien Zammit <damien@zamaudio.com>
166 S:      Odd Fixes
167 F:      src/mainboard/gigabyte/ga-g41m-es2l
169 GOOGLE PANTHER MAINBOARD
170 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
171 S:      Supported
172 F:      src/mainboard/google/panther/
174 INTEL MINNOWBOARD MAX MAINBOARD
175 M:      Huang Jin <huang.jin@intel.com>
176 M:      York Yang <york.yang@intel.com>
177 S:      Supported
178 F:      src/mainboard/intel/minnowmax/
180 INTEL FSP BAYTRAIL CHIP & CRBs
181 M:      Huang Jin <huang.jin@intel.com>
182 M:      York Yang <york.yang@intel.com>
183 S:      Supported
184 F:      src/soc/intel/fsp_baytrail/
185 F:      src/vendorcode/intel/fsp1_0/baytrail/
186 F:      src/mainboard/intel/bakersport_fsp/
187 F:      src/mainboard/intel/bayleybay_fsp/
189 INTEL FSP BROADWELL-DE SOC & CRB
190 M:      York Yang <york.yang@intel.com>
191 S:      Supported
192 F:      src/soc/intel/fsp_broadwell_de/
193 F:      src/vendorcode/intel/fsp1_0/broadwell_de/
194 F:      src/mainboard/intel/camelbackmountain_fsp/
196 INTEL FSP IVYBRIDGE/PANTHERPOINT/CAVECREEK & CRBs
197 M:      York Yang <york.yang@intel.com>
198 S:      Supported
199 F:      src/cpu/intel/fsp_model_206ax/
200 F:      src/northbridge/intel/fsp_sandybridge/
201 F:      src/southbridge/intel/fsp_bd82x6x/
202 F:      src/southbridge/intel/fsp_i89xx/
203 F:      src/vendorcode/intel/fsp1_0/ivybridge_bd82x6x
204 F:      src/vendorcode/intel/fsp1_0/ivybridge_i89xx
205 F:      src/mainboard/intel/cougar_canyon2/
206 F:      src/mainboard/intel/stargo2/
208 INTEL FSP DENVERTON-NS SOC & HARCUVAR CRB
209 M:      SweeHeng Wong <swee.heng.wong@intel.com>
210 M:      Jeff Daly <jeffrey.daly@intel.com>
211 M:      Vanessa Eusebio <vanessa.f.eusebio@intel.com>
212 M:      David Guckian <david.guckian@intel.com>
213 M:      Shine Liu <shine.liu@intel.com>
214 S:      Supported
215 F:      src/mainboard/intel/harcuvar/
216 F:      src/soc/intel/denverton_ns/
217 F:      src/vendorcode/intel/fsp/fsp2_0/denverton_ns/
219 FSP 1.0 RANGELEY & CRB
220 M:      David Guckian <david.guckian@intel.com>
221 M:      Fei Wang <fei.z.wang@intel.com>
222 S:      Supported
223 F:      src/cpu/intel/fsp_model_406dx/
224 F:      src/northbridge/intel/fsp_rangeley/
225 F:      src/southbridge/intel/fsp_rangeley/
226 F:      src/vendorcode/intel/fsp1_0/rangeley/
227 F:      src/mainboard/intel/mohonpeak/
229 INTEL FSP 1.0
230 M:      Huang Jin <huang.jin@intel.com>
231 M:      York Yang <york.yang@intel.com>
232 S:      Supported
233 F:      src/drivers/intel/fsp1_0/
235 INTEL FSP 1.1
236 M:      Lee Leahy <leroy.p.leahy@intel.com>
237 M:      Huang Jin <huang.jin@intel.com>
238 M:      York Yang <york.yang@intel.com>
239 S:      Supported
240 F:      src/drivers/intel/fsp1_1/
242 INTEL FSP 2.0
243 M:      Andrey Petrov <andrey.petrov@gmail.com>
244 S:      Maintained
245 F:      src/drivers/intel/fsp2_0/
247 INTEL STRAGO MAINBOARD
248 M:      Hannah Williams <hannah.williams@intel.com>
249 S:      Supported
250 F:      /src/mainboard/intel/strago/
252 INTEL BRASWELL SOC
253 M:      Hannah Williams <hannah.williams@intel.com>
254 S:      Supported
255 F:      /src/soc/intel/braswell
256 F:      /src/vendorcode/intel/fsp/fsp1_1/braswell
258 INTEL APOLLOLAKE_SOC
259 M:      Andrey Petrov <andrey.petrov@gmail.com>
260 S:      Maintained
261 F:      src/soc/intel/apollolake/
263 ASUS KFSN4-DRE & KFSN4-DRE_K8 MAINBOARDS
264 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
265 S:      Supported
266 F:      src/mainboard/asus/kfsn4-dre/
267 F:      src/mainboard/asus/kfsn4-dre_k8/
269 ASUS KCMA-D8 MAINBOARD
270 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
271 S:      Supported
272 F:      src/mainboard/asus/kcma-d8/
274 ASUS KGPE-D16 MAINBOARD
275 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
276 S:      Supported
277 F:      src/mainboard/asus/kgpe-d16/
279 PC ENGINES ALL MAINBOARDS
280 M:      Piotr Król <piotr.krol@3mdeb.com>
281 M:      Michał Żygowski <michal.zygowski@3mdeb.com>
282 S:      Supported
283 F:      src/mainboard/pcengines/
285 AMD FAMILY10H & FAMILY15H (NON-AGESA) CPUS & NORTHBRIDGE
286 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
287 S:      Supported
288 F:      src/cpu/amd/family_10h-family_15h/
289 F:      src/northbridge/amd/amdfam10/
290 F:      src/northbridge/amd/amdmct/
291 F:      src/northbridge/amd/amdht/
293 AMD SB700 (NON-CIMX) SOUTHBRIDGE
294 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
295 S:      Supported
296 F:      src/southbridge/amd/sb700/
298 AMD SR5650 SOUTHBRIDGE
299 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
300 S:      Supported
301 F:      src/southbridge/amd/sr5650/
303 ASPEED AST2050 DRIVER & COMMON CODE
304 M:      Timothy Pearson <tpearson@raptorengineeringinc.com>
305 S:      Supported
306 F:      src/drivers/aspeed/common/
307 F:      src/drivers/aspeed/ast2050/
309 ATI MACH64 Driver
310 S:      Orphan
311 F:      src/drivers/ati/mach64/
313 ABUILD
314 M:      Patrick Georgi <patrick@georgi-clan.de>
315 M:      Martin Roth <gaumless@gmail.com>
316 S:      Supported
317 F:      util/abuild/
319 ACPI
320 F:      src/acpi/
321 F:      src/arch/x86/acpi/
322 F:      util/acpi/
324 LZ4 COMPRESSION
325 M:      Julius Werner <jwerner@chromium.org>
326 S:      Supported
327 F:      src/commonlib/lz4*
328 F:      payloads/libpayload/liblz4/
329 F:      util/cbfstool/lz4/
331 ARM ARCHITECTURE
332 M:      Julius Werner <jwerner@chromium.org>
333 S:      Supported
334 F:      src/arch/arm/
335 F:      src/arch/arm64/
336 F:      src/soc/mediatek/
337 F:      src/soc/nvidia/
338 F:      src/soc/rockchip/
339 F:      util/nvidia/
340 F:      util/rockchip/
342 ORPHANED ARM SOCS
343 S:      Orphaned
344 F:      src/cpu/allwinner/
345 F:      src/cpu/armltd/
346 F:      src/cpu/ti/
347 F:      src/soc/broadcom/
348 F:      src/soc/marvell/
349 F:      src/soc/qualcomm/
350 F:      src/soc/samsung/
351 F:      util/arm_boot_tools/
352 F:      util/broadcom/
353 F:      util/exynos/
354 F:      util/ipqheader/
356 MIPS ARCHITECTURE
357 F:      src/arch/mips/
358 F:      src/cpu/mips/
359 F:      src/soc/imgtec/
360 F:      util/bimgtool/
362 X86 ARCHITECTURE
363 F:      src/arch/x86/
364 F:      src/cpu/x86/
365 F:      src/drivers/pc80/
366 F:      src/include/pc80/
367 F:      src/include/cpu/x86/
369 INTEL SUPPORT
370 M:      Patrick Rudolph <siro@das-labor.org>
371 S:      Maintained
372 F:      src/vendorcode/intel/
373 F:      src/cpu/intel/
374 F:      src/northbridge/intel/
375 F:      src/southbridge/intel/
376 F:      src/soc/intel/
377 F:      src/drivers/intel/
378 F:      src/include/cpu/intel/
380 AMD SUPPORT
381 F:      src/vendorcode/amd/
382 F:      src/cpu/amd/
383 F:      src/northbridge/amd/
384 F:      src/southbridge/amd/
385 F:      src/include/cpu/amd/
387 VIA SUPPORT
388 F:      src/cpu/via/
389 F:      src/northbridge/via/
390 F:      src/southbridge/via/
392 LINT SCRIPTS
393 M:      Patrick Georgi <patrick@georgi-clan.de>
394 M:      Martin Roth <gaumless@gmail.com>
395 S:      Supported
396 F:      util/lint/
398 INTELTOOL
399 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
400 F:      util/inteltool/
402 INTELMETOOL
403 M:      Philipp Deppenwiese <zaolin.daisuki@gmail.com>
404 F:      util/intelmetool/
406 ME_CLEANER
407 M:      Nicola Corna <nicola@corna.info>
408 W:      https://github.com/corna/me_cleaner
409 S:      Maintained
410 F:      util/me_cleaner/
412 IFDTOOL
413 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
414 F:      util/ifdtool/
416 BUILD SYSTEM
417 M:      Patrick Georgi <patrick@georgi-clan.de>
418 M:      Martin Roth <gaumless@gmail.com>
419 S:      Supported
420 F:      Makefile
421 F:      *.inc
422 F:      src/include/kconfig.h
423 F:      util/kconfig/
424 F:      util/sconfig/
425 F:      util/xcompile/
426 F:      util/genbuild_h/
428 BOARD STATUS
429 F:      util/board_status/
431 BINARY OBJECTS
432 F:      3rdparty/blobs/
434 VERIFIED BOOT
435 F:      3rdparty/vboot/
436 F:      src/vendorcode/google/chromeos/
437 F:      src/include/tpm.h
438 F:      src/include/tpm_lite/
440 RESOURCE ALLOCATOR
441 F:      src/device/*
442 F:      src/include/device/
443 F:      src/include/cpu/cpu.h
445 OPTION ROM EXECUTION & X86EMU
446 F:      src/device/oprom/
448 CBFS
449 F:      src/include/cbfs.h
450 F:      src/include/cbfs_serialized.h
451 F:      util/cbfstool/
453 CBMEM
454 F:      src/include/cbmem.h
455 F:      src/include/cbmem_id.h
456 F:      util/cbmem/
458 CONSOLE
459 F:      src/console/
460 F:      src/include/console/
461 F:      src/drivers/uart/
463 NVRAM
464 F:      util/nvramtool/
465 F:      util/optionlist/
466 F:      payloads/nvramcui/
468 LIBPAYLOAD
469 F:      payloads/libpayload/
471 BAYOU PAYLOAD
472 F:      payloads/bayou/
474 COREINFO PAYLOAD
475 F:      payloads/coreinfo/
477 EXTERNAL PAYLOADS INTEGRATION
478 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
479 M:      Martin Roth <gaumless@gmail.com>
480 F:      payloads/external
482 VERIFIED BOOT 2
483 M:      Aaron Durbin <adurbin@chromium.org>
484 F:      src/vendorcode/google/chromeos/vboot2/
486 TPM SUPPORT
487 M:      Philipp Deppenwiese <zaolin.daisuki@gmail.com>
488 F:      src/drivers/*/tpm/
489 F:      src/security/tpm12/
490 F:      src/security/tpm20/
491 F:      util/tss-generator/
493 DOCKER
494 M:      Martin Roth <gaumless@gmail.com>
495 S:      Supported
496 F:      util/docker/
498 TOOLCHAIN
499 F:      util/crossgcc/
502 F:      .git*
503 F:      /util/gitconfig
505 SUPERIOS & SUPERIOTOOL
506 M:      Felix Held <felix-coreboot@felixheld.de>
507 S:      Maintained
508 F:      src/superio/
509 F:      util/superiotool/
511 MEMLAYOUT
512 M:      Julius Werner <jwerner@chromium.org>
513 S:      Supported
514 F:      */memlayout.h
515 F:      *.ld
517 MISSING: TIMERS / DELAYS
519 MISSING: TIMESTAMPS
521 MISSING: FMAP
523 MISSING: GPIO
525 MISSING: SMP
527 MISSING: DMP / QEMU-X86
529 MISSING: ELOG
531 MISSING: SPI
533 THE REST
534 M:      Stefan Reinauer <stefan.reinauer@coreboot.org>
535 T:      git https://review.coreboot.org/coreboot
536 S:      Buried alive in mainboards
537 F:      *
538 F:      */
540 # *** Infrastructure Owners***
541 # This is intended to let people know who they should contact for issues with various infrastructure pieces.
542 # Hardware
543 #       Owners: Stefan, Patrick
544 #       Backups:
546 # Web Server
547 #       Owners: Stefan, Patrick
548 #       Backups:
550 # Website
551 #       Owners: Martin, Philipp
552 #       Backups: Patrick, Stefan
554 # Documentation Website
555 #       Owners: Patrick, Philipp
556 #       Backups:
558 # Wiki
559 #       Owners: Stefan, Patrick
560 #       Backups:
562 # Gerrit
563 #       Owners: Stefan, Patrick
564 #       Backups: Martin
566 # Jenkins
567 #       Owners: Patrick, Martin
568 #       Backups:
570 # Bug Tracker
571 #       Owners: Lynxis,
572 #       Backups: Martin,
574 # Mailing List
575 #       Owners: Stefan, Patrick
576 #       Backups: Martin,
578 # Software Freedom Conservancy
579 #       Main contact: Martin
580 #       “Official” contact: Stefan