Ricardo Pardini
bebf4c7ae0
lib: implement and sprinkle some very basic config var change-tracking across board/family sourcing and several hook calls
2024-01-07 18:58:36 +01:00
Ricardo Pardini
ea8953422a
main-config: arch common: review logging levels, squash some todo, add some todo
2024-01-07 18:58:36 +01:00
Ricardo Pardini
8e94b012fd
rockchip (32-bit): move version locking to shared hook in mainline-kernel.conf.sh
2024-01-07 18:58:36 +01:00
Ricardo Pardini
6a1b52cad1
sunxi/sunxi64: move version locking to shared hook in mainline-kernel.conf.sh
2024-01-07 18:58:36 +01:00
Ricardo Pardini
8b60fb750d
meson (32-bit): family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks
2024-01-07 18:58:36 +01:00
Ricardo Pardini
cb4893ddbe
rockchip64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks
...
- rockchip64_common is used by BOARDFAMILY's with their own LINUXFAMILY, so we can't be very generic here
2024-01-07 18:58:36 +01:00
Ricardo Pardini
b9766185fb
meson64: family common: drop KERNELBRANCH, rely on KERNEL_MAJOR_MINOR only, no more symlinks
2024-01-07 18:58:36 +01:00
Ricardo Pardini
22848254e5
uefi: don't spell out KERNELBRANCH anymore, KERNEL_MAJOR_MINOR is sufficient now
2024-01-07 18:58:36 +01:00
Ricardo Pardini
dccf44630f
main-config: arch common: kernel/u-boot config defaulting+overriding via hook instead of pre-setting
...
- common.conf delegating to new `mainline_kernel_decide_version` hooks
- special case handling for v6.7-rc7
- some examples
- late-stage "use rolling branch version"
2024-01-07 18:58:36 +01:00
Ricardo Pardini
7a1c9a46e7
main-config: arches: don't default KERNELSOURCE to mainline (already done in common), cleanup comments
2024-01-07 18:58:36 +01:00
Ricardo Pardini
ac599c557a
lib/family config: remove resquices of KERNELDIR which is completely unused for a long time
...
- also `MAINLINE_KERNEL_DIR` not needed then
2024-01-07 18:58:36 +01:00
Ricardo Pardini
64b724d1d7
main-config: mark mirror variables readonly; add todo's
2024-01-07 18:58:36 +01:00
Ricardo Pardini
c434c3613c
core: semantic change, KERNELSOURCE must be explicitly 'none' to avoid kernel compilation (not unset)
2024-01-07 18:58:36 +01:00
Igor Pecovnik
32fecdd9cc
Improve sed regex to cover all cases that exists at once. Current solution was broken in Noble
2024-01-05 13:25:24 +01:00
amazingfate
02ef17a3a0
rock-5b edge: fix emmc, temp sensor and power off
...
We need to slow down to HS200 for stable emmc.
Add tsadc node for temp sensor.
Add power off fix from mail list.
2024-01-05 10:41:32 +08:00
amazingfate
772f07a783
hinlink-h88k: add edge kernel support
2024-01-05 10:40:34 +08:00
amazingfate
6015ba52f9
add rockchip-rk3588-edge devicetree for hinlink-h88k
2024-01-05 10:40:34 +08:00
chainsx
c51e87aad0
thead: add current kernel support
2024-01-04 09:28:21 +01:00
lanefu
bc871170bc
remove ghostscript-x in sid due to abandonment https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1022718 ( #6128 )
2024-01-03 21:20:26 +01:00
Lane Jennison
5b1c1c2897
mvebu-edge: move to 6.6.y
2024-01-04 00:06:37 +05:30
Ricardo Pardini
bd0a09b24c
mixtile-blade3: enable edge branch with new dt; all branches use vendor u-boot
2024-01-04 00:04:02 +05:30
Ricardo Pardini
a5524afbbf
mixtile-blade3 / rockchip-rk3588-edge 6.7: enable tsadc for thermal sensors
...
- thanks AmazingFate
2024-01-04 00:04:02 +05:30
Ricardo Pardini
8d90992192
mixtile-blade3 / rockchip-rk3588 edge 6.7: slow down eMMC from hs400 to hs200
2024-01-04 00:04:02 +05:30
Ricardo Pardini
33941f1741
mixtile-blade3 / rockchip-rk3588 edge 6.7: pci3x4 for Mixtile Blade3 (rpardini's bad take)
...
- arm64: dts: rockchip: pci3x4 for Mixtile Blade3
- pinctrl for `1 RK_PB2` pull_up
- regulator `vcc3v3_pcie30` always-on and boot-on
- there is probably a much better fix than this, but I couldn't find it
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2024-01-04 00:04:02 +05:30
Ricardo Pardini
1817b39d59
mixtile-blade3 / rockchip-rk3588 edge 6.7: cleanups for Mixtile Blade3
...
- arm64: dts: rockchip: cleanups for Mixtile Blade3
- drop `hym8563` pinctrl (don't think the blade3 has an RTC)
- `i2c5` is exposed on the 30-pin, add comment
- fix tab in `pcie30phy`
Signed-off-by: Ricardo Pardini <ricardo@pardini.net>
2024-01-04 00:04:02 +05:30
Ricardo Pardini
6873cb2a8e
mixtile-blade3 / rockchip-rk3588 edge 6.7: add DT (original from Joshua Riek)
...
- base for https://github.com/Joshua-Riek/linux/pull/1
2024-01-04 00:04:02 +05:30
Paolo Sabatino
cba4c033b0
rockchip: implement governor attribute sysfs for rk322x-dmc
2024-01-03 23:58:57 +05:30
Igor
69d0ec7218
Set dpkg vendor to Armbian in all images ( #6122 )
...
* Set dpkg vendor to Armbian in all images
We already set to Armbian, but we didn't set default link. This fixes it for both, Debian and Ubuntu.
* Adjust post install scripts to set correct link on upgrade
2024-01-03 23:57:39 +05:30
lanefu
9c16c47c24
nanopi-r5: board config housekeeping ( #6124 )
2024-01-03 23:55:55 +05:30
青菜萝 卜冬瓜
da96729c34
thead: update edge kernel to 6.7-rc8 ( #6125 )
...
* thead: update edge kernel to 6.7-rc8
* thead: add some wifi configurations.
2024-01-03 23:54:21 +05:30
pixdrift
1c3306c130
Enable CPU frequency configuration for Orange Pi Zero 3 ( #6127 )
...
* Enable CPU frequency configuration for Orange Pi Zero 3
* Revert "Enable CPU frequency configuration for Orange Pi Zero 3"
This reverts commit 7af1ee1116 .
* Enable CPU frequency configuration for Orange Pi Zero 3
---------
Co-authored-by: Gunjan Gupta <viraniac@gmail.com>
2024-01-03 18:18:43 +05:30
Gunjan Gupta
fbad168eda
Fix rpi image creation broken since to #6087 ( #6123 )
...
* Revert "Don't generate armbian.list if when==image-early"
This reverts commit 0b79ff3a63 .
* Remove armbian.list.disabled file if it exists
2024-01-01 23:19:35 +01:00
sputnik2019
900309eb0e
add mangopi m28k board ( #6121 )
...
* add mangopi m28k board
2024-01-01 15:17:04 +01:00
lanefu
a4d3dcb879
switch default cpu governor to schedutil ( #6120 )
...
* switch schedutil to default cpu governor
* rollback 3 governors on 3 edge cases
2024-01-01 15:14:02 +01:00
Suzuki Taro
89ffc3033e
add CONFIG_RTW89_8852BE
...
for http://www.orangepi.org/html/hardWare/computerAndMicrocontrollers/details/Orange-Pi-R6.html
2023-12-31 18:29:00 +01:00
brentr
d48977e38d
fixes failing 10Mbit built-in Ethernet -- https://armbian.atlassian.net/browse/AR-1904 ( #6117 )
2023-12-31 18:27:48 +01:00
Igor
53ff8546e4
Add default Armbian Github compile action ( #6105 )
2023-12-31 18:07:42 +01:00
Gunjan Gupta
52523d1f4d
delete patch as it should no longer be required
2023-12-31 01:13:50 +05:30
Gunjan Gupta
512ddcb3cc
disable patch to fix display on H616/H618 display
2023-12-31 01:13:50 +05:30
Gunjan Gupta
290d866448
sun50iw9: Add HDMI support for H616/H618
2023-12-31 01:13:50 +05:30
Gunjan Gupta
6abd384e6f
Port few zero2 patches to cover zero3 as well
2023-12-31 01:13:50 +05:30
Gunjan Gupta
0dac8043d4
Add orangepi zero3 as WIP board
2023-12-31 01:13:50 +05:30
Gunjan Gupta
e5bc900635
cleanup: remove unused binaries and blobs
2023-12-31 01:13:50 +05:30
Gunjan Gupta
a78b94e8d1
orangepizero2: Allow creating desktop images
2023-12-31 01:13:50 +05:30
Gunjan Gupta
61f9a017a7
Allwinner: edge: bump to 6.7-rc7
2023-12-31 01:13:50 +05:30
Gunjan Gupta
3ef176fcef
uwe5622-allwinner: update hciattach binary to fix intermittent segfaults
2023-12-30 22:06:55 +05:30
Igor Pecovnik
e24ec9ca51
Rework JetHub symlinking
2023-12-30 13:46:56 +01:00
Igor Pecovnik
ea064e2698
Remove dangling symlink
2023-12-30 13:46:56 +01:00
amazingfate
afc30e64eb
patching: set commit index length to 12 when rewriting patches
2023-12-30 13:33:56 +01:00
Gunjan Gupta
40b8751420
meson-s4t7: switch u-boot to 1.5.2 release
2023-12-30 04:48:51 +05:30