Commit 4e418963 authored by danh-arm's avatar danh-arm
Browse files

Merge pull request #612 from sandrine-bailleux-arm/sb/fix-xlat-lib-path

Doc: Fix the path to the xlat lib
parents 846f2962 3c2c72fa
...@@ -76,8 +76,8 @@ either mandatory or optional. ...@@ -76,8 +76,8 @@ either mandatory or optional.
A platform port must enable the Memory Management Unit (MMU) as well as the A platform port must enable the Memory Management Unit (MMU) as well as the
instruction and data caches for each BL stage. Setting up the translation instruction and data caches for each BL stage. Setting up the translation
tables is the responsibility of the platform port because memory maps differ tables is the responsibility of the platform port because memory maps differ
across platforms. A memory translation library (see `lib/aarch64/xlat_tables.c`) across platforms. A memory translation library (see `lib/xlat_tables/`) is
is provided to help in this setup. Note that although this library supports provided to help in this setup. Note that although this library supports
non-identity mappings, this is intended only for re-mapping peripheral physical non-identity mappings, this is intended only for re-mapping peripheral physical
addresses and allows platforms with high I/O addresses to reduce their virtual addresses and allows platforms with high I/O addresses to reduce their virtual
address space. All other addresses corresponding to code and data must currently address space. All other addresses corresponding to code and data must currently
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment