Project

General

Profile

TasksToFund » History » Version 2

Denis 'GNUtoo' Carikli, 05/02/2019 03:49 PM
Point to TasksFunding for accepted tasks

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