summaryrefslogtreecommitdiffstats
path: root/Documentation/soc/qualcomm
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/soc/qualcomm')
-rw-r--r--Documentation/soc/qualcomm/index.md7
-rw-r--r--Documentation/soc/qualcomm/sc7180/index.md19
2 files changed, 26 insertions, 0 deletions
diff --git a/Documentation/soc/qualcomm/index.md b/Documentation/soc/qualcomm/index.md
new file mode 100644
index 000000000000..5cd79819bd15
--- /dev/null
+++ b/Documentation/soc/qualcomm/index.md
@@ -0,0 +1,7 @@
+# Qualcomm SOC-specific documentation
+
+This section contains documentation about coreboot on specific Qualcomm SOCs.
+
+## Platforms
+
+- [SC7180 series](sc7180/index.md)
diff --git a/Documentation/soc/qualcomm/sc7180/index.md b/Documentation/soc/qualcomm/sc7180/index.md
new file mode 100644
index 000000000000..8f5d33d8c40e
--- /dev/null
+++ b/Documentation/soc/qualcomm/sc7180/index.md
@@ -0,0 +1,19 @@
+# Qualcomm SC7180 documentation
+
+## SOC code
+
+The SOC folder contains functions for:
+* MMU
+* CLOCK
+* GPIO
+* QUPv3 FW (provides a bridge to serial interfaces)
+* UART
+* SPI-NOR
+* AOP FW
+* USB
+
+## Notes about the hardware
+
+The timer is used from the ARMv8 architecture specific code.
+
+