Skip to content
Snippets Groups Projects
  1. Nov 19, 2024
    • Minecrell's avatar
      device-<qcom-msm8916>: revert to msdos partition table for now (MR 5813) · 319396a6
      Minecrell authored
      pmbootstrap 3.0.0 uses GPT partition table by default, which breaks booting
      on all the devices using the lk2nd bootloader. The current version of lk2nd
      supports GPT only for the eMMC, while subpartitions and SD cards must be
      partitioned with MBR. GPT support was present in the legacy branch of
      lk2nd, but was dropped at some point because of poor code quality.
      
      Fix the regression for now by reverting back to the old msdos (MBR)
      partition table. We can revert this again later when lk2nd restores support
      for GPT.
      
      Generated with
      $ for d in $(grep -R linux-postmarketos-qcom-msm8916 | grep -Eo 'device-[^/]+' | sort -u); do \
        echo -e '\n# lk2nd does not support GPT for subpartitions/SD cards yet\ndeviceinfo_partition_type="msdos"' \
        >> device/*/$d/deviceinfo && pmbootstrap checksum $d && pmbootstrap pkgver_bump $d; done
      
      [ci:ignore-count]
      
      [ci:skip-build]: bug in CI prevents build testing armv7 and aarch64, so
      Clayton did the test locally for those archs
      319396a6
  2. Jun 23, 2024
  3. Feb 24, 2024
    • Nikita Travkin's avatar
      device/msm8916*: Generate extlinux.conf for armv7 devices (MR 4855) · fa3a7348
      Nikita Travkin authored
      Commit fe54a7be ("device/msm8916*: Generate extlinux.conf (MR 4826)")
      updated most users of msm8916 kernel to generate extlinux.conf.
      
      Unfortunately the commands used to bulk-make changes only affected
      aarch64 users of the kernel package and armv7 users were missed.
      
      Apply the same changes to all armv7 users of msm8916 kernel too.
      
      [ci:ignore-count]
      fa3a7348
  4. Oct 18, 2023
  5. Sep 19, 2021
  6. Jul 23, 2021
  7. Oct 05, 2020
  8. Jun 16, 2020
  9. May 24, 2020
  10. May 13, 2020
  11. Apr 22, 2020
  12. Apr 14, 2020
    • Minecrell's avatar
      device/device-<msm8916-mainline>: minor cleanup and fixes (MR 1125) · e129e3dd
      Minecrell authored
      - Cleanup kernel cmdline:
        - earlycon can automatically detect the memory address of
          the UART controller based on the device tree
        - the comma before n8 in console=ttyMSM0,115200,n8 is actually
          invalid so this was not parsed correctly. However, it is the
          default anyway so we might as well remove it completely
      
      - Configure deviceinfo_getty for all devices
      
      - Workaround probe issue of display by adding a softdep on the panel
        module. This allows the display to work when excluding proprietary
        firmware (just a weird side effect, see comment in modprobe.conf...)
      e129e3dd
  13. Mar 14, 2020
  14. Mar 09, 2020
  15. Feb 16, 2020
  16. Aug 31, 2019
  17. Dec 26, 2018
  18. Nov 29, 2018
  19. Apr 13, 2018
  20. Mar 30, 2018
  21. Mar 12, 2018
  22. Mar 10, 2018
  23. Mar 07, 2018
  24. Dec 21, 2017
  25. Oct 20, 2017
    • clayton craft's avatar
      Fix #499: Don't generate weston.ini from the deviceinfo anymore (#739) · fdff56f4
      clayton craft authored
      @drebrez deserves much credit for this one for all the testing,
      bisecting and for fixing everything. Thank you very much!
      ---
      * devices which need a custom weston.ini ship it with a install_if
        subpackage, so it only gets installed when weston is installed. This
        sounds complicated, but is actually pretty clean in the APKBUILD.
      * postmarketos-ui-weston: has a weston.ini.default, which enables
        xwayland and uses fbdev as backend (because that's what most
        devices use!). It defaults to the weston.ini.default if there is no
        weston.ini (as installed by the device package).
      * changed spaces to tabs for consistency, general minor refactoring of
        device-APKBUILDs
      fdff56f4
  26. Oct 02, 2017
  27. Sep 08, 2017
  28. Aug 25, 2017
  29. Aug 24, 2017
  30. Aug 18, 2017
  31. Jul 28, 2017
  32. Jul 23, 2017
    • Martijn Braam's avatar
      New splash images in mkinitfs (#240) · c8e48039
      Martijn Braam authored
      Thanks, Martijn Braam!
      
      * Made postmarketos-mkinitfs use postmarketos-splash to generate splash images
      * Added screen sizes to all deviceinfo files
      * Bumped pkgrel for all device packages
      c8e48039
  33. Jul 21, 2017
  34. Jul 08, 2017
  35. Jul 06, 2017
  36. Jul 04, 2017
  37. Jun 30, 2017
  38. Jun 29, 2017
Loading