Jump to content

RSS Bot

Bot
  • Posts

    4209
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. uboot: introduce hook post_config_uboot_target uboot: introduce hook post_config_uboot_target runs after other configuration changes, but before actually compiling a target useful to hack into .config for a specific target View the full article
  2. rk3568-odroid edge: .config, remove ARCH_TEGRA and ARCH_SUNXI, since this is Rockchip kernel rk3568-odroid edge: update config, no actual changes rk3568-odroid edge: .config, remove ARCH_TEGRA and ARCH_SUNXI, since this is Rockchip kernel View the full article
  3. BREAKING CHANGE: patches failing to apply now break the build. fixes #4958 BREAKING CHANGE: patches failing to apply now break the build. fixes #4958 also break on legacy process_patch_file() failure, remove EXIT_PATCHING_ERROR View the full article
  4. Upstream link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/net/phy/motorcomm.c?h=v6.3.5&id=4ac94f728a588e7096dd5010cd7141a309ea7805 How Has This Been Tested? No test preformed. 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
  5. Lets us put down the hammer. Cleaned 6.1, 6.3 and added 6.2 patch set. Simplified function: rtw88_driver This PR was created in order to ease the pain here https://github.com/armbian/build/pull/5276 and add support for the current edge branch 6.2. 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
  6. Description The 32-bit Allwinner dtb files are under /boot/dtb and not under /boot/dtb/allwinner as expected by u-boot because of the current board config. Fixed dtb location by removing the allwinner/ prefix for nanopi-r1 and nanopi duo2 boards. This issue seems to have already reported on the forums as well - https://forum.armbian.com/topic/28117-nanopi-duo-2-hang-on-boot/ How Has This Been Tested? Tested by creating edge image with the changes included in the pull request. The stable image still doesn't boot because of the ongoing issue with the 6.1.30 kernel image, but 6.2.16 kernel from edge image works [x] Created edge image and booted on nanopi duo2 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
  7. driver_rtl8723cs: completely (not partially) disable for bcm2711 and d1 families I think Igor half-disabled this for the release. No use having half of this View the full article
  8. rock-5a: fix broken u-boot build + move from family to board file rock-5a: fix broken u-boot build by forcing build of u-boot.dtb before u-boot.itb rock-5a: move board-specific code from family file to board file with post_family_config_branch_legacy hook View the full article
  9. For @pyavitz @adeepn appreciation, most patches failed to apply on 6.3, and a few on 6.2. View the full article
  10. rpardini's bag-of-stuff incl fixes - early June/'23 I'm back at it, fixing and breaking stuff. Fixing: prepare-host: check_host_has_enough_disk_space(): don't check if dir does not exist; fixes #5246 distro-agnostic: don't assume armbian.list exists when seding for beta pipeline: repo-reprepro: run clearvanished & check before adding to repo Breaking: BREAKING CHANGE: patches failing to apply now break the build. fixes #4958 also break on legacy process_patch_file() failure, remove EXIT_PATCHING_ERROR repo: split image apt .list deployment into image-early (after rootfs extract, before building) and image-late (after building) rationale: having the repo enabled during the image build can cause 'apt upgrade' and others to do inconsistent stuff depending on the (possibly random) state of the repo Other stuff armbian-gaming customize launcher for @NicoD-SBC (v2) add image suffix -gaming uboot: introduce hook post_config_uboot_target, runs after other configuration changes, but before actually compiling a target View the full article
  11. This will reset bluetooth host-wake-gpios, enabling it to come back upon reboots. Jira reference number AR-1724 How Has This Been Tested? [X] On cold boot and reboot. 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
  12. Description Adaptation of @the-going import and closing https://github.com/armbian/build/issues/5268 How Has This Been Tested? [x] Build test 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 [ ] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  13. Description Simple change to h616 OrangepiZero2 LED's functioning. Resembles Legacy kernel behavior, symbolically signifies more active development OrangepiZero2 How Has This Been Tested? [x] Test A compiled and booted with expected result [ ] Test B Checklist: [x] 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 [x] Any dependent changes have been merged and published in downstream modules View the full article
  14. A while back I presented USB 2.0 host support that was added to U-boot for the Radxa Rock-5B RK3588 Rockchip board. This time, USB 3.0 was added with support for the host and gadget. View the full article
  15. BPI-CM4: In accordance with the BSP DTS, set LED gpio to GPIO_ACTIVE_LOW. Added default-on trigger to led-green Board now powers off, added reboot node 'meson64-reboot'. CONFIG_POWER_RESET_MESON64 Isolated RESET ODROID driver and renamed to MESON64 as it can be used in more than ODROIDS. MESON UART Series improves support for UART attached Bluetooth modules on Amlogic Meson G12A and newer SoCs. These SoCs also support the "divide XTAL by 2" bit which (greatly) reduces jitter when generating baud rates such as 1500000 (which is used by the Bluetooth part of the RTL8822CS SDIO WiFi and UART Bluetooth combo chip). Jira reference number [AR-9999] How Has This Been Tested? This has been tested on the BPI-CM4 IO and X96-AIR (X96-AIR to check the Bluetooth). The Meson64 Reset Driver in my testing works on the C4 and N2's, so if some one was so inclined they could add the node. 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
  16. Description BigTreeTech CB1 current(6.1) & edge(6.2) patches. AXP313A PMIC ok Onboard RTL8189FS WIFI ok The Ethernet AC200/AC300 PHY drivers built-in H616 and HDMI have not yet been adapted. In fact, the HDMI of sun50i-h616-orangepi-zero2.dts and the ethernet of sun50i-h616-x96-mate.dts also have the same effect(cannot work) Jira reference number [AR-9999] How Has This Been Tested? Both BRANCH=current and BRANCH=edge have been compiled successfully without any errors and can be started normally when written to the device. 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
  17. Description Add @adeepn to meson64-related stuff Jira reference number AR-1766 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. [ ] Test A [ ] Test B 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
  18. Description Additional driver support: Realtek 8822BS SDIO wireless network adapter Realtek 8822BU USB wireless network adapter Realtek 8822CS SDIO wireless network adapter Realtek 8822CU USB wireless network adapter Realtek 8821CS SDIO wireless network adapter Realtek 8821CU USB wireless network adapter Revert "Revert "BPI-CM4 IO: RTW88: Realtek 8822CS SDIO Wireless Support"": This reverts commit 672bd5393af1d8d59cad02462bc52980f1a99dfd. This restore commit 3f169bcae25557e60fe9fec613ab2a5bcf8219ac. Revert: https://github.com/armbian/build/pull/5257 Based on: https://github.com/armbian/build/pull/5248 WARNING: This move RTL88x2CS driver to EXTRA_WIFI=no Jira reference number AR-1724 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 by @pyavitz on BPI-CM4 https://github.com/armbian/build/pull/5248 [X] Tested on JetHub D1/H1 https://github.com/armbian/build/pull/5248#issuecomment-1564117135 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
  19. Description Rock5a has emmc and spi flash sharing the same pin, so we can't support them in the same devicetree. I've added a new uboot defconfig supporting spi flash: https://github.com/radxa/u-boot/pull/23. We have to build uboot twice for rock5a, the first time supporting spi flash, the second time supporting emmc. 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] Build image for rock5a and flash it to emmc, boot fine. [x] Flash rkspi_loader.img to spi flash, booting image flashed to nvme SSD, boot fine. Checklist: [x] My code follows the style guidelines of this project [x] 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
  20. Readability/grammatical improvements Removed icon to fix broken Contribution link in TOC View the full article
  21. Bumps tj-actions/changed-files from 35 to 36. Release notes Sourced from tj-actions/changed-files's releases. v36 Changes in v36.0.9 What's Changed Upgraded to v36.0.8 by @​tj-actions-bot in tj-actions/changed-files#1192 Update README.md by @​jackton1 in tj-actions/changed-files#1195 Updated README.md by @​tj-actions-bot in tj-actions/changed-files#1196 fix: matching all nested files with a directory name by @​jackton1 in tj-actions/changed-files#1197 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.9 Changes in v36.0.8 What's Changed Upgraded to v36.0.7 by @​tj-actions-bot in tj-actions/changed-files#1190 feat: add support for running on release event by @​jackton1 in tj-actions/changed-files#1191 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.8 Changes in v36.0.7 What's Changed Upgraded to v36.0.6 by @​tj-actions-bot in tj-actions/changed-files#1184 chore(deps): update tj-actions/eslint-changed-files action to v19 by @​renovate in tj-actions/changed-files#1185 fix: bug running changed files with limited history by @​jackton1 in tj-actions/changed-files#1188 chore(deps): lock file maintenance by @​renovate in tj-actions/changed-files#1189 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.7 Changes in v36.0.6 What's Changed Upgraded to v36.0.5 by @​tj-actions-bot in tj-actions/changed-files#1182 feat: deduplicate dir names list by @​jackton1 in tj-actions/changed-files#1183 Full Changelog: https://github.com/tj-actions/changed-files/compare/v36...v36.0.6 Changes in v36.0.5 What's Changed Upgraded to v36.0.4 by @​tj-actions-bot in tj-actions/changed-files#1180 fix: error detecting initial commits by @​jackton1 in tj-actions/changed-files#1181 ... (truncated) Changelog Sourced from tj-actions/changed-files's changelog. Changelog 36.0.9 - (2023-05-29) 🐛 Bug Fixes Matching all nested files with a directory name (#1197) (cf4fe87) - (Tonye Jack) 🔄 Update Updated README.md (#1196) Co-authored-by: jackton1 jackton1@users.noreply.github.com (58c7ce2) - (tj-actions[bot]) Update README.md (61316fd) - (Tonye Jack) Update README.md (#1195) (5d38ef5) - (Tonye Jack) Update README.md (51330c5) - (Tonye Jack) Update README.md (7b92155) - (Tonye Jack) Update README.md (3127174) - (Tonye Jack) ⬆️ Upgrades Upgraded to v36.0.8 (#1192) Co-authored-by: jackton1 jackton1@users.noreply.github.com (cfdaf8f) - (tj-actions[bot]) 36.0.8 - (2023-05-29) 🚀 Features Add support for running on release event (#1191) (043929e) - (Tonye Jack) ⬆️ Upgrades Upgraded to v36.0.7 (#1190) Co-authored-by: jackton1 jackton1@users.noreply.github.com (96fd197) - (tj-actions[bot]) 36.0.7 - (2023-05-29) 🐛 Bug Fixes Bug running changed files with limited history (#1188) (449a845) - (Tonye Jack) 🔄 Update Update README.md (777b2b4) - (Tonye Jack) Update README.md (2fafe0a) - (Tonye Jack) ... (truncated) Commits cf4fe87 fix: matching all nested files with a directory name (#1197) 58c7ce2 Updated README.md (#1196) 61316fd Update README.md 5d38ef5 Update README.md (#1195) 51330c5 Update README.md 7b92155 Update README.md 3127174 Update README.md cfdaf8f Upgraded to v36.0.8 (#1192) 043929e feat: add support for running on release event (#1191) 96fd197 Upgraded to v36.0.7 (#1190) 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 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
  22. Set in the heart of Silicon Valley, XR enthusiasts are eagerly awaiting to see the latest advancements on display at Augmented World Expo (AWE) 2023. View the full article
  23. Description Same fixes for rockchip 32 bit and rk322x families applied to patches for kernel 6.1 here, but for edge kernel 6.3 to let it compile happily. Can wait next release, but it should be no harm in any case How Has This Been Tested? [x] Compiled kernel deb packages for rk322x [x] Compiled kernel deb packages for rockchip 32 bit 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. Description As per subject, fixes the esp8089 driver to allow module remove without errors and leave the hardware in cold state to allow further module insertion. Not a great deal, can even wait after release, but only deal with CSC boards so should not be too worrisome. How Has This Been Tested? [x] Module has been tested [x] Current kernel debian packages compile [x] Edge kernel debian packages compile 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
  25. Description Enabling since it works. Jira reference number AR-1762 How Has This Been Tested? [x] Generated Jammy rootfs View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines