Commit graph

2308 commits

Author SHA1 Message Date
Igor Pecovnik
38ae7a5495 Switch Cubox DEV to 4.18.y, adjust patches and configuration 2018-08-16 23:16:37 +02:00
Igor Pecovnik
083b5f8c34 Switch MVEBU64 Espressobin to 4.18.y, adjust patches and configuration, http://ix.io/1kny (it waits for network to show up very long, the rest looks normal) 2018-08-16 20:22:18 +02:00
Igor Pecovnik
6c93807c7f Update RK3399 and Odroid C1 NEXT kernel config, remove deprecated patch, switch C1 next to 4.18.y, http://ix.io/1kkA 2018-08-16 09:41:20 +02:00
Thomas McKahan
092767e2e4 Rockchip Dev Mali patches 2018-08-16 01:26:56 -04:00
Thomas McKahan
89672da39d RK3288 default bootable at last
Missing:

 - touchscreen
 - framebuffer console
2018-08-16 01:24:30 -04:00
Igor Pecovnik
aaaa0a37fd Remove deprecated patch, add higher (1.6G) CPU speed for A83i 2018-08-15 20:53:56 +02:00
Thomas McKahan
10b60f3112 RK3288 revert packaging script patch 2018-08-14 00:01:42 -04:00
Tony
7ad9174c7d
delete accidentally left patch 2018-08-13 00:34:34 -04:00
Thomas McKahan
4f886b564f Packaging fix RK3399 Dev 2018-08-13 00:25:57 -04:00
Igor Pecovnik
d1a553e189 Adjust wireless firmware path to usual location 2018-08-12 22:21:47 +02:00
Igor Pecovnik
e04177dfba Updated RK3399 config, revert executing bit on armbian-hardware-optimisation, enable overclocking for RK3399 boards 2018-08-12 19:24:36 +02:00
Igor Pecovnik
de13bfa234 Fixed Odroid C1 packaging patch 2018-08-12 14:19:51 +02:00
Igor Pecovnik
6d82a89748 Initial support for RK3399 Firefly and FriendlyARM PC T4
Based on work of David Huang https://github.com/hjc4869 Changed in the transition:
- firefly family was renamed to rk3399, which we actually never started to use. It was made for Odroid N1, which will never be sold
- adjusted compiler toolchain2 parameter
- added standard wireless drivers
- kernel config with the following changes: Docker dependencies, ZRAM, CPUfreq info, ...
- added upstream patches
- made test Ubuntu Bionic desktop and CLI Stretch build, bootlog: http://ix.io/1jVu

