Commit Graph

3634 Commits

Author SHA1 Message Date
zador-blood-stained
0ef5e2ed6d Drop unused gcc 4.9 toolchain dependencies 2017-08-20 22:07:08 +03:00
zador-blood-stained
ced43bf527 Drop aarch64 host toolchain dependencies 2017-08-20 22:03:28 +03:00
zador-blood-stained
595cae9141 Drop the soft float host toolchain dependency 2017-08-20 21:13:01 +03:00
Igor Pecovnik
903e4089ae Firmware for Mediatek MT7610u, cheap dualband USB wireless chip, partially works with out of the tree driver https://github.com/ulli-kroll/mt7610u 2017-08-20 19:09:25 +02:00
Igor Pecovnik
b4e3760b69 Add MVEBU64 NEXT target, mainline + patches for Espressobin 2017-08-20 17:30:21 +02:00
Igor Pecovnik
dc9b761ae7 Change desktop startup icon logic from RELEASE to DISTRIBUTION and change tux icon name accordingly. Adding few missing desktop packages to Debian Stretch 2017-08-20 17:27:05 +02:00
zador-blood-stained
e9d0dd9e3b Fix output and userpatches group and permissions 2017-08-20 17:37:00 +03:00
zador-blood-stained
78bac39f11 Don't try to update u-boot if target doesn't exist 2017-08-20 16:58:09 +03:00
ThomasKaiser
630c72775e Small armbianmonitor improvements 2017-08-20 06:47:40 -07:00
zador-blood-stained
73dcf22219 Fix initrd generation on Stretch to include fs-specific fsck 2017-08-20 16:46:21 +03:00
zador-blood-stained
88b4345666 Update rk3328 patches and config 2017-08-20 16:13:47 +03:00
ThomasKaiser
680a8ca3d7 Small logging fixes
Added lspci, fixed verbosity reading, when lshw is installed even more verbose output
2017-08-20 06:10:11 -07:00
Tonymac32
bc58972f31 DTS Rockchip dev IOMMU LVDS
Add/Enable the IEP/ISP nodes rk3288
2017-08-20 01:38:18 -04:00
zador-blood-stained
8f266c7301 Use uboot_custom_postprocess for different targets 2017-08-19 19:50:56 +03:00
zador-blood-stained
cc204b83b0 Bugfix 2017-08-19 17:33:37 +03:00
zador-blood-stained
d910b6918a Use Linaro toolchains instead of system ones for distcc 2017-08-19 17:22:42 +03:00
zador-blood-stained
54d71ef32f Small regexp bugfixes 2017-08-19 17:16:09 +03:00
zador-blood-stained
9ae7ffb8c9 Drop u-boot proxy usage for pine64-default 2017-08-19 17:09:34 +03:00
zador-blood-stained
e1cce01e6a Add Linaro 5.4 toolchains for future use 2017-08-19 13:11:24 +03:00
Martin Ayotte
fb0d3c6ea4 add fix-broken-usb0-drv.patch for USB0 HOST 2017-08-18 15:40:51 -04:00
zador-blood-stained
b88dc7cbac Fix lightdm activation and change its defaults
Move lightdm settings to the board support package
2017-08-18 20:10:00 +03:00
zador-blood-stained
ed6d0d2d65 Small enhancements 2017-08-18 16:59:06 +03:00
zador-blood-stained
64f5514ea0 Enable DT overlay support in rk3328 u-boot 2017-08-17 20:13:41 +03: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
5a5388b7fb Add a nightly image target for Rock64 2017-08-17 15:57:56 +03:00
zador-blood-stained
9282ac90ba Update rk3328 kernel configs 2017-08-17 15:57:16 +03:00
zador-blood-stained
98045afb1c rk3328-default upstream patches 2017-08-17 15:56:48 +03:00
zador-blood-stained
57e06fe81e better u-boot update logic for Rock64 2017-08-17 15:49:10 +03:00
zador-blood-stained
70da231717 Show WIP boards before SCS in the menu 2017-08-17 15:49:10 +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
3ec9089577 Fix for booting Rock64 from SD 2017-08-16 21:08:45 +03:00
zador-blood-stained
43b3beed8b [WIP] Initial Rock64 support 2017-08-16 20:17:57 +03:00
zador-blood-stained
277c9ecd87 Preparations for adding Rock64 support
Add u-boot and ATF postprocessing hooks
2017-08-16 18:11:01 +03:00
Igor Pecovnik
1e4d5c19ef Bugfix. Proper desktop shortcut execution. 2017-08-16 16:57:02 +02:00
Igor Pecovnik
f193fb99e3 Nanopi M3 uboot now builds from sources, small bugfix at update-motd scripts 2017-08-16 16:03:49 +02:00
Igor Pecovnik
55ebdc37ef Odroid C2 NEXT config update 2017-08-15 13:59:38 +02: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
1e4a43a89a Small bugfix 2017-08-14 22:29:59 +02: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
1e54241c86 bootscript meson64 le potato cleanup
boots 3.14 and 4.13 kernels, 4.13 not functional as yet, sits at login
2017-08-14 00:46:58 -04: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
Igor Pecovnik
b97af13c24 Udoo neo default kernel update 2017-08-13 09:16:46 +02:00
Igor Pecovnik
de72fbca1a Udoo default config update 2017-08-13 08:37:56 +02:00
Tonymac32
9dc857204a bootscript s905x add correct console device
for booting Mainline
2017-08-13 02:11:37 -04: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
ad3f268124 Rockchip default kernel update 2017-08-12 19:33:08 +02:00