summaryrefslogtreecommitdiff
path: root/docs/porting-guide.md
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2016-04-27 12:31:23 +0100
committerdanh-arm <dan.handley@arm.com>2016-04-27 12:31:23 +0100
commit32d4f826875a49fe1c4632aa71d1c04372b386aa (patch)
treefa53e63477c1e0ba7bf549f060b39cef4efedfd8 /docs/porting-guide.md
parent4e418963877446cc78a8162f93083030e8b246d5 (diff)
parent2da36042416ccc820cb0d96064e9c2fa49a05f81 (diff)
Merge pull request #597 from hzhuang1/emmc_v3.2
Emmc v3
Diffstat (limited to 'docs/porting-guide.md')
-rw-r--r--docs/porting-guide.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/porting-guide.md b/docs/porting-guide.md
index f6dfe55a..5004d309 100644
--- a/docs/porting-guide.md
+++ b/docs/porting-guide.md
@@ -448,6 +448,14 @@ must also be defined:
Defines the maximum number of open IO handles. Attempting to open more IO
entities than this value using `io_open()` will fail with -ENOMEM.
+* **#define : MAX_IO_BLOCK_DEVICES**
+
+ Defines the maximum number of registered IO block devices. Attempting to
+ register more devices this value using `io_dev_open()` will fail
+ with -ENOMEM. MAX_IO_BLOCK_DEVICES should be less than MAX_IO_DEVICES.
+ With this macro, multiple block devices could be supported at the same
+ time.
+
If the platform needs to allocate data within the per-cpu data framework in
BL31, it should define the following macro. Currently this is only required if
the platform decides not to use the coherent memory section by undefining the