diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3bfe05d..d591a89 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,6 +34,8 @@ jobs:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
+ - name: Regenerate templates
+ run: ./regen.py
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build with Jekyll
diff --git a/.github/workflows/premerge.yml b/.github/workflows/premerge.yml
index 3ba96db..40db3e6 100644
--- a/.github/workflows/premerge.yml
+++ b/.github/workflows/premerge.yml
@@ -31,6 +31,8 @@ jobs:
ruby-version: '3.0'
bundler-cache: true
cache-version: 0 # Increment this number if you need to re-download cached gems
+ - name: Regenerate templates
+ run: ./regen.py
- name: Build with Jekyll
run: bundle exec jekyll build --baseurl "/msm/pr-preview/pr-${{github.event.number}}"
- name: Upload artifact
diff --git a/.gitignore b/.gitignore
index 6b419f6..9eb0380 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,8 @@ _site
vendor
_soc.template
_pmic.template
+
+# autogenerated during build
+_includes/full_*
+_includes/index_*
+_includes/layout_*
diff --git a/README.md b/README.md
index f1e1c52..3450c9c 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ bundle install
- Just rebuild the data:
```
+./regen.py
bundle exec jekyll build
```
Now you can check the HTML data built in `./_site/`.
diff --git a/_includes/full_pmic_header.liquid b/_includes/full_pmic_header.liquid
deleted file mode 100644
index 4a4c5e4..0000000
--- a/_includes/full_pmic_header.liquid
+++ /dev/null
@@ -1,41 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-
-| Platform |
-GPIO |
-MPP |
-Regulators |
-ADC |
-temp-alarm |
-PON |
-Reset key |
-RTC |
-Watchdog |
-LPG/PWM |
-WLED (backlight) |
-Flash LED |
-USB |
-Coincell |
-Fuelgague/Charging |
-Haptics |
-LABIB |
-Audio Codec |
-QNovo |
-BMS |
-clkdiv |
-eUSB2 Repeater |
-Matrix keypad |
-Platform |
-
-
-| GPADC |
-RRADC |
-Thermal |
-Touch |
-IADC |
-VADC |
-OTG |
-Type-C/PD |
-
diff --git a/_includes/full_pmic_status.liquid b/_includes/full_pmic_status.liquid
deleted file mode 100644
index bb5e714..0000000
--- a/_includes/full_pmic_status.liquid
+++ /dev/null
@@ -1,33 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-{% include_cached status.liquid status=d.pmic-gpio comment=d.pmic-gpio-comment %}
-{% include_cached status.liquid status=d.pmic-mpp comment=d.pmic-mpp-comment %}
-{% include_cached status.liquid status=d.pmic-regulators comment=d.pmic-regulators-comment %}
-{% include_cached status.liquid status=d.pmic-adc-gpadc comment=d.pmic-adc-gpadc-comment %}
-{% include_cached status.liquid status=d.pmic-adc-rradc comment=d.pmic-adc-rradc-comment %}
-{% include_cached status.liquid status=d.pmic-adc-thermal comment=d.pmic-adc-thermal-comment %}
-{% include_cached status.liquid status=d.pmic-adc-touch comment=d.pmic-adc-touch-comment %}
-{% include_cached status.liquid status=d.pmic-adc-iadc comment=d.pmic-adc-iadc-comment %}
-{% include_cached status.liquid status=d.pmic-adc-vadc comment=d.pmic-adc-vadc-comment %}
-{% include_cached status.liquid status=d.pmic-tempalarm comment=d.pmic-tempalarm-comment %}
-{% include_cached status.liquid status=d.pmic-pon comment=d.pmic-pon-comment %}
-{% include_cached status.liquid status=d.pmic-resin comment=d.pmic-resin-comment %}
-{% include_cached status.liquid status=d.pmic-rtc comment=d.pmic-rtc-comment %}
-{% include_cached status.liquid status=d.pmic-watchdog comment=d.pmic-watchdog-comment %}
-{% include_cached status.liquid status=d.pmic-lpg comment=d.pmic-lpg-comment %}
-{% include_cached status.liquid status=d.pmic-wled comment=d.pmic-wled-comment %}
-{% include_cached status.liquid status=d.pmic-flash comment=d.pmic-flash-comment %}
-{% include_cached status.liquid status=d.pmic-usb-extcon comment=d.pmic-usb-extcon-comment %}
-{% include_cached status.liquid status=d.pmic-usb-typecpd comment=d.pmic-usb-typecpd-comment %}
-{% include_cached status.liquid status=d.pmic-coincell comment=d.pmic-coincell-comment %}
-{% include_cached status.liquid status=d.pmic-fuelgague comment=d.pmic-fuelgague-comment %}
-{% include_cached status.liquid status=d.pmic-haptics comment=d.pmic-haptics-comment %}
-{% include_cached status.liquid status=d.pmic-labib comment=d.pmic-labib-comment %}
-{% include_cached status.liquid status=d.pmic-audiocodec comment=d.pmic-audiocodec-comment %}
-{% include_cached status.liquid status=d.pmic-qnovo comment=d.pmic-qnovo-comment %}
-{% include_cached status.liquid status=d.pmic-bms comment=d.pmic-bms-comment %}
-{% include_cached status.liquid status=d.pmic-clkdiv comment=d.pmic-clkdiv-comment %}
-{% include_cached status.liquid status=d.pmic-eusb2repeat comment=d.pmic-eusb2repeat-comment %}
-{% include_cached status.liquid status=d.pmic-keypad comment=d.pmic-keypad-comment %}
diff --git a/_includes/full_soc_header.liquid b/_includes/full_soc_header.liquid
deleted file mode 100644
index 658cde2..0000000
--- a/_includes/full_soc_header.liquid
+++ /dev/null
@@ -1,110 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-
-| Platform |
-Clocks |
-Pinctrl |
-Interconnects |
-UART |
-SPMI |
-I2C |
-SPI |
-PCIe |
-SMMU |
-Storage |
-CPU |
-Remoteproc |
-Connectivity |
-GNSS (GPS) |
-Audio |
-USB |
-Display |
-Camera |
-Video |
-Watchdog |
-Crypto |
-DMA |
-HW Spinlocks |
-MsgBox |
-QFPROM |
-Power/Thermal |
-SRAM |
-Debug |
-Platform |
-
-
-| GCC |
-RPM(h)CC |
-TCSRCC |
-NAND |
-SATA |
-UFS |
-UFS ICE |
-SD/eMMC |
-eMMC ICE |
-CPUfreq (DVFS) |
-CPUidle |
-Cache Topology |
-L3 Cache Controller |
-SMP |
-LLCC Scaling |
-DDRfreq |
-bwmon(s) |
-ADSP |
-CDSP |
-SDSP/SLPI |
-MDSP |
-FastRPC/compute |
-Bluetooth |
-WLAN |
-IPA |
-Ethernet |
-Headset Buttons |
-Analog Codec |
-LPASS Digital Codecs |
-DMIC |
-I2S |
-SPDIF |
-Soundwire |
-SlimBus |
-LPASS LPI pinctrl |
-ADSP (Elite) |
-ADSP (AudioReach) |
-Host Mode |
-Peripheral Mode |
-USB OTG |
-USB Type-C |
-USB4 |
-DSI |
-HDMI |
-HDMI Audio |
-HDMI CEC |
-LVDS |
-DisplayPort |
-GPU |
-CSI |
-Data Path |
-I2C CCI |
-VFE |
-VFE Lite |
-SFE |
-EVA |
-Venus |
-QCrypto |
-RNG |
-GPI |
-BAM |
-current-limit |
-MPM |
-PDC |
-SPM |
-tsens |
-LMH |
-RPM(h) stats |
-IMEM |
-Coresight |
-DCC |
-EUD |
-
diff --git a/_includes/full_soc_status.liquid b/_includes/full_soc_status.liquid
deleted file mode 100644
index 155c87c..0000000
--- a/_includes/full_soc_status.liquid
+++ /dev/null
@@ -1,89 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-{% include_cached status.liquid status=d.status-clock-gcc comment=d.status-clock-gcc-comment %}
-{% include_cached status.liquid status=d.status-clock-rpmhcc comment=d.status-clock-rpmhcc-comment %}
-{% include_cached status.liquid status=d.status-clock-tcsrcc comment=d.status-clock-tcsrcc-comment %}
-{% include_cached status.liquid status=d.status-pinctrl comment=d.status-pinctrl-comment %}
-{% include_cached status.liquid status=d.status-interconnects comment=d.status-interconnects-comment %}
-{% include_cached status.liquid status=d.status-uart comment=d.status-uart-comment %}
-{% include_cached status.liquid status=d.status-spmi comment=d.status-spmi-comment %}
-{% include_cached status.liquid status=d.status-i2c comment=d.status-i2c-comment %}
-{% include_cached status.liquid status=d.status-spi comment=d.status-spi-comment %}
-{% include_cached status.liquid status=d.status-pcie comment=d.status-pcie-comment %}
-{% include_cached status.liquid status=d.status-smmu comment=d.status-smmu-comment %}
-{% include_cached status.liquid status=d.status-storage-nand comment=d.status-storage-nand-comment %}
-{% include_cached status.liquid status=d.status-storage-sata comment=d.status-storage-sata-comment %}
-{% include_cached status.liquid status=d.status-storage-ufs comment=d.status-storage-ufs-comment %}
-{% include_cached status.liquid status=d.status-storage-ufsice comment=d.status-storage-ufsice-comment %}
-{% include_cached status.liquid status=d.status-storage-sdcc comment=d.status-storage-sdcc-comment %}
-{% include_cached status.liquid status=d.status-storage-emmcice comment=d.status-storage-emmcice-comment %}
-{% include_cached status.liquid status=d.status-cpu-cpufreq comment=d.status-cpu-cpufreq-comment %}
-{% include_cached status.liquid status=d.status-cpu-cpuidle comment=d.status-cpu-cpuidle-comment %}
-{% include_cached status.liquid status=d.status-cpu-cachetop comment=d.status-cpu-cachetop-comment %}
-{% include_cached status.liquid status=d.status-cpu-l3cache comment=d.status-cpu-l3cache-comment %}
-{% include_cached status.liquid status=d.status-cpu-smp comment=d.status-cpu-smp-comment %}
-{% include_cached status.liquid status=d.status-cpu-llcc comment=d.status-cpu-llcc-comment %}
-{% include_cached status.liquid status=d.status-cpu-ddrfreq comment=d.status-cpu-ddrfreq-comment %}
-{% include_cached status.liquid status=d.status-cpu-bwmon comment=d.status-cpu-bwmon-comment %}
-{% include_cached status.liquid status=d.status-remoteproc-adsp comment=d.status-remoteproc-adsp-comment %}
-{% include_cached status.liquid status=d.status-remoteproc-cdsp comment=d.status-remoteproc-cdsp-comment %}
-{% include_cached status.liquid status=d.status-remoteproc-sdsp comment=d.status-remoteproc-sdsp-comment %}
-{% include_cached status.liquid status=d.status-remoteproc-mdsp comment=d.status-remoteproc-mdsp-comment %}
-{% include_cached status.liquid status=d.status-remoteproc-fastrpc comment=d.status-remoteproc-fastrpc-comment %}
-{% include_cached status.liquid status=d.status-connectivity-bluetooth comment=d.status-connectivity-bluetooth-comment %}
-{% include_cached status.liquid status=d.status-connectivity-wlan comment=d.status-connectivity-wlan-comment %}
-{% include_cached status.liquid status=d.status-connectivity-ipa comment=d.status-connectivity-ipa-comment %}
-{% include_cached status.liquid status=d.status-connectivity-ethernet comment=d.status-connectivity-ethernet-comment %}
-{% include_cached status.liquid status=d.status-gnss comment=d.status-gnss-comment %}
-{% include_cached status.liquid status=d.status-audio-headset comment=d.status-audio-headset-comment %}
-{% include_cached status.liquid status=d.status-audio-analogcodec comment=d.status-audio-analogcodec-comment %}
-{% include_cached status.liquid status=d.status-audio-lpascodecs comment=d.status-audio-lpascodecs-comment %}
-{% include_cached status.liquid status=d.status-audio-dmic comment=d.status-audio-dmic-comment %}
-{% include_cached status.liquid status=d.status-audio-i2s comment=d.status-audio-i2s-comment %}
-{% include_cached status.liquid status=d.status-audio-spdif comment=d.status-audio-spdif-comment %}
-{% include_cached status.liquid status=d.status-audio-soundwire comment=d.status-audio-soundwire-comment %}
-{% include_cached status.liquid status=d.status-audio-slimbus comment=d.status-audio-slimbus-comment %}
-{% include_cached status.liquid status=d.status-audio-lpasslpi comment=d.status-audio-lpasslpi-comment %}
-{% include_cached status.liquid status=d.status-audio-adspelite comment=d.status-audio-adspelite-comment %}
-{% include_cached status.liquid status=d.status-audio-adspaudio comment=d.status-audio-adspaudio-comment %}
-{% include_cached status.liquid status=d.status-usb-hostmode comment=d.status-usb-hostmode-comment %}
-{% include_cached status.liquid status=d.status-usb-periphmode comment=d.status-usb-periphmode-comment %}
-{% include_cached status.liquid status=d.status-usb-usbotg comment=d.status-usb-usbotg-comment %}
-{% include_cached status.liquid status=d.status-usb-typec comment=d.status-usb-typec-comment %}
-{% include_cached status.liquid status=d.status-usb-usb4 comment=d.status-usb-usb4-comment %}
-{% include_cached status.liquid status=d.status-display-dsi comment=d.status-display-dsi-comment %}
-{% include_cached status.liquid status=d.status-display-hdmi comment=d.status-display-hdmi-comment %}
-{% include_cached status.liquid status=d.status-display-hdmiaudio comment=d.status-display-hdmiaudio-comment %}
-{% include_cached status.liquid status=d.status-display-hdmicec comment=d.status-display-hdmicec-comment %}
-{% include_cached status.liquid status=d.status-display-lvds comment=d.status-display-lvds-comment %}
-{% include_cached status.liquid status=d.status-display-dp comment=d.status-display-dp-comment %}
-{% include_cached status.liquid status=d.status-display-gpu comment=d.status-display-gpu-comment %}
-{% include_cached status.liquid status=d.status-camera-csi comment=d.status-camera-csi-comment %}
-{% include_cached status.liquid status=d.status-camera-datapath comment=d.status-camera-datapath-comment %}
-{% include_cached status.liquid status=d.status-camera-i2c comment=d.status-camera-i2c-comment %}
-{% include_cached status.liquid status=d.status-camera-vfe comment=d.status-camera-vfe-comment %}
-{% include_cached status.liquid status=d.status-camera-vfelight comment=d.status-camera-vfelight-comment %}
-{% include_cached status.liquid status=d.status-camera-sfe comment=d.status-camera-sfe-comment %}
-{% include_cached status.liquid status=d.status-camera-eva comment=d.status-camera-eva-comment %}
-{% include_cached status.liquid status=d.status-video-venus comment=d.status-video-venus-comment %}
-{% include_cached status.liquid status=d.status-watchdog comment=d.status-watchdog-comment %}
-{% include_cached status.liquid status=d.status-crypto-qcrypto comment=d.status-crypto-qcrypto-comment %}
-{% include_cached status.liquid status=d.status-crypto-rng comment=d.status-crypto-rng-comment %}
-{% include_cached status.liquid status=d.status-dma-gpi comment=d.status-dma-gpi-comment %}
-{% include_cached status.liquid status=d.status-dma-bam comment=d.status-dma-bam-comment %}
-{% include_cached status.liquid status=d.status-hwspinlocks comment=d.status-hwspinlocks-comment %}
-{% include_cached status.liquid status=d.status-msgbox comment=d.status-msgbox-comment %}
-{% include_cached status.liquid status=d.status-qfprom comment=d.status-qfprom-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-currentlimit comment=d.status-powerthermal-currentlimit-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-mpm comment=d.status-powerthermal-mpm-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-pdc comment=d.status-powerthermal-pdc-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-spm comment=d.status-powerthermal-spm-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-tsens comment=d.status-powerthermal-tsens-comment %}
-{% include_cached status.liquid status=d.status-powerthermal-lmh comment=d.status-powerthermal-lmh-comment %}
-{% include_cached status.liquid status=d.status-sram-rpmh-stats comment=d.status-sram-rpmh-stats-comment %}
-{% include_cached status.liquid status=d.status-sram-imem comment=d.status-sram-imem-comment %}
-{% include_cached status.liquid status=d.status-debug-coresight comment=d.status-debug-coresight-comment %}
-{% include_cached status.liquid status=d.status-debug-dcc comment=d.status-debug-dcc-comment %}
-{% include_cached status.liquid status=d.status-debug-eud comment=d.status-debug-eud-comment %}
diff --git a/_includes/index_pmic_header.liquid b/_includes/index_pmic_header.liquid
deleted file mode 100644
index 6dc0a29..0000000
--- a/_includes/index_pmic_header.liquid
+++ /dev/null
@@ -1,33 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-
-| Platform |
-GPIO |
-MPP |
-Regulators |
-ADC |
-temp-alarm |
-PON |
-Reset key |
-RTC |
-LPG/PWM |
-WLED (backlight) |
-Flash LED |
-USB |
-Coincell |
-Fuelgague/Charging |
-Haptics |
-LABIB |
-Audio Codec |
-eUSB2 Repeater |
-Matrix keypad |
-Platform |
-
-
-| Thermal |
-VADC |
-OTG |
-Type-C/PD |
-
diff --git a/_includes/index_pmic_status.liquid b/_includes/index_pmic_status.liquid
deleted file mode 100644
index d2942bc..0000000
--- a/_includes/index_pmic_status.liquid
+++ /dev/null
@@ -1,25 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-{% include_cached status.liquid status=d.pmic-gpio comment=d.pmic-gpio-comment %}
-{% include_cached status.liquid status=d.pmic-mpp comment=d.pmic-mpp-comment %}
-{% include_cached status.liquid status=d.pmic-regulators comment=d.pmic-regulators-comment %}
-{% include_cached status.liquid status=d.pmic-adc-thermal comment=d.pmic-adc-thermal-comment %}
-{% include_cached status.liquid status=d.pmic-adc-vadc comment=d.pmic-adc-vadc-comment %}
-{% include_cached status.liquid status=d.pmic-tempalarm comment=d.pmic-tempalarm-comment %}
-{% include_cached status.liquid status=d.pmic-pon comment=d.pmic-pon-comment %}
-{% include_cached status.liquid status=d.pmic-resin comment=d.pmic-resin-comment %}
-{% include_cached status.liquid status=d.pmic-rtc comment=d.pmic-rtc-comment %}
-{% include_cached status.liquid status=d.pmic-lpg comment=d.pmic-lpg-comment %}
-{% include_cached status.liquid status=d.pmic-wled comment=d.pmic-wled-comment %}
-{% include_cached status.liquid status=d.pmic-flash comment=d.pmic-flash-comment %}
-{% include_cached status.liquid status=d.pmic-usb-extcon comment=d.pmic-usb-extcon-comment %}
-{% include_cached status.liquid status=d.pmic-usb-typecpd comment=d.pmic-usb-typecpd-comment %}
-{% include_cached status.liquid status=d.pmic-coincell comment=d.pmic-coincell-comment %}
-{% include_cached status.liquid status=d.pmic-fuelgague comment=d.pmic-fuelgague-comment %}
-{% include_cached status.liquid status=d.pmic-haptics comment=d.pmic-haptics-comment %}
-{% include_cached status.liquid status=d.pmic-labib comment=d.pmic-labib-comment %}
-{% include_cached status.liquid status=d.pmic-audiocodec comment=d.pmic-audiocodec-comment %}
-{% include_cached status.liquid status=d.pmic-eusb2repeat comment=d.pmic-eusb2repeat-comment %}
-{% include_cached status.liquid status=d.pmic-keypad comment=d.pmic-keypad-comment %}
diff --git a/_includes/index_soc_header.liquid b/_includes/index_soc_header.liquid
deleted file mode 100644
index 9b77d7c..0000000
--- a/_includes/index_soc_header.liquid
+++ /dev/null
@@ -1,50 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-
-| Platform |
-Clocks |
-Pinctrl |
-Interconnects |
-UART |
-SPMI |
-I2C |
-SPI |
-PCIe |
-SMMU |
-Storage |
-CPU |
-Remoteproc |
-Connectivity |
-GNSS (GPS) |
-Audio |
-USB |
-Display |
-Camera |
-Video |
-Watchdog |
-Platform |
-
-
-| GCC |
-RPM(h)CC |
-NAND |
-UFS |
-SD/eMMC |
-CPUfreq (DVFS) |
-CPUidle |
-SMP |
-Bluetooth |
-WLAN |
-IPA |
-Analog Codec |
-DMIC |
-Soundwire |
-ADSP (AudioReach) |
-DSI |
-HDMI |
-DisplayPort |
-GPU |
-Venus |
-
diff --git a/_includes/index_soc_status.liquid b/_includes/index_soc_status.liquid
deleted file mode 100644
index f4c02d0..0000000
--- a/_includes/index_soc_status.liquid
+++ /dev/null
@@ -1,37 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-{% include_cached status.liquid status=d.status-clock-gcc comment=d.status-clock-gcc-comment %}
-{% include_cached status.liquid status=d.status-clock-rpmhcc comment=d.status-clock-rpmhcc-comment %}
-{% include_cached status.liquid status=d.status-pinctrl comment=d.status-pinctrl-comment %}
-{% include_cached status.liquid status=d.status-interconnects comment=d.status-interconnects-comment %}
-{% include_cached status.liquid status=d.status-uart comment=d.status-uart-comment %}
-{% include_cached status.liquid status=d.status-spmi comment=d.status-spmi-comment %}
-{% include_cached status.liquid status=d.status-i2c comment=d.status-i2c-comment %}
-{% include_cached status.liquid status=d.status-spi comment=d.status-spi-comment %}
-{% include_cached status.liquid status=d.status-pcie comment=d.status-pcie-comment %}
-{% include_cached status.liquid status=d.status-smmu comment=d.status-smmu-comment %}
-{% include_cached status.liquid status=d.status-storage-nand comment=d.status-storage-nand-comment %}
-{% include_cached status.liquid status=d.status-storage-ufs comment=d.status-storage-ufs-comment %}
-{% include_cached status.liquid status=d.status-storage-sdcc comment=d.status-storage-sdcc-comment %}
-{% include_cached status.liquid status=d.status-cpu-cpufreq comment=d.status-cpu-cpufreq-comment %}
-{% include_cached status.liquid status=d.status-cpu-cpuidle comment=d.status-cpu-cpuidle-comment %}
-{% include_cached status.liquid status=d.status-cpu-smp comment=d.status-cpu-smp-comment %}
-{% include_cached status.liquid status=d.status-remoteproc comment=d.status-remoteproc-comment %}
-{% include_cached status.liquid status=d.status-connectivity-bluetooth comment=d.status-connectivity-bluetooth-comment %}
-{% include_cached status.liquid status=d.status-connectivity-wlan comment=d.status-connectivity-wlan-comment %}
-{% include_cached status.liquid status=d.status-connectivity-ipa comment=d.status-connectivity-ipa-comment %}
-{% include_cached status.liquid status=d.status-gnss comment=d.status-gnss-comment %}
-{% include_cached status.liquid status=d.status-audio-analogcodec comment=d.status-audio-analogcodec-comment %}
-{% include_cached status.liquid status=d.status-audio-dmic comment=d.status-audio-dmic-comment %}
-{% include_cached status.liquid status=d.status-audio-soundwire comment=d.status-audio-soundwire-comment %}
-{% include_cached status.liquid status=d.status-audio-adspaudio comment=d.status-audio-adspaudio-comment %}
-{% include_cached status.liquid status=d.status-usb comment=d.status-usb-comment %}
-{% include_cached status.liquid status=d.status-display-dsi comment=d.status-display-dsi-comment %}
-{% include_cached status.liquid status=d.status-display-hdmi comment=d.status-display-hdmi-comment %}
-{% include_cached status.liquid status=d.status-display-dp comment=d.status-display-dp-comment %}
-{% include_cached status.liquid status=d.status-display-gpu comment=d.status-display-gpu-comment %}
-{% include_cached status.liquid status=d.status-camera comment=d.status-camera-comment %}
-{% include_cached status.liquid status=d.status-video-venus comment=d.status-video-venus-comment %}
-{% include_cached status.liquid status=d.status-watchdog comment=d.status-watchdog-comment %}
diff --git a/_includes/layout_pmic.liquid b/_includes/layout_pmic.liquid
deleted file mode 100644
index b4c5def..0000000
--- a/_includes/layout_pmic.liquid
+++ /dev/null
@@ -1,64 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-| GPIO | {% include_cached status.liquid status=page.pmic-gpio comment=page.pmic-gpio-comment %}{{ page.pmic-gpio-comment }} |
-
-| MPP | {% include_cached status.liquid status=page.pmic-mpp comment=page.pmic-mpp-comment %}{{ page.pmic-mpp-comment }} |
-
-| Regulators | {% include_cached status.liquid status=page.pmic-regulators comment=page.pmic-regulators-comment %}{{ page.pmic-regulators-comment }} |
-
-ADC |
- GPADC | {% include_cached status.liquid status=page.pmic-adc-gpadc comment=page.pmic-adc-gpadc-comment %}{{ page.pmic-adc-gpadc-comment }} |
-
-| RRADC | {% include_cached status.liquid status=page.pmic-adc-rradc comment=page.pmic-adc-rradc-comment %}{{ page.pmic-adc-rradc-comment }} |
-
-| Thermal | {% include_cached status.liquid status=page.pmic-adc-thermal comment=page.pmic-adc-thermal-comment %}{{ page.pmic-adc-thermal-comment }} |
-
-| Touch | {% include_cached status.liquid status=page.pmic-adc-touch comment=page.pmic-adc-touch-comment %}{{ page.pmic-adc-touch-comment }} |
-
-| IADC | {% include_cached status.liquid status=page.pmic-adc-iadc comment=page.pmic-adc-iadc-comment %}{{ page.pmic-adc-iadc-comment }} |
-
-| VADC | {% include_cached status.liquid status=page.pmic-adc-vadc comment=page.pmic-adc-vadc-comment %}{{ page.pmic-adc-vadc-comment }} |
-
-| temp-alarm | {% include_cached status.liquid status=page.pmic-tempalarm comment=page.pmic-tempalarm-comment %}{{ page.pmic-tempalarm-comment }} |
-
-| PON | {% include_cached status.liquid status=page.pmic-pon comment=page.pmic-pon-comment %}{{ page.pmic-pon-comment }} |
-
-| Reset key | {% include_cached status.liquid status=page.pmic-resin comment=page.pmic-resin-comment %}{{ page.pmic-resin-comment }} |
-
-| RTC | {% include_cached status.liquid status=page.pmic-rtc comment=page.pmic-rtc-comment %}{{ page.pmic-rtc-comment }} |
-
-| Watchdog | {% include_cached status.liquid status=page.pmic-watchdog comment=page.pmic-watchdog-comment %}{{ page.pmic-watchdog-comment }} |
-
-| LPG/PWM | {% include_cached status.liquid status=page.pmic-lpg comment=page.pmic-lpg-comment %}{{ page.pmic-lpg-comment }} |
-
-| WLED (backlight) | {% include_cached status.liquid status=page.pmic-wled comment=page.pmic-wled-comment %}{{ page.pmic-wled-comment }} |
-
-| Flash LED | {% include_cached status.liquid status=page.pmic-flash comment=page.pmic-flash-comment %}{{ page.pmic-flash-comment }} |
-
-USB |
- OTG | {% include_cached status.liquid status=page.pmic-usb-extcon comment=page.pmic-usb-extcon-comment %}{{ page.pmic-usb-extcon-comment }} |
-
-| Type-C/PD | {% include_cached status.liquid status=page.pmic-usb-typecpd comment=page.pmic-usb-typecpd-comment %}{{ page.pmic-usb-typecpd-comment }} |
-
-| Coincell | {% include_cached status.liquid status=page.pmic-coincell comment=page.pmic-coincell-comment %}{{ page.pmic-coincell-comment }} |
-
-| Fuelgague/Charging | {% include_cached status.liquid status=page.pmic-fuelgague comment=page.pmic-fuelgague-comment %}{{ page.pmic-fuelgague-comment }} |
-
-| Haptics | {% include_cached status.liquid status=page.pmic-haptics comment=page.pmic-haptics-comment %}{{ page.pmic-haptics-comment }} |
-
-| LABIB | {% include_cached status.liquid status=page.pmic-labib comment=page.pmic-labib-comment %}{{ page.pmic-labib-comment }} |
-
-| Audio Codec | {% include_cached status.liquid status=page.pmic-audiocodec comment=page.pmic-audiocodec-comment %}{{ page.pmic-audiocodec-comment }} |
-
-| QNovo | {% include_cached status.liquid status=page.pmic-qnovo comment=page.pmic-qnovo-comment %}{{ page.pmic-qnovo-comment }} |
-
-| BMS | {% include_cached status.liquid status=page.pmic-bms comment=page.pmic-bms-comment %}{{ page.pmic-bms-comment }} |
-
-| clkdiv | {% include_cached status.liquid status=page.pmic-clkdiv comment=page.pmic-clkdiv-comment %}{{ page.pmic-clkdiv-comment }} |
-
-| eUSB2 Repeater | {% include_cached status.liquid status=page.pmic-eusb2repeat comment=page.pmic-eusb2repeat-comment %}{{ page.pmic-eusb2repeat-comment }} |
-
-| Matrix keypad | {% include_cached status.liquid status=page.pmic-keypad comment=page.pmic-keypad-comment %}{{ page.pmic-keypad-comment }} |
-
diff --git a/_includes/layout_soc.liquid b/_includes/layout_soc.liquid
deleted file mode 100644
index 93aa622..0000000
--- a/_includes/layout_soc.liquid
+++ /dev/null
@@ -1,189 +0,0 @@
-{%comment%}
-AUTOGENERATED FILE, please run ./regen.py to regenerate it
-{%endcomment%}
-
-Clocks |
- GCC | {% include_cached status.liquid status=page.status-clock-gcc comment=page.status-clock-gcc-comment %}{{ page.status-clock-gcc-comment }} |
-
-| RPM(h)CC | {% include_cached status.liquid status=page.status-clock-rpmhcc comment=page.status-clock-rpmhcc-comment %}{{ page.status-clock-rpmhcc-comment }} |
-
-| TCSRCC | {% include_cached status.liquid status=page.status-clock-tcsrcc comment=page.status-clock-tcsrcc-comment %}{{ page.status-clock-tcsrcc-comment }} |
-
-| Pinctrl | {% include_cached status.liquid status=page.status-pinctrl comment=page.status-pinctrl-comment %}{{ page.status-pinctrl-comment }} |
-
-| Interconnects | {% include_cached status.liquid status=page.status-interconnects comment=page.status-interconnects-comment %}{{ page.status-interconnects-comment }} |
-
-| UART | {% include_cached status.liquid status=page.status-uart comment=page.status-uart-comment %}{{ page.status-uart-comment }} |
-
-| SPMI | {% include_cached status.liquid status=page.status-spmi comment=page.status-spmi-comment %}{{ page.status-spmi-comment }} |
-
-| I2C | {% include_cached status.liquid status=page.status-i2c comment=page.status-i2c-comment %}{{ page.status-i2c-comment }} |
-
-| SPI | {% include_cached status.liquid status=page.status-spi comment=page.status-spi-comment %}{{ page.status-spi-comment }} |
-
-| PCIe | {% include_cached status.liquid status=page.status-pcie comment=page.status-pcie-comment %}{{ page.status-pcie-comment }} |
-
-| SMMU | {% include_cached status.liquid status=page.status-smmu comment=page.status-smmu-comment %}{{ page.status-smmu-comment }} |
-
-Storage |
- NAND | {% include_cached status.liquid status=page.status-storage-nand comment=page.status-storage-nand-comment %}{{ page.status-storage-nand-comment }} |
-
-| SATA | {% include_cached status.liquid status=page.status-storage-sata comment=page.status-storage-sata-comment %}{{ page.status-storage-sata-comment }} |
-
-| UFS | {% include_cached status.liquid status=page.status-storage-ufs comment=page.status-storage-ufs-comment %}{{ page.status-storage-ufs-comment }} |
-
-| UFS ICE | {% include_cached status.liquid status=page.status-storage-ufsice comment=page.status-storage-ufsice-comment %}{{ page.status-storage-ufsice-comment }} |
-
-| SD/eMMC | {% include_cached status.liquid status=page.status-storage-sdcc comment=page.status-storage-sdcc-comment %}{{ page.status-storage-sdcc-comment }} |
-
-| eMMC ICE | {% include_cached status.liquid status=page.status-storage-emmcice comment=page.status-storage-emmcice-comment %}{{ page.status-storage-emmcice-comment }} |
-
-CPU |
- CPUfreq (DVFS) | {% include_cached status.liquid status=page.status-cpu-cpufreq comment=page.status-cpu-cpufreq-comment %}{{ page.status-cpu-cpufreq-comment }} |
-
-| CPUidle | {% include_cached status.liquid status=page.status-cpu-cpuidle comment=page.status-cpu-cpuidle-comment %}{{ page.status-cpu-cpuidle-comment }} |
-
-| Cache Topology | {% include_cached status.liquid status=page.status-cpu-cachetop comment=page.status-cpu-cachetop-comment %}{{ page.status-cpu-cachetop-comment }} |
-
-| L3 Cache Controller | {% include_cached status.liquid status=page.status-cpu-l3cache comment=page.status-cpu-l3cache-comment %}{{ page.status-cpu-l3cache-comment }} |
-
-| SMP | {% include_cached status.liquid status=page.status-cpu-smp comment=page.status-cpu-smp-comment %}{{ page.status-cpu-smp-comment }} |
-
-| LLCC Scaling | {% include_cached status.liquid status=page.status-cpu-llcc comment=page.status-cpu-llcc-comment %}{{ page.status-cpu-llcc-comment }} |
-
-| DDRfreq | {% include_cached status.liquid status=page.status-cpu-ddrfreq comment=page.status-cpu-ddrfreq-comment %}{{ page.status-cpu-ddrfreq-comment }} |
-
-| bwmon(s) | {% include_cached status.liquid status=page.status-cpu-bwmon comment=page.status-cpu-bwmon-comment %}{{ page.status-cpu-bwmon-comment }} |
-
-Remoteproc |
- ADSP | {% include_cached status.liquid status=page.status-remoteproc-adsp comment=page.status-remoteproc-adsp-comment %}{{ page.status-remoteproc-adsp-comment }} |
-
-| CDSP | {% include_cached status.liquid status=page.status-remoteproc-cdsp comment=page.status-remoteproc-cdsp-comment %}{{ page.status-remoteproc-cdsp-comment }} |
-
-| SDSP/SLPI | {% include_cached status.liquid status=page.status-remoteproc-sdsp comment=page.status-remoteproc-sdsp-comment %}{{ page.status-remoteproc-sdsp-comment }} |
-
-| MDSP | {% include_cached status.liquid status=page.status-remoteproc-mdsp comment=page.status-remoteproc-mdsp-comment %}{{ page.status-remoteproc-mdsp-comment }} |
-
-| FastRPC/compute | {% include_cached status.liquid status=page.status-remoteproc-fastrpc comment=page.status-remoteproc-fastrpc-comment %}{{ page.status-remoteproc-fastrpc-comment }} |
-
-Connectivity |
- Bluetooth | {% include_cached status.liquid status=page.status-connectivity-bluetooth comment=page.status-connectivity-bluetooth-comment %}{{ page.status-connectivity-bluetooth-comment }} |
-
-| WLAN | {% include_cached status.liquid status=page.status-connectivity-wlan comment=page.status-connectivity-wlan-comment %}{{ page.status-connectivity-wlan-comment }} |
-
-| IPA | {% include_cached status.liquid status=page.status-connectivity-ipa comment=page.status-connectivity-ipa-comment %}{{ page.status-connectivity-ipa-comment }} |
-
-| Ethernet | {% include_cached status.liquid status=page.status-connectivity-ethernet comment=page.status-connectivity-ethernet-comment %}{{ page.status-connectivity-ethernet-comment }} |
-
-| GNSS (GPS) | {% include_cached status.liquid status=page.status-gnss comment=page.status-gnss-comment %}{{ page.status-gnss-comment }} |
-
-Audio |
- Headset Buttons | {% include_cached status.liquid status=page.status-audio-headset comment=page.status-audio-headset-comment %}{{ page.status-audio-headset-comment }} |
-
-| Analog Codec | {% include_cached status.liquid status=page.status-audio-analogcodec comment=page.status-audio-analogcodec-comment %}{{ page.status-audio-analogcodec-comment }} |
-
-| LPASS Digital Codecs | {% include_cached status.liquid status=page.status-audio-lpascodecs comment=page.status-audio-lpascodecs-comment %}{{ page.status-audio-lpascodecs-comment }} |
-
-| DMIC | {% include_cached status.liquid status=page.status-audio-dmic comment=page.status-audio-dmic-comment %}{{ page.status-audio-dmic-comment }} |
-
-| I2S | {% include_cached status.liquid status=page.status-audio-i2s comment=page.status-audio-i2s-comment %}{{ page.status-audio-i2s-comment }} |
-
-| SPDIF | {% include_cached status.liquid status=page.status-audio-spdif comment=page.status-audio-spdif-comment %}{{ page.status-audio-spdif-comment }} |
-
-| Soundwire | {% include_cached status.liquid status=page.status-audio-soundwire comment=page.status-audio-soundwire-comment %}{{ page.status-audio-soundwire-comment }} |
-
-| SlimBus | {% include_cached status.liquid status=page.status-audio-slimbus comment=page.status-audio-slimbus-comment %}{{ page.status-audio-slimbus-comment }} |
-
-| LPASS LPI pinctrl | {% include_cached status.liquid status=page.status-audio-lpasslpi comment=page.status-audio-lpasslpi-comment %}{{ page.status-audio-lpasslpi-comment }} |
-
-| ADSP (Elite) | {% include_cached status.liquid status=page.status-audio-adspelite comment=page.status-audio-adspelite-comment %}{{ page.status-audio-adspelite-comment }} |
-
-| ADSP (AudioReach) | {% include_cached status.liquid status=page.status-audio-adspaudio comment=page.status-audio-adspaudio-comment %}{{ page.status-audio-adspaudio-comment }} |
-
-USB |
- Host Mode | {% include_cached status.liquid status=page.status-usb-hostmode comment=page.status-usb-hostmode-comment %}{{ page.status-usb-hostmode-comment }} |
-
-| Peripheral Mode | {% include_cached status.liquid status=page.status-usb-periphmode comment=page.status-usb-periphmode-comment %}{{ page.status-usb-periphmode-comment }} |
-
-| USB OTG | {% include_cached status.liquid status=page.status-usb-usbotg comment=page.status-usb-usbotg-comment %}{{ page.status-usb-usbotg-comment }} |
-
-| USB Type-C | {% include_cached status.liquid status=page.status-usb-typec comment=page.status-usb-typec-comment %}{{ page.status-usb-typec-comment }} |
-
-| USB4 | {% include_cached status.liquid status=page.status-usb-usb4 comment=page.status-usb-usb4-comment %}{{ page.status-usb-usb4-comment }} |
-
-Display |
- DSI | {% include_cached status.liquid status=page.status-display-dsi comment=page.status-display-dsi-comment %}{{ page.status-display-dsi-comment }} |
-
-| HDMI | {% include_cached status.liquid status=page.status-display-hdmi comment=page.status-display-hdmi-comment %}{{ page.status-display-hdmi-comment }} |
-
-| HDMI Audio | {% include_cached status.liquid status=page.status-display-hdmiaudio comment=page.status-display-hdmiaudio-comment %}{{ page.status-display-hdmiaudio-comment }} |
-
-| HDMI CEC | {% include_cached status.liquid status=page.status-display-hdmicec comment=page.status-display-hdmicec-comment %}{{ page.status-display-hdmicec-comment }} |
-
-| LVDS | {% include_cached status.liquid status=page.status-display-lvds comment=page.status-display-lvds-comment %}{{ page.status-display-lvds-comment }} |
-
-| DisplayPort | {% include_cached status.liquid status=page.status-display-dp comment=page.status-display-dp-comment %}{{ page.status-display-dp-comment }} |
-
-| GPU | {% include_cached status.liquid status=page.status-display-gpu comment=page.status-display-gpu-comment %}{{ page.status-display-gpu-comment }} |
-
-Camera |
- CSI | {% include_cached status.liquid status=page.status-camera-csi comment=page.status-camera-csi-comment %}{{ page.status-camera-csi-comment }} |
-
-| Data Path | {% include_cached status.liquid status=page.status-camera-datapath comment=page.status-camera-datapath-comment %}{{ page.status-camera-datapath-comment }} |
-
-| I2C CCI | {% include_cached status.liquid status=page.status-camera-i2c comment=page.status-camera-i2c-comment %}{{ page.status-camera-i2c-comment }} |
-
-| VFE | {% include_cached status.liquid status=page.status-camera-vfe comment=page.status-camera-vfe-comment %}{{ page.status-camera-vfe-comment }} |
-
-| VFE Lite | {% include_cached status.liquid status=page.status-camera-vfelight comment=page.status-camera-vfelight-comment %}{{ page.status-camera-vfelight-comment }} |
-
-| SFE | {% include_cached status.liquid status=page.status-camera-sfe comment=page.status-camera-sfe-comment %}{{ page.status-camera-sfe-comment }} |
-
-| EVA | {% include_cached status.liquid status=page.status-camera-eva comment=page.status-camera-eva-comment %}{{ page.status-camera-eva-comment }} |
-
-Video |
- Venus | {% include_cached status.liquid status=page.status-video-venus comment=page.status-video-venus-comment %}{{ page.status-video-venus-comment }} |
-
-| Watchdog | {% include_cached status.liquid status=page.status-watchdog comment=page.status-watchdog-comment %}{{ page.status-watchdog-comment }} |
-
-Crypto |
- QCrypto | {% include_cached status.liquid status=page.status-crypto-qcrypto comment=page.status-crypto-qcrypto-comment %}{{ page.status-crypto-qcrypto-comment }} |
-
-| RNG | {% include_cached status.liquid status=page.status-crypto-rng comment=page.status-crypto-rng-comment %}{{ page.status-crypto-rng-comment }} |
-
-DMA |
- GPI | {% include_cached status.liquid status=page.status-dma-gpi comment=page.status-dma-gpi-comment %}{{ page.status-dma-gpi-comment }} |
-
-| BAM | {% include_cached status.liquid status=page.status-dma-bam comment=page.status-dma-bam-comment %}{{ page.status-dma-bam-comment }} |
-
-| HW Spinlocks | {% include_cached status.liquid status=page.status-hwspinlocks comment=page.status-hwspinlocks-comment %}{{ page.status-hwspinlocks-comment }} |
-
-| MsgBox | {% include_cached status.liquid status=page.status-msgbox comment=page.status-msgbox-comment %}{{ page.status-msgbox-comment }} |
-
-| QFPROM | {% include_cached status.liquid status=page.status-qfprom comment=page.status-qfprom-comment %}{{ page.status-qfprom-comment }} |
-
-Power/Thermal |
- current-limit | {% include_cached status.liquid status=page.status-powerthermal-currentlimit comment=page.status-powerthermal-currentlimit-comment %}{{ page.status-powerthermal-currentlimit-comment }} |
-
-| MPM | {% include_cached status.liquid status=page.status-powerthermal-mpm comment=page.status-powerthermal-mpm-comment %}{{ page.status-powerthermal-mpm-comment }} |
-
-| PDC | {% include_cached status.liquid status=page.status-powerthermal-pdc comment=page.status-powerthermal-pdc-comment %}{{ page.status-powerthermal-pdc-comment }} |
-
-| SPM | {% include_cached status.liquid status=page.status-powerthermal-spm comment=page.status-powerthermal-spm-comment %}{{ page.status-powerthermal-spm-comment }} |
-
-| tsens | {% include_cached status.liquid status=page.status-powerthermal-tsens comment=page.status-powerthermal-tsens-comment %}{{ page.status-powerthermal-tsens-comment }} |
-
-| LMH | {% include_cached status.liquid status=page.status-powerthermal-lmh comment=page.status-powerthermal-lmh-comment %}{{ page.status-powerthermal-lmh-comment }} |
-
-SRAM |
- RPM(h) stats | {% include_cached status.liquid status=page.status-sram-rpmh-stats comment=page.status-sram-rpmh-stats-comment %}{{ page.status-sram-rpmh-stats-comment }} |
-
-| IMEM | {% include_cached status.liquid status=page.status-sram-imem comment=page.status-sram-imem-comment %}{{ page.status-sram-imem-comment }} |
-
-Debug |
- Coresight | {% include_cached status.liquid status=page.status-debug-coresight comment=page.status-debug-coresight-comment %}{{ page.status-debug-coresight-comment }} |
-
-| DCC | {% include_cached status.liquid status=page.status-debug-dcc comment=page.status-debug-dcc-comment %}{{ page.status-debug-dcc-comment }} |
-
-| EUD | {% include_cached status.liquid status=page.status-debug-eud comment=page.status-debug-eud-comment %}{{ page.status-debug-eud-comment }} |
-