Igor Pecovnik
f56bfc7553
chore: rename workflow files to action-oriented naming
...
Rename all workflow files to follow a consistent action-oriented naming pattern similar to armbian.github.io:
- adjust-maintainers.yml → sync-maintainers-status.yml
- clean-workflow-logs.yml → cleanup-workflow-logs.yml
- forked-helper.yml → help-forked.yml
- issue-welcome-first-time.yml → welcome-issue-first-time.yml
- labels-from-yml.yml → sync-labels.yml
- merge-announce.yml → announce-merge.yml
- open-jira-ticket.yml → create-jira-ticket.yml
- pr-announce.yml → announce-pr.yml
- pr-auto-labeler.yml → auto-label-pr.yml
- pr-build-artifacts.yml → build-pr-artifacts.yml
- pr-check-pictures.yml → check-pr-pictures.yml
- pr-kernel-security-analysis.yml → analyze-pr-kernel-security.yml
- pr-label-on-approved.yml → label-pr-on-approval.yml
- pr-lint-scripts.yml → lint-pr-scripts.yml
- pr-review-listener.yml → listen-pr-review.yml
- pr-welcome-first-time.yml → welcome-pr-first-time.yml
- rewrite-kernel-configs.yml → rewrite-kernel-config-files.yml
- update-board-list.yml → sync-board-list.yml
- update-tools.yml → sync-tools.yml
This makes the workflow names more descriptive and consistent with the action verb first, followed by the target object.
2025-12-25 11:43:57 +01:00
Igor Pecovnik
60e869c42c
Move boards with vendor intel_amd under generic vendor
2025-12-22 22:08:34 +01:00
Viacheslav Bocharov
492b96aeeb
fix(apt-utils): add fallback for Ubuntu LTS releases without -updates suffix in JSON
...
Problem: armbian-base-files artifact for jammy fails to build because
apt_find_upstream_package_version_and_download_url() looks for 'jammy-updates'
in https://github.armbian.com/base-files.json , but only 'jammy' key exists.
Root cause:
- For Ubuntu LTS (focal, jammy), code sets package_download_release to '${RELEASE}-updates'
- JSON file from github.armbian.com only has base release keys (jammy, noble, etc)
- jq query returns null for 'jammy-updates'
- Artifact excluded from build matrix after 10 retries
Solution: Add fallback logic
- First try with '-updates' suffix (jammy-updates)
- If not found and release ends with '-updates', retry with base release (jammy)
- This allows using base release data when -updates is not available
Impact:
- Fixes jammy base-files artifact build
- Allows jammy images to build (they depend on this artifact)
- Maintains preference for -updates when available
- No impact on other releases (Debian, non-LTS Ubuntu)
2025-12-22 21:26:37 +01:00
Igor Pecovnik
8f6e41e84a
Adjusting board names - cosmetic issue
2025-12-22 21:26:27 +01:00
dependabot[bot]
25c45dc8ae
build(deps): bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 21:23:13 +01:00
dependabot[bot]
7387a01316
build(deps): bump actions/checkout from 4 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-12-22 21:23:04 +01:00
Igor Pecovnik
ecbe66fdb5
We don't want to use defaults but override
2025-12-22 21:22:51 +01:00
EvilOlaf
3c9d3e227a
make sun55iw3 inherent to sunxi64, remove duplicates
2025-12-22 21:22:51 +01:00
EvilOlaf
6ccc327967
sun55iw3: move to general sunxi patchset
2025-12-22 21:22:51 +01:00
EvilOlaf
430d9ab41b
Port patches from PR #8831
2025-12-22 21:22:51 +01:00
EvilOlaf
145fd0b799
fix indentations
2025-12-22 21:22:51 +01:00
EvilOlaf
6520578103
sunxi: backport allwinner a523/t527 patches from 6.19
2025-12-22 21:22:51 +01:00
igorpecovnik
823d977933
Automatic board configs status synchronise
2025-12-22 09:34:31 +01:00
Werner
4b431536e8
adjust function names for the sake of consistency ( #9108 )
...
* adjust function names for the sake of consistency
* missed one
2025-12-22 05:22:13 +01:00
Fabian Wolter
3aacc125a6
rockchip64: Fix IEP driver
2025-12-21 13:42:12 +01:00
igorpecovnik
8a6d280518
Automatic board configs status synchronise
2025-12-21 13:38:39 +01:00
Igor Pecovnik
f6b90e515c
Fix missing board vendor relations
2025-12-20 23:27:15 +01:00
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
brentr
7a84087f74
DevTree overlays to enable RK3308 UARTS ( #9072 )
...
* rk3308 dts overlays to enable its built-in uarts
* Add rk3308 uart enabling device tree overlays
2025-12-19 16:30:25 +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
4be2185a50
rockchip64-6.18: radxa-e24c: map LEDs to RTL DSA switch ports
2025-12-19 16:16:17 +01:00
Ricardo Pardini
cc58129bc6
rockchip64-6.18: add DeviceTree for radxa-e24c (picked from Kwiboo)
...
- works: PCIe/NVMe, GMAC, Realtek DSA switch, SD, SPI-NOR
- does not work: USB (I didn't manage to pick correctly; lets wait for Kwiboo on this)
- untested: everything else
2025-12-19 16:16:17 +01:00
Ricardo Pardini
a28680603d
rockchip64-6.18: rk3528: PCIe & SFC enablement; RTL DSA fixes
...
- rk3528 PCIe patch from 6.19
- rest is all Kwiboo
- I didn't pick GRF/USB/thermal stuff as I couldn't make it work
2025-12-19 16:16:17 +01:00
Ricardo Pardini
d3683b7230
radxa-e24c: u-boot: edge: disable gmac1 as the dsa switch won't work anyway
...
- the gmac works, but is connected to switch chip that is not supported by u-boot
- here I disable gmac1 for the u-boot DT
- that allows for easier booting from USB ethernet adapters
2025-12-19 16:16:17 +01:00
Ricardo Pardini
b2086d997f
radxa-e24c: u-boot: edge: add USB NET drivers to defconfig
...
- so we can boot from USB network in 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
Ricardo Pardini
d4f7046c88
compress-checksum: introduce COMPRESS_OUTPUTIMAGE=zst ( #9101 )
2025-12-19 13:00:45 +01:00
Ricardo Pardini
de044ed362
meson64: 6.18: drop cacheref S922X fix patch as it landed on 6.18.2 ( #9100 )
2025-12-18 20:08:41 +02:00
EvilOlaf
13c79f67fe
add overlay folder to Makefile
...
The autopatcher thingy seems borked as it seems this line should be included automatically (??)
2025-12-18 14:20:54 +01:00
EvilOlaf
79b934e886
remove auto-generated files
2025-12-18 14:19:17 +01:00
EvilOlaf
44403a53be
h616: rename misleading patch, adjust header
2025-12-18 14:19:17 +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
github-actions[bot]
7828271e27
tools: Bump BATCAT_VERSION from 0.26.0 to 0.26.1 ( #9083 )
...
Co-authored-by: igorpecovnik <6281704+igorpecovnik@users.noreply.github.com>
2025-12-17 18:34:07 +02: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
91d18529ec
SpacemiT: Fixup formatting in lcd_tc358762xbg_dpi_800x480.dtsi
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
4e7df4389e
MusePi Pro: Fixup rgmii0: phy
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2025-12-16 14:24:48 -05:00
Patrick Yavitz
e2acf04eb5
SpacemiT: Fixup cpus node
...
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