zador-blood-stained
1049835a2d
Add some H3/H5 DVFS bits to sunxi-next
2017-10-06 14:23:18 +03:00
Igor Pecovnik
76e7579e71
Rockchip NEXT config update toward Docker and enabling few wireless drivers
2017-10-05 20:38:50 +02:00
Igor Pecovnik
4b515507af
Upstream patches and Espressobin config bugfix
2017-10-05 11:12:04 +02:00
Igor Pecovnik
2a535a21be
Remove deprecated patches
2017-10-05 06:18:25 +02:00
Igor Pecovnik
e05419b6e5
Merge branch 'master' of https://github.com/armbian/build
2017-09-29 10:57:16 +02:00
Igor Pecovnik
32a2782b0b
Upstream patch for MVEBU64
2017-09-29 10:57:03 +02:00
Martin Ayotte
db55337b68
Merge branch 'master' of https://github.com/armbian/build
2017-09-28 16:33:35 -04:00
Martin Ayotte
b65ed99f23
fix clock issue with FSL_ERRATUM_A008585
2017-09-28 16:33:11 -04:00
zador-blood-stained
ad3ae9b12f
Add H3/H5 CEC support
2017-09-28 22:24:43 +03:00
zador-blood-stained
42f3e91d47
Disable H3 Mali DT patch for now
2017-09-28 22:24:11 +03:00
zador-blood-stained
4980be67d3
Add sunxi64-next H5 HDMI DRM driver patches
2017-09-28 22:23:40 +03:00
Igor Pecovnik
742a0bfdbd
Merge branch 'master' of https://github.com/armbian/build
2017-09-28 17:45:39 +02:00
Igor Pecovnik
c08fe1ba12
mvebu64 - espressobin upstream patch + config update
2017-09-28 17:45:15 +02:00
zador-blood-stained
5d006b657e
Reorder dwmac-sun8i patches relative to others
2017-09-28 18:38:13 +03:00
Igor Pecovnik
85e3cb08b5
Minor changes to few kernel configs and UDOO next upstream patch
2017-09-28 17:23:08 +02:00
zador-blood-stained
9b22210f53
Rename wireless sunxi-next patches
2017-09-28 17:20:44 +03:00
zador-blood-stained
9fa6aae872
Remove unneeded sunxi-next patches
2017-09-28 17:12:15 +03:00
Igor Pecovnik
af0fa4875e
Packaging patches update
2017-09-28 13:07:50 +02:00
Igor Pecovnik
94bcf43c84
Packaging fix for sunxi-dev
2017-09-28 07:34:18 +02:00
Tonymac32
aa34724c55
Meson64 Dev packaging scripts fix
...
4.14-rc2 broke it.
2017-09-28 00:02:02 -04:00
Tonymac32
fa2ff15685
Rockchip Dev update packaging/postinstall scripts
...
4.14 rc2 broke the patch. Fixed.
2017-09-27 23:29:29 -04:00
Martin Ayotte
5998b1108d
add BergMicro SPI flashes to NEXT
2017-09-25 17:48:21 -04:00
Igor Pecovnik
e886835232
Few Espressobin fixes for 4.13.x SD card is still unrecognized, but is possible to boot from USB. It crashes with attached mPCI card ... need to update atf and uboot once in the future
2017-09-24 22:44:50 +02:00
Igor Pecovnik
3b14cf6ab0
MVEBU NEXT - Clearfog, Helios4. Add recent USB wifis and AUFS
2017-09-23 23:35:57 +02:00
Igor Pecovnik
3ccd308a8e
MVEBU64 adding AC USB drivers and kernel config adjustement
2017-09-23 23:16:59 +02:00
Martin Ayotte
417c8b2efb
patch for missing SPI on A64
2017-09-22 18:19:17 -04:00
Igor Pecovnik
dbdf2a0f15
Add Opi Zero XRadio WiFi driver. Tested STA and AP, both works but max RX speed is around 1Mbit at distance of 1-5m
...
Based on this source: https://github.com/karabek/xradio
2017-09-22 18:30:26 +02:00
Igor Pecovnik
28ea4f58e8
Added wifi drivers for 8812au, 8723du and rtl8192cu to kernels 4.13
...
8812au was tested for STA and AP on Bananapi and MiQi. It works fast and stable ... driver is ported from Odroid 4.9 kernel and it's latest avaliable.
2017-09-22 14:20:49 +02:00
Igor Pecovnik
ed74e6b7ac
Meson64 DEV patches adjust and moving to proper kernel source.
2017-09-22 08:57:51 +02:00
Igor Pecovnik
1ed1c9f889
Meson64 / Le Potato updates and fixes. Tnx to Neil
...
https://github.com/armbian/build/issues/780
2017-09-21 22:54:00 +02:00
Antony Antony
5468b39bc0
Update Nano Pi Neo Plus 2(nanopineoplus2) DT ( #777 )
...
updated DT with changes accepted in sunxi-next
+ enable uart3 to AP6212A Bluetooh
keep emac(stmmc) supported in icenowy/sunxi64-4.13.y
2017-09-21 17:11:26 +03:00
Tonymac32
36db4a668d
rockchip Dev hdmi fix
...
vopl and vopb entries were still 32 bit in the dtsi after the rest had been migrated to 64 bit.
2017-09-21 06:02:37 +00:00
Igor Pečovnik
277c89f4f5
Merge pull request #772 from JBKingdon/master
...
Fix busy hang in aufs
2017-09-21 07:35:37 +02:00
Tonymac32
fd1501696c
rockchip-next remove experimental vcodec driver
2017-09-20 23:47:33 -04:00
Tonymac32
1a2b854b3e
rockchip-next remove experimental vcodec driver
2017-09-20 23:46:39 -04:00
James Kingdon
96688fd4dd
Fix aufs busy loop
...
This patch fixes a bug in aufs that can cause docker processes to enter
a defunct state but still consume 100% cpu. The processes are unkillable
as is the entire docker container, with the only recourse being to reboot
the machine. The problem was reported to Debian in the following report:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812207
Message #47 in that exchange contains two patches which resolve the problem,
and this commit is the simple combination of those two.
2017-09-20 21:17:36 -04:00
zador-blood-stained
3e2d1c0ac8
Fix A10/A20 UART overlay aliases
...
Closes #769
2017-09-20 15:12:47 +03:00
Igor Pecovnik
fa8aaf29b1
Odroid DEV patches and config adjustements
2017-09-20 12:37:40 +02:00
Igor Pecovnik
94768346fa
Rockchip DEV. Adjusting patches for 4.14.x building O.K. while some further adjustements are needed due to: Warning (reg_format): "reg" property in /spi@ff130000/flash@0 has invalid length (4 bytes) (#address-cells == 2, #size-cells == 0)
2017-09-20 11:32:56 +02:00
Tony McKahan
6d1ec99d44
Meson64 NanoPi-K2 DTS HDMI
2017-09-20 01:10:23 -04:00
Igor Pecovnik
81645f8bde
Upstream patches
2017-09-18 22:38:35 +02:00
Tonymac32
7ee8ff8e3b
rk3288 dtsi thermal zone adjustment
...
Make cpu_thermal thermal_zone0
2017-09-18 18:09:24 +00:00
Tonymac32
97d06e86c1
RK3288 get cpu to thermal_zone0
...
DTS change, rearrange sub-node order
2017-09-18 15:05:37 +00:00
Tonymac32
3d96c26b0f
Add files via upload
2017-09-18 15:04:14 +00:00
Igor Pecovnik
2c59bb9934
Lepotato. Added NEXT, added patches from C2 NEXT, au, config update, removed deprecated patches, ...
2017-09-18 12:06:30 +02:00
zador-blood-stained
b878ee2036
Clean up and update sunxi-next patches
2017-09-17 16:54:06 +03:00
Martin Ayotte
d0aa76c51e
add NEXT for OPiPrime
2017-09-16 20:03:05 -04:00
Tonymac32
963b1c9c1f
rockchip dev thermal patch
...
Fix broken thermal zones after new gpu subnode.
2017-09-16 19:16:16 +00:00
Tonymac32
40768691b2
rk3288 thermal zone patch
...
new gpu node did not include cooling cells or power model, breaking thermal zones in kernel.
2017-09-16 18:47:36 +00:00
Martin Ayotte
02789f0d56
add missing OPiPC2 ethernet
2017-09-16 14:08:02 -04:00
Martin Ayotte
fd998ab3b6
add NEXT orangepi-win
2017-09-16 13:55:16 -04:00
zador-blood-stained
2133d9cc0a
Fix XU4 kernel by adding the arch timer back
2017-09-16 18:52:49 +03:00
zador-blood-stained
9b0db93514
Rename sun50iw* branches to sunxi64
2017-09-16 14:02:58 +03:00
Martin Ayotte
80d767d515
add OPiPC2 patches in sunxi-next
2017-09-15 15:05:44 -04:00
Martin Ayotte
2fe3eaef91
Enable USB on OPiZ+2-H5
2017-09-14 14:30:44 -04:00
Martin Ayotte
9e26497969
remove some useless bindings
2017-09-14 14:29:54 -04:00
Martin Ayotte
227cdda8a6
add OPiZ+ Wifi in sunxi-next
2017-09-14 11:40:23 -04:00
Martin Ayotte
7e952a6941
fix clashes and recover zador patches
2017-09-14 11:37:34 -04:00
Martin Ayotte
6ca79c5235
fix clashes and recover zador patches
2017-09-14 11:32:02 -04:00
Martin Ayotte
3822cfa251
fix discripancies between fix-missing-H5-carddetect.patch and fix-zeroplus2-mmc0-cd-polarity.patch
2017-09-13 21:54:26 -04:00
Martin Ayotte
f5f5d24a45
fix carddtect on H5 in both dev/next
2017-09-13 18:33:14 -04:00
Igor Pecovnik
467c167d71
Moving Odroid C2 NEXT to 4.13.x
2017-09-13 21:56:27 +02:00
Martin Ayotte
c3e9977671
add orangepi-zeroplus patch in sunxi-next
2017-09-13 12:39:17 -04:00
Martin Ayotte
ac5cd48b11
add missing RTL8189FS WiFi for OPi
2017-09-12 17:53:13 -04:00
zador-blood-stained
6fec2a2964
Add H3 GPU clock SET_RATE_PARENT patch
2017-09-10 17:58:22 +03:00
zador-blood-stained
32e2656d1a
Add extra sunxi-next patches for THS and DRM
2017-09-09 17:25:40 +03:00
Igor Pecovnik
a7e48212b9
Upstream patches
2017-09-09 00:32:28 +02:00
zador-blood-stained
7c766cb835
Add H3 THS to sunxi-next
2017-09-07 18:57:32 +03:00
ntemis
46a335044e
sunxi-next:Add support for Xbox_One_Digital_TV_Tuner
2017-09-07 00:55:32 +03:00
zador-blood-stained
c64d74ea5e
Add more H3 HDMI fixes
2017-09-06 21:53:48 +03:00
zador-blood-stained
0d3fddfd49
Add H3 I2S DT configuration
2017-09-06 18:20:31 +03:00
Igor Pecovnik
64c5b17d55
Disable deprecated ? patch
2017-09-06 17:15:24 +02:00
Igor Pecovnik
e6a49bc3f6
Remove deprecated patches
2017-09-06 15:05:48 +02:00
zador-blood-stained
ebf6dda07a
Add extra H3 patch to sunxi-next
2017-09-06 14:59:46 +03:00
zador-blood-stained
de55b7a219
Add WIP H3 HDMI video driver with HDMI audio support
2017-09-06 14:59:20 +03:00
zador-blood-stained
c4e05b961d
Update mvebu-next to 4.13
2017-09-06 13:22:18 +03:00
Igor Pecovnik
ffa2c81385
Remove deprecated Odroid C1 default patches
2017-09-06 11:08:30 +02:00
Igor Pecovnik
ca1e3a6d41
Updating patches for rockchip NEXT since updated to 4.13, copy / paste from DEV except packaging-patch
2017-09-06 09:43:23 +02:00
zador-blood-stained
e6415aba29
Add dwmac-sun8i support to sunxi-next
2017-09-05 23:33:50 +03:00
zador-blood-stained
02fc32bd0b
Update sunxi-next overlays
2017-09-05 23:33:50 +03:00
zador-blood-stained
66b088ff7e
Fix OPi Zero+2 MMC 0 configuration in DT
2017-09-05 19:17:44 +03:00
ThomasKaiser
9a95ca381b
ODROID-XU4 next kernel 4.9.47
2017-09-05 01:29:31 -07:00
Igor Pečovnik
47e8f434bd
Rename orangepi-zero-add-cpufreqscaling.path to orangepi-zero-add-cpufreqscaling.patch
2017-09-04 22:06:34 +02:00
Igor Pecovnik
506fa69515
Add orangepi zero cpufreqscaling
2017-09-04 19:39:41 +02:00
Igor Pecovnik
e2426b75c9
Add Udoo and Neo UUID support + upstream patches. Tested on Udoo Quad
2017-09-04 10:25:11 +02:00
Igor Pecovnik
e1716759ae
Enabling UUID for Cubox, tested. Remove deprecated AUFS patch and add working one, enabling ZSWAP and various docker optimisations
2017-09-03 23:04:13 +02:00
Igor Pecovnik
4cd7bd0e68
Update Odroid C2 NEXT and DEV kernel config, update Docker compatibility, AUFS patch
2017-09-03 20:52:27 +02:00
Stefan Mavrodiev
25bf08e0de
Merge branch 'micro-emmc' into olimex
2017-09-01 15:53:40 +03:00
Stefan Mavrodiev
beeafa2074
Add support for A20-OLinuXino-MICRO-eMMC
...
Add basic support for A20-OLinuXino-MICRO-eMMC. This includes new board
configuration, new .fex file. The board needs kernel patch, with disable hpi on
eMMC.
Additionally starting from revision J, the phy is changed - RTL8201 to LAN8710. This needs patch of dts file, to enable PA17 pin support.
2017-09-01 15:16:34 +03:00
zador-blood-stained
bcb0c7d3f5
Update XU4 next kernel config and fix IPv6 related crash
2017-08-31 19:24:09 +03:00
Tonymac32
b3d2bd4864
Meson64 Dev increase DMA block memory allocation
...
to 2M
2017-08-30 05:42:08 +00:00
ThomasKaiser
b21fc4c15f
[OMV] Small tweaks, automatic TZ configuration
2017-08-28 03:05:52 -07:00
Igor Pecovnik
62e07d2cca
RK3328 remove deprecated patches, config update
2017-08-27 22:52:05 +02:00
Martin Ayotte
90b771cdf2
add patch to fix missing eth0 alias
2017-08-27 13:02:00 -04:00
Antony Antony
c44e5d21c7
fix patch file meessed up by commit 66a326952
( #745 )
...
patch/kernel/sun50i-dev/badd-nanopineoplus2.patch
Build error
[ warn ] ... [l][c] badd-nanopineoplus2.patch [ failed ]
2017-08-26 20:26:38 +03:00
Antony Antony
66a3269524
update Nano Pi Neo Plus 2(nanopineoplus2) DT ( #743 )
...
incorporate feed back from ThomasKaiser, arm-kernel list, and
Kernel commit 442e1f7e
Remove stuff that was incorrectly copied from Orange Pi PC2
Change white speces to tabs in the dts file
add wifi power controller, mmc1, mmc2
fix typo s/orangepi/nanopi/, s/pus/plus/
usb_otg set to host mode
wifi fix from brcm,bcm43xx-fmac.txt
remove functions on header pins: spi, ir, ehci 1&2, ohci 1&2, uart 1&2
remove hdmi, de2, r-gpio-keys, mixer - not supported the board, reg_usb0_vbus
Signed-off-by: Antony Antony <antony@phenome.org>
2017-08-26 17:09:59 +03:00
zador-blood-stained
f86828d89c
Add improved A64 THS
...
throttling is still broken
2017-08-25 23:30:36 +03:00
Igor Pecovnik
c7edc3e882
Kernel 4.4 upstream patches and small bugfix with mvebu64
2017-08-25 07:56:14 +02:00
Tonymac32
7e07d7b194
Tinkerboard bugfix next packaging
...
postinstall scripts patch
2017-08-24 23:48:32 -04:00
Antony Antony
dc082d188f
Add kernel DT support for Nano Pi Neo Plus 2 (nanopineoplus2)
...
This DT is based on OrangePi PC 2 sun50i-h5-orangepi-pc2 kernel 4.13-rc6
Modify DT to support Gigabit Ethernet using dwmac-sun8i driver.
https://www.spinics.net/lists/arm-kernel/msg586106.html
Then compared the schematics of "Nano Pi Neo2" and "Nano Pi Neo Plus 2"
and the change looks good for Nano Pi Neo Plus2 too.
TBD eMMC initializing
Signed-off-by: Antony Antony <antony@phenome.org>
2017-08-24 20:05:45 +02:00
Igor Pečovnik
78cb82ed5b
Merge pull request #738 from Ntemis/master
...
Sunxi-dev: Add support for Xbox_One_Digital_TV_Tuner
2017-08-24 19:31:36 +02:00
zador-blood-stained
ac8291987a
Add a different A64 DVFS implementation
...
Note: thermal sensor readouts are currently broken
2017-08-24 19:48:40 +03:00
Ntemis
4fae872094
Sunxi-dev: Add support for Xbox_One_Digital_TV_Tuner
2017-08-24 18:45:14 +03:00
Igor Pecovnik
3d50451366
Wron patch fix. https://github.com/armbian/build/issues/735
2017-08-24 08:07:54 +02:00
zador-blood-stained
13a7b53d55
Add A64 dev DVFS and THS
2017-08-23 18:29:18 +03:00
zador-blood-stained
a5ef9f10e4
[WIP] Update sun50i-dev branch to 4.13
2017-08-23 18:29:11 +03:00
Tonymac32
d5b55fda59
Rockchip Dev patch fix
...
A patch that was replaced didn't get removed.
2017-08-21 23:22:53 -04:00
Tonymac32
c9159db816
Rockchip Dev update patches
...
Updating to reflect @Miouyouyou repo
Including workaround for 4.13-RC6 regression in net-stmmac logging
2017-08-21 23:07:11 -04:00
Igor Pecovnik
2be21aad5d
Increasing DMA block memory allocation to 2048k on all relevant kernels. https://forum.armbian.com/index.php?/topic/4811-uas-mainline-kernel-coherent-pool-memory-size
2017-08-21 17:52:48 +02:00
Igor Pecovnik
a3cf7b7485
Revert "Increasing DMA block memory allocation to 2048k on all relevant kernels."
...
This reverts commit 908bb199ec
.
2017-08-21 17:52:29 +02:00
Igor Pecovnik
908bb199ec
Increasing DMA block memory allocation to 2048k on all relevant kernels.
...
https://forum.armbian.com/index.php?/topic/4811-uas-mainline-kernel-coherent-pool-memory-size
2017-08-21 08:54:53 +02:00
Igor Pecovnik
b4e3760b69
Add MVEBU64 NEXT target, mainline + patches for Espressobin
2017-08-20 17:30:21 +02:00
zador-blood-stained
88b4345666
Update rk3328 patches and config
2017-08-20 16:13:47 +03:00
Tonymac32
bc58972f31
DTS Rockchip dev IOMMU LVDS
...
Add/Enable the IEP/ISP nodes rk3288
2017-08-20 01:38:18 -04:00
Martin Ayotte
fb0d3c6ea4
add fix-broken-usb0-drv.patch for USB0 HOST
2017-08-18 15:40:51 -04:00
zador-blood-stained
d5c6bf69db
Set MAC addresses for Rock64 from armbianEnv.txt
...
Currently rockchip-cpuinfo driver reads SoC serial as all zeroes due to
either a bug, hardware limitation or serial not flashed to eFuses
2017-08-17 20:00:34 +03:00
zador-blood-stained
98045afb1c
rk3328-default upstream patches
2017-08-17 15:56:48 +03:00
Igor Pecovnik
22d7eabbbd
mvebu / Clearfog default upstream patches
2017-08-17 14:45:46 +02:00
Igor Pecovnik
e10490a3d2
AUFS update and upstream patches for Udoo NEXT
2017-08-17 12:23:46 +02:00
Igor Pecovnik
5a56d469c9
Mvebu64 upstream patches, added AUFS
2017-08-17 08:08:27 +02:00
zador-blood-stained
43b3beed8b
[WIP] Initial Rock64 support
2017-08-16 20:17:57 +03:00
Tonymac32
fdfc3c1922
S905X Le Potato Dev Add USB support
...
Add USB support to mainling kernel for Le Potato.
2017-08-15 02:09:37 -04:00
Igor Pecovnik
c66f4319ad
Preliminary support for FA Nanopi M3 ... kernel 4.11.12, at this moment. Building part currently relies on blobed u-boot and will be later adjusted to the one from sources, which is building but need to be signed with naopi-load tool: https://github.com/rafaello7/bl1-nanopi-m3#embedding-u-boot Thanks to @rafaello7 who made the hard steps ... https://github.com/friendlyarm/linux-3.4.y/issues/3
2017-08-14 22:06:34 +02:00
Tonymac32
557e269ae4
DTS_Meson64_default_le_potato
...
initial dts, mostly placeholder for boot script, derived from glx_p212
2017-08-14 00:44:21 -04:00
Igor Pecovnik
2581f229db
Removing patches, they break. Need more time for this.
2017-08-13 09:22:12 +02:00
Igor Pecovnik
726998af8c
MVEBU64 patch adjustements
2017-08-13 09:20:18 +02:00
Tonymac32
d3f1018026
Rockchip 4.13 rc4 build fix
...
4.13 rc4 brought some changes to the rk3288 dtsi, it mangled up the patches carried over from 4.12
2017-08-12 22:06:05 -04:00
Igor Pecovnik
3631b65115
Upstream patches
2017-08-12 11:52:20 +02:00
Tonymac32
6316d6b627
meson64 dev patch folder
2017-08-11 03:08:04 -04:00
zador-blood-stained
2697ac2ee2
Cleanup for the sun8i drivers migration
2017-08-06 19:07:46 +03:00
zador-blood-stained
2322f59690
Remove obsolete patches
2017-08-06 18:41:05 +03:00
Igor Pecovnik
ef49fbe6b1
Upstream patches
2017-08-02 19:09:44 +02:00
Igor Pecovnik
82550db53f
Update patches for mvebu4-defaoult
2017-08-01 20:33:58 +02:00
Tonymac32
2574313c2e
Rockchip DEV VPU driver
2017-07-30 14:36:04 -04:00
Tonymac32
037e07b303
DTS tinker dev DSI first pass
...
DTS updates only.
2017-07-29 22:47:28 -04:00
ThomasKaiser
ecaca15a4a
Switch mvebu64 legacy to release devel-17.08.0
2017-07-27 09:50:23 -07:00
ThomasKaiser
1685924c4e
[OMV] Some tuning, fix filesystem creation on XU4
...
https://forum.odroid.com/viewtopic.php?f=146&t=26016&start=200#p197729
2017-07-26 12:21:41 -07:00
Tonymac32
73d9cc3fae
Merge branch 'master' of https://github.com/armbian/build
2017-07-24 17:01:29 -04:00
Tonymac32
3379dca7a2
MiQi DTS patches
...
Missed on itinital pass.
2017-07-24 17:01:15 -04:00
zador-blood-stained
0c4b74faf0
Add missing header files to mainline header packages
2017-07-24 20:11:07 +03:00
Thomas Kaiser
23157a8a3d
[OMV] Some finetuning
2017-07-24 17:46:25 +02:00
Tonymac32
5b3951e920
Rockchip Dev 4.13
...
4.13 with mali r19p0
2017-07-23 22:43:02 -04:00
Tonymac32
b0f7ba192a
Tinkerboard sysrq fix
...
Add fix, also add conditional execution check using platform value in dts to avoid any issue with MiQi/other boards.
2017-07-23 18:30:59 -04:00
Tonymac32
ac59500233
Tinker Board Reboot Fix
...
MiQi-safe, tested and debugged by @Miouyouyou
2017-07-22 17:50:14 -04:00
Tonymac32
a783738d0b
Update Tinker reboot to resolve breaking MiQi
...
Patch now uses device tree to determine the board and only run if it's a tinker board.
2017-07-22 17:01:54 -04:00
Igor Pecovnik
a203ba387a
Kernel 4.4 upstream patches
2017-07-22 18:21:25 +02:00
Igor Pecovnik
7a08a679b8
Odroid C2 4.12 NEXT kernel patches, enable back kernel target
2017-07-22 13:10:54 +02:00
Tonymac32
176ee50534
Tinker Dev Reboot patch
...
Combination of linked patches with small adjustment to work on 4.12. Most likely needs implemented on 4.4 as well.
15a531028f
c6ad239fbd
5883709c4d
2017-07-21 00:31:50 -04:00
Tonymac32
be59ee3d6f
Added tinkerboard mainline wifi and rockchip DTS
...
updates
2017-07-17 00:45:02 -04:00
Tonymac32
50af8a8b03
Rename 0005-Post-Mali-UMP-integration.hold to 0005-Post-Mali-UMP-integration.patch
...
Reintroduce patch with fix from @Myy
2017-07-17 00:14:24 -04:00