History for uwuboot / source / arm11 / mmu.c
2017-07-14
@profi200
Added license to all sources. Dir structure cleanup.
profi200 committed on 14 Jul 2017
2017-07-04
@profi200
Flush prefetch buffer should not fetch from possible invalid cache lines.
profi200 committed on 4 Jul 2017
2017-07-02
@profi200
Properly implement SMP (not for New 3DS). Wakes up core 1 now.
profi200 committed on 2 Jul 2017
2017-07-01
@profi200
Make MMU code multicore safe. Enabling of SMP mode is not handled correctly yet.
profi200 committed on 1 Jul 2017
2017-06-19
@profi200
Typo in the MMU access permission bit defines.
profi200 committed on 19 Jun 2017
2017-06-17
@profi200
Get rid of some externs.
profi200 committed on 17 Jun 2017
2017-06-15
@profi200
Oops, that typo i did not see for a while.
profi200 committed on 15 Jun 2017
2017-05-23
@profi200
Move fastboot magic to start of ARM9 section. Change ARM11 cache code back since it was not the issue in the first place.
profi200 committed on 23 May 2017
2017-05-21
@profi200
Revert broken changes from previous commit.
profi200 committed on 21 May 2017
@profi200
Do not use the stack in setupMmu().
profi200 committed on 21 May 2017
@profi200
Not sure if this will help with the screen issues.
profi200 committed on 21 May 2017
2017-02-03
@profi200
Remove useless const in mmu.c.
profi200 committed on 3 Feb 2017
@profi200
Enable unaligned data access on ARM11 because gcc generates code which uses this feature.
profi200 committed on 3 Feb 2017
@profi200
Whitespace fixes so it looks better on Gitlab.
profi200 committed on 3 Feb 2017
2016-12-14
@profi200
Changed the exception vector mapping to use the __start__ symbol.
profi200 committed on 14 Dec 2016
2016-12-13
@profi200
A few safety changes. The high exception vectors are now mapped to the Loader executable start.
profi200 committed on 13 Dec 2016
2016-12-08
@profi200
A few changes and ARM11 VFP support.
profi200 committed on 8 Dec 2016
2016-12-06
@profi200
Big refactor. Updated fatfs, changed the dir structure, added MMU support to the ARM11 side and lots of small changes.
profi200 committed on 6 Dec 2016