diff options
author | Robert Tivy <rtivy@ti.com> | 2013-03-28 21:41:46 -0400 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2013-04-17 09:56:40 -0400 |
commit | 5c71d6181f5c23c35415bddf1414f840e9149f8c (patch) | |
tree | ee684a2f80a7bf4cc555e8150ef6fbafc6e96778 /Documentation/kernel-parameters.txt | |
parent | 93bd65150e4ee783b7366fd0e8172f347515df61 (diff) |
ARM: davinci: da8xx: add remoteproc support
Add remoteproc platform device for controlling the DSP
on da8xx. The patch uses CMA-based reservation of physical
memory block for DSP use. A new kernel command-line parameter
has been added to allow boot-time specification of the physical
memory block.
Signed-off-by: Robert Tivy <rtivy@ti.com>
[nsekhar@ti.com: edit commit message for readability and
style improvements]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4609e81dbc37..4a6d96214eed 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -44,6 +44,7 @@ parameter is applicable: | |||
44 | AVR32 AVR32 architecture is enabled. | 44 | AVR32 AVR32 architecture is enabled. |
45 | AX25 Appropriate AX.25 support is enabled. | 45 | AX25 Appropriate AX.25 support is enabled. |
46 | BLACKFIN Blackfin architecture is enabled. | 46 | BLACKFIN Blackfin architecture is enabled. |
47 | CMA Contiguous Memory Area support is enabled. | ||
47 | DRM Direct Rendering Management support is enabled. | 48 | DRM Direct Rendering Management support is enabled. |
48 | DYNAMIC_DEBUG Build in debug messages and enable them at runtime | 49 | DYNAMIC_DEBUG Build in debug messages and enable them at runtime |
49 | EDD BIOS Enhanced Disk Drive Services (EDD) is enabled | 50 | EDD BIOS Enhanced Disk Drive Services (EDD) is enabled |
@@ -2663,6 +2664,11 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
2663 | Useful for devices that are detected asynchronously | 2664 | Useful for devices that are detected asynchronously |
2664 | (e.g. USB and MMC devices). | 2665 | (e.g. USB and MMC devices). |
2665 | 2666 | ||
2667 | rproc_mem=nn[KMG][@address] | ||
2668 | [KNL,ARM,CMA] Remoteproc physical memory block. | ||
2669 | Memory area to be used by remote processor image, | ||
2670 | managed by CMA. | ||
2671 | |||
2666 | rw [KNL] Mount root device read-write on boot | 2672 | rw [KNL] Mount root device read-write on boot |
2667 | 2673 | ||
2668 | S [KNL] Run init in single mode | 2674 | S [KNL] Run init in single mode |