xref: /aosp_15_r20/external/coreboot/MAINTAINERS (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1*b9411a12SAndroid Build Coastguard Worker
2*b9411a12SAndroid Build Coastguard Worker
3*b9411a12SAndroid Build Coastguard Worker		    List of upstream coreboot maintainers
4*b9411a12SAndroid Build Coastguard Worker		     and how to submit coreboot changes
5*b9411a12SAndroid Build Coastguard Worker
6*b9411a12SAndroid Build Coastguard WorkerThis represents the list of maintainers that work on the upstream coreboot
7*b9411a12SAndroid Build Coastguard Workercode base (on coreboot.org).  Maintainers are assigned to topics and when
8*b9411a12SAndroid Build Coastguard Workerapplicable to subtrees of the source tree. You'll find some subtrees that
9*b9411a12SAndroid Build Coastguard Workerdon't have a maintainer. If you are looking for reviewers for such a sub-
10*b9411a12SAndroid Build Coastguard Workertree, it's often a good choice to look at the git history to see who worked
11*b9411a12SAndroid Build Coastguard Workeron it last.
12*b9411a12SAndroid Build Coastguard Worker
13*b9411a12SAndroid Build Coastguard WorkerPlease try to follow the guidelines below.  This will make things
14*b9411a12SAndroid Build Coastguard Workereasier on the maintainers.  Not all of these guidelines matter for every
15*b9411a12SAndroid Build Coastguard Workertrivial patch so apply some common sense.
16*b9411a12SAndroid Build Coastguard Worker
17*b9411a12SAndroid Build Coastguard Worker
18*b9411a12SAndroid Build Coastguard Worker1.	Make sure your changes compile correctly in multiple configurations. In
19*b9411a12SAndroid Build Coastguard Worker	particular check that changes work for various boards in the tree that
20*b9411a12SAndroid Build Coastguard Worker	it affects:
21*b9411a12SAndroid Build Coastguard Worker
22*b9411a12SAndroid Build Coastguard Worker	Test with: `util/abuild/abuild -c $(nproc) -t vendor/boardname`
23*b9411a12SAndroid Build Coastguard Worker
24*b9411a12SAndroid Build Coastguard Worker2.	When you are happy with a change make it generally available for
25*b9411a12SAndroid Build Coastguard Worker	testing in gerrit and await feedback.
26*b9411a12SAndroid Build Coastguard Worker
27*b9411a12SAndroid Build Coastguard Worker3.	Be prepared to get your changes sent back with seemingly
28*b9411a12SAndroid Build Coastguard Worker	silly requests about formatting and variable names.  These aren't
29*b9411a12SAndroid Build Coastguard Worker	as silly as they seem. One job the maintainers do is to keep
30*b9411a12SAndroid Build Coastguard Worker	things looking the same.  Sometimes this means that the clever
31*b9411a12SAndroid Build Coastguard Worker	hack in your mainboard or chipset to get around a problem actually
32*b9411a12SAndroid Build Coastguard Worker	needs to become a generalized coreboot feature ready for next time.
33*b9411a12SAndroid Build Coastguard Worker
34*b9411a12SAndroid Build Coastguard Worker	PLEASE check your patch with the automated style checker
35*b9411a12SAndroid Build Coastguard Worker	(util/lint/checkpatch.pl) to catch trival style violations.
36*b9411a12SAndroid Build Coastguard Worker	See https://www.coreboot.org/Coding_Style for guidance here.
37*b9411a12SAndroid Build Coastguard Worker
38*b9411a12SAndroid Build Coastguard Worker	PLEASE document known bugs. If it doesn't work for everything
39*b9411a12SAndroid Build Coastguard Worker	or does something very odd once a month document it.
40*b9411a12SAndroid Build Coastguard Worker
41*b9411a12SAndroid Build Coastguard Worker	ALWAYS remember that submissions are made under the terms
42*b9411a12SAndroid Build Coastguard Worker	of the OSDL certificate of contribution and should include a
43*b9411a12SAndroid Build Coastguard Worker	Signed-off-by: line.  The current version of this "Developer's
44*b9411a12SAndroid Build Coastguard Worker	Certificate of Origin" (DCO) is listed at
45*b9411a12SAndroid Build Coastguard Worker	https://www.coreboot.org/Development_Guidelines#Sign-off_Procedure.
46*b9411a12SAndroid Build Coastguard Worker
47*b9411a12SAndroid Build Coastguard Worker4.	Make sure you have the right to send any changes you make. If you
48*b9411a12SAndroid Build Coastguard Worker	do changes at work you may find your employer owns the patch
49*b9411a12SAndroid Build Coastguard Worker	not you.
50*b9411a12SAndroid Build Coastguard Worker
51*b9411a12SAndroid Build Coastguard Worker5.	Happy hacking.
52*b9411a12SAndroid Build Coastguard Worker
53*b9411a12SAndroid Build Coastguard WorkerDescriptions of section entries:
54*b9411a12SAndroid Build Coastguard Worker
55*b9411a12SAndroid Build Coastguard Worker	M: Maintainer: FullName <address@domain>
56*b9411a12SAndroid Build Coastguard Worker	   Must be registered to Gerrit (https://review.coreboot.org/).
57*b9411a12SAndroid Build Coastguard Worker	   Should have experience with upstream coreboot development and
58*b9411a12SAndroid Build Coastguard Worker	   +2 rights.
59*b9411a12SAndroid Build Coastguard Worker	R: Designated reviewer: FullName <address@domain>
60*b9411a12SAndroid Build Coastguard Worker	   These reviewers should be CCed on patches.
61*b9411a12SAndroid Build Coastguard Worker	L: Mailing list that is relevant to this area
62*b9411a12SAndroid Build Coastguard Worker	W: Web-page with status/info
63*b9411a12SAndroid Build Coastguard Worker	Q: Patchwork web based patch tracking system site
64*b9411a12SAndroid Build Coastguard Worker	T: SCM tree type and location.
65*b9411a12SAndroid Build Coastguard Worker	   Type is one of: git, hg, quilt, stgit, topgit
66*b9411a12SAndroid Build Coastguard Worker	S: Status, one of the following:
67*b9411a12SAndroid Build Coastguard Worker	   Supported:	Someone is continuously paid to look after this and
68*b9411a12SAndroid Build Coastguard Worker			a reaction to review requests can be expected
69*b9411a12SAndroid Build Coastguard Worker			within a few days, a month at most.
70*b9411a12SAndroid Build Coastguard Worker	   Maintained:	Someone actually looks after it and a reaction to
71*b9411a12SAndroid Build Coastguard Worker			review requests can usually be expected within a
72*b9411a12SAndroid Build Coastguard Worker			few weeks.
73*b9411a12SAndroid Build Coastguard Worker	   Odd Fixes:	It has a maintainer but they don't have time to do
74*b9411a12SAndroid Build Coastguard Worker			much other than throw the odd patch in. See below..
75*b9411a12SAndroid Build Coastguard Worker	   Orphan:	No current maintainer [but maybe you could take the
76*b9411a12SAndroid Build Coastguard Worker			role as you write your new code].
77*b9411a12SAndroid Build Coastguard Worker	   Obsolete:	Old code. Something tagged obsolete generally means
78*b9411a12SAndroid Build Coastguard Worker			it has been replaced by a better system and you
79*b9411a12SAndroid Build Coastguard Worker			should be using that.
80*b9411a12SAndroid Build Coastguard Worker	F: Files and directories with wildcard patterns.
81*b9411a12SAndroid Build Coastguard Worker	   A trailing slash includes all files and subdirectory files.
82*b9411a12SAndroid Build Coastguard Worker	   F:	drivers/net/	all files in and below drivers/net
83*b9411a12SAndroid Build Coastguard Worker	   F:	drivers/net/*	all files in drivers/net, but not below
84*b9411a12SAndroid Build Coastguard Worker	   F:	*/net/*		all files in "any top level directory"/net
85*b9411a12SAndroid Build Coastguard Worker	   One pattern per line.  Multiple F: lines acceptable.
86*b9411a12SAndroid Build Coastguard Worker	N: Files and directories with regex patterns.
87*b9411a12SAndroid Build Coastguard Worker	   N:	[^a-z]tegra	all files whose path contains the word tegra
88*b9411a12SAndroid Build Coastguard Worker	   One pattern per line.  Multiple N: lines acceptable.
89*b9411a12SAndroid Build Coastguard Worker	   scripts/get_maintainer.pl has different behavior for files that
90*b9411a12SAndroid Build Coastguard Worker	   match F: pattern and matches of N: patterns.  By default,
91*b9411a12SAndroid Build Coastguard Worker	   get_maintainer will not look at git log history when an F: pattern
92*b9411a12SAndroid Build Coastguard Worker	   match occurs.  When an N: match occurs, git log history is used
93*b9411a12SAndroid Build Coastguard Worker	   to also notify the people that have git commit signatures.
94*b9411a12SAndroid Build Coastguard Worker	X: Files and directories that are NOT maintained, same rules as F:
95*b9411a12SAndroid Build Coastguard Worker	   Files exclusions are tested before file matches.
96*b9411a12SAndroid Build Coastguard Worker	   Can be useful for excluding a specific subdirectory, for instance:
97*b9411a12SAndroid Build Coastguard Worker	   F:	net/
98*b9411a12SAndroid Build Coastguard Worker	   X:	net/ipv6/
99*b9411a12SAndroid Build Coastguard Worker	   matches all files in and below net excluding net/ipv6/
100*b9411a12SAndroid Build Coastguard Worker	K: Keyword perl extended regex pattern to match content in a
101*b9411a12SAndroid Build Coastguard Worker	   patch or file.  For instance:
102*b9411a12SAndroid Build Coastguard Worker	   K: of_get_profile
103*b9411a12SAndroid Build Coastguard Worker	      matches patches or files that contain "of_get_profile"
104*b9411a12SAndroid Build Coastguard Worker	   K: \b(printk|pr_(info|err))\b
105*b9411a12SAndroid Build Coastguard Worker	      matches patches or files that contain one or more of the words
106*b9411a12SAndroid Build Coastguard Worker	      printk, pr_info or pr_err
107*b9411a12SAndroid Build Coastguard Worker	   One regex pattern per line.  Multiple K: lines acceptable.
108*b9411a12SAndroid Build Coastguard Worker
109*b9411a12SAndroid Build Coastguard WorkerNote: For the hard of thinking, this list is meant to remain in alphabetical
110*b9411a12SAndroid Build Coastguard Workerorder. If you could add yourselves to it in alphabetical order that would be
111*b9411a12SAndroid Build Coastguard Workerso much easier [Ed]
112*b9411a12SAndroid Build Coastguard Worker
113*b9411a12SAndroid Build Coastguard WorkerMaintainers List (try to look for most precise areas first)
114*b9411a12SAndroid Build Coastguard Worker
115*b9411a12SAndroid Build Coastguard Worker		-----------------------------------
116*b9411a12SAndroid Build Coastguard Worker
117*b9411a12SAndroid Build Coastguard Worker################################################################################
118*b9411a12SAndroid Build Coastguard Worker# Mainboards
119*b9411a12SAndroid Build Coastguard Worker################################################################################
120*b9411a12SAndroid Build Coastguard Worker
121*b9411a12SAndroid Build Coastguard Worker51NB MAINBOARDS
122*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
123*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/51nb/
124*b9411a12SAndroid Build Coastguard Worker
125*b9411a12SAndroid Build Coastguard Worker
126*b9411a12SAndroid Build Coastguard Worker
127*b9411a12SAndroid Build Coastguard WorkerACER MAINBOARDS
128*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
129*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/acer/
130*b9411a12SAndroid Build Coastguard Worker
131*b9411a12SAndroid Build Coastguard Worker
132*b9411a12SAndroid Build Coastguard Worker
133*b9411a12SAndroid Build Coastguard WorkerAMD non-server family 17h and 19h reference boards
134*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
135*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
136*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
137*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
138*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
139*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/bilby/
140*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/birman/
141*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/chausie/
142*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/majolica/
143*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/mandolin/
144*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/mayan/
145*b9411a12SAndroid Build Coastguard Worker
146*b9411a12SAndroid Build Coastguard WorkerAMD server family 19h reference boards
147*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
148*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
149*b9411a12SAndroid Build Coastguard WorkerM:	Varshit Pandya <[email protected]>
150*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
151*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/onyx_poc/
152*b9411a12SAndroid Build Coastguard Worker
153*b9411a12SAndroid Build Coastguard WorkerAMD reference boards outside of family 17h and 19h
154*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
155*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
156*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/gardenia/
157*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/amd/pademelon/
158*b9411a12SAndroid Build Coastguard Worker
159*b9411a12SAndroid Build Coastguard Worker
160*b9411a12SAndroid Build Coastguard Worker
161*b9411a12SAndroid Build Coastguard WorkerAOPEN MAINBOARDS
162*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
163*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/aopen/
164*b9411a12SAndroid Build Coastguard Worker
165*b9411a12SAndroid Build Coastguard Worker
166*b9411a12SAndroid Build Coastguard Worker
167*b9411a12SAndroid Build Coastguard WorkerAPPLE MAINBOARDS
168*b9411a12SAndroid Build Coastguard WorkerM:	Evgeny Zinoviev <[email protected]>
169*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
170*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/apple/
171*b9411a12SAndroid Build Coastguard Worker
172*b9411a12SAndroid Build Coastguard Worker
173*b9411a12SAndroid Build Coastguard Worker
174*b9411a12SAndroid Build Coastguard WorkerASROCK B75M-ITX MAINBOARD
175*b9411a12SAndroid Build Coastguard WorkerM:	Kevin Keijzer <[email protected]>
176*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
177*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asrock/b75m-itx/
178*b9411a12SAndroid Build Coastguard Worker
179*b9411a12SAndroid Build Coastguard WorkerASROCK B85M PRO4 MAINBOARD
180*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
181*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
182*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asrock/b85m_pro4/
183*b9411a12SAndroid Build Coastguard Worker
184*b9411a12SAndroid Build Coastguard WorkerASROCK G41C-GS MAINBOARD & VARIANTS
185*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
186*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
187*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asrock/g41c-gs/
188*b9411a12SAndroid Build Coastguard Worker
189*b9411a12SAndroid Build Coastguard WorkerASROCK Z97 EXTREME6 MAINBOARD
190*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
191*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
192*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asrock/z97_extreme6/
193*b9411a12SAndroid Build Coastguard Worker
194*b9411a12SAndroid Build Coastguard Worker
195*b9411a12SAndroid Build Coastguard Worker
196*b9411a12SAndroid Build Coastguard WorkerASUS A88XM-E MAINBOARD
197*b9411a12SAndroid Build Coastguard WorkerM:	Mike Banon <[email protected]>
198*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
199*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/a88xm-e/
200*b9411a12SAndroid Build Coastguard Worker
201*b9411a12SAndroid Build Coastguard WorkerASUS AM1I-A MAINBOARD
202*b9411a12SAndroid Build Coastguard WorkerM:	Mike Banon <[email protected]>
203*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
204*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/am1i-a/
205*b9411a12SAndroid Build Coastguard Worker
206*b9411a12SAndroid Build Coastguard WorkerASUS H61 SERIES MAINBOARDS
207*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
208*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
209*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/h61-series/
210*b9411a12SAndroid Build Coastguard Worker
211*b9411a12SAndroid Build Coastguard WorkerASUS P5QC PRO MAINBOARD & VARIANTS
212*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
213*b9411a12SAndroid Build Coastguard WorkerR:	Stefan Ott <[email protected]>
214*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
215*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/p5qc/
216*b9411a12SAndroid Build Coastguard Worker
217*b9411a12SAndroid Build Coastguard WorkerASUS P5QPL-AM MAINBOARD & VARIANTS
218*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
219*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
220*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/p5qpl-am/
221*b9411a12SAndroid Build Coastguard Worker
222*b9411a12SAndroid Build Coastguard WorkerASUS P8Z77 SERIES MAINBOARDS
223*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
224*b9411a12SAndroid Build Coastguard WorkerM:	Vlado Cibic <[email protected]>
225*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
226*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/asus/p8z77-series/
227*b9411a12SAndroid Build Coastguard Worker
228*b9411a12SAndroid Build Coastguard Worker
229*b9411a12SAndroid Build Coastguard Worker
230*b9411a12SAndroid Build Coastguard WorkerBIOSTAR MAINBOARDS
231*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
232*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/biostar/
233*b9411a12SAndroid Build Coastguard Worker
234*b9411a12SAndroid Build Coastguard Worker
235*b9411a12SAndroid Build Coastguard Worker
236*b9411a12SAndroid Build Coastguard WorkerBOSTENTECH MAINBOARDS
237*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
238*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/bostentech/
239*b9411a12SAndroid Build Coastguard Worker
240*b9411a12SAndroid Build Coastguard Worker
241*b9411a12SAndroid Build Coastguard Worker
242*b9411a12SAndroid Build Coastguard WorkerCAVIUM MAINBOARDS
243*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
244*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/cavium/
245*b9411a12SAndroid Build Coastguard Worker
246*b9411a12SAndroid Build Coastguard Worker
247*b9411a12SAndroid Build Coastguard Worker
248*b9411a12SAndroid Build Coastguard WorkerCLEVO MAINBOARDS
249*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
250*b9411a12SAndroid Build Coastguard WorkerM:	Michael Niewöhner <[email protected]>
251*b9411a12SAndroid Build Coastguard WorkerS:	Supported
252*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/clevo/
253*b9411a12SAndroid Build Coastguard Worker
254*b9411a12SAndroid Build Coastguard Worker
255*b9411a12SAndroid Build Coastguard Worker
256*b9411a12SAndroid Build Coastguard WorkerCOMPULAB MAINBOARDS
257*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
258*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/compulab/
259*b9411a12SAndroid Build Coastguard Worker
260*b9411a12SAndroid Build Coastguard Worker
261*b9411a12SAndroid Build Coastguard Worker
262*b9411a12SAndroid Build Coastguard WorkerDELL MAINBOARDS
263*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
264*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/dell/
265*b9411a12SAndroid Build Coastguard Worker
266*b9411a12SAndroid Build Coastguard WorkerDELL LATITUDE MAINBOARDS
267*b9411a12SAndroid Build Coastguard WorkerM:	Nicholas Chin <[email protected]>
268*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
269*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/dell/e6400/
270*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/dell/snb_ivb_latitude/
271*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/dell/e7240/
272*b9411a12SAndroid Build Coastguard Worker
273*b9411a12SAndroid Build Coastguard Worker
274*b9411a12SAndroid Build Coastguard WorkerEMULATION MAINBOARDS
275*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
276*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/emulation/
277*b9411a12SAndroid Build Coastguard Worker
278*b9411a12SAndroid Build Coastguard Worker
279*b9411a12SAndroid Build Coastguard Worker
280*b9411a12SAndroid Build Coastguard WorkerEXAMPLE MAINBOARDS
281*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
282*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/example/
283*b9411a12SAndroid Build Coastguard Worker
284*b9411a12SAndroid Build Coastguard Worker
285*b9411a12SAndroid Build Coastguard Worker
286*b9411a12SAndroid Build Coastguard WorkerFACEBOOK FBG1701 MAINBOARD
287*b9411a12SAndroid Build Coastguard WorkerM:	Frans Hendriks <[email protected]>
288*b9411a12SAndroid Build Coastguard WorkerM:	Erik van den Bogaert <[email protected]>
289*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
290*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/facebook/fbg1701/
291*b9411a12SAndroid Build Coastguard Worker
292*b9411a12SAndroid Build Coastguard WorkerFACEBOOK MONOLITH MAINBOARD
293*b9411a12SAndroid Build Coastguard WorkerM:	Frans Hendriks <[email protected]>
294*b9411a12SAndroid Build Coastguard WorkerM:	Erik van den Bogaert <[email protected]>
295*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
296*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/facebook/monolith/
297*b9411a12SAndroid Build Coastguard Worker
298*b9411a12SAndroid Build Coastguard Worker
299*b9411a12SAndroid Build Coastguard Worker
300*b9411a12SAndroid Build Coastguard WorkerFOXCONN MAINBOARDS
301*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
302*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/foxconn/
303*b9411a12SAndroid Build Coastguard Worker
304*b9411a12SAndroid Build Coastguard Worker
305*b9411a12SAndroid Build Coastguard Worker
306*b9411a12SAndroid Build Coastguard WorkerGETAC MAINBOARDS
307*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
308*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/getac/
309*b9411a12SAndroid Build Coastguard Worker
310*b9411a12SAndroid Build Coastguard Worker
311*b9411a12SAndroid Build Coastguard Worker
312*b9411a12SAndroid Build Coastguard WorkerGIGABYTE GA-D510UD MAINBOARD
313*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
314*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
315*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/gigabyte/ga-d510ud/
316*b9411a12SAndroid Build Coastguard Worker
317*b9411a12SAndroid Build Coastguard WorkerGIGABYTE GA-H61M SERIES MAINBOARDS
318*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
319*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
320*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/gigabyte/ga-h61m-series/
321*b9411a12SAndroid Build Coastguard Worker
322*b9411a12SAndroid Build Coastguard Worker
323*b9411a12SAndroid Build Coastguard Worker
324*b9411a12SAndroid Build Coastguard WorkerGOOGLE REX MAINBOARDS
325*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
326*b9411a12SAndroid Build Coastguard WorkerM:	Tarun Tuli <[email protected]>
327*b9411a12SAndroid Build Coastguard WorkerM:	Kapil Porwal <[email protected]>
328*b9411a12SAndroid Build Coastguard WorkerM:	Jakub Czapiga <[email protected]>
329*b9411a12SAndroid Build Coastguard WorkerM:	Eran Mitrani <[email protected]>
330*b9411a12SAndroid Build Coastguard WorkerM:	Dinesh Gehlot <[email protected]>
331*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
332*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/rex/
333*b9411a12SAndroid Build Coastguard Worker
334*b9411a12SAndroid Build Coastguard WorkerGOOGLE BRYA MAINBOARDS
335*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
336*b9411a12SAndroid Build Coastguard WorkerM:	Nick Vaccaro <[email protected]>
337*b9411a12SAndroid Build Coastguard WorkerM:	Eric Lai <[email protected]>
338*b9411a12SAndroid Build Coastguard WorkerM:	Kapil Porwal <[email protected]>
339*b9411a12SAndroid Build Coastguard WorkerM:	Dinesh Gehlot <[email protected]>
340*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
341*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/brya/
342*b9411a12SAndroid Build Coastguard Worker
343*b9411a12SAndroid Build Coastguard WorkerGOOGLE HATCH MAINBOARDS
344*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
345*b9411a12SAndroid Build Coastguard WorkerM:	Nick Vaccaro <[email protected]>
346*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
347*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/hatch/
348*b9411a12SAndroid Build Coastguard Worker
349*b9411a12SAndroid Build Coastguard WorkerGOOGLE VOLTEER MAINBOARDS
350*b9411a12SAndroid Build Coastguard WorkerM:	Nick Vaccaro <[email protected]>
351*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
352*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/volteer/
353*b9411a12SAndroid Build Coastguard Worker
354*b9411a12SAndroid Build Coastguard WorkerGOOGLE MAINBOARDS (Intel-based, legacy/inactive)
355*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
356*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
357*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/auron/
358*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/beltino/
359*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/butterfly/
360*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/cyan/
361*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/glados/
362*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/jecht/
363*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/link/
364*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/parrot/
365*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/slippy/
366*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/stout/
367*b9411a12SAndroid Build Coastguard Worker
368*b9411a12SAndroid Build Coastguard WorkerGOOGLE AMD-BASED MAINBOARDS
369*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
370*b9411a12SAndroid Build Coastguard WorkerM:	Jason Nien <[email protected]>
371*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
372*b9411a12SAndroid Build Coastguard WorkerS:	Supported
373*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/kahlee/
374*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/zork/
375*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/guybrush/
376*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/skyrim/
377*b9411a12SAndroid Build Coastguard Worker
378*b9411a12SAndroid Build Coastguard WorkerGOOGLE MEDIATEK-BASED MAINBOARDS
379*b9411a12SAndroid Build Coastguard WorkerM:	Hung-Te Lin <[email protected]>
380*b9411a12SAndroid Build Coastguard WorkerM:	Yu-Ping Wu <[email protected]>
381*b9411a12SAndroid Build Coastguard WorkerM:	Yidi Lin <[email protected]>
382*b9411a12SAndroid Build Coastguard WorkerS:	Supported
383*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/asurada/
384*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/cherry/
385*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/corsola/
386*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/geralt/
387*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/kukui/
388*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/google/oak/
389*b9411a12SAndroid Build Coastguard Worker
390*b9411a12SAndroid Build Coastguard Worker
391*b9411a12SAndroid Build Coastguard Worker
392*b9411a12SAndroid Build Coastguard WorkerHP 280 G2 MAINBOARD
393*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
394*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
395*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/hp/280_g2/
396*b9411a12SAndroid Build Coastguard Worker
397*b9411a12SAndroid Build Coastguard Worker
398*b9411a12SAndroid Build Coastguard Worker
399*b9411a12SAndroid Build Coastguard WorkerIBASE MAINBOARDS
400*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
401*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/ibase/
402*b9411a12SAndroid Build Coastguard Worker
403*b9411a12SAndroid Build Coastguard Worker
404*b9411a12SAndroid Build Coastguard Worker
405*b9411a12SAndroid Build Coastguard WorkerINTEL HARCUVAR_CRB MAINBOARD
406*b9411a12SAndroid Build Coastguard WorkerM:	Jeff Daly <[email protected]>
407*b9411a12SAndroid Build Coastguard WorkerM:	Vanessa Eusebio <[email protected]>
408*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
409*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/intel/harcuvar/
410*b9411a12SAndroid Build Coastguard Worker
411*b9411a12SAndroid Build Coastguard Worker
412*b9411a12SAndroid Build Coastguard Worker
413*b9411a12SAndroid Build Coastguard WorkerINVENTEC MAINBOARDS
414*b9411a12SAndroid Build Coastguard WorkerM:	Annie Chen <[email protected]>
415*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
416*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/inventec/
417*b9411a12SAndroid Build Coastguard Worker
418*b9411a12SAndroid Build Coastguard Worker
419*b9411a12SAndroid Build Coastguard Worker
420*b9411a12SAndroid Build Coastguard WorkerKONTRON BSL6 MAINBOARD
421*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
422*b9411a12SAndroid Build Coastguard WorkerM:	Nico Huber <[email protected]>
423*b9411a12SAndroid Build Coastguard WorkerS:	Supported
424*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/kontron/bsl6/
425*b9411a12SAndroid Build Coastguard Worker
426*b9411a12SAndroid Build Coastguard WorkerKONTRON MAL10 MAINBOARD
427*b9411a12SAndroid Build Coastguard WorkerM:	Maxim Polyakov <[email protected]>
428*b9411a12SAndroid Build Coastguard WorkerM:	Nico Huber <[email protected]>
429*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
430*b9411a12SAndroid Build Coastguard WorkerS:	Supported
431*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/kontron/mal10/
432*b9411a12SAndroid Build Coastguard Worker
433*b9411a12SAndroid Build Coastguard Worker
434*b9411a12SAndroid Build Coastguard Worker
435*b9411a12SAndroid Build Coastguard WorkerLENOVO MAINBOARDS
436*b9411a12SAndroid Build Coastguard WorkerM:	Alexander Couzens <[email protected]>
437*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
438*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/lenovo/
439*b9411a12SAndroid Build Coastguard Worker
440*b9411a12SAndroid Build Coastguard WorkerLENOVO G505S MAINBOARD
441*b9411a12SAndroid Build Coastguard WorkerM:	Mike Banon <[email protected]>
442*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
443*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/lenovo/g505s/
444*b9411a12SAndroid Build Coastguard Worker
445*b9411a12SAndroid Build Coastguard WorkerLENOVO X200 MAINBOARD
446*b9411a12SAndroid Build Coastguard WorkerR:	Stefan Ott <[email protected]>
447*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
448*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/lenovo/x200/
449*b9411a12SAndroid Build Coastguard Worker
450*b9411a12SAndroid Build Coastguard WorkerLENOVO X201 MAINBOARD
451*b9411a12SAndroid Build Coastguard WorkerR:	Stefan Ott <[email protected]>
452*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
453*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/lenovo/x201/
454*b9411a12SAndroid Build Coastguard Worker
455*b9411a12SAndroid Build Coastguard Worker
456*b9411a12SAndroid Build Coastguard Worker
457*b9411a12SAndroid Build Coastguard WorkerLIBRETREND LT1000 MAINBOARD
458*b9411a12SAndroid Build Coastguard WorkerM:	Piotr Król <[email protected]>
459*b9411a12SAndroid Build Coastguard WorkerM:	Michał Żygowski <[email protected]>
460*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
461*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/libretrend/lt1000/
462*b9411a12SAndroid Build Coastguard Worker
463*b9411a12SAndroid Build Coastguard Worker
464*b9411a12SAndroid Build Coastguard Worker
465*b9411a12SAndroid Build Coastguard WorkerMSI H81M-P33 MAINBOARD
466*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
467*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
468*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/msi/h81m-p33/
469*b9411a12SAndroid Build Coastguard Worker
470*b9411a12SAndroid Build Coastguard WorkerMSI MS-7D25 MAINBOARDS
471*b9411a12SAndroid Build Coastguard WorkerM:	Michał Żygowski <[email protected]>
472*b9411a12SAndroid Build Coastguard WorkerM:	Michał Kopeć <[email protected]>
473*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
474*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/msi/ms7d25/
475*b9411a12SAndroid Build Coastguard Worker
476*b9411a12SAndroid Build Coastguard Worker
477*b9411a12SAndroid Build Coastguard Worker
478*b9411a12SAndroid Build Coastguard WorkerOCP DELTALAKE MAINBOARD
479*b9411a12SAndroid Build Coastguard WorkerM:	Arthur Heymans <[email protected]>
480*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
481*b9411a12SAndroid Build Coastguard WorkerM:	Johnny Lin <[email protected]>
482*b9411a12SAndroid Build Coastguard WorkerM:	Jonathan Zhang <[email protected]>
483*b9411a12SAndroid Build Coastguard WorkerM:	Tim Chu <[email protected]>
484*b9411a12SAndroid Build Coastguard WorkerS:	Supported
485*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/ocp/deltalake/
486*b9411a12SAndroid Build Coastguard Worker
487*b9411a12SAndroid Build Coastguard WorkerOCP TIOGAPASS MAINBOARD
488*b9411a12SAndroid Build Coastguard WorkerM:	Jonathan Zhang <[email protected]>
489*b9411a12SAndroid Build Coastguard WorkerM:	Johnny Lin <[email protected]>
490*b9411a12SAndroid Build Coastguard WorkerM:	Morgan Jang <[email protected]>
491*b9411a12SAndroid Build Coastguard WorkerM:	Ryback Hung <<[email protected]>
492*b9411a12SAndroid Build Coastguard WorkerM:	Bryant Ou <[email protected]>
493*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
494*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/ocp/tiogapass/
495*b9411a12SAndroid Build Coastguard Worker
496*b9411a12SAndroid Build Coastguard Worker
497*b9411a12SAndroid Build Coastguard Worker
498*b9411a12SAndroid Build Coastguard WorkerOPENCELLULAR MAINBOARDS
499*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
500*b9411a12SAndroid Build Coastguard WorkerM:	Patrick Rudolph <[email protected]>
501*b9411a12SAndroid Build Coastguard WorkerS:	Supported
502*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/opencellular/elgon/
503*b9411a12SAndroid Build Coastguard Worker
504*b9411a12SAndroid Build Coastguard Worker
505*b9411a12SAndroid Build Coastguard Worker
506*b9411a12SAndroid Build Coastguard WorkerPC ENGINES ALL MAINBOARDS
507*b9411a12SAndroid Build Coastguard WorkerM:	Piotr Król <[email protected]>
508*b9411a12SAndroid Build Coastguard WorkerM:	Michał Żygowski <[email protected]>
509*b9411a12SAndroid Build Coastguard WorkerS:	Supported
510*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/pcengines/
511*b9411a12SAndroid Build Coastguard Worker
512*b9411a12SAndroid Build Coastguard Worker
513*b9411a12SAndroid Build Coastguard Worker
514*b9411a12SAndroid Build Coastguard WorkerPINE64 MAINBOARDS
515*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
516*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/pine64/
517*b9411a12SAndroid Build Coastguard Worker
518*b9411a12SAndroid Build Coastguard Worker
519*b9411a12SAndroid Build Coastguard Worker
520*b9411a12SAndroid Build Coastguard WorkerPORTWELL PQ-M107 MAINBOARD
521*b9411a12SAndroid Build Coastguard WorkerM:	Frans Hendriks <[email protected]>
522*b9411a12SAndroid Build Coastguard WorkerM:	Erik van den Bogaert <[email protected]>
523*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
524*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/portwell/m107/
525*b9411a12SAndroid Build Coastguard Worker
526*b9411a12SAndroid Build Coastguard Worker
527*b9411a12SAndroid Build Coastguard Worker
528*b9411a12SAndroid Build Coastguard WorkerPROTECTLI ALL MAINBOARDS
529*b9411a12SAndroid Build Coastguard WorkerM:	Piotr Król <[email protected]>
530*b9411a12SAndroid Build Coastguard WorkerM:	Michał Żygowski <[email protected]>
531*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
532*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/protectli/
533*b9411a12SAndroid Build Coastguard Worker
534*b9411a12SAndroid Build Coastguard Worker
535*b9411a12SAndroid Build Coastguard Worker
536*b9411a12SAndroid Build Coastguard WorkerPRODRIVE ATLAS MAINBOARD
537*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
538*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
539*b9411a12SAndroid Build Coastguard WorkerM:	Lean Sheng Tan <[email protected]>
540*b9411a12SAndroid Build Coastguard WorkerS:	Supported
541*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/prodrive/atlas/
542*b9411a12SAndroid Build Coastguard Worker
543*b9411a12SAndroid Build Coastguard WorkerPRODRIVE HERMES MAINBOARD
544*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
545*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
546*b9411a12SAndroid Build Coastguard WorkerM:	Patrick Rudolph <[email protected]>
547*b9411a12SAndroid Build Coastguard WorkerS:	Supported
548*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/prodrive/hermes/
549*b9411a12SAndroid Build Coastguard Worker
550*b9411a12SAndroid Build Coastguard Worker
551*b9411a12SAndroid Build Coastguard Worker
552*b9411a12SAndroid Build Coastguard WorkerPURISM MAINBOARDS
553*b9411a12SAndroid Build Coastguard WorkerM:	Jonathon Hall <[email protected]>
554*b9411a12SAndroid Build Coastguard WorkerS:	Supported
555*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/purism/
556*b9411a12SAndroid Build Coastguard Worker
557*b9411a12SAndroid Build Coastguard Worker
558*b9411a12SAndroid Build Coastguard Worker
559*b9411a12SAndroid Build Coastguard WorkerRAZER MAINBOARDS
560*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
561*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/razer/
562*b9411a12SAndroid Build Coastguard Worker
563*b9411a12SAndroid Build Coastguard Worker
564*b9411a12SAndroid Build Coastguard Worker
565*b9411a12SAndroid Build Coastguard WorkerRODA MAINBOARDS
566*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
567*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/roda/
568*b9411a12SAndroid Build Coastguard Worker
569*b9411a12SAndroid Build Coastguard Worker
570*b9411a12SAndroid Build Coastguard Worker
571*b9411a12SAndroid Build Coastguard WorkerSAMSUNG CHROMEOS MAINBOARDS
572*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
573*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
574*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/samsung/lumpy/
575*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/samsung/stumpy/
576*b9411a12SAndroid Build Coastguard Worker
577*b9411a12SAndroid Build Coastguard Worker
578*b9411a12SAndroid Build Coastguard Worker
579*b9411a12SAndroid Build Coastguard WorkerSAPPHIRE MAINBOARDS
580*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
581*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/sapphire/
582*b9411a12SAndroid Build Coastguard Worker
583*b9411a12SAndroid Build Coastguard Worker
584*b9411a12SAndroid Build Coastguard Worker
585*b9411a12SAndroid Build Coastguard WorkerSIEMENS CHILI MAINBAORD
586*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
587*b9411a12SAndroid Build Coastguard WorkerM:	Nico Huber <[email protected]>
588*b9411a12SAndroid Build Coastguard WorkerS:	Supported
589*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/siemens/chili/
590*b9411a12SAndroid Build Coastguard Worker
591*b9411a12SAndroid Build Coastguard WorkerSIEMENS MC_xxxx MAINBOARDS
592*b9411a12SAndroid Build Coastguard WorkerM:	Werner Zeh <[email protected]>
593*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
594*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/siemens/mc_apl1/
595*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/siemens/mc_ehl/
596*b9411a12SAndroid Build Coastguard Worker
597*b9411a12SAndroid Build Coastguard Worker
598*b9411a12SAndroid Build Coastguard Worker
599*b9411a12SAndroid Build Coastguard WorkerSIFIVE MAINBOARDS
600*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
601*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/sifive/
602*b9411a12SAndroid Build Coastguard Worker
603*b9411a12SAndroid Build Coastguard Worker
604*b9411a12SAndroid Build Coastguard Worker
605*b9411a12SAndroid Build Coastguard WorkerSTAR LABS MAINBOARDS
606*b9411a12SAndroid Build Coastguard WorkerM:	Sean Rhodes <[email protected]>
607*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
608*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/starlabs/
609*b9411a12SAndroid Build Coastguard Worker
610*b9411a12SAndroid Build Coastguard Worker
611*b9411a12SAndroid Build Coastguard Worker
612*b9411a12SAndroid Build Coastguard WorkerSUPERMICRO X11-LGA1151-SERIES
613*b9411a12SAndroid Build Coastguard WorkerM:	Michael Niewöhner <[email protected]>
614*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
615*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/supermicro/x11-lga1151-series/
616*b9411a12SAndroid Build Coastguard Worker
617*b9411a12SAndroid Build Coastguard Worker
618*b9411a12SAndroid Build Coastguard Worker
619*b9411a12SAndroid Build Coastguard WorkerSYSTEM76 MAINBOARDS
620*b9411a12SAndroid Build Coastguard WorkerM:	Jeremy Soller <[email protected]>
621*b9411a12SAndroid Build Coastguard WorkerM:	Tim Crawford <[email protected]>
622*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
623*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/system76/
624*b9411a12SAndroid Build Coastguard Worker
625*b9411a12SAndroid Build Coastguard Worker
626*b9411a12SAndroid Build Coastguard Worker
627*b9411a12SAndroid Build Coastguard WorkerTI MAINBOARDS
628*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
629*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/ti/
630*b9411a12SAndroid Build Coastguard Worker
631*b9411a12SAndroid Build Coastguard Worker
632*b9411a12SAndroid Build Coastguard Worker
633*b9411a12SAndroid Build Coastguard WorkerUP MAINBOARDS
634*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
635*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/up/
636*b9411a12SAndroid Build Coastguard Worker
637*b9411a12SAndroid Build Coastguard Worker################################################################################
638*b9411a12SAndroid Build Coastguard Worker# Architectures
639*b9411a12SAndroid Build Coastguard Worker################################################################################
640*b9411a12SAndroid Build Coastguard Worker
641*b9411a12SAndroid Build Coastguard WorkerARM ARCHITECTURE
642*b9411a12SAndroid Build Coastguard WorkerM:	Julius Werner <[email protected]>
643*b9411a12SAndroid Build Coastguard WorkerS:	Supported
644*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/arm/
645*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/arm64/
646*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/nvidia/
647*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/rockchip/
648*b9411a12SAndroid Build Coastguard WorkerF:	util/nvidia/
649*b9411a12SAndroid Build Coastguard WorkerF:	util/rockchip/
650*b9411a12SAndroid Build Coastguard Worker
651*b9411a12SAndroid Build Coastguard WorkerPPC64 ARCHITECTURE
652*b9411a12SAndroid Build Coastguard WorkerM:	Ronald Minnich <[email protected]>
653*b9411a12SAndroid Build Coastguard WorkerM:	Timothy Pearson <[email protected]>
654*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
655*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/ppc64/
656*b9411a12SAndroid Build Coastguard WorkerF:	src/cpu/qemu-power8/
657*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/emulation/qemu-power8/
658*b9411a12SAndroid Build Coastguard Worker
659*b9411a12SAndroid Build Coastguard WorkerRISC-V ARCHITECTURE
660*b9411a12SAndroid Build Coastguard WorkerM:	Ronald Minnich <[email protected]>
661*b9411a12SAndroid Build Coastguard WorkerR:	Philipp Hug <[email protected]>
662*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
663*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/riscv/
664*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/sifive/
665*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/ucb/
666*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/emulation/*-riscv/
667*b9411a12SAndroid Build Coastguard WorkerF:	src/mainboard/sifive/
668*b9411a12SAndroid Build Coastguard WorkerF:	util/riscv/
669*b9411a12SAndroid Build Coastguard Worker
670*b9411a12SAndroid Build Coastguard WorkerX86 ARCHITECTURE
671*b9411a12SAndroid Build Coastguard WorkerM:	Jérémy Compostella <[email protected]>
672*b9411a12SAndroid Build Coastguard WorkerS:	MAINTAINED
673*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/x86/
674*b9411a12SAndroid Build Coastguard WorkerF:	src/cpu/x86/
675*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/pc80/
676*b9411a12SAndroid Build Coastguard WorkerF:	src/include/pc80/
677*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cpu/x86/
678*b9411a12SAndroid Build Coastguard Worker
679*b9411a12SAndroid Build Coastguard Worker################################################################################
680*b9411a12SAndroid Build Coastguard Worker# Embedded Controllers
681*b9411a12SAndroid Build Coastguard Worker################################################################################
682*b9411a12SAndroid Build Coastguard Worker
683*b9411a12SAndroid Build Coastguard WorkerCHROME EC
684*b9411a12SAndroid Build Coastguard WorkerM:	Boris Mittelberg <[email protected]>
685*b9411a12SAndroid Build Coastguard WorkerM:	Caveh Jalali <[email protected]>
686*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
687*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/google/
688*b9411a12SAndroid Build Coastguard Worker
689*b9411a12SAndroid Build Coastguard WorkerDELL SMSC MEC5035 EC
690*b9411a12SAndroid Build Coastguard WorkerM:	Nicholas Chin <[email protected]>
691*b9411a12SAndroid Build Coastguard WorkerW:	https://github.com/nic3-14159/E6400-EC-research
692*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
693*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/dell/mec5035/
694*b9411a12SAndroid Build Coastguard Worker
695*b9411a12SAndroid Build Coastguard WorkerLENOVO EC
696*b9411a12SAndroid Build Coastguard WorkerM:	Alexander Couzens <[email protected]>
697*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
698*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/lenovo/
699*b9411a12SAndroid Build Coastguard Worker
700*b9411a12SAndroid Build Coastguard WorkerSTARLABS EC
701*b9411a12SAndroid Build Coastguard WorkerM:	Sean Rhodes <[email protected]>
702*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
703*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/starlabs/
704*b9411a12SAndroid Build Coastguard Worker
705*b9411a12SAndroid Build Coastguard WorkerSYSTEM76 EC
706*b9411a12SAndroid Build Coastguard WorkerM:	Jeremy Soller <[email protected]>
707*b9411a12SAndroid Build Coastguard WorkerM:	Tim Crawford <[email protected]>
708*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
709*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/system76/
710*b9411a12SAndroid Build Coastguard Worker
711*b9411a12SAndroid Build Coastguard WorkerORPHANED ECS
712*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
713*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/51nb/
714*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/acpi/
715*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/apple/
716*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/compal/
717*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/hp/
718*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/kontron/
719*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/purism/
720*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/quanta/
721*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/roda/
722*b9411a12SAndroid Build Coastguard WorkerF:	src/ec/smsc/
723*b9411a12SAndroid Build Coastguard Worker
724*b9411a12SAndroid Build Coastguard Worker################################################################################
725*b9411a12SAndroid Build Coastguard Worker# Northbridges
726*b9411a12SAndroid Build Coastguard Worker################################################################################
727*b9411a12SAndroid Build Coastguard Worker
728*b9411a12SAndroid Build Coastguard WorkerINTEL HASWELL NORTHBRIDGE
729*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
730*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
731*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/intel/haswell/
732*b9411a12SAndroid Build Coastguard Worker
733*b9411a12SAndroid Build Coastguard WorkerINTEL PINEVIEW CHIPSET
734*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
735*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
736*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/intel/pineview/
737*b9411a12SAndroid Build Coastguard Worker
738*b9411a12SAndroid Build Coastguard WorkerINTEL SANDYBRIDGE NORTHBRIDGE
739*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
740*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
741*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/intel/sandybridge/
742*b9411a12SAndroid Build Coastguard Worker
743*b9411a12SAndroid Build Coastguard WorkerINTEL X4X CHIPSET
744*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
745*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
746*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/intel/x4x/
747*b9411a12SAndroid Build Coastguard Worker
748*b9411a12SAndroid Build Coastguard Worker################################################################################
749*b9411a12SAndroid Build Coastguard Worker# Platforms
750*b9411a12SAndroid Build Coastguard Worker################################################################################
751*b9411a12SAndroid Build Coastguard Worker
752*b9411a12SAndroid Build Coastguard WorkerAMD SUPPORT
753*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
754*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
755*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/amd/
756*b9411a12SAndroid Build Coastguard WorkerF:	src/cpu/amd/
757*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/amd/
758*b9411a12SAndroid Build Coastguard WorkerF:	src/southbridge/amd/
759*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cpu/amd/
760*b9411a12SAndroid Build Coastguard Worker
761*b9411a12SAndroid Build Coastguard WorkerINTEL SUPPORT
762*b9411a12SAndroid Build Coastguard WorkerR:	Intel_Coreboot_Reviewers <[email protected]>
763*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
764*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/intel/
765*b9411a12SAndroid Build Coastguard WorkerF:	src/cpu/intel/
766*b9411a12SAndroid Build Coastguard WorkerF:	src/northbridge/intel/
767*b9411a12SAndroid Build Coastguard WorkerF:	src/southbridge/intel/
768*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/
769*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/intel/
770*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cpu/intel/
771*b9411a12SAndroid Build Coastguard Worker
772*b9411a12SAndroid Build Coastguard WorkerINTEL FSP 1.1
773*b9411a12SAndroid Build Coastguard WorkerM:	Huang Jin <[email protected]>
774*b9411a12SAndroid Build Coastguard WorkerS:	Supported
775*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/intel/fsp1_1/
776*b9411a12SAndroid Build Coastguard Worker
777*b9411a12SAndroid Build Coastguard WorkerINTEL FSP 2.0
778*b9411a12SAndroid Build Coastguard WorkerM:	Andrey Petrov <[email protected]>
779*b9411a12SAndroid Build Coastguard WorkerM:	Ronak Kanabar <[email protected]>
780*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
781*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/intel/fsp2_0/
782*b9411a12SAndroid Build Coastguard Worker
783*b9411a12SAndroid Build Coastguard WorkerINTEL DPTF
784*b9411a12SAndroid Build Coastguard WorkerM:	Sumeet Pawnikar <[email protected]>
785*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
786*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/intel/dptf/
787*b9411a12SAndroid Build Coastguard Worker
788*b9411a12SAndroid Build Coastguard Worker################################################################################
789*b9411a12SAndroid Build Coastguard Worker# Systems on a Chip
790*b9411a12SAndroid Build Coastguard Worker################################################################################
791*b9411a12SAndroid Build Coastguard Worker
792*b9411a12SAndroid Build Coastguard WorkerAMD Cezanne
793*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
794*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
795*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
796*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
797*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
798*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
799*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/cezanne/
800*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/amd/fsp/cezanne/
801*b9411a12SAndroid Build Coastguard Worker
802*b9411a12SAndroid Build Coastguard WorkerAMD common SoC code
803*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
804*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
805*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
806*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
807*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
808*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
809*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/common/
810*b9411a12SAndroid Build Coastguard Worker
811*b9411a12SAndroid Build Coastguard WorkerAMD Genoa Proof of Concept
812*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
813*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
814*b9411a12SAndroid Build Coastguard WorkerM:	Varshit Pandya <[email protected]>
815*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
816*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/genoa_poc/
817*b9411a12SAndroid Build Coastguard Worker
818*b9411a12SAndroid Build Coastguard WorkerAMD Mendocino
819*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
820*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
821*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
822*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
823*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
824*b9411a12SAndroid Build Coastguard WorkerS:	Supported
825*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/mendocino/
826*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/amd/fsp/mendocino/
827*b9411a12SAndroid Build Coastguard Worker
828*b9411a12SAndroid Build Coastguard WorkerAMD Picasso
829*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
830*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
831*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
832*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
833*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
834*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
835*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/picasso/
836*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/amd/fsp/picasso/
837*b9411a12SAndroid Build Coastguard Worker
838*b9411a12SAndroid Build Coastguard WorkerAMD Phoenix
839*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
840*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
841*b9411a12SAndroid Build Coastguard WorkerM:	Fred Reitberger <[email protected]>
842*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
843*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
844*b9411a12SAndroid Build Coastguard WorkerS:	Supported
845*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/phoenix/
846*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/amd/fsp/phoenix/
847*b9411a12SAndroid Build Coastguard Worker
848*b9411a12SAndroid Build Coastguard WorkerAMD Stoneyridge
849*b9411a12SAndroid Build Coastguard WorkerM:	Felix Held <[email protected]>
850*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
851*b9411a12SAndroid Build Coastguard WorkerL:	[email protected]
852*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
853*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/amd/stoneyridge/
854*b9411a12SAndroid Build Coastguard Worker
855*b9411a12SAndroid Build Coastguard WorkerINTEL ALDERLAKE SOC
856*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
857*b9411a12SAndroid Build Coastguard WorkerM:	Nick Vaccaro <[email protected]>
858*b9411a12SAndroid Build Coastguard WorkerM:	Kapil Porwal <[email protected]>
859*b9411a12SAndroid Build Coastguard WorkerM:	Dinesh Gehlot <[email protected]>
860*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
861*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/alderlake/
862*b9411a12SAndroid Build Coastguard Worker
863*b9411a12SAndroid Build Coastguard WorkerINTEL APOLLOLAKE_SOC
864*b9411a12SAndroid Build Coastguard WorkerM:	Sean Rhodes <[email protected]>
865*b9411a12SAndroid Build Coastguard WorkerS:	Odd Fixes
866*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/apollolake/
867*b9411a12SAndroid Build Coastguard Worker
868*b9411a12SAndroid Build Coastguard WorkerINTEL BRASWELL SOC
869*b9411a12SAndroid Build Coastguard WorkerM:	Piotr Król <[email protected]>
870*b9411a12SAndroid Build Coastguard WorkerM:	Michał Żygowski <[email protected]>
871*b9411a12SAndroid Build Coastguard WorkerM:	Frans Hendriks <[email protected]>
872*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
873*b9411a12SAndroid Build Coastguard WorkerF:	/src/soc/intel/braswell/
874*b9411a12SAndroid Build Coastguard WorkerF:	/src/vendorcode/intel/fsp/fsp1_1/braswell/
875*b9411a12SAndroid Build Coastguard Worker
876*b9411a12SAndroid Build Coastguard WorkerINTEL CANNONLAKE SOC
877*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
878*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/cannonlake/
879*b9411a12SAndroid Build Coastguard Worker
880*b9411a12SAndroid Build Coastguard WorkerINTEL DENVERTON-NS SOC
881*b9411a12SAndroid Build Coastguard WorkerM:	Jeff Daly <[email protected]>
882*b9411a12SAndroid Build Coastguard WorkerM:	Vanessa Eusebio <[email protected]>
883*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
884*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/denverton_ns/
885*b9411a12SAndroid Build Coastguard Worker
886*b9411a12SAndroid Build Coastguard WorkerINTEL ELKHARTLAKE SOC
887*b9411a12SAndroid Build Coastguard WorkerM:	Lean Sheng Tan <[email protected]>
888*b9411a12SAndroid Build Coastguard WorkerM:	Werner Zeh <[email protected]>
889*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
890*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/elkhartlake/
891*b9411a12SAndroid Build Coastguard Worker
892*b9411a12SAndroid Build Coastguard WorkerINTEL METEORLAKE SOC
893*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
894*b9411a12SAndroid Build Coastguard WorkerM:	Tarun Tuli <[email protected]>
895*b9411a12SAndroid Build Coastguard WorkerM:	Kapil Porwal <[email protected]>
896*b9411a12SAndroid Build Coastguard WorkerM:	Jakub Czapiga <[email protected]>
897*b9411a12SAndroid Build Coastguard WorkerM:	Eran Mitrani <[email protected]>
898*b9411a12SAndroid Build Coastguard WorkerM:	Dinesh Gehlot <[email protected]>
899*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
900*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/meteorlake/
901*b9411a12SAndroid Build Coastguard Worker
902*b9411a12SAndroid Build Coastguard WorkerINTEL TIGERLAKE SOC
903*b9411a12SAndroid Build Coastguard WorkerM:	Subrata Banik <[email protected]>
904*b9411a12SAndroid Build Coastguard WorkerM:	Nick Vaccaro <[email protected]>
905*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
906*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/tigerlake/
907*b9411a12SAndroid Build Coastguard Worker
908*b9411a12SAndroid Build Coastguard WorkerINTEL Xeon Scalable Processor Family
909*b9411a12SAndroid Build Coastguard WorkerM:	Jonathan Zhang <[email protected]>
910*b9411a12SAndroid Build Coastguard WorkerM:	Johnny Lin <[email protected]>
911*b9411a12SAndroid Build Coastguard WorkerM:	Tim Chu <[email protected]>
912*b9411a12SAndroid Build Coastguard WorkerM:	Arthur Heymans <[email protected]>
913*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
914*b9411a12SAndroid Build Coastguard WorkerM:	Shuo Liu <[email protected]>
915*b9411a12SAndroid Build Coastguard WorkerM:	Patrick Rudolph <[email protected]>
916*b9411a12SAndroid Build Coastguard WorkerM:	Lean Sheng Tan <[email protected]>
917*b9411a12SAndroid Build Coastguard WorkerS:	Supported
918*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/intel/xeon_sp/
919*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/intel/fsp/fsp2_0/skylake_sp/
920*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/intel/fsp/fsp2_0/copperlake_sp/
921*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/intel/fsp/fsp2_0/sapphirerapids_sp/
922*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/intel/fsp/fsp2_0/graniterapids/
923*b9411a12SAndroid Build Coastguard Worker
924*b9411a12SAndroid Build Coastguard WorkerMEDIATEK SOCS
925*b9411a12SAndroid Build Coastguard WorkerM:	Hung-Te Lin <[email protected]>
926*b9411a12SAndroid Build Coastguard WorkerM:	Yu-Ping Wu <[email protected]>
927*b9411a12SAndroid Build Coastguard WorkerM:	Yidi Lin <[email protected]>
928*b9411a12SAndroid Build Coastguard WorkerS:	Supported
929*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/mediatek/
930*b9411a12SAndroid Build Coastguard Worker
931*b9411a12SAndroid Build Coastguard WorkerMEDIATEK MT8192
932*b9411a12SAndroid Build Coastguard WorkerM:	Xi Chen <[email protected]>
933*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
934*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/mediatek/mt8192/
935*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/mediatek/mt8192/
936*b9411a12SAndroid Build Coastguard Worker
937*b9411a12SAndroid Build Coastguard WorkerORPHANED ARM SOCS
938*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
939*b9411a12SAndroid Build Coastguard WorkerF:	src/cpu/armltd/
940*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/ti/
941*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/qualcomm/
942*b9411a12SAndroid Build Coastguard WorkerF:	src/soc/samsung/
943*b9411a12SAndroid Build Coastguard WorkerF:	util/exynos/
944*b9411a12SAndroid Build Coastguard WorkerF:	util/ipqheader/
945*b9411a12SAndroid Build Coastguard Worker
946*b9411a12SAndroid Build Coastguard Worker################################################################################
947*b9411a12SAndroid Build Coastguard Worker# Payloads
948*b9411a12SAndroid Build Coastguard Worker################################################################################
949*b9411a12SAndroid Build Coastguard Worker
950*b9411a12SAndroid Build Coastguard WorkerNVRAM
951*b9411a12SAndroid Build Coastguard WorkerF:	util/nvramtool/
952*b9411a12SAndroid Build Coastguard WorkerF:	payloads/nvramcui/
953*b9411a12SAndroid Build Coastguard Worker
954*b9411a12SAndroid Build Coastguard WorkerLIBPAYLOAD
955*b9411a12SAndroid Build Coastguard WorkerF:	payloads/libpayload/
956*b9411a12SAndroid Build Coastguard Worker
957*b9411a12SAndroid Build Coastguard WorkerCOREINFO PAYLOAD
958*b9411a12SAndroid Build Coastguard WorkerF:	payloads/coreinfo/
959*b9411a12SAndroid Build Coastguard Worker
960*b9411a12SAndroid Build Coastguard WorkerEXTERNAL PAYLOADS INTEGRATION
961*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
962*b9411a12SAndroid Build Coastguard WorkerF:	payloads/external/
963*b9411a12SAndroid Build Coastguard Worker
964*b9411a12SAndroid Build Coastguard WorkerCOREDOOM PAYLOAD INTEGRATION
965*b9411a12SAndroid Build Coastguard WorkerM:	Nicholas Chin <[email protected]>
966*b9411a12SAndroid Build Coastguard WorkerW:	https://github.com/nic3-14159/coreDOOM
967*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
968*b9411a12SAndroid Build Coastguard WorkerF:	payloads/external/coreDOOM/
969*b9411a12SAndroid Build Coastguard Worker
970*b9411a12SAndroid Build Coastguard WorkerLINUXBOOT PAYLOAD INTEGRATION
971*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
972*b9411a12SAndroid Build Coastguard WorkerM:	Marcello Sylvester Bauer <[email protected]>
973*b9411a12SAndroid Build Coastguard WorkerS:	Supported
974*b9411a12SAndroid Build Coastguard WorkerF:	payloads/external/LinuxBoot/
975*b9411a12SAndroid Build Coastguard Worker
976*b9411a12SAndroid Build Coastguard WorkerEDK2 PAYLOAD INTEGRATION
977*b9411a12SAndroid Build Coastguard WorkerM:	Benjamin Doron <[email protected]>
978*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
979*b9411a12SAndroid Build Coastguard WorkerM:	Sean Rhodes <[email protected]>
980*b9411a12SAndroid Build Coastguard WorkerM:	Lean Sheng Tan <[email protected]>
981*b9411a12SAndroid Build Coastguard WorkerS:	Supported
982*b9411a12SAndroid Build Coastguard WorkerF:	payloads/external/edk2/
983*b9411a12SAndroid Build Coastguard Worker
984*b9411a12SAndroid Build Coastguard Worker################################################################################
985*b9411a12SAndroid Build Coastguard Worker# Utilities
986*b9411a12SAndroid Build Coastguard Worker################################################################################
987*b9411a12SAndroid Build Coastguard Worker
988*b9411a12SAndroid Build Coastguard WorkerABUILD
989*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
990*b9411a12SAndroid Build Coastguard WorkerS:	Supported
991*b9411a12SAndroid Build Coastguard WorkerF:	util/abuild/
992*b9411a12SAndroid Build Coastguard Worker
993*b9411a12SAndroid Build Coastguard WorkerBOARD STATUS
994*b9411a12SAndroid Build Coastguard WorkerF:	util/board_status/
995*b9411a12SAndroid Build Coastguard Worker
996*b9411a12SAndroid Build Coastguard WorkerBUILD SYSTEM
997*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
998*b9411a12SAndroid Build Coastguard WorkerS:	Supported
999*b9411a12SAndroid Build Coastguard WorkerF:	Makefile
1000*b9411a12SAndroid Build Coastguard WorkerF:	*.inc
1001*b9411a12SAndroid Build Coastguard WorkerF:	src/include/kconfig.h
1002*b9411a12SAndroid Build Coastguard WorkerF:	util/kconfig/
1003*b9411a12SAndroid Build Coastguard WorkerF:	util/sconfig/
1004*b9411a12SAndroid Build Coastguard WorkerF:	util/xcompile/
1005*b9411a12SAndroid Build Coastguard WorkerF:	util/genbuild_h/
1006*b9411a12SAndroid Build Coastguard Worker
1007*b9411a12SAndroid Build Coastguard WorkerTOOLCHAIN
1008*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
1009*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
1010*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1011*b9411a12SAndroid Build Coastguard WorkerF:	util/crossgcc/
1012*b9411a12SAndroid Build Coastguard Worker
1013*b9411a12SAndroid Build Coastguard WorkerDOCKER
1014*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
1015*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
1016*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1017*b9411a12SAndroid Build Coastguard WorkerF:	util/docker/
1018*b9411a12SAndroid Build Coastguard Worker
1019*b9411a12SAndroid Build Coastguard WorkerGIT
1020*b9411a12SAndroid Build Coastguard WorkerF:	.git*
1021*b9411a12SAndroid Build Coastguard WorkerF:	/util/gitconfig
1022*b9411a12SAndroid Build Coastguard Worker
1023*b9411a12SAndroid Build Coastguard WorkerLINT SCRIPTS
1024*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
1025*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1026*b9411a12SAndroid Build Coastguard WorkerF:	util/lint/
1027*b9411a12SAndroid Build Coastguard Worker
1028*b9411a12SAndroid Build Coastguard WorkerIFDTOOL
1029*b9411a12SAndroid Build Coastguard WorkerF:	util/ifdtool/
1030*b9411a12SAndroid Build Coastguard Worker
1031*b9411a12SAndroid Build Coastguard WorkerINTELTOOL
1032*b9411a12SAndroid Build Coastguard WorkerM:	Pratik Prajapati <[email protected]>
1033*b9411a12SAndroid Build Coastguard WorkerF:	util/inteltool/
1034*b9411a12SAndroid Build Coastguard Worker
1035*b9411a12SAndroid Build Coastguard WorkerINTELMETOOL
1036*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
1037*b9411a12SAndroid Build Coastguard WorkerF:	util/intelmetool/
1038*b9411a12SAndroid Build Coastguard Worker
1039*b9411a12SAndroid Build Coastguard WorkerINTELP2M
1040*b9411a12SAndroid Build Coastguard WorkerM:	Maxim Polyakov <[email protected]>
1041*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1042*b9411a12SAndroid Build Coastguard WorkerF:	util/intelp2m/
1043*b9411a12SAndroid Build Coastguard Worker
1044*b9411a12SAndroid Build Coastguard WorkerME_CLEANER
1045*b9411a12SAndroid Build Coastguard WorkerM:	Nicola Corna <[email protected]>
1046*b9411a12SAndroid Build Coastguard WorkerW:	https://github.com/corna/me_cleaner
1047*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1048*b9411a12SAndroid Build Coastguard WorkerF:	util/me_cleaner/
1049*b9411a12SAndroid Build Coastguard Worker
1050*b9411a12SAndroid Build Coastguard WorkerLIVEISO
1051*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
1052*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1053*b9411a12SAndroid Build Coastguard WorkerF:	util/liveiso/
1054*b9411a12SAndroid Build Coastguard Worker
1055*b9411a12SAndroid Build Coastguard Worker################################################################################
1056*b9411a12SAndroid Build Coastguard Worker# Miscellaneous
1057*b9411a12SAndroid Build Coastguard Worker################################################################################
1058*b9411a12SAndroid Build Coastguard Worker
1059*b9411a12SAndroid Build Coastguard WorkerASPEED AST2050 DRIVER & COMMON CODE
1060*b9411a12SAndroid Build Coastguard WorkerM:	Timothy Pearson <[email protected]>
1061*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1062*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/aspeed/common/
1063*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/aspeed/ast2050/
1064*b9411a12SAndroid Build Coastguard Worker
1065*b9411a12SAndroid Build Coastguard WorkerACPI
1066*b9411a12SAndroid Build Coastguard WorkerR:	Cliff Huang <[email protected]>
1067*b9411a12SAndroid Build Coastguard WorkerM:	Lance Zhao <[email protected]>
1068*b9411a12SAndroid Build Coastguard WorkerM:	Tim Wawrzynczak <[email protected]>
1069*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1070*b9411a12SAndroid Build Coastguard WorkerF:	src/acpi/
1071*b9411a12SAndroid Build Coastguard WorkerF:	src/arch/x86/acpi/
1072*b9411a12SAndroid Build Coastguard WorkerF:	util/acpi/
1073*b9411a12SAndroid Build Coastguard Worker
1074*b9411a12SAndroid Build Coastguard WorkerLZ4 COMPRESSION
1075*b9411a12SAndroid Build Coastguard WorkerM:	Julius Werner <[email protected]>
1076*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1077*b9411a12SAndroid Build Coastguard WorkerF:	src/commonlib/lz4*
1078*b9411a12SAndroid Build Coastguard WorkerF:	payloads/libpayload/liblz4/
1079*b9411a12SAndroid Build Coastguard WorkerF:	util/cbfstool/lz4/
1080*b9411a12SAndroid Build Coastguard Worker
1081*b9411a12SAndroid Build Coastguard WorkerBINARY OBJECTS
1082*b9411a12SAndroid Build Coastguard WorkerF:	3rdparty/blobs/
1083*b9411a12SAndroid Build Coastguard Worker
1084*b9411a12SAndroid Build Coastguard WorkerVERIFIED BOOT
1085*b9411a12SAndroid Build Coastguard WorkerM:	Julius Werner <[email protected]>
1086*b9411a12SAndroid Build Coastguard WorkerM:	Yu-Ping Wu <[email protected]>
1087*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1088*b9411a12SAndroid Build Coastguard WorkerF:	3rdparty/vboot/
1089*b9411a12SAndroid Build Coastguard WorkerF:	src/security/vboot/
1090*b9411a12SAndroid Build Coastguard WorkerF:	src/include/tpm.h
1091*b9411a12SAndroid Build Coastguard WorkerF:	src/include/tpm_lite/
1092*b9411a12SAndroid Build Coastguard Worker
1093*b9411a12SAndroid Build Coastguard WorkerRESOURCE ALLOCATOR
1094*b9411a12SAndroid Build Coastguard WorkerF:	src/device/*
1095*b9411a12SAndroid Build Coastguard WorkerF:	src/include/device/
1096*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cpu/cpu.h
1097*b9411a12SAndroid Build Coastguard Worker
1098*b9411a12SAndroid Build Coastguard WorkerOPTION ROM EXECUTION & X86EMU
1099*b9411a12SAndroid Build Coastguard WorkerF:	src/device/oprom/
1100*b9411a12SAndroid Build Coastguard Worker
1101*b9411a12SAndroid Build Coastguard WorkerCBFS
1102*b9411a12SAndroid Build Coastguard WorkerM:	Julius Werner <[email protected]>
1103*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cbfs*
1104*b9411a12SAndroid Build Coastguard WorkerF:	src/commonlib/bsd/include/commonlib/bsd/cbfs*
1105*b9411a12SAndroid Build Coastguard WorkerF:	src/commonlib/bsd/cbfs*
1106*b9411a12SAndroid Build Coastguard WorkerF:	src/lib/cbfs.c
1107*b9411a12SAndroid Build Coastguard Worker
1108*b9411a12SAndroid Build Coastguard WorkerCBFSTOOL
1109*b9411a12SAndroid Build Coastguard WorkerF:	util/cbfstool/
1110*b9411a12SAndroid Build Coastguard Worker
1111*b9411a12SAndroid Build Coastguard WorkerCBMEM
1112*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cbmem.h
1113*b9411a12SAndroid Build Coastguard WorkerF:	src/include/cbmem_id.h
1114*b9411a12SAndroid Build Coastguard WorkerF:	util/cbmem/
1115*b9411a12SAndroid Build Coastguard Worker
1116*b9411a12SAndroid Build Coastguard WorkerCONSOLE
1117*b9411a12SAndroid Build Coastguard WorkerF:	src/console/
1118*b9411a12SAndroid Build Coastguard WorkerF:	src/include/console/
1119*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/uart/
1120*b9411a12SAndroid Build Coastguard Worker
1121*b9411a12SAndroid Build Coastguard WorkerTPM SUPPORT
1122*b9411a12SAndroid Build Coastguard WorkerM:	Christian Walter <[email protected]>
1123*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1124*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/*/tpm/
1125*b9411a12SAndroid Build Coastguard WorkerF:	src/security/tpm/
1126*b9411a12SAndroid Build Coastguard Worker
1127*b9411a12SAndroid Build Coastguard WorkerSUPERIOS & SUPERIOTOOL
1128*b9411a12SAndroid Build Coastguard WorkerS:	Orphan
1129*b9411a12SAndroid Build Coastguard WorkerF:	src/superio/
1130*b9411a12SAndroid Build Coastguard WorkerF:	util/superiotool/
1131*b9411a12SAndroid Build Coastguard Worker
1132*b9411a12SAndroid Build Coastguard WorkerSPD UTILITIES
1133*b9411a12SAndroid Build Coastguard WorkerM:	Reka Norman <[email protected]>
1134*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1135*b9411a12SAndroid Build Coastguard WorkerF:	util/spd_tools/
1136*b9411a12SAndroid Build Coastguard WorkerF:	util/spdtool/
1137*b9411a12SAndroid Build Coastguard Worker
1138*b9411a12SAndroid Build Coastguard WorkerMEMLAYOUT
1139*b9411a12SAndroid Build Coastguard WorkerM:	Julius Werner <[email protected]>
1140*b9411a12SAndroid Build Coastguard WorkerS:	Supported
1141*b9411a12SAndroid Build Coastguard WorkerF:	*/memlayout.h
1142*b9411a12SAndroid Build Coastguard WorkerF:	*.ld
1143*b9411a12SAndroid Build Coastguard Worker
1144*b9411a12SAndroid Build Coastguard WorkerELTAN VENDORCODE
1145*b9411a12SAndroid Build Coastguard WorkerM:	Frans Hendriks <[email protected]>
1146*b9411a12SAndroid Build Coastguard WorkerM:	Erik van den Bogaert <[email protected]>
1147*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1148*b9411a12SAndroid Build Coastguard WorkerF:	src/vendorcode/eltan/
1149*b9411a12SAndroid Build Coastguard Worker
1150*b9411a12SAndroid Build Coastguard WorkerTAS5825M DRIVER
1151*b9411a12SAndroid Build Coastguard WorkerM:	Jeremy Soller <[email protected]>
1152*b9411a12SAndroid Build Coastguard WorkerM:	Tim Crawford <[email protected]>
1153*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1154*b9411a12SAndroid Build Coastguard WorkerF:	src/drivers/i2c/tas5825m/
1155*b9411a12SAndroid Build Coastguard Worker
1156*b9411a12SAndroid Build Coastguard WorkerTESTS
1157*b9411a12SAndroid Build Coastguard WorkerM:	Jakub Czapiga <[email protected]>
1158*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1159*b9411a12SAndroid Build Coastguard WorkerF:	tests/
1160*b9411a12SAndroid Build Coastguard WorkerF:	payloads/libpayload/tests/
1161*b9411a12SAndroid Build Coastguard Worker
1162*b9411a12SAndroid Build Coastguard WorkerCOREBOOT RELEASES
1163*b9411a12SAndroid Build Coastguard WorkerM:	Felix Singer <[email protected]>
1164*b9411a12SAndroid Build Coastguard WorkerM:	Jason Glenesk <[email protected]>
1165*b9411a12SAndroid Build Coastguard WorkerM:	Angel Pons <[email protected]>
1166*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
1167*b9411a12SAndroid Build Coastguard WorkerM:	Matt DeVillier <[email protected]>
1168*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1169*b9411a12SAndroid Build Coastguard WorkerF:	Documentation/releases/
1170*b9411a12SAndroid Build Coastguard WorkerF:	util/release/
1171*b9411a12SAndroid Build Coastguard Worker
1172*b9411a12SAndroid Build Coastguard WorkerMISSING: TIMERS / DELAYS
1173*b9411a12SAndroid Build Coastguard Worker
1174*b9411a12SAndroid Build Coastguard WorkerMISSING: TIMESTAMPS
1175*b9411a12SAndroid Build Coastguard Worker
1176*b9411a12SAndroid Build Coastguard WorkerMISSING: FMAP
1177*b9411a12SAndroid Build Coastguard Worker
1178*b9411a12SAndroid Build Coastguard WorkerMISSING: GPIO
1179*b9411a12SAndroid Build Coastguard Worker
1180*b9411a12SAndroid Build Coastguard WorkerMISSING: SMP
1181*b9411a12SAndroid Build Coastguard Worker
1182*b9411a12SAndroid Build Coastguard WorkerMISSING: DMP / QEMU-X86
1183*b9411a12SAndroid Build Coastguard Worker
1184*b9411a12SAndroid Build Coastguard WorkerMISSING: ELOG
1185*b9411a12SAndroid Build Coastguard Worker
1186*b9411a12SAndroid Build Coastguard WorkerMISSING: SPI
1187*b9411a12SAndroid Build Coastguard Worker
1188*b9411a12SAndroid Build Coastguard Worker# *** Infrastructure Owners ***
1189*b9411a12SAndroid Build Coastguard Worker# This is intended to let people know who they should contact for issues with various infrastructure pieces.
1190*b9411a12SAndroid Build Coastguard Worker# Hardware
1191*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1192*b9411a12SAndroid Build Coastguard Worker#	Backups:
1193*b9411a12SAndroid Build Coastguard Worker
1194*b9411a12SAndroid Build Coastguard Worker# Web Server
1195*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1196*b9411a12SAndroid Build Coastguard Worker#	Backups:
1197*b9411a12SAndroid Build Coastguard Worker
1198*b9411a12SAndroid Build Coastguard Worker# Website
1199*b9411a12SAndroid Build Coastguard Worker#	Owners: Martin
1200*b9411a12SAndroid Build Coastguard Worker#	Backups: Patrick
1201*b9411a12SAndroid Build Coastguard Worker
1202*b9411a12SAndroid Build Coastguard Worker# Documentation Website
1203*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1204*b9411a12SAndroid Build Coastguard Worker#	Backups:
1205*b9411a12SAndroid Build Coastguard Worker
1206*b9411a12SAndroid Build Coastguard WorkerCODE OF CONDUCT
1207*b9411a12SAndroid Build Coastguard WorkerM:	Ronald Minnich <[email protected]>
1208*b9411a12SAndroid Build Coastguard WorkerM:	Martin Roth <[email protected]>
1209*b9411a12SAndroid Build Coastguard WorkerS:	Maintained
1210*b9411a12SAndroid Build Coastguard WorkerF:	Documentation/community/code_of_conduct.md
1211*b9411a12SAndroid Build Coastguard Worker
1212*b9411a12SAndroid Build Coastguard Worker# Wiki
1213*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1214*b9411a12SAndroid Build Coastguard Worker#	Backups:
1215*b9411a12SAndroid Build Coastguard Worker
1216*b9411a12SAndroid Build Coastguard Worker# Gerrit
1217*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1218*b9411a12SAndroid Build Coastguard Worker#	Backups: Martin
1219*b9411a12SAndroid Build Coastguard Worker
1220*b9411a12SAndroid Build Coastguard Worker# Jenkins
1221*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick, Martin
1222*b9411a12SAndroid Build Coastguard Worker#	Backups:
1223*b9411a12SAndroid Build Coastguard Worker
1224*b9411a12SAndroid Build Coastguard Worker# Bug Tracker
1225*b9411a12SAndroid Build Coastguard Worker#	Owners: Lynxis,
1226*b9411a12SAndroid Build Coastguard Worker#	Backups: Martin,
1227*b9411a12SAndroid Build Coastguard Worker
1228*b9411a12SAndroid Build Coastguard Worker# Mailing List
1229*b9411a12SAndroid Build Coastguard Worker#	Owners: Patrick
1230*b9411a12SAndroid Build Coastguard Worker#	Backups: Martin
1231*b9411a12SAndroid Build Coastguard Worker
1232*b9411a12SAndroid Build Coastguard Worker# Software Freedom Conservancy
1233*b9411a12SAndroid Build Coastguard Worker#	Main contact: Martin
1234*b9411a12SAndroid Build Coastguard Worker#	“Official” contact: David, Matt, Werner
1235