Ricardo Pardini
859ecea496
meson64 current 6.1.y: drop patch that landed upstream in 6.1.36: mmc: meson-gx: fix deferred probing
2023-06-28 21:27:19 +02:00
Ricardo Pardini
ba71419b58
artifact-uboot: hack: add rkbin blob paths to variables hashed (otherwise changes aren't picked up)
...
- this definitely needs re-thinking later, each family might have completely different requirements (eg: meson64's FIPs vs rk's rkbins vs ...)
2023-06-28 21:27:09 +02:00
Ricardo Pardini
3324449fbe
kernel drivers: introduce KERNEL_DRIVERS_SKIP array to allow families to skip certain kernel drivers
...
- move rtw88's skip's from drivers_network.sh to their own family definitions
2023-06-28 21:26:54 +02:00
Ricardo Pardini
d9c3cf3a0a
Revert "update rk3588 spl, ddr, bl31 blobs"
...
This reverts commit 084fba8524 .
2023-06-28 21:26:44 +02:00
Muhammed Efe Çetin
a2fa87866e
Add bluetooth-hciattach extension to Orange Pi 5
2023-06-28 08:03:36 +02:00
Muhammed Efe Çetin
23c1b71eee
fix opi5 uboot building
2023-06-27 17:24:11 +02:00
Muhammed Efe Çetin
269871828b
rename nanopi-r6s.wip to nanopi-r6s.conf
...
add myself as a maintainer to nanopi-r6
2023-06-27 13:37:14 +02:00
igorpecovnik
056121ebda
Update report
2023-06-27 13:36:59 +02:00
Ricardo Pardini
9d0bf2940f
khadas-vim3l: update asound.state with correct card name and enable HDMI output
2023-06-27 11:39:36 +02:00
Ricardo Pardini
5a964dda7a
khadas-vim3: update asound.state enabling HDMI out
2023-06-27 11:39:36 +02:00
Ricardo Pardini
8b0fb1537b
meson-{sm1|g12a|g12b}: default, but don't override, ASOUND_STATE; this way board-specific asound.state's are honored
...
- add logging during actual deployment so we know what is happening
2023-06-27 11:39:36 +02:00
Ricardo Pardini
81125507f9
meson64 edge 6.4: bump from 6.4-rc5 tag to linux-6.4.y branch
...
- rebase one patch
2023-06-27 07:10:28 +02:00
Gunjan Gupta
d63d08f375
NanoPi Duo2: enable ethernet and powerbutton
2023-06-27 07:09:57 +02:00
Gunjan Gupta
5b5be43d10
Add maintainer for nanopiduo2
2023-06-27 07:09:44 +02:00
Ricardo Pardini
8e4ca7d36a
armbian-kernel: was too hungry in disabling kernel debug, let DEBUG_MISC & SLUB_DEBUG alone
2023-06-26 21:34:43 +02:00
dependabot[bot]
0359e2241b
Bump ossf/scorecard-action from 2.1.3 to 2.2.0
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 2.1.3 to 2.2.0.
- [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.1.3...v2.2.0 )
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 21:19:49 +02:00
dependabot[bot]
205319e56e
Bump tj-actions/changed-files from 36 to 37
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 36 to 37.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v36...v37 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-06-26 21:18:49 +02:00
Ricardo Pardini
3bb614af43
khadas-vim3l: introduce SPI-NOR/MTD u-boot build, using old(er) FIP blobs
...
- move FIP signing code from meson-sm1.conf's `uboot_custom_postprocess()` to the board's own `post_uboot_custom_postprocess` hook
- fetch a secondary FIP blob repo at a revision with working FIP blobs for SPI (see https://github.com/LibreELEC/amlogic-boot-fip/pull/10 )
- implement `post_uboot_custom_postprocess__khadas_vim3l_uboot_new_and_old_blobs()` doing a dance for SD/eMMC with new blobs, and SPI with old blobs.
2023-06-26 20:55:35 +02:00
Ricardo Pardini
4456572267
khadas-vim3l: bump u-boot to 2023.07-rc4, add KBI support for easy PCI/USB3 switching
...
- symlink in patch/u-boot/v2023.07 from `board_khadas-vim3` to `board_khadas-vim3l` since KBI is the same for both
- add myself as BOARD_MAINTAINER
2023-06-26 20:55:35 +02:00
Ricardo Pardini
5fdb5b4dbf
khadas-vim3: introduce SPI-NOR/MTD u-boot build, using old(er) FIP blobs
...
- move FIP signing code from meson-g12b.conf's `uboot_custom_postprocess()` to the board's own `post_uboot_custom_postprocess` hook
- fetch a secondary FIP blob repo at a revision with working FIP blobs for SPI (see https://github.com/LibreELEC/amlogic-boot-fip/pull/10 )
- implement `post_uboot_custom_postprocess__khadas_vim3_uboot_new_and_old_blobs()` doing a dance for SD/eMMC with new blobs, and SPI with old blobs.
2023-06-26 20:55:35 +02:00
Ricardo Pardini
9aca4e549a
khadas-vim3: bump u-boot to 2023.07-rc4, add KBI support for easy PCI/USB3 switching
...
- this introduces the `v2023.07` u-boot patch directory, with the boot-usb-nvme-scsi-first patch rebased
- add myself as BOARD_MAINTAINER
2023-06-26 20:55:35 +02:00
Muhammed Efe Çetin
084fba8524
update rk3588 spl, ddr, bl31 blobs
2023-06-26 20:55:14 +02:00
Gunjan Gupta
b3c6f44529
allwinner: use different work directory for u-boot source when crust is enabled
2023-06-26 20:54:55 +02:00
Gunjan Gupta
a747ba2c37
Only install gcc-or1k-bin package when building images with crust-firmware support
2023-06-26 20:54:55 +02:00
Gunjan Gupta
748eba0031
Allwinner: Bump u-boot to v2023.07-rc4
2023-06-26 20:54:19 +02:00
Gunjan Gupta
5715b12d2f
Allwinner: Bump ATF to 2.9.0
2023-06-26 20:54:19 +02:00
Gunjan Gupta
e4f9f637a6
Allwinner: Bump u-boot to 2023.04
2023-06-26 20:54:19 +02:00
Gunjan Gupta
9525b2d16c
Allwinner: Bump u-boot to 2023.01
2023-06-26 20:54:19 +02:00
Jannis
ef0598a88e
helios4: Fix pwm patch ( #5392 )
2023-06-26 20:52:58 +02:00
AGM1968
a2628bea9e
sunxi-6.2 Series Fixes ( #5379 )
2023-06-26 20:40:47 +02:00
Ricardo Pardini
1c4d394d88
thinkpad-x13s: firmware PR has landed, remove usage of rogue fw fork
2023-06-26 16:29:51 +02:00
Muhammed Efe Çetin
879a97603a
Add sata spi image to Orange Pi 5
2023-06-26 16:29:39 +02:00
Ricardo Pardini
6c232a1303
grub: add hooks, fix GRUB font & wallpaper, introduce grub-with-dtb extension
...
- introduce hooks `grub_early_config`, `grub_pre_install` and `grub_late_config`
- what we see here is an extension that itself has hooks, that just works
- introduce extension `grub-with-dtb`, which
- enables `grub` extension
- requires `BOOT_FDT_FILE` to be set
- includes `/etc/armbian-grub-with-dtb` with `BOOT_FDT_FILE=` in the bsp-cli
- includes `/etc/kernel/postinst.d/armbian-grub-with-dtb` in the bsp-cli
- which reads the above and creates links for `/boot/armbian-dtb-<version>` when deploying deb's
- adds implementations of the hooks above to
- replace the distro's `10_linux` with our own `09_linux_with_dtb`
- which looks for `/boot/armbian-dtb-<version>`
- forcibly run `/etc/kernel/postinst.d/armbian-grub-with-dtb` during image build, since bsp-cli is installed after linux-image
- uefi-arm64: enable GRUB wallpaper by setting `UEFI_GRUB_TERMINAL=gfxterm`
- force GRUB_FONT so Ubuntu is not confused and gfxterm (incl wallpaper) finally works
2023-06-26 13:52:29 +02:00
Ricardo Pardini
4a3d64b6c1
thinkpad-x13s: add wip board; use steev's 6.3.y kernel as an uefi-arm64 BRANCH=sc8280xp; force modules & fw in initrd
...
- add `GRUB_CMDLINE_LINUX_DEFAULT` with `efi=noruntime clk_ignore_unused pd_ignore_unused` so it actually boots
- use `grub-with-dtb` for the (required) DTB usage in grub
- use a customize hook to add a lot of modules & fw into initrd, required for booting
- if on RELEASE=lunar, add Ubuntu's "x13s Concept" PPA and a few packages for battery control/audio
2023-06-26 13:52:15 +02:00
Ricardo Pardini
97dbec7717
armbian-kernel: further insist on disabling kernel debug, since DEBUG_INFO is auto-enabled by DEBUG_INFO_DWARF5 and others
2023-06-26 13:51:46 +02:00
Ricardo Pardini
017a006acb
cleanup-space-final-image: keep qcom and qed firmware (for thinkpad-x13s)
2023-06-26 13:47:00 +02:00
Patrick Yavitz
da0f7467a4
patch/misc/rtw88: wireless-next 2023-06-22
...
This brings the patch set up to 2023-06-22 wireless-next
Drivers tested;
8822CS. 8821CU and 8723DS
Notables;
Not seeing random dmesg spam `rtw_8822cs failed to get tx report from firmware` which I would see on both the CS and CU from time to time.
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
2023-06-26 13:46:40 +02:00
Jens J
42de8b678c
handle kernel.org forks
2023-06-26 13:45:04 +02:00
Igor
4be9d86bec
Revert "Bookworm xfce ( #5369 )"
...
This reverts commit a41e768f53 .
2023-06-24 13:15:39 +02:00
Richard Neese
a41e768f53
Bookworm xfce ( #5369 )
...
* Remove Old Link Dir Bookworm to Bullseye
* add new bookworm and with new apps dir
* new files for xfce to remove the use of .skel
2023-06-22 20:23:31 +02:00
Richard Neese
b5e9774eda
Adding support for new desktops ( #5367 )
2023-06-22 20:21:09 +02:00
Richard Neese
fa3a44e232
Fix background path for lightdm login background ( #5366 )
2023-06-22 20:20:45 +02:00
Igor
8356063d05
Remove deprecated patches
2023-06-22 18:12:03 +02:00
Gunjan Gupta
03acc0fefa
config: boards: README.md: Add explaination for CRUSTCONFIG
2023-06-21 09:31:48 +02:00
Igor
e4115ad23b
Disale wireless driver for private kernel
2023-06-20 23:07:22 +02:00
Gunjan Gupta
a38742d96e
Enable crust for nanopiduo2
2023-06-20 21:36:31 +02:00
Gunjan Gupta
fddd8d1de4
allwinner: add u-boot patches to enable crust on H3
2023-06-20 21:36:31 +02:00
Gunjan Gupta
8278dc5e42
allwinner: Enable crust compilation
2023-06-20 21:36:31 +02:00
hzy
b18b58c902
Regenerate CODEOWNERS
2023-06-20 21:36:13 +02:00
hzy
6f91548c17
Add script to auto-generate CODEOWNERS
...
This script will read `BOARD_MAINTAINER` from all board configs and generate `CODEOWNERS`
2023-06-20 21:36:13 +02:00