Commit Graph

5057 Commits

Author SHA1 Message Date
Ricardo Pardini
5a01fb8fae uefi: all: rollover current 6.1.y to legacy, taking over 5.15.y 2023-12-27 13:29:37 +01:00
Ricardo Pardini
88577a0cf4 uefi: all: update all .config's, no changes; edge: 6.6.y; current 6.1.y; legacy 5.15.y 2023-12-27 13:29:37 +01:00
Ricardo Pardini
2d10999212 thinkpad-x13s: set explicit LINUXCONFIG to compensate for changes in uefi-common 2023-12-27 13:29:37 +01:00
Ricardo Pardini
ef995dafc2 uefi: common: stop using symlinks, instead point directly to KERNEL_MAJOR_MINOR
- uefi: common: drop kernel symlinks
- remove duplicate decls
- simplify
- some comments
2023-12-27 13:29:37 +01:00
Gunjan Gupta
a73b3762a0 Bump uboot to v2023.01-rc5 2023-12-27 11:56:37 +01:00
Gunjan Gupta
19fbdb6fe5 Allwinner: u-boot: Move some defconfig changes from patches to board config files 2023-12-27 11:56:37 +01:00
Werner
15cc8bffad
Update station-p1.csc (#6090) 2023-12-26 19:31:20 +01:00
Paolo Sabatino
a1d98a4b70 rockchip: enable back low-latency preemption model 2023-12-26 16:45:30 +01:00
Paolo Sabatino
d711dc0e84 remove rk322x family script 2023-12-26 16:45:30 +01:00
Paolo Sabatino
a3a23743be miqi(eos): add boot soc in board config 2023-12-26 16:45:30 +01:00
Paolo Sabatino
06e3401fde rk322x: remove legacy target 2023-12-26 16:45:30 +01:00
Paolo Sabatino
562d96128b consolidate rk322x and rockchip 32 bit families
* merge patches from rockchip and rk322x families for current and edge
   kernels
 * adjust patches for tinkerboard to remove some cruft and overclocking
 * rework kernel configs
 * fix rk322x dmc to avoid lockup on rk3288
 * migrate rockchip-6.6 into patch series, rename all patches with
   more understandable names
 * add gen-series.sh script in tools directory (it is a naive tool to
   create patch series when you don't want to rebase everything)
2023-12-26 16:45:30 +01:00
m][sko
7fd590fa2d
Adding Windows dev kit 2023 (#5980)
* windows dev kit 2023
* change KERNEL_TARGET to wdk2023
* change also BRANCH
2023-12-24 09:18:22 +01:00
Werner
15d6aecfb0
Move from media to rockchip64 family (#6053)
* Move from `media` to `rockchip64 family
* Adjust maintainer
2023-12-24 09:16:09 +01:00
Alban Browaeys
7b7692e7a9 Helios64: memory is unstable without the rockchip ddr blob
On the Helios64 random memory errors happens when using the
U-Boot DDR intialization code for rk3399.
Switching to the rkbin rk33 933MHz v1.25 allows this testcase to
run more than once without a memory error:
for i in $(seq 1 100);do python3 -c "import pkg_resources" || break;done

Could be LPDDR4 specific.

Workaround https://github.com/armbian/build/issues/4761
"free() invalid pointer".
2023-12-24 09:15:21 +01:00
Keven
06c28cd39e
Add support for armsom-sige7 board (#6075) 2023-12-24 09:14:11 +01:00
Gunjan Gupta
454e99966d Enable legacy on boards that had support for current kernel 2023-12-24 09:13:08 +01:00
Gunjan Gupta
61b23605f9 Bump allwinner kernels legacy, current and edge kernels 2023-12-24 09:13:08 +01:00
Gunjan Gupta
6380b9ed1d Moved current config to legacy and copied edge config to current. Also refreshed edge config using rewrite-kernel-config 2023-12-24 09:13:08 +01:00
Igor
f2e663f087
Improved debootstrap hacking support with fixes for Ubuntu Noble (#6076)
* Remove extension for patching Deboostrap to support Ubuntu Noble
* Integrate Deboostrap patching to the build script
* fix problems related to Noble
2023-12-22 08:04:55 +01:00
Gunjan Gupta
294265d393 Allwinner: minor kernel bumps 2023-12-21 11:21:26 +05:30
Igor Pecovnik
2c153274b5 Create missing links 2023-12-21 09:38:37 +05:30
Werner
fc9af2eaf1 add noble 2023-12-21 09:38:37 +05:30
Gunjan Gupta
2f8e1f225c Allwinner H6: use lightdm-gtk-greeter 2023-12-21 06:34:59 +05:30
Gunjan Gupta
05a27a3515 Adding myself as maintainer for Orange Pi 3 and Orange Pi 3 LTS boards 2023-12-21 06:34:59 +05:30
Gunjan Gupta
feaf97cc83 Move Orange Pi 3 LTS settings to its corresponding board file 2023-12-21 06:34:59 +05:30
Gunjan Gupta
d81725a9f0 orangepizero2: switch to using uwe5622-allwinner extension 2023-12-21 06:34:59 +05:30
Gunjan Gupta
a82589e683 Rpi5: fix X11 failure 2023-12-20 13:10:03 +01:00
Igor Pecovnik
363a069025 Disable u-boot generation also for EDGE branch 2023-12-19 10:28:20 +01:00
Igor
cc1cedfafe
Promote Odroid N2 and M1 to standard support (#6060) 2023-12-18 18:49:51 +01:00
Gunjan Gupta
1c3b7ec36c
Raspberry Pi: Added rpi5 support and removed flash-kernel dependency (#6039)
* Disable flash kernel and rearrage functions inorder they are executed
* Add board config for raspberry pi 5
* Change config.txt and cmdline.txt to match official rpi version
* Install Rpi related packages from Armbian repository
* Remove ddk branch aka RASPI (Ubuntu) kernel
* We still have unsupported releases, but for different reason
* Lower kernel output at booting to meet our other builds. Default is too mouch for end user
* Add more info where we import packages
* Add testing targets
---------
Co-authored-by: Igor <igor@armbian.com>
Co-authored-by: Igor Pecovnik <igor.pecovnik@gmail.com>
2023-12-17 16:48:22 +01:00
Muhammed Efe Cetin
dae967fd88 opi5: add mainline uboot support 2023-12-17 10:31:06 +01:00
Gunjan Gupta
cabb8aaf27 orangepizero2: load wifi and bluetooth modules on current and edge kernel as well 2023-12-16 01:25:34 +05:30
Igor Pecovnik
93dcabf2aa Disable legacy test target for Orangepi One Plus 2023-12-15 17:04:23 +01:00
Igor Pecovnik
507765ddf6 Disable EXTRA wireless on RPi EDGE kernel
Several wireless drivers needs adaptation.
2023-12-14 22:31:41 +01:00
Paolo Sabatino
3ad54a403e rk322x: use kernel point release 2023-12-14 22:02:51 +01:00
Paolo Sabatino
ee2789918d rockchip: use point kernel version 2023-12-14 22:02:26 +01:00
Igor Pecovnik
2f5cccaaa9 Raspberry Pi EDGE compilation breaks. Moving to 6.7.y, perhaps temporally 2023-12-14 21:04:05 +01:00
Igor Pecovnik
305886b111
Revert "opi5: add mainline uboot support"
This reverts commit b93250d345.
2023-12-14 11:48:47 +01:00
Igor
c7397e62d0
Move forgotten overlays from Odroid M1 (#6021)
- add Device Odroid M1 device tree to dt subfolder
- fix permission for panther x2
- move and rename overlays
- integrate hardkernel fixup to rockchip fixup script
- detach nanopi r5 from nonexisting odroid kernel family to rockchip64
- Remove patches for 6.5
- Use correct overlay namings
- Align Board name with others from the vendor
2023-12-14 10:36:06 +01:00
igorpecovnik
42cff5e580 Automatic board configs status synchronise 2023-12-14 10:34:47 +01:00
Muhammed Efe Cetin
b93250d345 opi5: add mainline uboot support 2023-12-14 10:34:17 +01:00
Gunjan Gupta
ad00d12c44 Bump Allwinner kernels 2023-12-14 00:04:30 +01:00
Kevin Schmidt
05b0f22e71 Add efi=noruntime to Jetson Nano kernel parameters.
Fixes board not properly powering off and rebooting.
2023-12-13 13:45:45 +01:00
Kevin Schmidt
e9332d575c Add rockchip drivers to uefi-arm64 kernel. 2023-12-12 08:34:38 +01:00
Gunjan Gupta
2a8ee89370 Bump Allwinner current and edge 2023-12-11 18:00:55 +05:30
Alex Shumsky
0df6d6eafb rockchip64: Fix "Load kernel from the same bootpart boot.scr was loaded from" 2023-12-10 18:28:21 +01:00
Igor Pecovnik
7ddcfcc0a4 Bump Allwinner kernels to latest version 2023-12-09 15:06:46 +01:00
Paolo Sabatino
f6baa4c2f2 Use extension for Lima X.Org serverflags
* Remove create_desktop_package.sh for rk3318 board from
   config/optional, clearing the whole directory tree
 * Add an extension to implement serverflags workaround
   for X.Org and Lima driver not being autodetected
 * Fix rk3318-box and rk322x family to use extension in place
   of 40-serverflags.conf bsp file
2023-12-09 14:19:32 +01:00
Paolo
5599e234ba
rockchip,rk322x: fix gpio,i2c group creation (#6023) 2023-12-09 07:55:30 +01:00