You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sven Eckelmann 0d62432834 ipq40xx: Remove unused reserved-memory nodes
The reserved-memory regions are mostly undocumented by QCA and are named
very unspecific in the QSDK device trees. It was tried to clean them up by
commit 71ed9f10a3 ("ipq40xx: Use detailed reserved memory for A42") and
similar changes.

The features which require these regions were mostly unknown but
Senthilkumar N L <snlakshm@qti.qualcomm.com> and Sricharan Ramabadhran
<srichara@qti.qualcomm.com> provided some more insight in some of them:

* crash dump feature
  - a couple of regions used when 'qca,scm_restart_reason' dt node has the
    value 'dload_status' not set to 1
    + apps_bl <0x87000000 0x400000>
    + sbl <0x87400000 0x100000>
    + cnss_debug <0x87400000 0x100000>
    + cpu_context_dump <0x87b00000 0x080000>
  - required driver not available in Linux
  - safe to remove
* QSEE app execution
  - region tz_apps <0x87b80000 0x280000>
  - required driver not available in Linux
  - safe to remove
* communication with TZ/QSEE
  - region smem <0x87b80000 0x280000>
  - driver changes not yet upstreamed
  - must not be removed because any access can crash kernel/program
* trustzone (QSEE) private memory
  - region tz <0x87e80000 0x180000>
  - must not be removed because any access can crash kernel/program

Removing the unnecessary regions saves some kilobyte of reserved-memory and
cleans up the device tree:

* 2560 KiB
  - 8devices Jalapeno
  - AVM FRITZ!Box 4040
  - Compex WPJ428
  - Meraki MR33 Access Point
  - OpenMesh A42
* 14336 KiB
  - GL.iNet GL-B1300
  - Qualcomm Technologies, Inc. IPQ40xx/AP-DK01.1-C1

Signed-off-by: Sven Eckelmann <sven.eckelmann@openmesh.com>
6 years ago
..
qcom-ipq4018-a42.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago
qcom-ipq4018-ex61x0v2.dtsi ipq40xx: add support for Netgear EX6100v2/EX6150v2 6 years ago
qcom-ipq4018-ex6100v2.dts ipq40xx: add support for Netgear EX6100v2/EX6150v2 6 years ago
qcom-ipq4018-ex6150v2.dts ipq40xx: add support for Netgear EX6100v2/EX6150v2 6 years ago
qcom-ipq4018-fritz4040.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago
qcom-ipq4018-jalapeno.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago
qcom-ipq4018-rt-ac58u.dts ipq40xx: Use constant to set gpio active low/high 6 years ago
qcom-ipq4019-ap.dk04.1-c1.dts ipq40xx: add target 6 years ago
qcom-ipq4019-ap.dk04.1.dtsi ipq40xx: Use constant to set gpio active low/high 6 years ago
qcom-ipq4019-bus.dtsi ipq40xx: add target 6 years ago
qcom-ipq4028-wpj428.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago
qcom-ipq4029-gl-b1300.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago
qcom-ipq4029-mr33.dts ipq40xx: Remove unused reserved-memory nodes 6 years ago