Project

General

Profile

TasksToFund » History » Version 3

Denis 'GNUtoo' Carikli, 05/02/2019 03:53 PM
update applicants criterias

1 1 Denis 'GNUtoo' Carikli
{{>toc}}
2
3
h1. Funding
4
5
h2. Funding procedure
6
7
h3. Funding status
8
9 2 Denis 'GNUtoo' Carikli
See [[TasksFunding]] for tasks that have been accepted by funding organizations. It also contains more background on such organizations.
10 1 Denis 'GNUtoo' Carikli
11 3 Denis 'GNUtoo' Carikli
h3. Applicants criteria
12 1 Denis 'GNUtoo' Carikli
13 3 Denis 'GNUtoo' Carikli
h4. When funding tasks with Replicant's money
14
15
In order to minimize the risk:
16
17 1 Denis 'GNUtoo' Carikli
* The applicants will need to already have Patches in Replicant to apply. So if you want to apply and don't have any patches in Replicant, the easiest way is just to send some useful patches.
18
* The applicants will need to be able to demonstrate that they have the required skills by showing contributions in free and open source project in similar areas.
19
* The applicants will need to be able to do contract work
20
21 3 Denis 'GNUtoo' Carikli
Alternatively we could also handle it in a way that is similar to the NLnet foundation, where we would only pay once some useful part of the work has been done.
22 1 Denis 'GNUtoo' Carikli
23 3 Denis 'GNUtoo' Carikli
h4. When funding tasks through other organizations
24
25
See [[TasksFunding]].
26 1 Denis 'GNUtoo' Carikli
27
h2. Tasks that could be funded
28
29
h3. Port Replicant to a newer Android version
30
31
Replicant is currently based on LineageOS 13 which is based on Android 6.0.
32
It is becoming very urgent to upgrade Replicant to a newer release of Android, as Android 6.0 is not supported anymore. It would probably also make it way easier to fix the following issues:
33
* Replicant is currently lagging behind with security fixes
34
* Replicant cannot be built from a GNU/Linux distribution that follows the Free Software Distribution Guidelines
35
36
*Hardware requirements* :
37
* A computer that is able to build Replicant.
38
* A smartphone or tablet that can easily supported by the new version of Replicant and that meet Android 9 [[HardwareRequirements]].
39
40
*Expected outcomes*:
41
* Remove all proprietary components of LineageOS and make sure that Replicant follows the "Free Software Distributions Guidelines (FSDG)":https://www.gnu.org/distros/"
42
* Port all the changes needed to successfully boot without any proprietary software in Replicant
43
* Make sure that most of the security issues are fixed, and lower the attack surface if possible.
44
* Make sure that Replicant can be built on a GNU/Linux distribution that follows the "Free Software Distributions Guidelines (FSDG)":https://www.gnu.org/distros/
45
* Rebrand LineageOS as Replicant
46
47
*Funding*: We could apply to https://nlnet.nl/PET
48
49
h4. Subtasks
50
51
The following sub-tasks could also be worked on along with porting Replicant to a newer Android version, as it doesn't make sense to do them for older Replicant versions:
52
* [[Tasks v2#Add support for devices with an upstream Linux kernel|Add support for devices with an upstream Linux kernel]]
53
* [[Tasks v2#Add support for more recent smartphones|Add support for more recent smartphones]]
54
* [[Tasks v2#Add support for the devices supported in Replicant 6.0 and 4.2|Add support for the devices supported in Replicant 6.0 and 4.2]]
55
* [[Tasks v2#Support in-system upgrades|Support in-system upgrades]]
56
57
h4. Add support for devices with an upstream Linux kernel
58
59
It would also be useful to support devices using kernels that are based on upstream Linux with the least amount of kernel changes possible:
60
61
Currently, Replicant uses a dedicated Hardware Abstraction Layer per device, because device manufacturers implemented non-standard kernel interfaces. However, Android works with mainline kernels and supports plug-n-play hardware nowadays, so it makes sense to have generic Hardware Abstraction Layers for the standard interfaces of the Linux kernel (ALSA, V4L2, etc).
62
63
See also the [[Upstream#Upstream-Linux|wiki page on Upstream Linux]] for more details on why using upstream kernel is beneficial, and for what devices to choose to work on this task.
64
65
*Hardware requirements* :
66
In addition to the requirements for porting Replicant to a newer Android version:
67
* A device that is already well supported by the Upstream kernel. That device don't need to be already supported by LineageOS or even Android.
68
69
*Difficulty*: Medium
70
71
*Requirements/Prerequisites*: Knowledge of C, some C++, the ability to understand Java, kernel interfaces knowledge
72
73
*Expected outcomes*: 
74
* Basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) for at least one device that use a kernel that is very closely based on upstream Linux with the generic HALs.
75
76
h4. Add support for more recent smartphones
77
78
The most recent smartphones that Replicant support are quite old (they were made around 2013). The goal here is to add support for more recent smartphones in Replicant.
79
80
Even if we think that it's at lot more important to support devices that are better for freedom (samsung devices usually have a nonfree bootloaders), adding supporting common (Samsung) phones and tablets is relatively easy and fast to do and could be a good way to get started in contributing to Replicant. 
81
82
It's advised to pick a device that:
83
* has an isolated modem (no shared memory between the modem and the processor running Android)
84
* meets Android 9 [[HardwareRequirements]] to still be useful when Replicant will be ported to Android 9
85
* has a modem that can easily be supported by samsung-ril and libsamsung-ipc 
86
* is or will be supported by lineageOS
87
88
Make sure to evaluate the device before starting to work on it. Some devices have been evaluated in the [[TargetsEvaluation|TargetsEvaluation wiki page]]. There is also a "forum section":https://redmine.replicant.us/projects/replicant/boards/27 for devices evaluation.
89
90
*Hardware requirements*:
91
In addition to the requirements for porting Replicant to a newer Android version: 
92
* One or more smartphones that are already well supported by LineageOS or the AOSP project and that can easily be added in Replicant.
93
94
*Difficulty*: Medium
95
96
*Expected outcomes*: 
97
* Basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) without requiring Replicant or the user to install or ship nonfree software or firmwares.
98
99
h4. Add support for the devices supported in Replicant 6.0 and 4.2
100
101
When porting Replicant to a new version, it's also a good idea to keep supporting all the devices we supported in the older versions, however this is not always possible or desirable.
102
103
In order not to require too much work, devices that were previously supported will have to meet the [[HardwareRequirements]] of the new Android version. Here many of the devices already supported by Replicant 6.0 already meet such requirements.
104
105
*Hardware requirements and dependencies*:
106
In addition to the requirements for porting Replicant to a newer Android version:
107
* The port to the new Android version needs to be complete for at least one device before starting to work on this.
108
* All the devices will need to be shipped to (or acquired by) the person working on this task before starting to work on this.
109
110
*Expected outcomes*: 
111
* For each device: evaluate if they meet the hardware requirements of the new Android version and document that in the wiki in an appropriate location  ( like [[HardwareRequirements]] for instance)
112
* For each device: basic features working (graphics, touchscreen, buttons, audio, and telephony if there is a modem) without requiring Replicant or the user to install or ship nonfree software or firmwares.
113
114
*Difficulty*: Medium
115
116
h4. Support in-system upgrades
117
118
It would be useful for a Replicant device to be able to update itself to a new version of Replicant without requiring being connected to a PC. LineageOS already supports this; we suspect that it should be possible to adapt this LineageOS functionality to Replicant.
119
120
Whenever possible, it would be useful to complete and submit some of the code written for Replicant to LineageOS.
121
122
*Difficulty*: Medium
123
124
*Expected outcomes*: 
125
* In-system updates working without being connected to a PC
126
127
h4. "Finish porting Replicant to a newer Android version" nlnet Grant application
128
129
|_. Project name | Finish porting Replicant to a newer Android version |
130
|_. Website / wiki | https://redmine.replicant.us/projects/replicant/wiki/Porting_Replicant_to_Android_9 |
131
132
Abstract: Can you explain the whole project and its expected outcome(s).in 1200 characters
133
<pre>
134
Replicant is a fully free software Android distribution which
135
is approved by the FSF (http://gnu.org/distros).
136
137
The combination of Android Open Source Project source code with
138
the Linux source code provided by the device vendor is not
139
sufficient to produce a fully free Android distribution that
140
works: a lot of the code that makes critical hardware components
141
work (the modem, graphics, audio, GPS, etc) is in userspace.
142
Because of that, most device manufacturers don't release them as
143
free software.
144
145
To make such hardware work, the Replicant project manages to
146
replace or avoid such nonfree software.
147
148
Replicant is currently based on LineageOS 13.0 which in turn is based
149
on Android 6.0.1 which are both not supported anymore. Replicant is
150
based on LineageOS because it supports way more smartphones and
151
tablets than the Android Open Source Project.
152
153
The project consists in porting Replicant changes on top of the
154
Android 9 release of the Android Open Source project,
155
and when LineageOS 16 will be ready, to backport our changes on
156
top of LineageOS 16.
157
</pre> 
158
159
|_. Have you been involved with projects or organizations relevant to this project before?
160
And if so, can you tell us a bit about your contributions? | SEE TEMPLATE |
161
162
|_. Requested Amount (Between 5000 and 50000 Euros) | 50000 Euros |
163
|_. Does the project have other funding sources, both past and present? | SEE TEMPLATE |
164
165
Explain what the requested budget will be used for? 
166
<pre>
167
The budget will only be used to fund this task through contract work.
168
169
We think it will take something between 3 and 6 months of work
170
for one full time developer.
171
172
However it is always difficult to evaluate precisely the amount of time
173
that this kind of project would take as sometimes it can be slowed down
174
a lot due to bugs needing to be fixed.
175
176
For instance, when adding support for the Nexus One to Replicant,
177
a lot of time was spent dealing with display issues that didn't affect
178
the upstream projects, because they relied on the GPU which required
179
nonfree software to work.
180
181
If we take the cost of a Freelance developer in the USA (75$ to 150$
182
per hour) as a basis, to enable people living in Europe and the USA
183
to apply, we can fund a developer to work on it for a period that
184
is mostly equivalent to something between 2 to 4 months full
185
time.
186
187
So far we have at least one person interested in working on it
188
as a contractor (me), and one volunteer who wants to work on it at the
189
same time, but who cannot do it full time. We will make sure
190
that everybody has a chance to apply for doing contract work.
191
192
If the work is not done when the 50000E run out, and if we cannot
193
make sure that it will be completed by volunteers in a reasonable
194
timeframe, the Replicant project will most probably use its existing
195
funds to pay for contract work to make sure that this task is completed.
196
197
The Replicant project will also take care of ensuring that the
198
people that will work on this task have the necessary hardware to
199
do it, for instance by shipping or reimbursing the purchase of a
200
compatible smartphone with the Replicant project money.
201
202
Once we have the Samsung Galaxy SIII fully working with
203
Replicant 9, we will add support for most smartphones
204
and tablets we currently support in Replicant, and add support
205
for more recent smartphones (the most recent one we currently
206
support has been released in 2013).
207
208
We also have a very basic documentation on the Android 9 port here:
209
https://redmine.replicant.us/projects/replicant/wiki/Porting_Replicant_to_Android_9
210
</pre>
211
212
Compare your own project with existing or historical efforts.
213
<pre>
214
Upgrading Replicant to a new Android version usually took about 2 or 3
215
months of full-time equivalent work for one person.
216
Here, we already have a device (The Galaxy SIII 4G) booting under Android 9
217
master before the release, with a kernel that is closely based on upstream
218
Linux, but a lot still needs to be done (modem, audio, sensors, etc) and
219
validated. The Android architecture also changed a lot more between Android
220
6.0.1 and Android 9 than it did when we ported Replicant to newer Android
221
versions.
222
</pre>
223
224
What are significant technical challenges you expect to solve during the project, if any?
225
<pre>
226
We will also need to make sure that Replicant 9 can be built with a
227
GNU/Linux distribution that is approved by the FSF. This could be
228
challenging if they lack some of the packages required to build Android.
229
</pre>
230
231
|_. Describe the ecosystem of the project, and how you will engage with relevant actors and promote the outcomes? | SEE TEMPLATE |
232
|_. Attachments | SEE TEMPLATE |
233
234
h3. Graphics acceleration
235
236
Currently, all supported devices on Replicant lack a free software driver for their GPU. This means that OpenGL ES (GLES) rendering must be done on the CPU (software rendering). The current approach to software rendering on Replicant 6 is based on "libAGL":https://android.googlesource.com/platform/frameworks/native/+/master/opengl, an optimized GLES 1.x implementation that uses "libpixelflinger":https://android.googlesource.com/platform/system/core/+log/master/libpixelflinger software renderer. Development on both these libraries ceased in 2013 and no work was done to support newer GLES versions.
237
The major consequences of this are that:
238
* Critical applications like web browsers crash due to lack of GLES 2.0 (#705). Replicant currently uses an out-dated browser that has many security flaws.
239
* Replicant relies on patches to the Android framework to make things like the camera application work.
240
* The rendering speed has degraded over the newer Android versions, like Android 6. Even applications that do not crash become difficult to use due to the huge rendering delays.
241
242
This task aims to fix all these severe issues by putting together a new graphics stack for the Android 9 port. This new graphics stack must be compatible with Android 9 Hardware Abstraction Layers (HAL) and provide at least GLES 2.0 rendering. It should be flexible enough to do software rendering with "Mesa":https://www.mesa3d.org/intro.html or "SwiftShader":https://swiftshader.googlesource.com/SwiftShader (Google's current software renderer), and also GPU rendering on devices where a free GPU driver is available.
243
244
"Joonas Kylmälä":https://redmine.replicant.us/users/8585 has done some introductory work on the Android 9 port for the i9305, and found a way to have it rendering to the screen. He put together a graphics stack composed of: gbm_gralloc ("Gralloc HAL":https://source.android.com/devices/graphics/implement#gralloc_hal) + drm_hwcomposer ("Hardware Composer HAL":https://source.android.com/devices/graphics/implement#hardware_composer_hal) + Mesa with kms_swrast driver with softpipe backend (CPU software renderer for GLES). This will be the starting point for this task.
245
246
Joonas' prototype shows that Replicant can use "gbm_gralloc":https://osdn.net/projects/android-x86/scm/git/external-gbm_gralloc/summary, an existing graphics memory allocator (gralloc) HAL maintained(ish) by Android-x86, in conjunction with "drm-hwcomposer":https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer, a libre implementation of Android's Hardware Composer HAL based on Linux's DRM, to achieve software rendering with Mesa. This solution avoids the need to write a custom gralloc for Replicant, and takes advantage of the hardware acceleration for composition provided by drm-hwcomposer on devices with a free software DRM driver (e.g. exynos-based smartphones and tablets).
247
248
Much more testing is needed to confirm that gbm_gralloc can be the definitive gralloc HAL on Replicant 9. It still wasn't tried with SwiftShader, or even Mesa's llvmpipe backend, which is a must since the softpipe backend is too slow to be usable.
249
Joonas' tests showed that some other components will need our attention, mostly the drm/exynos driver. In order to make drm/exynos work with gbm_gralloc and drm-hwcomposer Joonas had to disable "DRM-Auth":https://en.wikipedia.org/wiki/Direct_Rendering_Manager#DRM-Master_and_DRM-Auth and hack some missing pixel formats into it by using the default pixel format for everything. Besides drm/exynos, we will also have to make the graphics stack work with the "virtual GEM (vGEM) driver":https://www.phoronix.com/scan.php?page=news_item&px=DRM-vGEM-Mesa-Software, in order to support devices that lack a real drm driver.
250
251
The major and first goal of this task is thus to build upon Joonas's prototype and put together a stable and fully free graphics stack, compatible with GLES 2.0, that does software rendering through Mesa's llvmpipe with a decent performance.
252
253
*Hardware requirements*: A computer that is able to build Replicant. A Samsung Galaxy S3 or S3 4G to run the [[Porting_Replicant_to_Android_9|current Replicant 9 port]].
254
255
*Difficulty*: Medium / Hard
256
257
*Requirements/Prerequisites*: Knowledge of C++, kernel interfaces knowledge or the ability to learn them
258
259
*Expected outcomes*:
260
* Graphics stack with decent performance on software rendering
261
* Working GLES 2.0 implementation
262
* Fast enough graphics
263
* F-Droid applications not crashing anymore because of GLES.
264
265
*Time +estimation+*:
266
267
|_. Step |_. man-hours |
268
| Set up the development environment, including the current Replicant 9 port on the test device. |>. 24 |
269
| Read AOSP documentation and understand all details of the graphics stack. |>. 16 |
270
| Adapt the build files to use Mesa's llvmpipe backend instead of softpipe. Fix potential LLVM version incompatibilities between Mesa and Android. |>. 40 |
271
| Properly implement the missing pixel formats in drm/exynos and try to have it merged into upstream. |>. 72 |
272
| Find a proper way to use DRM-Master and DRM-Auth with gbm_gralloc and drm-hwcomposer. |>. 40 |
273
| Create test scenarios and check if the graphics stack works as expected. Consider "alternative grallocs":https://redmine.replicant.us/projects/replicant/wiki/GraphicsResearch#Gralloc if necessary. |>. 40 |
274
| Make the graphics stack work with vGEM driver besides drm/exynos. |>. 40 |
275
| Document the design decisions. |>. 16 |
276
|_. TOTAL |_>. 288 |
277
278
h4. Subtasks
279
280
The following sub-tasks could also be worked on after finishing writing the gralloc:
281
* [[Tasks_funding#SwiftShader|SwiftShader]]
282
* [[Tasks_funding#llvmpipe optimizations|llvmpipe optimizations]]
283
* [[Tasks_funding#Lima driver|Lima driver]]
284
285
h4. SwiftShader
286
287
"SwiftShader":https://swiftshader.googlesource.com/SwiftShader is Google's current software renderer that is capable of GLES 2.0 and is now "under work to support Vulkan":https://swiftshader.googlesource.com/SwiftShader/+log/master.
288
289
Mesa is the preferred renderer on Replicant for several reasons such as its support for both software and hardware (GPU) rendering, and its big community, with hundreds of active contributors. However, Mesa lacks a Vulkan software renderer. With Vulkan soon becoming a "requirement for new Android versions":https://android-developers.googleblog.com/2019/03/introducing-android-q-beta.html, we must make sure that Replicant's graphics stack can use SwiftShader in order to become futureproof. Furthermore, SwiftShader was built with performance in mind, specially for ARM CPUs, and may bring speed improvements on some devices.
290
291
The goal of this sub-task is thus to create a compile-time or run-time option that allows using Replicant 9 with SwiftShader as it's software renderer instead of Mesa.
292
293
*Hardware requirements*: A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
294
295
*Difficulty*: Medium
296
297
*Requirements/Prerequisites*: Knowledge of C++, Makefiles and git. Android's graphics stack knowledge or the ability to learn them.
298
299
*Expected outcomes*:
300
* SwiftShader running on Replicant.
301
* Working Vulkan implementation.
302
303
*Time +estimation+*: 40 man-hours.
304
305
h4. llvmpipe optimizations
306
307
Mesa is a highly versatile library that can be extended with device drivers to allow it to be used in different environments ranging from software emulation to complete hardware acceleration. One such driver is the "Gallium llvmpipe driver":https://www.mesa3d.org/llvmpipe.html, which is a software rasterizer that uses LLVM to do runtime code generation. It only needs a CPU to run graphics computations and thus brings full GLES support to all Replicant devices.
308
309
"llvmpipe has been integrated in Replicant 6":https://git.replicant.us/replicant/external_mesa3d/log/ but it's not activated by default yet as it is very slow. It is also not fully complete.
310
311
To fix that, llvmpipe and/or the integration of it in Replicant should be optimized. We should first start by configuring llvmpipe and/or Mesa "to not implement very expensive OpenGL operations":https://www.mesa3d.org/perf.html. If that's not sufficient, or if that breaks application compatibility, various software or hardware features ("ARM NEON":https://www.arm.com/products/processors/technologies/neon.php, hardware 2D acceleration, etc) could be used to improve the speed.
312
313
Considerable speed improvements may be achieved with a fine-tuned emulation for division instructions. The ARM cores on many Replicant devices do not have hardware "support for the SDIV/UDIV instructions":https://community.arm.com/processors/b/blog/posts/divide-and-conquer. We should profile some apps and check whether GLES functions requiring divisions are to blame for the poor performance.
314
315
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
316
317
*Difficulty*: Medium / Hard (depending on the amount of optimizations required)
318
319
*Requirements/Prerequisites*: See with Mesa project
320
321
*Expected outcomes*: faster llvmpipe on ARM devices, able to run apps such as Fennec F-Droid (Firefox).
322
323
*Time +estimation+*:
324
325
|_. Step |_. man-hours |
326
| Setup a "testing and benchmarking environment":https://source.android.com/devices/graphics/testing |>. 40 |
327
| Disable expensive OpenGL operations. Check speedup and stability. |>. 24 |
328
| Recap matrix operations (Linear Algebra) and study ARM NEON. |>. 48 |
329
| Do a profiling of several apps to find the most used GLES operations. |>. 32 |
330
| Use "Ne10 library":https://github.com/projectNe10/Ne10 or "Neon Intrinsics":https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics for the most used GLES operations. |>. 80 |
331
| Fix bugs, re-write the code where needed, get it stable. |>. 80 |
332
|_. TOTAL |_>. 304 |
333
334
h4. Lima driver
335
336
"Lima":https://gitlab.freedesktop.org/lima is a free software Mesa driver for ARM Mali-4xx (Utgard) GPUs. These GPUs are present in several Replicant supported devices such as Galaxy S2, S3, S3 4G, Note and Note 2. 
337
338
Lima aims to full GLES support but it is still in development. However the "current implementation status":https://gitlab.freedesktop.org/lima/mesa/issues/39#note_79193 already allows the hardware acceleration of several tasks. GPU-based hardware acceleration is faster and less power hungry than software rendering, both by several orders of magnitude. It would allow Replicant devices to run applications with a performance close to that of non-free devices.
339
340
*Hardware requirements* : A computer that is able to build Replicant. A Replicant device with a Mali-4xx GPU that can run mainline Linux (e.g. Galaxy S3 or Note 2).
341
342
*Difficulty*: Medium
343
344
*Requirements/Prerequisites*: "See with Lima project":https://gitlab.freedesktop.org/lima/web/wikis/home#build-and-install
345
346
*Expected outcomes*: Lima driver being used for GLES rendering on a supported device.
347
348
|_. Step |_. man-hours |
349
| Rebase "Lima's Linux kernel DRM driver":https://gitlab.freedesktop.org/lima/linux on top of "forkbomb's Midas on Mainline kernel":https://blog.forkwhiletrue.me/pages/midas-mainline/. |>. 80 |
350
| Replace mainline Mesa for "Lima's Mesa":https://gitlab.freedesktop.org/lima/mesa (with their driver).  |>. 16 |
351
| Build and test thoroughly with "synthetic":https://source.android.com/devices/graphics/testing and real applications. |>. 40 |
352
| Create a fallback mechanism that uses the software renderer for GLES functions not yet implemented in Lima. |>. 100 |
353
|_. TOTAL |_>. 236 |
354
355
h4. Software Bill of Materials
356
357
* "Replicant 9":https://redmine.replicant.us/projects/replicant/wiki/Porting_Replicant_to_Android_9
358
* "Mesa":https://www.mesa3d.org/intro.html (in particular: "Gallium llvmpipe driver":https://www.mesa3d.org/llvmpipe.html)
359
* "gbm_gralloc":https://osdn.net/projects/android-x86/scm/git/external-gbm_gralloc/summary
360
* "drm-hwcomposer":https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer
361
* "Linux kernel":https://www.kernel.org/ (in particular: drm/exynos driver and "vGEM driver":https://www.phoronix.com/scan.php?page=news_item&px=DRM-vGEM-Mesa-Software)
362
* "SwiftShader":https://swiftshader.googlesource.com/SwiftShader
363
* "Ne10 library":https://github.com/projectNe10/Ne10
364
* "Neon Intrinsics":https://developer.arm.com/architectures/instruction-sets/simd-isas/neon/intrinsics
365
* "Lima":https://gitlab.freedesktop.org/lima
366
367
h4. "Graphics acceleration on Replicant" nlnet Grant application
368
369
|_. Project name | Graphics acceleration on Replicant |
370
|_. Website / wiki | https://redmine.replicant.us/projects/replicant/wiki/Tasks_funding#Graphics-acceleration |
371
372
Abstract: Can you explain the whole project and its expected outcome(s) in 1200 characters
373
<pre>
374
Replicant is a fully free software Android distribution which is approved by the
375
FSF. All supported devices on Replicant currently lack a free software driver
376
for their GPU. As such, OpenGL ES (GLES) rendering must be done on the CPU
377
through software rendering (SR).
378
379
Replicant's current renderer is both incomplete and slow. It causes essential
380
apps like web browsers to crash due to lack of GLES 2.0, and many other
381
apps run too slow to be usable.
382
383
This project aims to fix this by complementing Android's 9 graphics stack.
384
Adding a few missing components will created of a fully-free, fast and compliant
385
graphics stack.
386
387
First we will write a gralloc (graphics memory allocator) tailored for SR that
388
is compatible with drm-hwcomposer (a libre implementation of Android's Hardware
389
Composer HAL). This gralloc enables drm-hwcomposer to work with SurfaceFlinger
390
and SwiftShader, creating a stack capable of GLES 2.0 on the CPU of all Replicant
391
devices.
392
393
Afterwards we will integrate and optimize Mesa's llvmpipe SR, which offers better
394
community support than SwiftShader. As last step we will add support for the
395
Lima driver, which will bring an even faster GPU-backed GLES to at least 5
396
devices.
397
</pre> 
398
399
|_. Have you been involved with projects or organizations relevant to this project before?
400
And if so, can you tell us a bit about your contributions? | SEE TEMPLATE |
401
402
|_. Requested Amount (Between 5000 and 50000 Euros) | 50000 Euros |
403
|_. Does the project have other funding sources, both past and present? | SEE TEMPLATE |
404
405
Explain what the requested budget will be used for? 
406
<pre>
407
The budget will only be used to fund this project through contract work.
408
409
We estimate that this project should take 868 man-hours to reach full completion,
410
with 632 man-hours being enough to reach all software rendering goals, leaving only
411
the GPU rendering to be done. A detailed run-down of this estimate is available at
412
https://redmine.replicant.us/projects/replicant/wiki/Tasks_funding#Graphics-acceleration
413
414
So far we have a team of two people interested on working on this project (the
415
two authors and submitters of this application). Both can commit to the project
416
on a part-time regime (17.5 hours per week), which means that the project should
417
be fully completed in about 6 months.
418
419
We will make sure that everybody has a chance to apply for doing contract work.
420
If we take the cost of a freelance developer in the USA (75 to 150 USD
421
per hour) as a basis, to enable people living in Europe and the USA
422
to apply, we can fund between 380 and 760 man-hours with the 50000 EUR budget.
423
This should be enough to cover all work on software rendering plus the initial
424
work on GPU rendering.
425
426
As happens on all software projects, getting a precise time/effort evaluation is
427
a difficult endeavour, specially when dealing with a project that is heavy on
428
research such as this one.
429
430
If the software rendering goals are not reached when the 50000 EUR budget runs
431
out, or if the Replicant project deems it necessary to have GPU rendering, it
432
will use its existing funds to pay for contract work if no volunteers are found
433
to finish the project.
434
435
The Replicant project will also make sure that the people working on this project
436
have the necessary hardware to do it, for instance by shipping or reimbursing the
437
purchase of a compatible smartphone with the Replicant project funds.
438
</pre>
439
440
Compare your own project with existing or historical efforts.
441
<pre>
442
Past Replicant versions have relied on patches to the Android framework to make
443
software rendering work. These patches were quite specific for Replicant and
444
had no use elsewhere. This made them unfit for upstreaming or sharing with any
445
other project.
446
447
Android's Project Treble new graphics stack allows us to follow a different
448
approach this time. Instead of patching the Android framework, we will
449
implement one of the well defined Android HALs (Hardware Abstraction Layer):
450
the gralloc HAL. The end result will be a software library that can prove to be
451
useful on several projects besides Replicant (e.g. Android-x86 project) and
452
thus fit for upstreaming.
453
454
455
Furthermore, past Replicant versions relied on Google's software renderers
456
(ligAGL and libpixelflinger) for OpenGL ES support. As quite a few other
457
Google's open-source projects, these two had no community behind them and got
458
stalled as soon as Google deprecated them.
459
460
This time will we take a different approach. Although our first graphics stack
461
will rely on Google's SwiftShader renderer, we will then move our efforts into
462
Mesa. Mesa is a big community project, with hundreds of active contributors and
463
great community support. It includes the llvmpipe software renderer along with
464
new drivers in development for GPUs present on current and future Replicant
465
devices. Mesa should provide a stable and maintained platform for years to come.
466
</pre>
467
468
What are significant technical challenges you expect to solve during the project, if any?
469
<pre>
470
We expect to solve significant technical challenges during this project:
471
1. Implementation of the first Android gralloc library compatible with software
472
rendering.
473
2. Development of free-software benchmarks for OpenGL ES on Android, used to test
474
our optimizations to llvmpipe.
475
3. Optimization of llvmpipe by at least one order of magnitude.
476
4. Running an exynos based smartphone with fully free-software GPU graphics
477
acceleration.
478
</pre>
479
480
Describe the ecosystem of the project, and how you will engage with relevant actors and promote the outcomes?
481
<pre>
482
This project will re-use code from several projects such as Android,
483
drm-hwcomposer, Mesa and Lima driver. Whenever possible we will foster
484
collaboration with these projects and submit our changes upstream.
485
486
The Replicant project contributors and the FSF will supervise
487
contractors to do the work.
488
489
A blog post will announce that the Replicant project
490
has got some funding for this specific task, and that it is
491
looking for a contractor to work on it. This is to make sure
492
that everyone has equal chances in the application process.
493
494
Then the most suited contractor will be selected. Only contractors
495
that already have worked on similar tasks as part of free and open
496
source software projects will be chosen. This way we can look at
497
their existing contributions and make sure that they are able to
498
do the task before engaging with them.
499
500
The Replicant project will also make sure that the contractor has
501
or gets the hardware required to work on the task, before starting
502
to work on it.
503
</pre>
504
505
|_. Attachments | SEE TEMPLATE |
506
507
h3. Implement the missing features of Samsung-RIL
508
509
Samsung-RIL is the RIL (Radio Interface Layer) that many Replicant devices use to communicate with the modem.  It is a free, reverse-engineered replacement for the proprietary RIL that the Samsung phones ship with by default (which has been found to have backdoors).
510
511
Right now, Samsung-RIL mostly implements only the protocol features that are absolutely necessary for the phone to be operable.  As a result, many more rarely used protocol features are unimplemented, which decreases functionality compared to the proprietary RIL. You can help by implementing the missing features of Samsung-RIL.
512
513
It would also be nice to fix most the reported bugs involving samsung-ril and libsamsung-ipc that are impacting users very seriously. This includes the bugs about the SIM card not being detected, and the issue about having metallic sound quality when doing voice calls over 3G (bug #1773). It would also be nice to be able to recover from EFS (the modem filesystem) corruptions (Bug #1869).
514
515
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by Samsung-RIL.
516
517
*Difficulty*: Medium to Hard
518
519
*Requirements/Prerequisites*: Knowledge of C.
520
521
*Expected outcomes*: Implement the missing features listed at [[Samsung-RIL]]. When all the features have been implemented, also ask usptream (LineageOS) if they want to use libsamsung-ipc and samsung-ril.
522
523
*Dependencies*: This task should be fairly independent as:
524
* [[Libsamsung-ipc]] should already be independent of the Android version (it can even run on GNU/Linux)
525
* [[Samsung-RIL]] can probably easily be adapted to newer Android version
526
527
*Funding*: We could apply to https://nlnet.nl/PET
528
529
h4. "Complete libsamsung-ipc and libsamsung-ril" nlnet Grant application
530
531
|_. Project name | Complete libsamsung-ipc and libsamsung-ril |
532
|_. Website / wiki | https://redmine.replicant.us/projects/replicant/wiki/Samsung-RIL |
533
534
Abstract: Can you explain the whole project and its expected outcome(s).in 1200 characters
535
<pre>
536
Replicant is a fully free Android distribution that is
537
approved by the FSF (http://gnu.org/distros). It supports
538
several Samsung smartphones tablets that have a modem.
539
540
The modem can be thought as a separate computer in a chip that
541
is dedicated for interfacing with the cellular network.
542
543
Many use custom protocols that are implemented by nonfree software
544
to communicate with the smartphone OS (Android). This has issues:
545
https://redmine.replicant.us/projects/replicant/wiki/SamsungGalaxyBackdoor
546
547
The Samsung IPC protocol is used by the modems of the devices
548
currently supported by Replicant, and in many other Samsung
549
smartphones and Tablets.
550
551
Replicant implemented it in:
552
- libsamsung-ipc: the low level protocol implementation
553
- libsamsung-ril: the interface between libsamsung-ipc and Android
554
555
The project consists in implementing their missing features, which
556
are known and documented in the RIL API. They are things like
557
"start a conference call".
558
559
When they are completed, we expect other Android and GNU/Linux
560
distributions to start using and contributing to these libraries.
561
562
This will also lower our maintenance burden and improve Replicant
563
usability and compatibility with networks.
564
</pre>
565
566
|_. Have you been involved with projects or organizations relevant to this project before?
567
And if so, can you tell us a bit about your contributions? | SEE TEMPLATE |
568
569
|_. Requested Amount (Between 5000 and 50000 Euros) | 50000 Euros |
570
|_. Does the project have other funding sources, both past and present? | SEE TEMPLATE |
571
572
Explain what the requested budget will be used for? 
573
<pre>
574
The budget will only be used to fund this task through contract work.
575
576
We think it will take something between 3 and 4 month of work
577
for one full time developer.
578
579
If we take the cost of a Freelance developer in the USA (75$ to 150$
580
per hour) as a basis, to enable people living in Europe and the USA
581
to apply, we can fund a developer to work on it for a period that
582
is mostly equivalent to something between 2 to 4 months full
583
time.
584
585
The Replicant project will take care of ensuring that the
586
people who will work on this task have the necessary hardware to
587
do it, for instance by shipping or reimbursing the purchase of a
588
compatible smartphone with the Replicant project money.
589
</pre>
590
591
Compare your own project with existing or historical efforts.
592
<pre>
593
Here, implementing the missing features will be done in the same
594
way than before, which is running the proprietary implementation
595
and understanding the data format of the data going from/to the modem
596
that is gathered either with strace or by patching the kernel, and
597
implementing the feature in libsamsung-ipc and libsamsung-ril.
598
</pre>
599
600
What are significant technical challenges you expect to solve during the project, if any?
601
<pre>
602
There is currently no CDMA support at all in Replicant
603
and libsamsung-ril/libsamsung-ipc.
604
A lot of areas in the world don't have any CMDA coverage,
605
so testing the implementation could be challenging as it
606
would either require the contractor to live in an area
607
with CDMA coverage, or to be able to build a cheap CDMA
608
infrastructure to be able to test the implementation.
609
610
If we don't have good enough assurances that implementing
611
CDMA is doable, that will not be attempted.
612
</pre>
613
614
|_. Describe the ecosystem of the project, and how you will engage with relevant actors and promote the outcomes? | SEE TEMPLATE |
615
|_. Attachments | SEE TEMPLATE |
616
617
h3. Implement a fully-featured QMI-RIL
618
619
The LTE variants of the Samsung Galaxy S3 and Samsung Galaxy Note 2 use a different modem from the non-LTE variants that Replicant currently supports.  You can help Replicant support those modems by implementing a QMI-RIL, which performs a similar role on the LTE variants as what Samsung-RIL performs on the currently-supported non-LTE variants.  Wolfgang has done some preliminary work on this, so you'll probably be picking up where he left off.
620
621
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet supported by QMI-RIL like the Galaxy SIII 4G (i9305).
622
623
*Difficulty*: Hard
624
625
*Requirements/Prerequisites*: Knowledge of C.
626
627
*Expected outcomes*: A QMI-RIL that supports voice calls, SMS, and data, with as complete a protocol implementation as possible.
628
629
*Dependencies*: This task should be fairly independent as:
630
* The lower layers should already be independent of the Android version as they are used under GNU/Linux
631
* [[QMI-RIL]] can probably easily be adapted to newer Android version
632
633
*Funding*: We could apply to https://nlnet.nl/PET
634
635
h3. Finish to port the Galaxy S III (I9300) and the Galaxy Note 2 (N7100) to Mainline Linux
636
637
The the Galaxy S 2 (I9100), Galaxy S 3 (I9300) and Galaxy Note 2 (N7100) currently use a kernel based on a vendor fork of Linux, which poses a maintainability and security issue.  Forkbomb has done some initial work on porting these devices to use mainline Linux.  You can help by continuing this work. This would also enable these devices to use generic hardware abstraction layers (HAL) when abstractions layers are ready, and to do some research on whether the "TrustZone operating system":https://blog.fossencdi.org/u-boot-galaxys3.html can be removed from such devices.
638
639
*Hardware requirements* : A computer that is able to build Replicant. A Galaxy S 2 (I9100), Galaxy S 3 (I9300) or Galaxy Note 2 (N7100), and a serial port adapter to get the kernel boot logs.
640
641
*Difficulty*: Medium
642
643
*Requirements/Prerequisites*: C programming language, driver development
644
645
*Expected outcomes*: Audio working, modem working, and Replicant or LineageOS booting with mainline Linux.
646
647
h4. "Finish to port the Galaxy S III (I9300) and the Galaxy Note 2 (N7100) to Mainline Linux" nlnet Grant application
648
649
|_. Project name | TODO |
650
|_. Website / wiki | https://redmine.replicant.us/projects/replicant/wiki/Upstream#Replicant-supported-Samsung-Exynos-devices |
651
652
Abstract: Can you explain the whole project and its expected outcome(s).in 1200 characters
653
<pre>
654
Replicant is a fully free Android distribution that is
655
approved by the FSF (http://gnu.org/distros).
656
657
TODO
658
 
659
</pre>
660
661
|_. Have you been involved with projects or organizations relevant to this project before?
662
And if so, can you tell us a bit about your contributions? | SEE TEMPLATE |
663
664
|_. Requested Amount (Between 5000 and 50000 Euros) | 50000 Euros |
665
|_. Does the project have other funding sources, both past and present? | SEE TEMPLATE |
666
667
Explain what the requested budget will be used for? 
668
<pre>
669
The budget will only be used to fund this task through contract work.
670
671
We think it will take something between 3 and 4 month of work
672
for one full time developer.
673
674
If we take the cost of a Freelance developer in the USA (75$ to 150$
675
per hour) as a basis, to enable people living in Europe and the USA
676
to apply, we can fund a developer to work on it for a period that
677
is mostly equivalent to something between 2 to 4 months full
678
time.
679
680
The Replicant project will take care of making sure that the
681
people that will work on this task have the necessary hardware to
682
do it, for instance by shipping or reimbursing the purchase of a
683
compatible smartphone with the Replicant project money.
684
</pre>
685
686
Compare your own project with existing or historical efforts.
687
<pre>
688
TODO
689
</pre>
690
691
What are significant technical challenges you expect to solve during the project, if any?
692
<pre>
693
TODO
694
</pre>
695
696
|_. Describe the ecosystem of the project, and how you will engage with relevant actors and promote the outcomes? | SEE TEMPLATE |
697
|_. Attachments | SEE TEMPLATE |
698
699
h1. Other tasks
700
701
h2. Tasks that are being defined
702
703
h3. Test infrastructure
704
705
Having an automated build and test infrastructure would be very beneficial for Replicant.
706
707
Issues:
708
* Running costs of such infrastructure have to be kept low, not to depend on continuous flow of money
709
710
h3. Documentation
711
712
A lot of time is spent on the wiki documentation, and a lot of information is redundant (for instance the installation guide)
713
714
TODO:
715
* Research documentation systems
716
* Research the technical knowledge required to use them
717
* Look into communities like RockBox on the benefit of non-wiki documentation
718
* Look if transitioning to non-wiki documentation would make the Replicant Project loose its contributors to the documentation
719
720
h2. Devices with 512M of RAM or less
721
722
We might want to consider Android 9 [[HardwareRequirements]] before working on that
723
724
h3. Advance the Optimus Black U-Boot and Linux mainline ports
725
726
The Optimus Black from LG is an interesting device from the perspective of freedom and privacy/security. It has the ability to run a free bootloader and uses an OMAP3 SoC that is well-documented and supported in upstream U-Boot (bootloader) and Linux (kernel). Its modem is well-isolated from the rest of the device, ensuring a sane base for privacy/security. Currently, the device-specific parts of the mainline U-Boot and Linux ports are still at an early stage, where they are functional with a very limited set of supported hardware.
727
728
Advancing the Optimus Black U-Boot and Linux mainline ports would allow using the device with free, up-to-date and maintainable software and would pave the way for support in GNU/Linux systems as well as Replicant. A list of priorities in hardware support will be defined, with the objective of tackling as many as possible.
729
730
*Hardware requirements* : A computer that is able to build Replicant. An Optimus Black with u-boot and modified boot pins, a serial port adapter to get the kernel boot logs.
731
732
*Difficulty*: Medium to Hard
733
734
*Requirements/Prerequisites*: C programming language, driver development
735
736
*Expected outcomes*: Improved hardware support for the Optimus Black in U-Boot and Linux
737
738
h3. Advance the Kindle Fire (first generation) U-Boot and Linux mainline ports
739
740
The Kindle Fire (first generation) from Amazon is an interesting device from the perspective of freedom and privacy/security. It has the ability to run a free bootloader and uses an OMAP4 SoC that is well-documented and supported in upstream U-Boot (bootloader) and Linux (kernel). It does not embed a modem, ensuring a sane base for privacy/security. Currently, the device-specific parts of the mainline U-Boot and Linux ports are still at an early stage, where they are functional with a very limited set of supported hardware.
741
742
Advancing the Kindle Fire (first generation) U-Boot and Linux mainline ports would allow using the device with free, up-to-date and maintainable software and would pave the way for support in GNU/Linux systems as well as Replicant. A list of priorities in hardware support will be defined, with the objective of tackling as many as possible.
743
744
*Hardware requirements* : A computer that is able to build Replicant. A Kindle Fire first generation, a serial port adapter to get the kernel boot logs.
745
746
*Difficulty*: Medium
747
748
*Requirements/Prerequisites*: C programming language, driver development
749
750
*Expected outcomes*: Improved hardware support for the Kindle Fire (first generation) in U-Boot and Linux
751
752
h3. Select and/or port a tablet with an Allwinner SOC to mainline Linux and U-boot, and Replicant
753
754
Tablets with Allwinner SOCs are an interesting targets because they do not use signed bootloaders and the SOCs and various devices using them have good Linux and u-boot mainline support. If not much work is required for that, once the code is merged, the candidate is also required to work on the generic abstraction layer project which is also documented in this page.
755
756
The chosen tablet should have:
757
* A SOC that has good mainline support, see "the Linux mainlining effort page on linux-sunxi":https://linux-sunxi.org/Linux_mainlining_effort for more details.
758
* A Free software bootloader, or the ability to easily add support for the tablet to a free software bootloader.
759
* The ability to power and use an USB WiFi card or chip that is compatible with the ath9k_htc driver.
760
761
It would be better if the chosen tablet doesn't use an AllWinner SOC with a PowerVR GPU, as MALI GPU have more probability to be usable with free software in the future.
762
763
*Hardware requirements* : A computer that is able to build Replicant. An Allwinner tablet, a serial port adapter to get the kernel boot logs.
764
765
*Difficulty*: Medium
766
767
*Requirements/Prerequisites*: C programming language, driver development
768
769
*Expected outcomes*: Replicant support for a tablet using an Allwinner SOC, with free software bootloader and mainline based Linux kernel.
770
771
h2. Tasks for Replicant 6.0
772
773
h3. Tackle security issues in Replicant 6.0
774
775
Replicant is plagued by various security issues, that are mostly due to using a downstream codebase. One of the most crucial issues is that Replicant uses an old version of the Android WebView (from circa 2015), which is also a functionality drawback.
776
An initial evaluation of the security issues in Replicant should be conducted, followed by the integration or update of the concerned components of the system.
777
778
It would also be nice to do the same for privacy issues. Since Replicant indirectly depends on the "Android Open Source Project" and directly depends on LineageOS, not all privacy issues might have been found fixed by Replicant. Once security issues have been fixed, it would be nice to try to identify as many privacy issues as possible, and in a second time to fix them.
779
780
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
781
782
*Difficulty*: Medium-Hard
783
784
*Requirements/Prerequisites*: Android build system, knowledge of system security, advanced git
785
786
*Expected outcomes*: Integration or update of components of Replicant to tackle security issues
787
788
h3. Fix the Free software distribution guidelines issues and improve the build system in Replicant 6.0
789
790
Replicant has some issues with "FSDG (Free System Distribution Guidelines)":https://www.gnu.org/distros/free-system-distribution-guidelines.html compliance: "F-droid":https://f-droid.org/ repository is not FSDG compliant anymore (Bug #1629), and Replicant can't be built from an FSDG distribution (Bug #1861). This ought to be fixed. Replicant should also be fixed to build without issue.
791
792
It would also be nice to have the build system not depend on pre-built dependencies anymore, and to document which FSDG compliant F-droid applications crash because Replicant's incomplete EGL implementation (#705) and tag such applications as incompatible (so they are greyed out) until the EGL implemetation is fixed. Ideally Replicant builds should also be made "reproducible":https://en.wikipedia.org/wiki/Deterministic_compilation if they are not already.
793
794
*Hardware requirements* : A computer that is able to build Replicant. A smartphone or tablet that is supported by Replicant to be able to test the result.
795
796
*Difficulty*: Easy
797
798
*Requirements/Prerequisites*: Knowledge of shell scripts and the ability to learn the Android build system
799
800
*Expected outcomes*: The ability to compile Replicant from "an FSDG distribution":https://www.gnu.org/distros/free-distros.html, F-droid only showing FSDG compliant software.
801
802
h2. Research
803
804
h3. Improve support for the free software compatible external WiFi adapter
805
806
All devices currently supported by Replicant have WiFi chips that requires a non-free firmware to work. So to have WiFi working with free software, users need to use external WiFi adapters. They typically use tiny ath9k_htc compatible USB WiFi adapter along with a tiny USB OTG Host adapter.
807
808
Such external USB WiFi adapters used with Replicant are originally intended for laptops, not phones. As a result, they tend to consume a lot of power. According to lsusb some ath9k_htc compatible devices can consume up to 500mA.
809
810
This poses several issues:
811
* Some smartphones and tablets might not be compatible, at the hardware level, with such big power consumption.
812
* They can adversely impact battery life
813
814
Such USB WiFi adapters can also randomly stop working completely on some devices (e.g. needing to unplug and replug the adapter periodically to keep it operational).
815
816
You will need to investigate reliability issues such as the one mentioned above and look how power consumption can be improved in the adapter firmware and/or kernel driver.
817
818
You will also need to investigate how much miliampers USB devices can use, at the hardware level, on the smartphones and tablets Replicant supports.
819
820
*Hardware requirements* : An ath9k_htc compatible WiFi card, the ability to measure the current usage, the ability to build the ath9k_htc firmware and driver.
821
822
*Difficulty*: Medium/Hard
823
824
*Requirements/Prerequisites*: Knowledge of C
825
826
*Expected outcomes*: Reliable WiFi with external WiFi adapter