Dmitry Baryshkov 62e2ffc806 Merge pull request #107 from rogers0/pr/update
pmic: Update by using unified platform names of each soc
2026-02-22 18:25:54 +02:00
2025-12-21 05:09:31 +02:00
2025-11-26 14:41:02 +02:00
2023-01-20 07:01:47 +02:00
2025-01-28 14:56:55 +02:00
2025-11-26 14:41:02 +02:00
2025-12-21 05:09:31 +02:00

A set of GitHub pages describing the status of various Qualcomm platforms.

Testing it locally

  • Install Ruby and bundler:

    sudo apt install bundler
    
  • Setup bundler to use user path for all the storage:

    bundle config set --local path ~/.local/lib/
    
  • Install all the dependencies:

    bundle install
    
  • Just rebuild the data:

    ./regen.py
    bundle exec jekyll build
    

    Now you can check the HTML data built in ./_site/.

  • Or execute a local Jekyll server, providing an ongoing preview:

    bundle exec jekyll serve
    

    Now you can open localhost:4000 with your Web browser. Jekyll will automatically regenerate the pages if any of the source files changes.

Add new SoC / PMIC

Base your new file in either ./_soc/ or ./_pmic/ on _soc.template or _pmic.template respectively. If those files do not exist yet in your tree, call ./regen.py!

For an SoC file you can additionally specify the key pmic: where you can reference PMICs which are usually bundled with a given SoC.

Description
No description provided
Readme MIT 492 KiB
Languages
Python 58%
SCSS 15.6%
Ruby 14.9%
Liquid 6.9%
HTML 4.6%