summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/shared/mmu/pte121.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Use .machine any for some inline asmSebastian Huber2022-02-261-1/+11
|
* bsps/powerpc: Fix tlbie instruction usageSebastian Huber2020-07-051-5/+6
| | | | | | | | GCC 10 no longer passes -many to the assembler. This enables more checks in the assembler. The 0 in the tlbie instruction is the L operand which selects a 4KiB page size.
* bsps/powerpc: Move MMU support to bspsSebastian Huber2018-03-261-0/+1139
This patch is a part of the BSP source reorganization. Update #3285.