qbisi
bf5ed6c79f
hinlink-h88k: fix headphones jack det gpio
2025-02-25 09:19:33 +08:00
qbisi
7303bac5fd
hinlink-h88k: sync dts from 6.12 to 6.13
2025-02-25 09:19:33 +08:00
dependabot[bot]
d375013205
build(deps): bump pyelftools from 0.31 to 0.32
...
Bumps [pyelftools](https://github.com/eliben/pyelftools ) from 0.31 to 0.32.
- [Changelog](https://github.com/eliben/pyelftools/blob/main/CHANGES )
- [Commits](https://github.com/eliben/pyelftools/compare/v0.31...v0.32 )
---
updated-dependencies:
- dependency-name: pyelftools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 20:40:52 +01:00
dependabot[bot]
ddc137de23
build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](https://github.com/ossf/scorecard-action/compare/v2.4.0...v2.4.1 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 20:40:40 +01:00
dependabot[bot]
a872d94778
build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](65c4c4a1dd...4cec3d8aa0 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-02-24 20:40:28 +01:00
Igor Pecovnik
b47d408ff7
After changing apt lists methodology, we need to rebuild rootfs cache
2025-02-24 12:43:04 +01:00
Igor Pecovnik
e4837dd90e
Extension V4L2: disable installation on minimal images
2025-02-24 11:54:08 +01:00
igorpecovnik
70c10c4df0
Automatic board configs status synchronise
2025-02-24 10:29:05 +01:00
Blieque Mariguan
8e75c8ebd1
feat: Use deb822 APT sources
...
- Replace `armbian.list` with `armbian.sources`. This holds the same
information in a newer format, deb822.
- Replace HTTP with HTTPS for Armbian repositories.
v25.2.1
2025-02-24 09:23:11 +01:00
Igor Pecovnik
f6d832ef98
Remove hard dependency for network manager
2025-02-24 09:22:59 +01:00
Igor Pecovnik
e541581263
Status changes: csc to conf and vice versa
...
- set build priorities
2025-02-24 09:22:59 +01:00
Ricardo Pardini
370f85b067
python3: do not rely on hostdeps python3-pip nor python3-dev; deploy pip via get-pip.py
...
- python3-pip implies a very old setuptools (which is system-wide and takes precedence)
- python3-dev implies python3-distutils (which is long deprecated)
- get-pip.py allows us to version pip in requirements.txt just like everything else
- in the end this fixes the conundrum with pylibfdt / dtschema on Jammy
- and, finally, the setuptools we specify in requirements.txt will be actually used
2025-02-24 09:21:53 +01:00
Werner
1033729455
arm64: dts: rockchip: fix gpio-line-names to radxa-rock-3a ( #7874 )
...
* rock-3a - fix formatting of gpio-line-names
properly format gpio-line-names, following the example from Trevor Woerner for his contribution to the radxa-zero-3 dt.
Also fix a wrong pin number
* fix applying
2025-02-24 09:21:41 +01:00
Thomas McKahan
1b5f1d365f
move Meson GX to LibreElec FIP
2025-02-24 09:21:13 +01:00
hzy
3aa63109b7
generate_CODEOWNERS.sh: corrent the path include ${BOARD}
2025-02-24 07:16:57 +01:00
hzy
97514b1dd1
generate_CODEOWNERS.sh: consider ATFPATCHDIR
2025-02-24 07:16:57 +01:00
hzy
bade9c7e3f
generate_CODEOWNERS.sh: consider BOOTPATCHDIR
2025-02-24 07:16:57 +01:00
hzy
de6168c8df
generate_CODEOWNERS.sh: correct the path of family config
2025-02-24 07:16:57 +01:00
hzy
de3185dc30
generate_CODEOWNERS.sh: run post_family_config hooks
2025-02-24 07:16:57 +01:00
hzy
342196a432
generate_CODEOWNERS.sh: correct default KERNELPATCHDIR
2025-02-24 07:16:57 +01:00
hzy
89c3c5b83d
generate_CODEOWNERS.sh: more dummy functions
2025-02-24 07:16:57 +01:00
hzy
830d9c465b
generate_CODEOWNERS.sh: make sort result reproducible
2025-02-24 07:16:57 +01:00
Mecid Urganci
eeb5e8eacf
rockchip64: RK3588 update DDR & BL31 blobs
2025-02-24 07:16:37 +01:00
Tony
ffe959bb18
small cleanup Meson64 ( #7868 )
2025-02-23 21:54:39 -05:00
Paolo Sabatino
86691d17e4
rockchip/64: fix again periodic dma and audio stuttering
v25.5.0-trunk.107
2025-02-23 19:26:53 +01:00
retro98boy
d19444bf8a
rockchip64: fix wrong GPIO direction in DP virtual extcon driver
...
The extcon-usbc-virtual-pd driver requests the detection GPIO with the flag GPIOD_OUT_LOW, which leads to a failure in gpiod_to_irq and consequently causes the driver loading to fail.
This issue can be fixed by changing GPIOD_OUT_LOW to either GPIOD_IN or GPIOD_ASIS.
This patch opts to change GPIOD_OUT_LOW to GPIOD_ASIS, as this is a less invasive approach. For devices intending to use this driver, it's also necessary to set the pinctrl property of the detection GPIO to input mode in the dts file.
2025-02-23 19:26:27 +01:00
TheSnowfield
745955110b
rockchip64:loaderimage: fix rk3308 uboot loader offset
2025-02-23 19:24:40 +01:00
Patrick Yavitz
a0bc90c360
BananaPi BPI-F3: Alphabetize DTS
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-02-23 19:22:53 +01:00
Patrick Yavitz
9102accba7
BananaPi BPI-F3: BOARD_MAINTAINER="pyavitz"
...
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com >
2025-02-23 19:22:53 +01:00
Thomas McKahan
11430de9a0
Bump Vim1-2 u-boot binaries (stopgap)
2025-02-23 19:21:29 +01:00
The-going
ecfde0c3d7
sunxi-6.6: Add i2c3_pa, all pwm pins
2025-02-23 09:56:20 +01:00
The-going
16d34e346b
sunxi-6.6: Switch to v6.6.75
2025-02-23 09:56:20 +01:00
The-going
ddaccc6bac
sunxi-6.6: Add BananaPi M4 Berry support
2025-02-23 09:56:20 +01:00
The-going
a544dbd8b5
config: Add BananaPi M4 Berry board as WIP
2025-02-23 09:56:20 +01:00
The-going
d25a12e782
u-boot: v2025.01: Add bananapi-m4-berry support
2025-02-23 09:56:20 +01:00
TheSnowfield
bc69b1d3eb
sakurapi-rk3308b: bump dts and vop patches to kernel 6.13
2025-02-23 09:55:48 +01:00
TheSnowfield
23ced3ea81
sakurapi-rk3308b: enable rockchip drm driver
2025-02-23 09:55:48 +01:00
TheSnowfield
91e25e2c01
sakurapi-rk3308b: enable vop and display output
2025-02-23 09:55:48 +01:00
TheSnowfield
3bca18ea7f
sakurapi-rk3308b: use full rk blobs instead
2025-02-23 09:55:48 +01:00
TheSnowfield
9af5f61214
rockchip64: rk3308: add vop and internal rgb lcdc output support
2025-02-23 09:55:48 +01:00
青菜萝 卜冬瓜
b86cf1adbb
sun55iw3-syterkit: update kernel config ( #7855 )
2025-02-23 15:55:42 +08:00
Ricardo Pardini
0c7596bd5a
export-logs: use multiple paste servers in order until one works
...
- user can override by setting PASTE_SERVER_HOST=some.paste.server.com
2025-02-22 22:35:45 -03:00
amazingfate
94949aec8a
kernel: fix for 6.14 make clean fail at tools dir due to upstream dir change
2025-02-22 23:19:31 +08:00
Igor Pecovnik
7184c5aa89
SM8250: drop upstreamed patch as it breaks compilation
2025-02-21 20:19:26 +01:00
Thorsten Maerz
4bddce99ef
MKS-Klipad50: Switch to standard support
2025-02-21 19:12:23 +01:00
chainsx
872a554c69
station-m2: use mainline devicetree name
2025-02-21 19:11:17 +01:00
Igor Pecovnik
533fc7dca5
Plucky: drop non existing packages
2025-02-20 09:25:32 +01:00
Igor Pecovnik
6adfd3a5e1
Raspberry PI: move EDGE kernel from 6.14 to 6.13 as it doesn't build
2025-02-20 08:30:03 +01:00
Werner
577e4f6ee7
Bump VERSION
...
Release branch has been created already so put this back to trunk to avoid self-made packages being overwritten by official packages at some point.
2025-02-20 07:01:23 +01:00
Ricardo Pardini
89a16b82f5
odroidm1: u-boot: enable setexpr; patch 2025.01 for fileenv; enable squashfs support
...
- as Armbian u-boot is possibly deployed to SPI (replacing Petitboot),
try to make as compatible as possible; eg enable squashfs support
- in this case, `setexpr` and `fileenv` are used by HAOS
- found `fileenv` here 049e1a1949
Signed-off-by: Ricardo Pardini <ricardo@pardini.net >
2025-02-20 07:00:43 +01:00