Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xlat_tables: PLAT_VIRT_ADDR_SPACE_SIZE must be long long #1018

Closed

Commits on Jul 2, 2017

  1. xlat_tables: PLAT_VIRT_ADDR_SPACE_SIZE must be long long

    PLAT_VIRT_ADDR_SPACE_SIZE may reach 4GByte, hence overflowing a 32bit
    storage media. This change insures PLAT_VIRT_ADDR_SPACE_SIZE is defined
    (and handled) as a long long unsigned value.
    
    This change updates legacy and v2 versions of the xlat_table library.
    
    Change-Id: I9176cc13cbd54aa8a5a6374b7b663f8d79e10604
    Signed-off-by: Yann Gautier <yann.gautier@st.com>
    Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
    etienne-lms committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    4211e7c View commit details
    Browse the repository at this point in the history