Commit Graph

5603 Commits

Author SHA1 Message Date
The-going
641025e1a4 sunxi-6.6: Switch to v6.6.37, edit incorrect patch messages 2024-08-02 17:21:36 +02:00
Ricardo Pardini
0a3411ec05 thinkpad-x13s: bump to jhovold's 6.10 (from -rc7) 2024-08-02 17:20:56 +02:00
Gunjan Gupta
468342d3f7 meson-s4t7: add comment to ensure rebuild of bsp package 2024-07-30 15:39:34 +02:00
Gunjan Gupta
4d0d2a4c85 kernel: meson-s4t7: update config to match latest fenix changes 2024-07-30 15:39:34 +02:00
SteeManMI
507c89168c Enable CONFIG_POWER_RESET_MESON64 2024-07-29 08:16:37 +02:00
SteeManMI
1c5ed3622a rewrite kernel config 2024-07-29 08:16:37 +02:00
SteeManMI
41fbb0802a Initial changes to move meson64 edge from 6.9 to 6.10 2024-07-29 08:16:37 +02:00
chainsx
882255833e sun55iw3-syterkit: update kernel config 2024-07-29 08:16:20 +02:00
Ivan Podogov
8814cc9f3e
Switch Retro Lite CM5 back to legacy U-Boot (#7004)
This allows us so successfully boot Armbian, ROCKNIX and Android.
2024-07-28 18:36:04 +01:00
amazingfate
94ef30d4bc bootenv: add rk356x.txt for larger cma size 2024-07-28 14:35:34 +08:00
amazingfate
e1a64270fa rockchip64-edge: add rkvdec2 for rk356x 2024-07-28 14:35:34 +08:00
Igor Pecovnik
d2d6892d82 Debian: drop support for Budgie on Trixe / Bookworm. Packages are not anymore in the repo 2024-07-28 08:12:35 +02:00
Igor Pecovnik
759274b7a1 UEFI x86 and arm64: Bump EDGE kernels to 6.10.y 2024-07-27 12:40:25 +02:00
Igor
2091d1046f Board maintainer = git username 2024-07-25 16:42:46 +02:00
sicXnull
37ef83a6f6 add Heltec HT-M2808 2024-07-25 16:42:46 +02:00
amazingfate
0621b9008f add new board armsom-aim7-io 2024-07-25 16:42:04 +02:00
chainsx
1c7c5d302d fix rk3568-roc-pc 2024-07-25 16:40:28 +02:00
The-going
f878f14dab write_uboot_platform: Fix a false shell message 2024-07-24 14:05:26 +02:00
The-going
6998d836d4 write_uboot_platform: Fix SC2068 (error): Double quote array expansions 2024-07-24 14:05:26 +02:00
The-going
323ba5234e spacemit: write_uboot_platform: Fix the reverse logic 2024-07-24 14:05:26 +02:00
The-going
95aa15ac53 spasemit: write_uboot_platform: Write to the SD\eMMC with verification
The bootinfo_emmc.bin file never changes.
The FSBL.bin file changes very rarely.

Using only coreutils, compare byte by byte the files
and the memory area in which they should be located.
If there is a match, then don't write anything down,
but just output a message.
Synchronization after each recording action.

Signed-off-by: The-going <48602507+The-going@users.noreply.github.com>
2024-07-24 14:05:26 +02:00
Patrick Yavitz
0e96084a2e SpacemiT: write_uboot_platform: eMMC Support
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-07-24 14:05:26 +02:00
Ben Hoff
bb8633f26e modify config to build synopsys module 2024-07-24 14:03:54 +02:00
schwar3kat
129dd4c3aa
Fix_rtl8189fs_WiFi_driver (#6984)
Fix wrong commit being pulled for rtl8189fs WiFi driver.

Add CONFIG_RTL8189FS=m to linux-sunxi-current.config and linux-sunxi64-current.config.
2024-07-23 17:16:54 +12:00
Paolo Sabatino
7da7bbf61c rockchip: bump edge kernel to 6.10 2024-07-22 19:18:14 +02:00
Paolo Sabatino
4ae0a95814 rockchip64: bump edge kernel to 6.10 2024-07-22 19:17:52 +02:00
Paolo Sabatino
c1dc5a2be1 rockchip64: fix rk3399 miniloader 2024-07-22 19:10:32 +02:00
Igor Pecovnik
49e0ec5d0e Temporally move TI build targets to EOS as Git is out of reach
TBD:
- establish mirror for 3rd party Git hosts
- revert once starts to work
2024-07-21 18:54:49 +02:00
Ivan Podogov
a6c1308e24 Add board config for Retro Lite CM5 2024-07-20 09:15:24 +02:00
Ivan Podogov
075b75d023
Enable sound and battery for Retro Lite CM5 (#6971) 2024-07-19 16:14:20 +01:00
amazingfate
5697ba6153 add new board armsom-sige5 2024-07-19 22:49:52 +08:00
amazingfate
e22fe7e7e8 config: rk35xx-vendor: add rk3576 support 2024-07-19 22:49:52 +08:00
amazingfate
7cd7ec3ba4 add new soc rk3576 support family rk35xx 2024-07-19 22:49:52 +08:00
amazingfate
7cf6f99e75 rk35xx-vendor: bump to latest sdk release rkr3 2024-07-19 14:04:41 +08:00
Gunjan Gupta
d7d382db69 meson-s4t7: set u-boot code to use branch instead of specific tag 2024-07-18 11:44:41 +02:00
Igor Pecovnik
dbcbede702 Trixie: remove non-existing packages from Budgie desktop 2024-07-18 11:43:56 +02:00
Patrick Yavitz
c5be5a8537 SpacemiT: BananaPi F3: update to BL v1.0.8
Legacy: use TAG instead of BRANCH (gives us more control)
Current: update DTS files
Current: add needed patches up to v1.0.8
Fixup bluetooth node and disable by default (half broke anyway)
Misc fixups to bananapif3.wip and spacemit.conf file

Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-07-17 03:30:39 -04:00
Patrick Yavitz
7f47cc7a53 SpacemiT: BananaPi F3: U-Boot: use TAGS and add SCRIPT support.
A boot.cmd file still needs to be created, but this is
functional.

Overlay support is now baked into the syslinux patch.

Signed-off-by: Patrick Yavitz <pyavitz@xxxxx.com>
2024-07-17 03:30:22 -04:00
Tony
0898df5db4
Add Libre Computer Alta and Solitude (#6952)
Alta tested OK, Solitude not tesed (hence "WIP")
2024-07-16 11:16:01 -04:00
KREYREN
6d010db7bd Move teres-i in supported
My precious!
2024-07-15 09:36:50 +02:00
Patrick Yavitz
81925b1bba BananaPi CM4/M2S: Bump u-boot to v2024.07
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
2024-07-15 09:11:37 +03:00
Alessandro Lannocca
d3b1817c2c linux-rk35xx-vendor.config add RTW89_8852be=M 2024-07-14 23:08:27 +02:00
Alessandro Lannocca
95fcd32b16 plain linux-rk35xx-vendor.config rewrite-kernel-config 2024-07-14 23:08:27 +02:00
Igor Pecovnik
c377ba3c2e Desktops: replace missing packages with correct ones 2024-07-13 12:07:10 +02:00
Ricardo Pardini
673bf759e4 mainline-kernel: bump to 6.10-rc7
- just rockchip-rk3588 for now
2024-07-13 11:48:38 +02:00
Ricardo Pardini
ff6d3b51a5 thinkpad-x13s: bump to jhovold's wip/sc8280xp-6.10-rc7 2024-07-13 11:48:21 +02:00
Ricardo Pardini
f5a9fc2d92 nanopi-r5s: u-boot: pci enum in preboot; disable armbian-led-state
- pci enum in preboot; required for working m.2 when booting some older kernels
- this board has an overlay (DEFAULT_OVERLAYS="nanopi-r5s-leds") to drive the LEDs, disable armbian-led-state service
2024-07-10 12:46:54 +02:00
ColorfulRhino
de030c7e32 mt7623: Enable various Mediatek-related kernel config options
This enabled more Mediatek drivers for potential better support for the mt7623 SoC.
2024-07-09 18:04:21 +03:00
ColorfulRhino
28233a01c9 mt7623: Bump U-Boot to 2024.07
- Move uboot patch dir to v2024.07 since the `legacy` folder is only for vendor or very old uboots.
2024-07-09 18:04:21 +03:00
ColorfulRhino
c109943205 mt7623: current: Rewrite kernel config 2024-07-09 18:04:21 +03:00