commit | da6b961589af7f1403739eb5d642818b4f3bccc9 | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Tue Apr 09 10:48:22 2013 -0700 |
committer | Laura Abbott <lauraa@codeaurora.org> | Thu Apr 11 11:29:51 2013 -0700 |
tree | 3e396725b8ec3489230c0c12208bc2da97dc36a5 | |
parent | 771c3045b1c4f30b70e79bbd439c8e21e17ff0ca [diff] |
lib: memory_alloc: Support 64-bit physical addresses The current memory allocation code does not support physical addresses above 32-bits, meaning that LPAE is not supported. Change the types of the code internally to support 64-bit physical addresses. Full 64-bit virtual addresses may not be fully supported so this code will still need an update when that happens. Change-Id: I0c4a7b76784981ffcd7f4776d51e05f3592bb7b8 Signed-off-by: Laura Abbott <lauraa@codeaurora.org>