TBD: wifi and BT support, mainline kernel, ...
2018-08-11 23:12:58 +02:00
Igor Pecovnik
e90dff320a Making bootscript creation more universal, adjust packaging patches for C1 and C2 default 2018-08-11 19:09:53 +02:00
Igor Pecovnik
3326ccc116 Allwinner H3 - address some stability issues 2018-08-11 11:11:10 +02:00
Igor Pecovnik
de41d3dbce Rockchip default cleanup. (Temporally) moving back to Rockchip upstream. This source builds but doesn't boot ... 2018-08-10 10:33:42 +02:00
Igor Pecovnik
070e98cfa0 SUNXI patches cleanup #1 2018-08-09 21:00:25 +02:00
Igor Pecovnik
0dc92edb99 Forgotten patches from previous commit. AXP fixes and IR for M3 2018-08-09 11:42:13 +02:00
Igor Pecovnik
e19f31eec6 Enable USB3, THS, DVFS and Ethernet on Allwinner H6 based boards. Development kernel (DEV branch, 4.18.y) also provides HDMI out via simple FB interface. DEV and NEXT kernel config alignment, set H6 CPU freqency to 1.5G, adjust eMMC and SD card speed and remove deprecated patches. 2018-08-09 11:32:23 +02:00
5kft
c3f02be362 update R_PIO GPIO block enable (H3/H5)
Move the previous "R_PIO enable" change to initial board gpio_init (from clock_init)
2018-08-04 14:06:50 +00:00
robsy
a8c03b5539 Make ethernet on BananaPi M3 working with 4.17.y 2018-08-03 06:13:32 +02:00
Igor Pecovnik
d2147b50c2 Enable Odroid C1 NEXT, 4.17.y ... usable as headless server. Known issues: stuck on reboot, need power cycle, no hdmi console, no DVFS. 2018-08-01 13:00:31 +02:00
Martin Ayotte
7e6277ca3b fix early kernel crash due to spi-flash been enabled 2018-07-31 14:30:08 -04:00
Igor Pečovnik
f859556d58 Odroid C2 packaging bugfix, configuration update, u-boot bump to 2018.07, bump version 2018-07-31 13:21:21 +00:00
Igor Pečovnik
68d1daf3af Remove deprecated patch 2018-07-31 10:34:56 +00:00
Igor Pečovnik
7e04b1f3e1
Merge pull request #1066 from 5kft/boot-auto-dt
auto-select board DT for the NanoPi NEO2 based on board hardware revision
2018-07-30 08:59:16 +02:00
Igor Pečovnik
a760c33584
Merge pull request #1065 from 5kft/neo2-v1.1-dt
add default DT for the NanoPi NEO2 v1.1 board
2018-07-30 08:58:51 +02:00
5kft
b3f90dd4ac auto-select board DT for the NanoPi NEO2 based on board revision
This change introduces a method for U-Boot to perform board version detection at boot and
update the required board DT to load.  This process is used to detect the NEO2 board revision
and load the v1.1 NEO2 DT for v1.1 NEO2 boards.
2018-07-29 18:33:45 +00:00
5kft
eb96583215 add default DT for the NanoPi NEO2 v1.1
There are two versions of the NanoPi NEO2 board; this change adds the default DT for the
v1.1 board.  It includes the correct LED configuration and the MP2143DJ VDD regulator
definition.
2018-07-29 16:04:08 +00:00
5kft
510f44df67 enable R_PIO GPIO access in the SPL (H3 and H5)
This patch enables access to the R_PIO GPIO bank within the U-Boot SPL for the H3 and
H5.  This secondary GPIO bank should be available in the SPL just as the PIO bank is,
as there can be need to access these GPIOs during initial board startup.
2018-07-29 15:36:30 +00:00
Igor Pečovnik
ba6b764702 Enable concurrent AP/STA mode on Tinkerboard. Testing needed 2018-07-27 14:10:03 +00:00
Igor Pečovnik
a8a01d2164 Add eMMC bits to Nanopi Neo to support eMMC on Core model 2018-07-26 16:54:25 +00:00
Igor Pečovnik
1c11d6ff58 Fixed headers installation. Thanks to Jean Christian
https://forum.armbian.com/topic/2901-orange-pi-pc-stuck-on-compiling-headers
2018-07-25 17:06:37 +00:00
Igor Pečovnik
d3b49a6da5 Cubox and Le potato config adjustement, mvebu64 add patch 2018-07-24 15:55:05 +00:00
Igor Pečovnik
fa1382d64d Adjust MVEBU packagin patch and configuration 2018-07-24 12:31:31 +00:00
Igor Pečovnik
7832192ec1 Remove deprecated patch 2018-07-24 10:13:12 +00:00
Igor Pečovnik
24dd085c37 Adjisted patches for RK3328 default 2018-07-23 07:45:52 +00:00
Igor Pečovnik
65a5004287
Merge pull request #1059 from 5kft/sunxi-patch-fixes
correct sunxi H3 DT overlays for latest kernel
2018-07-22 16:21:19 +02:00
Igor Pečovnik
6bac4d9c5c Adjust RK3328 sources and patches, tested for builing, adjust Nanopi K2 board config 2018-07-22 14:17:41 +00:00
5kft
8d092c22e0 correct sunxi H3 DT overlays for latest kernel
removed leading zeros from the unit addresses in the sun8i-h3-* DT overlays;
updated the sun8i-h3-fixup script accordingly
2018-07-22 06:41:47 -07:00
Igor Pečovnik
866d9ada6c
Merge pull request #1056 from 5kft/sunxi-patch-fixes
fixed issues with sunxi overlay kernel patches
2018-07-21 22:14:19 +02:00
5kft
ab4100b18a misc NanoPi Fire3 changes
cleaned up u-boot DTB assignment; enabled RTL8188EU Wi-Fi adapter; disabled
thermal zone emulation configuration
2018-07-21 10:06:59 -07:00
5kft
9ad96bd209 correct sunxi H5 arm64 DT overlays for latest kernel
removed leading zeros from the unit addresses in the sun50i-h5-* arm64 DT overlays;
updated the sun50i-h5-fixup script
2018-07-21 06:16:39 -07:00
5kft
ddc52ce4de fixed issues with sunxi overlay kernel patches
removed conflicting patches from "general-sunxi64-overlays.patch" as they are
already provided by "general-sunxi-overlays.patch"
2018-07-20 22:11:16 -07:00
Igor Pečovnik
fbb5752710 Bugfix https://forum.armbian.com/topic/7719-cuboxi-kernel-414y-does-not-compile-failing-to-compile-imx6dl-cubox-idtb 2018-07-20 11:00:07 +00:00
Staars
8bd955f394 change bootorder in u-boot for z28pro 2018-07-19 20:41:55 +00:00
Igor Pecovnik
fe8843e0bc Remove duplicate patch 2018-07-19 17:26:52 +02:00
5kft
d8474158e2 add H5 support for optional 1.4GHz operation
This change introduces an optional overlay that can be used to modify
the default CPU clock operating table to support a maximum core clock
of 1.4GHz.  These higher clock rates will only be allowed if the
board's CPU VDD regulator can support operation at 1.4v (or greater),
e.g., SY8106A.
2018-07-18 08:00:22 -07:00
Igor Pečovnik
e6b0592ae5
Merge pull request #1050 from 5kft/add-nanopi-neo-core2-lts
add board support for the NanoPi NEO Core2
2018-07-18 08:54:13 +02:00
Igor Pečovnik
92b658de2c Remove deprecated patches https://github.com/armbian/build/issues/1042 2018-07-18 06:31:39 +00:00