05 Nov, 2016

1 commit


16 Mar, 2016

1 commit

  • By now the code to only have a single page table level with 64k page
    size and 42 bit address space is no longer used by any board in tree,
    so we can safely remove it.

    To clean up code, move the layerscape mmu code to the new defines,
    removing redundant field definitions.

    Signed-off-by: Alexander Graf

    Alexander Graf
     

06 Feb, 2016

1 commit

  • Correct spelling of "U-Boot" shall be used in all written text
    (documentation, comments in source files etc.).

    Signed-off-by: Bin Meng
    Reviewed-by: Heiko Schocher
    Reviewed-by: Simon Glass
    Reviewed-by: Minkyu Kang

    Bin Meng
     

20 Jan, 2016

1 commit

  • This patch adds code which sets up 2-level page tables on ARM64 thus
    extending available VA space. CPUs implementing 64k translation
    granule are able to use direct PA-VA mapping of the whole 48 bit
    address space.
    It also adds the ability to reset the SCTRL register at the very beginning
    of execution to avoid interference from stale mappings set up by early
    firmware/loaders/etc.

    Signed-off-by: Sergey Temerkhanov
    Signed-off-by: Radha Mohan Chintakuntla

    Sergey Temerkhanov
     

09 Jan, 2014

1 commit