Samuel Dionne-Riel
3db7018ea0
oneplus-oneplus3: Add firmware note to device notes
2021-01-27 01:52:52 -05:00
Samuel Dionne-Riel
d9a63ee507
oneplus-oneplus3: Expose usage of qcacld
2021-01-27 01:51:14 -05:00
Samuel Dionne-Riel
ffd7deeac3
oneplus-oneplus3: Add firmware package
2021-01-27 01:51:14 -05:00
Samuel Dionne-Riel
9bb3ec0389
oneplus-oneplus3: Add qcacld-2.0 driver from LineageOS
...
The `als` build tree *seems* to imply they are re-using the pre-built
kernel modules from the vendor.
This is not something we really want to do.
The good thing is that LineageOS adds the required drivers to their
trees. We can re-use it!
2021-01-26 22:47:58 -05:00
Samuel Dionne-Riel
8b81739bac
oneplus-oneplus3: Add QCACLD to the kernel build
2021-01-26 22:41:06 -05:00
Samuel Dionne-Riel
173ddba0e8
Merge pull request #285 from samueldr-wip/feature/lvgui-january-2021
...
boot: A few updates to LVGUI
2021-01-25 18:46:53 -05:00
Samuel Dionne-Riel
db56f5e960
examples/target-disk-mode: Simplify interface implementation
...
And also add notes when in simulator mode...
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
c14352967e
examples/target-disk-mode: Fix simulator build
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
bb4d0c5a5a
examples/hello: In simulator, collect garbage every render
...
This does help finding weirdness in things being collected when they
shouldn't
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
8cba428242
examples/hello: Add select to LVGUI testing page
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
f17c882cb6
examples/hello: Add UI testing page
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
cb49e49b75
examples/hello: Simplify main window implementation
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
a791631b33
examples/hello: Don't build with stage-0 support
...
Useless for this kind of system.
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
33bc185ffd
examples/hello: Don't start getty on tty1
...
It breaks the DRM-based app, and anyway was bad on the fbdev app
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
1963b6ba86
examples/hello: Give information about the display driver
...
This way it's trivial to *check* what is actually running on the device.
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
ba2873771d
lvgui: 2020-11-20 -> 2021-01-23
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
7a0f906571
boot/lib/lvgui: Add add_select
helper
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
919e1b2ab1
boot/lib/lvgui: Better explain event handler in impl.
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
0f0625d359
boot/lib/lvgui: Add option selector
...
A bit like a "drop down" select
2021-01-25 18:40:54 -05:00
Samuel Dionne-Riel
6d85c00ce0
boot/lib/lvgui: Add a debug styles helper
...
This way it's easy to just colour an element when visualizing its
metrics.
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
562c8ab081
boot/lib/lvgui: Add HorizontalSeparator
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
8d4a660526
boot/lib/lvgui: Use dummy object in base window
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
e23870f2af
boot/lib/lvgui: Add a dummy object
...
It was found, through some debugging, that we were adding a
non-invisible dummy object for focus group handling. With this change
we have a common dummy object to use for this purpose.
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
1b8e5f2844
boot/lib/lvgui: Focus stack push/pop also works for event handlers
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
029938e6f1
boot/lib/lvgui: Add focus group "stacks"
...
This probably should not have been added straight onto LVGL bindings,
but that's where they're the easiest to implement safely.
This allows a widget to take control of the focus group, while allowing
the previous content to be re-added properly.
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
2c06866f2e
boot/lib/lvgui: Add accessors for built-in layers
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
c4eb57f4cf
boot/lib/lvgui: Bind color maths helper
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
0c4b3e9580
boot/lib/lvgui: Bind more for scrollable pages
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
9aff7f666b
boot/lib/lvgui: Add button style accessors
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
7fb3f2b377
boot/lib/lvgui: Add add_switch
helper
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
eebb09e790
boot/lib/lvgui: Add BaseUIElements mixin
...
Where more generic one-off helpers will be added
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
1cb820a9ac
boot/lib/lvgui: Add SwitchLine control
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
99a7262a24
boot/lib/lvgui: Add toggle switch basic bindings
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
995f32a30e
boot/lib/lvgui: Add display driver to introspection
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
78f6798175
boot/init: Graphics can also mean DRM
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
fe77a60ff3
boot/lib/lvgui: Add libdrm
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
4ea165c2fb
boot/lib/lvgui: Add libinput
2021-01-25 18:40:50 -05:00
Samuel Dionne-Riel
2145e68e7d
Merge pull request #288 from samueldr-wip/master
...
boot/init: Work around gadget teardown errors
2021-01-25 16:58:52 -05:00
Samuel Dionne-Riel
416714e7fb
Merge pull request #286 from samueldr-wip/fix/error-applet
...
boot/error: Fix error applet
2021-01-25 16:58:12 -05:00
Samuel Dionne-Riel
b2bc8edf9c
Merge pull request #287 from samueldr-wip/fix/initrd-job-control
...
initrd-shell: Fix job control
2021-01-25 16:58:03 -05:00
Samuel Dionne-Riel
edf2e83a20
boot/init: Work around gadget teardown errors
...
Those errors are non-issues.
Tear-down should, anyway, be implemented in a library to be used in
other tools like target disk mode and a stage-2 gadget utility.
2021-01-24 23:38:54 -05:00
Samuel Dionne-Riel
10fc8bc0bb
initrd-shell: Fix job control
2021-01-24 23:38:05 -05:00
Samuel Dionne-Riel
6e274d86bd
boot/error: Fix by adding missing dependency
2021-01-24 23:36:34 -05:00
Samuel Dionne-Riel
1e6ba0019f
Merge pull request #283 from samueldr-wip/device/pine64-pinephone/uboot-2021.01
...
pine64-pinephone: u-boot: 2020.07 -> 2021.01
2021-01-13 15:47:35 -05:00
Samuel Dionne-Riel
4b76340369
pine64-pinephone: u-boot: 2020.07 -> 2021.01
...
Also refresh patches; compared to the pine64 community tree.
All patches were identified and now fetched from their upstream sources.
Except for the few pine64-specific patches, now fetched from the pine64
org repo.
2021-01-12 23:59:49 -05:00
Samuel Dionne-Riel
f61c619896
Merge pull request #282 from samueldr-wip/feature/site-news-page
...
doc: Add support for a news archive page
2021-01-11 20:39:22 -05:00
Samuel Dionne-Riel
d3b97cac15
doc: Limit news articles to 10 on main page
2021-01-11 19:38:40 -05:00
Samuel Dionne-Riel
ac177a771d
doc: Add support for a news archive page
2021-01-11 19:38:33 -05:00
Samuel Dionne-Riel
0bfc179386
Merge pull request #280 from samueldr-wip/device/samsung-a5y17lte/qcacld
...
samsung-a5y17lte: Enable Wi-Fi support
2021-01-11 16:39:57 -05:00
Samuel Dionne-Riel
92cd45ded6
samsung-a5y17lte: Disable MAC address randomization
...
With the qcacld-2.0 driver, this makes the interface disappear when
Network Manager is running.
2021-01-11 16:34:54 -05:00