Commit Graph

9133 Commits

Author SHA1 Message Date
Piotr Szczepanik
ebc31a7bbd
Re-enabled info logging for Rockchip64 ATF
Tested with roc-rk3399-pc:

  Trying to boot from MMC2
  NOTICE:  BL31: v2.5(release):c158878-dirty
  NOTICE:  BL31: Built : 20:47:14, Jul 26 2021
2021-07-26 21:35:01 +02:00
Igor Pečovnik
60f7a32728
Move packages each into a separate line to make lists cleaner. Remove duplicates and sort them alphabetically (#3063)
cat packages | tr ' ' '\n' | sed '/^\s*$/d' | uniq | sort
2021-07-26 20:26:40 +02:00
Richard Neese
e3ebc15275
added enlightenment to the focal csc builds for low end devices (#3053) 2021-07-26 19:38:01 +02:00
Tony
146738eb91
Rockchip atf 2.5 (#2998)
* bump rockchip64 ATF to 2.5

v2.5 includes our patches and some other RK3399 improvements

* Delete power domains patch

included in ATF v2.5

* Delete fix-reset-in-v2.2.patch

Included in v2.5

* disable logging patch

&console.console is causing a compile error with ATF v2.5.  I haven't looked into it yet, disable for now.

* Add experimental suspend support for PBP

Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2021-07-26 13:37:50 -04:00
Richard Neese
de8174021d
fix missing networking package on xfce ubuntu (#3061) 2021-07-26 19:37:33 +02:00
Richard Neese
709ac42022
updated buster to fix build for proper package list (#3062) 2021-07-26 19:37:14 +02:00
Paolo Sabatino
74561e9800 rockchip64: remove patches committed by accident 2021-07-26 15:45:17 +00:00
Oleg
4a1e862ebd
fix 5.10.53 (#3059) 2021-07-26 14:55:32 +02:00
Werner
eaea7142be
Fix ebin SATA (#3057)
* Create 0001-pci-Add-Max-Payload-Size-quirk-for-ASMedia-ASM1062-SATA-controller.patch

* Removing email headers from patch

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-07-26 10:06:20 +02:00
Igor Pecovnik
885a99fe66 Adjust and add upstream patches
- reenable 8723ds on K5.13 and remove deprecated wifi patches
- adjust rockchip audio and vdec patches in 5.13.y as in 5.10.y
2021-07-26 07:54:09 +00:00
tonymac32
4c52601d52 [ rockchip64 ] remove superceded pacth
Kernel 5.10.51 --> 5.10.52 fixed this in mainline
2021-07-25 16:06:54 -04:00
tonymac32
67599e3dbb [ rockchip64 ] fix RK3328 build issues
5.10.52 --> 5.10.53 changed all power doamin names, and bugfixed the sdmmc regulator states
2021-07-25 16:02:44 -04:00
Ricardo Pardini
59509407aa Khadas VIM3: add asound.state file
- via Jeremiah Cornelius on the Armbian Forums
- also clarify comment about 2 dtbs in mainline kernel

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-07-24 18:32:55 -04:00
Ricardo Pardini
3455d85a23 Add very basic Khadas VIM3 support
- FIP tree support was there already since #1923
- mainline u-boot in g12b was enabled by #2943

Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2021-07-24 10:07:02 -04:00
Igor Pecovnik
d71c4e75f5 Reverting package changes in Buster XFCE since it breaks Bullseye XFCE
8feb39511a

Reading package lists...
E: Package 'libappindicator3-1' has no installation candidate
E: Package 'gir1.2-appindicator3-0.1' has no installation candidate
Building dependency tree...[ error ] ERROR in function create_rootfs_cache [ debootstrap.sh:311 ]

Manual testing assembling om:
- Debian Buster XFCE
- Debian Bullseye XFCE
- Debian SID XFCE
after revert to make sure everything works.
10 rootfs cache files are recreated and redistributed to the CDN due to this change so it is important that we don't make a bug here.
2021-07-24 10:36:28 +02:00
Igor Pecovnik
12a0a80915 Our build pipelines can easily exceeds default Github jobs timeouts
Defaults are sets to 6 hours. Lets double it to 12 hours. If some worker still doesn't finish his job, we should consider removing it.
2021-07-23 14:33:40 +02:00
Igor Pečovnik
8d64acfd21
Fix targets (#3050)
* Fix targets
* Cleaning the list
2021-07-23 10:55:24 +02:00
Haraade
d348851e70
Upstream Hardkernel 5.4.134 (#3049)
Upstream Hardkernel 5.4.134
2021-07-23 10:07:51 +02:00
Rich
f4dcb7c4d4 fixed a typo i had a \ that was not needed 2021-07-22 19:38:11 -04:00
Rich
8feb39511a fixed buster xfce build to match updated builds removed packages that debian does not support 2021-07-22 19:38:11 -04:00
Paolo Sabatino
5023beb1e5 rk322x: remove upstreamed patch 2021-07-22 15:21:24 +00:00
Igor Pečovnik
98d128df83
Additional fixes for CI runners (#3048)
* Trying

* update

* typo fix

* Bugfix - create directory prior copying config there

* More tiny bugfixes to build all beta and stable

* Adjust namings
2021-07-22 17:19:25 +02:00
Igor Pečovnik
87a30d0129
Cleanup 2021-07-22 14:21:42 +02:00
lanefu
31e1cb3d00
move all Allwinner uboot to v2020.10 (#3047)
* rollback uboot for sunxi64-current
* rollback all allwinner uboots
2021-07-22 08:17:50 -04:00
lanefu
390376d2e2
rollback uboot for sunxi64-current (#3046) 2021-07-22 08:06:17 -04:00
Igor Pecovnik
bc19b9beab Change the way how RC images are build
RC images are neither beta neither stable. If we use this parameter, they are put into subdir RC. If they are made from beta or not, we choose with other BETA=yes parameter
2021-07-22 12:34:54 +02:00
Igor Pecovnik
4eeafeaa70 CI: Update / fix worker names 2021-07-22 11:41:42 +02:00
Igor Pečovnik
02dbeda3bc
Github actions update for making stable images (#3040)
* Make RC runner more universal and fix a bug in build beta images - calculating wrong paralleling parameter
* We don't need separate build config for RC images
2021-07-22 11:22:02 +02:00
Igor Pecovnik
f83100f9af Orangepi Lite 2 - fixing HDMI and removing bits that are already mainlined
Thanks to Jernej:
https://forum.armbian.com/topic/12862-orange-pi-lite2-no-more-1920x1080-kernel-55x/?do=findComment&comment=127157
2021-07-22 09:06:01 +02:00
Igor Pečovnik
cbcad64f1c
Typo - missing space in IF statement 2021-07-22 08:24:17 +02:00
Igor Pečovnik
e7377248b3
Second part of EDGE bumping to 5.13.y (#3045)
* Bump Meson64 EDGE to 5.13
* Bump Rockchip64 EDGE to 5.13.y
* Bump Odroid Xu4 edge to 5.13.y
* Bump rockchip edge to 5.13.y
2021-07-22 00:15:54 +02:00
Igor Pecovnik
e7177f3b9b Adjust sunxi-current patches - remove broken, add upstream 2021-07-21 17:46:55 +00:00
Igor Pečovnik
23c42e3443
Another round of adjusting targets (#3029)
* Another round of adjusting targets

* Remove 32bit cinnamon target
2021-07-21 19:16:44 +02:00
Oleg
30e8fc7d83
fix station-current 5.10.52 (#3043) 2021-07-21 14:31:34 +02:00
Richard Neese
2cf3d5c2f8
remove 2 pkgs making images to big (#3038) 2021-07-21 08:07:21 +02:00
Igor Pečovnik
e21e82b546
Upgrading sunxi, sunxi64, imx6, jetson-nano, mvebu and mvebu64 EDGE to 5.13 (#3042)
* Upgrading sunxi and sunxi64 EDGE to 5.13

Both variants tested for building

* Bump imx6 to 5.13.y

Tested

* Bump Jetson nano kernel to 5.13.y

* Move mvebu and mvebu64 edge to 5.13.y
2021-07-21 00:46:51 +02:00
Igor Pečovnik
aa914dedf9
Setting older u-boot for Allwinner H3 due to stability issues found in latest versions 2021.04 (#3036) 2021-07-20 06:40:22 +02:00
lanefu
b1d82308db
RC upload flag (#3027)
* RC upload flag

* Update build-all-ng.sh

* Try RC Images

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-07-19 20:36:46 -04:00
Igor Pecovnik
06a8324977 Bugfix for rockchip64 current kernel compilation and upstream patches 2021-07-19 15:59:58 +00:00
Oleg
1c7b8ab10d
fix kernel 5.10.51 (#3034) 2021-07-19 13:41:46 +02:00
Igor Pecovnik
a6a7608025 Bugfix for #3033 2021-07-19 06:42:27 +00:00
lanefu
a46eeafa86
move pinebook tweaks (#3033)
* move pinebook tweaks

* fix dest

* Add also special keys definitions

* Clear out tech dept

* Delete prepare.sh

Co-authored-by: Igor Pečovnik <igorpecovnik@users.noreply.github.com>
2021-07-19 08:14:34 +02:00
lanefu
4b91e49c72
khadas edge tweaks (#3022)
* remove static mac assignment hack for khadas edge

* khadased edge rk3399 default asound
2021-07-18 23:14:02 -04:00
Paolo Sabatino
fe4f00ecdc rk322x: fix deferred voltage regulator, gpu opp table and dmc missing regulator for edge kernel 2021-07-18 15:31:49 +00:00
Paolo Sabatino
0dd450f98f rk322x: really update edge kernel flavour config 2021-07-18 14:55:54 +00:00
Paolo Sabatino
e4add7b8fd rk322x: update rk322x-edge kernel config, add DMC patches and overlays 2021-07-18 14:06:35 +00:00
lanefu
04914000b1
failsafe for qemu image (#3032) 2021-07-18 16:03:26 +02:00
Igor Pečovnik
c064c11b47
Remove duplicated entries for Pinebook PRO bsp creation (#3031)
* Remove duplicated entries for Pinebook PRO bsp creation

* Link only CLI and desktop BSP package per board

* Adjust "
2021-07-18 15:41:58 +02:00
Richard Neese
34901d83b6
Deepin update (#3026)
* fixed a typo in budgie in the create-desktop.sh

mkdir -o to mkdir -p to fix making a dir

* updating deepin to current build status

* updated package list for new packages
2021-07-17 21:52:09 +02:00
Igor Pecovnik
5f104a1091 Bugfix / typo - fixing wrong name in build config 2021-07-17 21:50:57 +02:00