Commit Graph

6850 Commits

Author SHA1 Message Date
Igor Pecovnik
7e8a64f4ec Board vendors adjustements for generic targets
Failback to SoC and not use generic as this is reserved for UEFI while none of those are close to that.
2025-12-20 22:02:06 +01:00
igorpecovnik
69e8482426 Automatic board configs status synchronise 2025-12-20 06:21:06 +01:00
Igor Pecovnik
3d66969166 Bump rockchip edge to 6.18.y 2025-12-19 20:53:57 +01:00
Andrei Aldea
f37e972f40 TI SK-AM62-SIP Remove Edge Target
Caused build failures in OS because not in upstream u-boot yet.
2025-12-19 20:52:57 +01:00
Ricardo Pardini
4cfdd3c361 radxa-e24c: enable edge branch by picking from Kwiboo's WiP tree
- works pretty nice (albeit no USB support in kernel, only u-boot)
- this is still `WiP`: once Kwiboo lands his rk3528 patchset,
  most of this will change / be much simpler. Just be patient!
- Important: the Realtek DSA switch chip is not really understood
  by the likes of NetworkManager and systemd-networkd; they'll think
  the board has 4 ethernet interfaces, which is not really true.
  Only one real MAC address (the SoC's GMAC) exists; in front of it
  is a programmable switch; to make it work one needs custom setup
  to bridge the LANx ports and keep WAN separate. Even then, the
  WAN port will have the same MAC as LANx and needs to be really
  used on a separate physical network, otherwise chaos/conflicts.
  For simple usage/testing, I recommend to connect only LAN1 and
  disable the other ports in NetworkManager after the first boot.
- Note: `edge` u-boot can be written to MTD/SPI-FLASH and works.
  But keep in mind  it _cannot_ boot the vendor kernel (it hangs
  during pcie init); might work when booting from SD, if pcie is
  not enumerated by u-boot.
2025-12-19 16:16:17 +01:00
Ricardo Pardini
4a8a557669 radxa-e24c: u-boot: edge: enable the wondrous CONFIG_ROCKCHIP_MASKROM_IMAGE
- also include `u-boot-rockchip-usb471.bin` and `u-boot-rockchip-usb472.bin`
2025-12-19 16:16:17 +01:00
Ricardo Pardini
ea57d65665 radxa-e24c: u-boot: edge: mainline u-boot, picked from Kwiboo's WIP branch
- I couldn't wait
- Using a few commits _after_ v2026.01-rc4
2025-12-19 16:16:17 +01:00
EvilOlaf
010fd7a898 sunxi: bump current and edge to latest minor, rewrite patches 2025-12-19 16:15:50 +01:00
Werner
95535bb6dc
rpi4b: bump legacy, current and edge to new major versions (#9097) 2025-12-19 15:08:26 +01:00
Igor Pecovnik
6e12c118b2 WSL2: Drop UEFI images designed specially for WSL2 as they are not needed anymore 2025-12-18 14:17:39 +01:00
Jonas Wood
d97928ba17 ti: configs: boards: Clean up ATF args into one var
Signed-off-by: Jonas Wood <jw@ti.com>
2025-12-17 19:08:01 -06:00
Jonas Wood
93175364dd ti: configs: boards: Add SK-AM62-SIP (AM62x SoC) board support
Signed-off-by: Jonas Wood <jw@ti.com>
2025-12-17 19:08:01 -06:00
Jonas Wood
04d3ad59cb ti: configs: boards: Add SK-AM62-LP (AM62x SoC) board support
Signed-off-by: Jonas Wood <jw@ti.com>
2025-12-17 19:08:01 -06:00
Jonas Wood
dd44469fc6
ti: configs: family: k3: Update baseline to 11.02.08 (#9091)
Signed-off-by: Jonas Wood <jw@ti.com>
Co-authored-by: Andrei Aldea <7153954+Grippy98@users.noreply.github.com>
2025-12-16 17:05:52 -06:00
Igor Pecovnik
7add411587 Add new required information to board config BOARD_VENDOR="friendlyelec" 2025-12-16 23:48:54 +01:00
Jana Rettig
e53ef4fd5e add NanoPi Zero2 support 2025-12-16 23:48:54 +01:00
Patrick Yavitz
cb892185de Add BOARD_VENDOR var to BananaPi BPI-F3 and MusePi Pro
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
4614131784 SpacemiT: EDGE: Remove # CONFIG_MODULE_SIG is not set
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
6ed0845292 Update spacemit edge defconfig
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
e2ba02a797 SpacemiT: Fixup family spacemit.conf
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
f7ed4bb371 Add SpacemiT MusePi Pro board.conf
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
04d854805a SpacemiT: Update family.conf
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Werner
3d46ef80e0
sunxi: bump edge to 6.18 (#9049)
* sunxi-6.18: make the mess even worse

* fixing one of megis patches and add sunxi 32bit to the mess

* rewrite against 6.18

* fix media-ov5640-Don-t-powerup-the-sensor-during-driver-probe.patch

* fix media-sun6i-csi-implement-vidioc_enum_framesizes.patch

* fix misc-modem-power-Power-manager-for-modems.patch

* Fix usb-gadget-Fix-dangling-pointer-in-netdev-private-data.patch, include rewrite

* fix mmc-sunxi-mmc-Remove-runtime-PM.patch, two hunks no longer apply

* re-extract all of megis patches

* remove unneeded branch

* add note to disabled patch

* auto-generated, out of date

* drop megous drm patches in favor of Jernej's work. disable broken patches

* disable patch which breaks compilation for armhf

* disable breaking patch, rewrite everything

* remove patches unrelated to sunxi family

* fix spi dev compatible patch

* fix tsc2007 patch

* drop mainlined patch, adjust x96 mate T95 eth sd card hack

* remove upstreamed patch

* re-enable no longer broken

* another rewrite to align stuff properly

* adjust various comments in series.conf

* recover lost overlays

* uew5622: fix compilation against Linux 6.18

* fix Add-sunxi-addr-driver-Used-to-fix-uwe5622-bluetooth-MAC-address.patch

* adjust patch subject to make sense

* restore fixup creation
restore overlay prefix on opiz2
this needs to be properly sorted at some point

* bump to 6.18.1
sunxi and sunxi64 build just fine

* fix and re-enable drv-mfd-axp20x-add-sysfs-interface.patch

* rewrite patches
2025-12-16 12:35:24 +01:00
EvilOlaf
aefdf1c3e7 re-enable extrawifi 2025-12-15 10:37:46 +01:00
EvilOlaf
682ee1cb09 sunxi: bump current to latest minor 2025-12-14 21:30:26 +08:00
Igor
4850dbfbf9
Add BOARD_VENDOR to board configs (#9063)
* Add BOARD_VENDOR to board configs

* Add BOARD_VENDOR to all board configuration files

- Added BOARD_VENDOR variable to board configuration files
- Using lowercase vendor slugs (e.g., friendlyelec, radxa, xunlong)
- Set 'generic' for boards without clear vendor match
- TV box files (.tvb) excluded as they have no clear vendor
- Enables better board categorization and vendor-specific handling

* Manual adjustements on top of AI matching

* Drop doubled definition and add retroid vendor
2025-12-14 10:28:37 +01:00
simple
7106434581 Enable CONFIG_SND_SOC_RT5651 2025-12-11 14:22:14 +01:00
Mecid Urganci
ff59a4bc96 Genio: Address PR comments 2025-12-11 14:20:51 +01:00
Mecid Urganci
8f56288384 Genio: Update boot cmd 2025-12-11 14:20:51 +01:00
Mecid Urganci
8687e9d31a Radxa-Nio-12L: Switch Uboot flow from EFI to extlinux 2025-12-11 14:20:51 +01:00
Ricardo Pardini
4e027a40d6 rockchip64_common: rk3528: add ROCKUSB_BLOB 2025-12-11 04:36:51 +08:00
Ricardo Pardini
45753ae6d9 Add Radxa E24C; vendor kernel and vendor u-boot only for now
- vendor stuff boots, mostly works
- edge started, using Kwiboo's tree, but not enabled
  - u-boot mostly works, but needs rework against v2026.01
  - revisit after 6.19
    - rk3528 pcie already landed
  - the RTL8367RB switch vs the GMAC might need more work
2025-12-11 04:36:51 +08:00
Ricardo Pardini
7460168a98 rockchip64-edge (6.18): enable Realtek DSA switches (NET_DSA_REALTEK_RTL8365MB)
- for the Radxa E24C
2025-12-11 04:36:51 +08:00
Igor Velkov
6142670754 enable "watchdog" extension for Helios64 2025-12-11 04:06:24 +08:00
Igor Velkov
61ee51f211 enable "watchdog" extension for ODroid-N2 2025-12-11 04:06:24 +08:00
Igor Velkov
4cb597be8c enable "watchdog" extension for ODroid-M1 2025-12-11 04:06:24 +08:00
EvilOlaf
b62098db3f sunxi-current: bump to latest 6.12.y version 2025-12-11 03:44:59 +08:00
Andy Yan
e1efe2a6b7 Add support for rk3566-box-demo
This is a rk3566 tv box evaluation demo board.

Specification:
- Rockchip RK3566
- DDR4 4GB
- TF sd scard slot
- eMMC
- AP6398S for WiFi + BT
- Gigabit ethernet
- HDMI out
- USB HOST 2.0 x 2
- USB 3.0 x 1
- USB OTG 2.0  x 1
- 12V DC Power supply

Signed-off-by: Andy Yan <andyshrk@gmail.com>
2025-12-10 00:43:20 +01:00
Jianfeng Liu
e34c660423 rockchip64-edge: enable CONFIG_ROCKCHIP_DW_DP 2025-12-10 00:41:25 +01:00
SuperKali
e4ff220fef
nanopct6: Add ALSA sound card configuration (#9045)
Add asound.state configuration for NanoPC T6 and T6 LTS to properly
configure audio devices and mixer settings.

- Set ASOUND_STATE variable in board config
- Add asound.state.nanopct6 blob with preconfigured mixer settings

This ensures audio devices are properly initialized on first boot.
2025-12-09 09:55:42 +01:00
Mecid
22a5c46fdd Rock-5B-Plus: Fix Mainline u-boot
Tested on Rock-5B-Plus:
- SD-Card (empty SPI)
- NVMe (SPI flashed)
2025-12-08 21:32:36 +01:00
Igor Pecovnik
ffd425799a Drop libproxy1-plugin-gsettings as its gone from Forky / Sid and replaced with libproxy1v5 2025-12-08 06:39:00 +01:00
tabris
f53eac4253 framework - enable NTSYNC as a module on most kernels 2025-12-05 19:38:00 +01:00
Igor Pecovnik
5e537cdd47 ZFS requires package pahole in order to compile zfs module with success 2025-12-05 19:36:05 +01:00
letwir
fb95e49c3c
Rock-4D: Enable Wi-Fi & Bluetooth (#9029) 2025-12-05 15:54:01 +01:00
Ricardo Pardini
ed4ede9429 config/kernel: (many) change CONFIG_DUMMY=y to =m
- having CONFIG_DUMMY=y causes a fake/dummy interface `dummy0` to be
  _always_ present
  - that in turn can confuse things like cloud-init in nocloud-net mode
- changing it to module, it can still be used (just modprobe)
- I found this using `linux-rk35xx-vendor`, but I reason it applies to
  all kernels; most other kernels already have it `=m`
2025-12-04 18:40:12 +01:00
Andrew Davis
6f4e67b936
ti: configs: Update K3 kernel configs (#9019)
A couple of these configs have gotten out of sync with is making it
difficult for the automation scripting to properly re-write these
configs correctly. Mostly due to the "edge" kernel being updated
to the latest v6.18 kernel, but also due to the RT config not being
updated in some time. Manually update these configs and check for
correctness.

Signed-off-by: Andrew Davis <afd@ti.com>
2025-12-02 10:26:59 -06:00
Mecid
676832645d Genio: Collabora Kernel config post rewrite 2025-12-01 22:27:42 +01:00
Mecid
5364b6806b Genio: Update Linux Kernel config
Based on: ba2528bd91/arch/arm64/configs/defconfig
2025-12-01 22:27:42 +01:00
EvilOlaf
dc5dcaf5b6 edge: bump to stable and rewrite patches 2025-12-01 22:01:35 +01:00