Jump to content

RSS Bot

Bot
  • Posts

    4244
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Description thead: add edge kernel support 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
  2. This second installment explores the Rust libraries Collabora developed to decode video and how these libraries are used within the ARCVM codec stack to eventually replace CrosVM's dependency on the Chrome codec stack through libvda. View the full article
  3. 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
  4. Description This PR will convert the existing dtb and dtbo patches into dt/overlay directories as in rockchip64 and other families for easier future handling of device trees. Also fixes a weird u-boot bug for device tree overlays and bring full support for R29_MXQ, R2B_MXQ and H20 boards. No other families other than rk322x have been touch by this PR. How Has This Been Tested? [x] Debian Bookworm images built and tested on live machine [x] Compiled current kernel 6.1 and tested on live installation 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
  5. sunxi/sunxi64 edge 6.5.y: fix lost accreditation/description and date formats of a few patches sunxi/sunxi64 edge 6.5.y: fix lost accreditation/description and date formats of a few patches Fixes: bb78fac2fadb40a43a9ccb36266dbd21746c2eb6 View the full article
  6. Description Maint. How Has This Been Tested? [x] Patch succeeds 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
  7. cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() cli: introduce rewrite-kernel-patches; fix kernel-patches-to-git; refactor obtain_kernel_git_info_and_makefile() kernel-patches-to-git wasn't providing the needed KERNEL_GIT_SHA1 for kernel drivers refactor obtain_kernel_git_info_and_makefile() out of artifact_kernel_prepare_version() so we can reuse introduce rewrite-kernel-patches, which is just an alias to kernel-patches-to-git with REWRITE_PATCHES=yes View the full article
  8. Description Allwinner H6 boards like Orange Pi 3 LTS has this problem where u-boot spl sometimes detects the ram incorrectly as 4 GB instead of 2GB and because of that board doesn't boot any further until its forcefully power cylcled. I have noticed that adding a bit of delay in the ram detection function after calling mctl_core_init seems to fix the same. 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] Built and booted image on Orange Pi 3 LTS (sun50i H6). Changed default systemd target to reboot.target and left board rebooting overnight while serial console output was getting logged in a file. After I woke up, I noticed that board was still rebooting successfully without hanging and have performed 1350+ reboots. Checklist: [ ] 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
  9. rockchip64/edge 6.5.y: rebase patches against v6.5.5; archeology rockchip64/edge 6.5.y: rebase patches against v6.5.5; archeology View the full article
  10. sunxi/sunxi64 edge 6.5.y: rebase/rewrite all patches for v6.5.5; fix UTF-8 "From:" encoding sunxi/sunxi64 edge 6.5.y: rebase/rewrite all patches for v6.5.5; fix UTF-8 "From:" encoding View the full article
  11. meson64/edge 6.5.y: rebase patches against v6.5.5 meson64/edge 6.5.y: rebase patches against v6.5.5 View the full article
  12. meson64/edge 6.5.y: move meson-g12b-waveshare-cm4-io-base-b.dts out of null patch, avoid patching Makefile meson64/edge 6.5.y: move meson-g12b-waveshare-cm4-io-base-b.dts out of null patch, avoid patching Makefile View the full article
  13. tools: patching: don't rewrite auto-generated patches (eg, drivers) tools: patching: don't rewrite auto-generated patches (eg, drivers) View the full article
  14. kernel/memoize: allow customizing memoize's default TTL of 3600 seconds; allow customizing kernel TTL via KERNEL_GIT_CACHE_TTL kernel/memoize: allow customizing memoize's default TTL of 3600 seconds; allow customizing kernel TTL via KERNEL_GIT_CACHE_TTL View the full article
  15. orangepi3b: update u-boot revision at Kwiboo, remove patches orangepi3b: update u-boot revision at Kwiboo, remove patches View the full article
  16. pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1) pipeline: output-gha-matrix: add self_hosted (yes/no) and fetch_depth (0/1)# For each item in chunk, check if it is going to run in a GH-hosted runner or self-hosted, and set some matrix variables # accordingly; self_hosted: yes/no, and more specifically, fetch_depth, which is 0 for self-hosted, and 1 for GH-hosted. # The reasoning for this is that git clones are much faster if not shallow on self-hosted, but much slower on GH-hosted. self_hosted -> shosted for brevity in JSON matrix fetch_depth -> fdepth for brevity in JSON matrix View the full article
  17. qemu-uboot-{x86,arm64} fixes + bump to u-boot 23.10-rc4 + rework x86 patches qemu-uboot-{x86,arm64} fixes + bump to u-boot 23.10-rc4 + rework x86 patches View the full article
  18. Description Add node sprd-mtty to mainline devicetree. And add userspace binary hciattach_opi to enable uart bluetooth. 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: [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
  19. Add new rockchip cpu rk3528 support,and new board H28K support. This commit requires: https://github.com/armbian/rkbin/pull/23 Rockchip RK3528 preliminary specifications: CPU – Arm Cortex-A53 processor (4 core 2.0ghz ) GPU – Arm Mali-450 GPU with AFBC compression support Memory – LP4, LP4X, LP3, DDR4, DDR3 HDMI 2.0 Up to 8Kp25 Video decoding – Up to 8Kp25 PCIE2.0/USB3.0 H28K board specifications: 2/4GB LPDDR4 8/32GB EMMC 5.0 two Gb ethernet(one gmac one pcie eth) type C USB2.0(support PD power and maskrom) type A USB2.0 View the full article
  20. Why is creating object graphs hard in Rust? In part 1, we looked at a basic pattern, where two types of objects refer to one another. In this part we'll follow up in more detail and examine the different approaches that can be applied. View the full article
  21. 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? 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
  22. orangepi3b: switch to Kwiboo's 23.10(-rc4) u-boot, plus patches orangepi3b: updated DDR/BL31 blobs also: added ROCKUSB_BLOB (for working rkdevflash extension) depends on https://github.com/armbian/rkbin/pull/22 orangepi3b: switch to Kwiboo's 23.10(-rc4) u-boot, plus patches Based on AmazingFate's kernel DT and Kwiboo's rk3568-2023.10 Tested with a OrangePi 3B 4GB v1.1: SD-card boot eMMC boot SPI Flash boot chip is XMC XM25QU128CWIQ, not W25Q256JWEIQ listed in schematics PCIe/NVMe Ethernet has stable MAC can boot both edge (mainline) and legacy (vendor rk 5.10) kernels USB in uboot is untested UMS untested (I lost my A-to-A otg cable) View the full article
  23. orangepi3b: rockchip64/edge 6.5: enable i2c3 (m0) on 40 pin 27/sda and 28/scl orangepi3b: rockchip64/edge 6.5: enable i2c3 (m0) on 40 pin 27/sda and 28/scl View the full article
  24. orangepi3b: rockchip64/edge 6.5: enable uart2 (debug pins and 40-pin pins 6/8) orangepi3b: rockchip64/edge 6.5: enable uart2 (debug pins and 40-pin pins 6/8) (debug) uart2 has connectors near the usb-c power, but also on the 40-pin pins 6 (tx) and 8 (rx) - don't wire both View the full article
  25. Description As per subject, just bump rockchip 32 bit edge kernel to kernel 6.5, adjusting the patches and dts new directory layout Jira reference number AR-1871 How Has This Been Tested? [x] Debian bookworm image built and tested on xt-q8l-v10 board 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
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines