| 2017-07-14 |
Added license to all sources. Dir structure cleanup.
profi200
committed
on 14 Jul 2017
|
|---|---|
| 2017-07-04 |
Flush prefetch buffer should not fetch from possible invalid cache lines.
profi200
committed
on 4 Jul 2017
|
| 2017-07-02 |
Properly implement SMP (not for New 3DS). Wakes up core 1 now.
profi200
committed
on 2 Jul 2017
|
| 2017-07-01 |
Make MMU code multicore safe. Enabling of SMP mode is not handled correctly yet.
profi200
committed
on 1 Jul 2017
|
| 2017-06-19 |
Typo in the MMU access permission bit defines.
profi200
committed
on 19 Jun 2017
|
| 2017-06-17 |
Get rid of some externs.
profi200
committed
on 17 Jun 2017
|
| 2017-06-15 |
Oops, that typo i did not see for a while.
profi200
committed
on 15 Jun 2017
|
| 2017-05-23 |
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 |
Revert broken changes from previous commit.
profi200
committed
on 21 May 2017
|
|
Do not use the stack in setupMmu().
profi200
committed
on 21 May 2017
|
|
|
Not sure if this will help with the screen issues.
profi200
committed
on 21 May 2017
|
|
| 2017-02-03 |
Remove useless const in mmu.c.
profi200
committed
on 3 Feb 2017
|
|
Enable unaligned data access on ARM11 because gcc generates code which uses this feature.
profi200
committed
on 3 Feb 2017
|
|
|
Whitespace fixes so it looks better on Gitlab.
profi200
committed
on 3 Feb 2017
|
|
| 2016-12-14 |
Changed the exception vector mapping to use the __start__ symbol.
profi200
committed
on 14 Dec 2016
|
| 2016-12-13 |
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 |
A few changes and ARM11 VFP support.
profi200
committed
on 8 Dec 2016
|
| 2016-12-06 |
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
|