Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. thinkpad-x13s: bump to 6.6-rcX; support trixie/sid/mantis userspace sans PPA partitioning: efi: introduce UEFI_MOUNT_POINT_SKIP_FSTAB, if set to yes, skips /etc/fstab entry for the ESP sometimes we just don't want the ESP listed in the fstab, otherwise works the same thinkpad-x13s: bump to 6.6-rcX; support trixie/sid/mantis userspace sans PPA This requires https://github.com/armbian/firmware/pull/65 thinkpad-x13s: workaround ubuntu's pd-mapper only starting on "-laptop" kernels thinkpad-x13s: add fprintd and pam thinkpad-x13s: throws warnings about missing userspace if not trixie/sid/mantic thinkpad-x13s: split hooks into functions thinkpad-x13s: enable touchscreen hack via udev thinkpad-x13s: use override, not separate service, for systemd settage of BT public-addr thinkpad-x13s: "handle" alsa-ucm-conf by simply overwriting with fixed version thinkpad-x13s: update .config according to https://github.com/steev/linux/commit/0dbdb29bc458d2d46d2de2915ed5273ad5118617 thinkpad-x13s: bump to 6.6-rc4; add more cmdline params add a bunch of tricks I learned from jhovold's talk update .config, no changes thinkpad-x13s: bump to steev's lenovo-x13s-v6.6.0-rc5 - update .config, no changes thinkpad-x13s: bump to steev's lenovo-x13s-v6.6.0-rc5 thinkpad-x13s: trixie is missing fprintd/libpam-fprintd, skip for now if trixie thinkpad-x13s: set UEFI_MOUNT_POINT_SKIP_FSTAB=yes (otherwise hangs waiting for it, dunno why) View the full article
  2. Description Introduce a driver that leverages the virtual poweroff feature of Trust OS for rk322x that allow Power On with IR remote controller KEY_POWER. It brings the board into suspended state (ie: "virtual poweroff") on shutdown and resumes power when the user pushes KEY_POWER of the remote controller. This is for current 6.1 and edge 6.5 kernels on rk322x family, but it could be possible to extend to other rockchip socs with minor changes. The driver may need some polishing here and there, but it already very usable. To be enabled, it requires the ir-wakeup overlay. How Has This Been Tested? [x] current kernel compiled and tested on live debian bookworm system [x] edge kernel compiled and tested on live debian bookworm system Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  3. mekotronics-r58x-pro.wip: add new board Mekotronics R58X-Pro mekotronics-r58x-pro.wip: add new board Mekotronics R58X-Pro View the full article
  4. grub + grub-with-dtb: add back functions removed from mkconfig_lib in recent GRUB versions (2.12) grub + grub-with-dtb: add back functions removed from mkconfig_lib in recent GRUB versions (2.12) this should make 09_linux_with_dtb.sh work across all RELEASE's, sid and mantic included extra: if grub-mkconfig (update-grub) fails, show all involved source files View the full article
  5. ubuntu: add mantic (23.10), symlinks to lunar ubuntu: add mantic (23.10), symlinks to lunar ubuntu: desktop gnome: drop package gconf2 this had already been done for Debian variants View the full article
  6. rockchip-rk3588: add -Wno-error=enum-int-mismatch to u-boot CFLAGS so it builds with gcc 13+ rockchip-rk3588: add -Wno-error=enum-int-mismatch to u-boot CFLAGS so it builds with gcc 13+ this applies to all u-boots in this family View the full article
  7. mixtile-blade3: enable pci3x4 nvme boot (requires u.2 -> m.2 adapter from blade3 case kit) mixtile-blade3: enable pci3x4 nvme boot (requires u.2 -> m.2 adapter from blade3 case kit) View the full article
  8. patching: accept a sha1 in BASE_GIT_TAG (as well as branch or tag) patching: accept a sha1 in BASE_GIT_TAG (as well as branch or tag) just for convenience View the full article
  9. dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot dep either dpkg-deb: don't use fakeroot, we're already root; don't add fakeroot dep either dpkg-deb: rename fakeroot_dpkg_deb_build -> dpkg_deb_build View the full article
  10. The fall conference season continues next week with the X.Org Developer's Conference, taking place from October 17 to 19 in A Coruna, Spain. Sponsored by Collabora, this event brings together developers with an interest in open graphics and is free to attend. View the full article
  11. Description Legacy kernel is not supported no more for these rockchip boards and thus, they can be removed from their associated board configuration files. Jira reference number AR-1882 Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  12. v2: arch: arm64: dts: amlogic: meson-g12b-waveshare-cm4-io-base-b Fan, RTC and USB support RTC requires rtc pcf85063 driver Fan requires hwmon emc2305 driver (new addition) hwmon: emc2305: fixups for driver The driver had a number of issues, checkpatch warnings/errors, and other limitations, so fix these up to make it usable. Additional: hwmon: emc2305: Change OF properties pwm-min & pwm-max to u8 hwmon: emc2305: Add calls to initialize cooling maps How was it tested? Built a new image with the following changes and booted to make sure it works as it should. Inactive: == Waveshare CM4-IO-BASE-B with BPI-CM4 Module (6.1.57-current-meson64) CPU usage: 0 Processors: Cortex-A53 @ 2016MHz 51°C, Cortex-A73 @ 2400MHz 53°C Cur freq: 1000MHz 2400MHz Fan: 0 RPM (0) <-- FAN INACTIVE Online: 0-5 Governor: ondemand Memory: 3.7G 331M Entropy: 256 Uptime: 14:12:26 up 18 min, 4 users, load average: 0.01, 0.24, 0.31 Active: == Waveshare CM4-IO-BASE-B with BPI-CM4 Module (6.1.57-current-meson64) CPU usage: 90 Processors: Cortex-A53 @ 2016MHz 82°C, Cortex-A73 @ 2400MHz 82°C Cur freq: 2016MHz 2400MHz Fan: 3368 RPM (255) <-- FAN ACTIVE Online: 0-5 Governor: ondemand Memory: 3.7G 430M Entropy: 256 Uptime: 14:19:09 up 25 min, 4 users, load average: 1.76, 1.06, 0.64 NOTE: The temps are not as they should be as they sent me a 12V instead of a 5V fan. I decided to keep the 12V to do the testing with, as I wait for the 5V to arrive. The difference between them shouldn't change the basic functionality, only the quality of the cooling. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  13. Description Legacy - 5.15.134 -> 5.15.135 Current - 6.1.56 -> 6.1.57 Edge - 6.5.6 -> 6.5.7 Config refreshed using rewrite-kernel-config How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] All patches apply fine, builds fine, and seems to work fine as well. Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description JetHome: Update u-boot: move to 2023.10 remove old eMMC HACK add upstream RFT emmc patches Only JetHub devices should be affected by the change. Jira reference number AR-1879 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] JetHub H1 boot ok [X] JetHub D1+ boot ok Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. Update maintainers and board status synced status from the database rename to .csc where we don't have anyone If you want to become a board maintainer, adjust data here. Ref: Board Maintainers Procedures and Guidelines View the full article
  16. armbian-desktop: remove "Conflicts: gdm3"; some sddm support rootfs-desktop: disable sddm as well as lightdm and gdm3 in desktop_postinstall() lightdm, gdm3 already had this armbian-firstlogin: shellfmt, no changes armbian-firstlogin: better dm detection + add simple no-op sddm support armbian-desktop: remove "Conflicts: gdm3" if you installed gdm3 (even if you don't use it), you lose Armbian wallpapers View the full article
  17. don't break downloads if GITHUB_SOURCE is unset don't break downloads if GITHUB_SOURCE is unset fixes f200587b866deb358b57decfcf77f18189f9b872 from https://github.com/armbian/build/pull/5791 View the full article
  18. Description thead: update linux to 6.6-rc5, update opensbi binary How Has This Been Tested? [x] Successfully built. [x] System startup (EMMC). Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  19. Bumps ossf/scorecard-action from 2.2.0 to 2.3.0. Release notes Sourced from ossf/scorecard-action's releases. v2.3.0 What's Changed :seedling: Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 by @​spencerschrock in ossf/scorecard-action#1270 For a full changelist of what this includes, see the v4.12.0 and v4.13.0 release notes :sparkles: Send rekor tlog index to webapp when publishing results by @​spencerschrock in ossf/scorecard-action#1169 :bug: Prevent url clipping for GHES instances by @​rajbos in ossf/scorecard-action#1225 Documentation :book: Update access rights needed to see the results in code scanning by @​rajbos in ossf/scorecard-action#1229 :book: Add package comments. by @​spencerschrock in ossf/scorecard-action#1221 :book: Add SECURITY.md file by @​david-a-wheeler in ossf/scorecard-action#1250 :book: Fix typo in token input docs by @​aabouzaid in ossf/scorecard-action#1258 New Contributors @​david-a-wheeler made their first contribution in ossf/scorecard-action#1250 @​aabouzaid made their first contribution in ossf/scorecard-action#1258 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.2.0...v2.3.0 Commits 483ef80 :seedling: Bump docker tag for v2.3.0 release. (#1271) 5d35913 :seedling: Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 (#1270) 49787a6 :seedling: Bump distroless/base from 46c5b9b to a35b652 (#1269) 4283c75 :seedling: Bump github/codeql-action from 2.21.8 to 2.21.9 (#1268) 709ecd0 :seedling: Bump golang from 6974950 to c416cee (#1266) 25bb02c :seedling: Bump actions/checkout from 4.0.0 to 4.1.0 (#1267) b687393 :seedling: Bump github/codeql-action from 2.21.5 to 2.21.8 (#1265) 6a1c21f :seedling: Bump golang from cffaba7 to 6974950 (#1264) 2dee8c1 :seedling: Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 (#1254) e79dcb6 :seedling: Upgrade to go 1.20 (#1262) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
  20. RTW88: updates and fixes 6.1: wireless-next 2023-10-06 The new regulation of China has been released, so update to the latest TX power table that also includes some changes of QATAR and UK. Why didn't add the wireless next updates to 6.5 and 6.6? The updates are small, with one of which only fixing a typo that has no effect on functionality. Plus these changes will more than likely make it in on their own. https://lore.kernel.org/linux-wireless/20231004085051.205683-1-pkshih@realtek.com/T/#t Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  21. Description One of the features we are missing at the pull request stage is build test. Of anything. This implement a call to use our standard “build-all-artifacts” action script with few additional parameters. We need to attach build framework to PR commit ID, tell script that we don’t need to download artifacts and add additional security measures. Build script should run only when PR is opened by an Armbian Organisation member that is part of specific group. Jira reference number AR-1886 How Has This Been Tested? [x] Test runs from another repository Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  22. Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. Jira reference number [AR-9999] How Has This Been Tested? Tested during the development of AerithForge Checklist: [X] My code follows the style guidelines of this project [X] I have performed a self-review of my own code [X] I have commented my code, particularly in hard-to-understand areas [X] I have made corresponding changes to the documentation [X] My changes generate no new warnings [X] Any dependent changes have been merged and published in downstream modules View the full article
  23. Description This might help diverting users from abusing issue tracker for seeking support. How Has This Been Tested? UX / guide change. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  24. radxa-zero2: bump u-boot to v2023.10 radxa-zero2: rewrite u-boot 2022.10 patches, no changes radxa-zero2: bump u-boot to v2023.10 View the full article
  25. Description This fixes montior not working after its turned off and on again. This also helps getting the monitors working that doesn't work by default by setting hdmimode=1080p60hz and outputmode=1080p60hz in boot/armbianEnv.txt file. The fix is based on hdmitx21 commit used on vim4. The same change was missing for hdmitx20 that is used on vim1s. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Tested on vim1s. Monitor hotplug works. Non-working monitor now works with manual configuration Checklist: [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] I have made corresponding changes to the documentation [X] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines