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

fix core static mapping #1501

Merged
merged 2 commits into from
Apr 27, 2017
Merged

Commits on Apr 27, 2017

  1. core: fix test against end address of core virtual memory

    Fix the first argument of the ROUNDUP() that should be 'map->va' instead
    of 'va' which is the lowest virtual address mapped.
    
    'va_max' is renamed 'end' to help code fitting in 80 char lines.
    
    Fixes: aa2ab38 (core: more flexible static memory mapping)
    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
    etienne-lms committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    2dd446e View commit details
    Browse the repository at this point in the history
  2. core: fix non-LPAE page mapped static mapping

    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
    etienne-lms committed Apr 27, 2017
    Configuration menu
    Copy the full SHA
    2c39ee1 View commit details
    Browse the repository at this point in the history