Commit graph

3136 commits

Author SHA1 Message Date
Igor Pecovnik
8a9192bc60 Merge branch 'master' into desktop 2020-12-15 00:28:12 +01:00
Igor Pecovnik
c8a163ce71 Merge branch 'master' of https://github.com/armbian/build 2020-12-15 00:11:38 +01:00
Igor Pecovnik
78027c5daf Switched mvebu-dev to linux 5.10.y 2020-12-15 00:11:01 +01:00
Piotr Szczepanik
2ccaee6343
Enable station-m1 (roc-rk3328-pc) in rockchip64-dev too 2020-12-14 23:57:57 +01:00
Piotr Szczepanik
1432a5cb96
Consolidate all dts Makefile changes in a single patch in rockchip64-dev 2020-12-14 23:57:57 +01:00
Piotr Szczepanik
71a4eaa868
Apply patchset cleanup from https://github.com/armbian/build/pull/2451 to rockchip64-dev 2020-12-14 23:57:57 +01:00
Igor Pecovnik
11522c8801 Merge branch 'master' into desktop 2020-12-14 18:20:12 +01:00
Steven P. Goldsmith
cfd9299122
XU4 add gpio-line-names (#2449) 2020-12-14 18:13:44 +01:00
tonymac32
40665cde86 [ rockchip64 ] Patch reorg round 2 2020-12-13 23:22:08 -05:00
tonymac32
dfd5cf9692 [ rockchip64 ] Clean up patchset 2020-12-13 22:13:03 -05:00
Igor Pečovnik
9a73552d6a
Adjust kernel configs, add upstream patches, bump mvebu64 dev to 5.9.y (#2440) 2020-12-11 20:17:29 +01:00
Igor Pecovnik
63114d1fc8 Remove deprecated patch 2020-12-11 16:36:58 +01:00
Igor Pečovnik
0b9115dab1
Bump Meson64 to 5.10.y (#2439)
- curently attached to RC7 as https://github.com/armbian/build/pull/2378
- config derived from current and contains all latest changes
- dirty reboot and eth0 reset hacks are not added and can be added later if still needed (need_check subfolder)
2020-12-11 00:33:05 +01:00
Igor Pecovnik
73cb74c10f Merge branch 'master' into desktop 2020-12-10 21:51:47 +01:00
Steven P. Goldsmith
3bd69c6526
XU4 add con 11 pins to gpiomem sandbox (#2438) 2020-12-10 21:16:53 +01:00
Igor Pecovnik
e8150b5c0c Merge branch 'master' into desktop 2020-12-10 12:04:50 +01:00
Rosen Penev
aa3d60f57e
refreshed mvebu with quilt (#2419)
* mvebu-dev: refresh all patches with quilt

Cleaned up based on kernel 5.9.12.

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* mvebu-current: refresh patches with quilt

Based on kernel version 5.9.12

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* mvebu-legacy: refresh patches with quilt

Based on kernel 4.19.161

Signed-off-by: Rosen Penev <rosenp@gmail.com>

* mvebu-legacy: remove custom helios4 dts file

This is already added upstream. No need to have it here.

Continued refreshing the other patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-10 11:47:33 +01:00
Miouyouyou
a72ae1fe1a
Packages.uninstall, Distribution info from files and architecture filtering (#2432)
* patch: kernel: rockchip-dev: Handle more resolutions with HDMI (β)

The added patch add more PLL configurations, in order to satisfy
more HDMI frequencies requirements.
This should allow users to benefit from more resolutions.

However, this is fairly untested. I only tested it on my 1080p
screen and, yeah, it works but so does the kernel without this
patch.

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* patch: kernel: rockchip-dev: Handle more resolutions with HDMI (β)

Now with proper patches names.

Anyway :

The added patch add more PLL configurations, in order to satisfy
more HDMI frequencies requirements.
This should allow users to benefit from more resolutions.

However, this is fairly untested. I only tested it on my 1080p
screen and, yeah, it works but it also does without this
patch.

So could anyone test this with the following configurations ?

* [ ] A HDMI 4K screen
* [ ] A HDMI 1366x768 screen resolution
* [ ] A VGA screen with a VGA to HDMI adapter
* [ ] A DVI screen with a DVI to HDMI adapter

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Using the patches provided by @Kwiboo for HDMI

This provides me way more resolutions, including interlaced modes.

I don't see 4K modes, though the screen attached can't do it,
so I still don't know if that can help provided 4K modes on mainline
kernels.

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Support for 4K screens

Using fixes provided by @czak

Tested and approved by @czak too !

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Renamed some patches for better organization

Still, they should all be numbered correctly...

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Preliminary support for "support" checs

The point is to only allow the selection of "supported" desktops
environments and appgroups in the menus, and provide proper errors
and warnings when trying to use unsupported features while not
being an "EXPERT".

This should provide a solution to the following feature request
https://github.com/Miouyouyou/armbian-desktop/issues/13

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Moved the desktop selection menus inside configuration.sh

The whole problem being that, in order to provide a custom menu, for
the selected board and architecture, I need to know the actual
architecture of the selected board, which is not easy since the
board definition files depends from other generic information files...

The whole architecture sampling is done during configuration.sh, along
with some default variables configuration just in case the board files
didn't contain all the information.
Trying to move the part that sample the ARCH information from the board
definitions files inside main.sh, while leaving the default values
initialization code in configuration.sh, left me with compiling an arm32
image for an arm64 board, because the parsed variables were replaced
by the default ones.

So, the whole desktop selections menus have been moved inside
configuration.sh, just after sampling the selected board information
just like before, in order to provide only options that catter to the
current build, and also provide actual error messages when invalid
elements were selected.

There's still errors to catch here and there, notably for appgroups,
but the generated image works, which is the most important part.

Signed-off-by: Miouyouyou (Myy) <myy@miouyouyou.fr>

* Delete 1017-ARM-DTSI-rk3288-add-GPU-500-Mhz-OPP-again.patch

* Update only_for

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2020-12-10 11:44:13 +01:00
EvilOlaf
4a59ee82e3 sunxi-legacy: add upstream patches 2020-12-08 17:51:23 +01:00
Igor Pecovnik
ebb5f4ae7d Adding upstream patches and update kernel configs for several kernels 2020-12-06 17:17:49 +01:00
Igor Pecovnik
d2d3a9e449 Adjust patch to align properly 2020-12-06 15:06:40 +01:00
Igor Pečovnik
788e628ef0
Make multicore support on headers making and don't stop in case of new features (#2422) 2020-12-06 13:40:00 +01:00
Igor Pecovnik
2094ecd21b Bugfix - we need to read core count from a target, not build host 2020-12-06 12:40:11 +01:00
EvilOlaf
efba3da8a4 add modification notice 2020-12-06 10:31:29 +01:00
EvilOlaf
0b46f9ae2c remove fix for fix 2020-12-06 10:24:01 +01:00
EvilOlaf
23d80b18e4 fix 006 2020-12-06 10:20:46 +01:00
EvilOlaf
20cd5c9cbf remove whitespace 2020-12-06 09:56:24 +01:00
EvilOlaf
6214687995 missing new line break at file end 2020-12-06 09:40:12 +01:00
Igor Pečovnik
83b2f4a6c5
Add WIP support for Orangepi Zero 2 (#2418)
* Add WIP support for Orangepi Zero 2
* squeeze H616 patches into sunxi-dev
* Update linux-sunxi64-dev.config
* H616: Limit CPUMAX
* Enable DEV only
* H616: remove patches from sunxi-current
* H616: apply new patchset

Co-authored-by: EvilOlaf <werner@armbian.de>
Co-authored-by: Werner <EvilOlaf@users.noreply.github.com>
2020-12-06 09:12:11 +01:00
Paolo
ebc0012d6e
Merge pull request #2149 from Miouyouyou/retry_rk500mhz
rockchip-current: Add GPU 500MHZ OPP
2020-12-05 17:32:40 +01:00
Igor Pečovnik
d0243775c9
Prep (#2413)
* Enable multicore compilation for headers compile.

* Remove deprecated part of the patch

* Remove deprecated patch
2020-12-05 01:04:41 +01:00
Piotr Szczepanik
ef96d0862b
Enable additional SPI flash chips for ROCK Pi 4 in u-boot (also for C model) 2020-12-04 22:21:50 +01:00
Piotr Szczepanik
b3ad046d4c
Enable additional SPI flash chips for ROCK Pi 4 in u-boot (#2408) 2020-12-04 00:19:05 +01:00
Igor Pečovnik
920247f56b
Small maintenance tasks (#2412)
* Enable multicore compilation for headers compile.

* Upstream patches and config adjustement
2020-12-04 00:11:45 +01:00
Igor Pečovnik
ae06b9fddc
Enable multicore compilation for headers compile. (#2411) 2020-12-04 00:10:43 +01:00
Jannis
2fe5e6f755
[AR-558] Switch mvebu current to LK5.9 (based on previous mvebu-dev) (#2405)
* mvebu-current switch to lk5.9
* mvebu-current update patches from dev
* Remove mvebu DFS patches
2020-12-03 10:24:27 +01:00
Piotr Szczepanik
ba5ea3be78
Fix UHS SD card voltage to 3.3V before shutdown on rockchip64 (dev/current) (#2393) 2020-12-03 08:42:28 +01:00
Jannis
3d4c472b9d
Merge pull request #2388 from neheb/k
mvebu-dev patches: refresh
2020-12-02 07:50:26 +01:00
Jannis
50c1d58d6f
Merge pull request #2387 from armbian/AR-548
[AR-548] Disable DFS on mvebu-legacy&current
2020-12-02 07:49:54 +01:00
Martin Ayotte
c5534178eb Fix missing H6 SPI pins 2020-11-30 21:01:57 -05:00
Martin Ayotte
e3ade9e9f4 Fix missing H6 SPI pins 2020-11-30 15:17:59 -05:00
5kft
301467b172 update general-packaging patch for latest kernel v5.10 changes 2020-11-30 08:03:07 -08:00
Icenowy Zheng
bce3a717a9
sunxi64: current/dev: add pine64-7inch-lcd overlay (#2395)
Add overlay for the 1024x600 7" LCD from Pine64 to use it on
pine64/pine64so boards.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2020-11-30 16:49:15 +01:00
JMCC
bf6a850707
Merge pull request #2391 from armbian/add-kvim2
Several improvements to support meson-gxm
2020-11-28 21:37:17 +01:00
Piotr Szczepanik
8718f57f94
Removed obsolete regulator patch for rockchip64-current 2020-11-28 18:12:08 +01:00
Piotr Szczepanik
25bd76527e
Fix roc-rk3328-pc device tree reference to missing RK_FUNC_1 2020-11-28 18:10:53 +01:00
Oleg
ccbc888b3f
add dts rk3328-roc-pc, fix WIFI and USB 3.0 rk3328 (#2390) 2020-11-28 16:52:34 +01:00
JMCC
14123a2cc3 Fix meson-gxm cpu scheduling (patch will eventually be added to upstream mainline) 2020-11-28 14:58:10 +00:00
Paolo Sabatino
9f6e63d90b Rework patch to fix upsteam hunks for rk322x-current/dev 2020-11-27 22:00:29 +00:00
Rosen Penev
fc009ee002 mvebu-dev patches: refresh
Some of these get applied at wrong offsets or have fuzz. Fix.

Remove patch 93. It's already upstream. It also has other fixes applied
to it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-27 00:43:11 -08:00