| 2019-10-25 |
Use udf pseudo instruction to trap unused exception vectors.
profi200
committed
on 25 Oct 2019
|
|---|---|
| 2019-04-14 |
Use iomemcpy() to copy bootroms and OTP.
profi200
committed
on 14 Apr 2019
|
| 2019-04-13 |
Introducing iomemcpy() and iomemset().
profi200
committed
on 13 Apr 2019
|
| 2018-05-10 |
Fixed bootrom/OTP dumping.
profi200
committed
on 10 May 2018
|
| 2018-03-14 |
Typo fixes/consistency.
profi200
committed
on 14 Mar 2018
|
| 2018-02-22 |
[UNTESTED] Added FCRAM FIRM support to loadVerifyFirm(). Adjusted MPU settings so we can acces the FIRM in FCRAM.
profi200
committed
on 22 Feb 2018
|
| 2018-01-15 |
Actually these .align are not needed.
profi200
committed
on 15 Jan 2018
|
|
start.s improvements + standard conform argc/v.
profi200
committed
on 15 Jan 2018
|
|
| 2018-01-07 |
Deinit critical hardware before FIRM launch.
profi200
committed
on 7 Jan 2018
|
| 2017-12-25 |
Avoid some instruction stalls because i have nothing better to do(tm).
profi200
committed
on 25 Dec 2017
|
| 2017-12-20 |
Introducing arm.h.
profi200
committed
on 20 Dec 2017
|
| 2017-12-14 |
Document ARM11 start.s a bit more.
profi200
committed
on 14 Dec 2017
|
| 2017-12-13 |
Optimize ARM9 MPU code a bit.
profi200
committed
on 13 Dec 2017
|
| 2017-12-10 |
More assembly cleanup.
profi200
committed
on 10 Dec 2017
|
| 2017-12-09 |
hardware.c --> system.c. Call systemInit() before main().
profi200
committed
on 9 Dec 2017
|
|
Extend ARM9 heap on N3DS.
profi200
committed
on 9 Dec 2017
|
|
|
Make asm code less cluttered. Changed magic to match name.
profi200
committed
on 9 Dec 2017
|
|
| 2017-10-10 |
Use unified pools for data in .s files.
profi200
committed
on 10 Oct 2017
|
| 2017-09-07 |
Small adjustments. Enable data cache for DSP mem/AXIWRAM on ARM9.
profi200
committed
on 7 Sep 2017
|
| 2017-08-15 |
Enable MPU before clearing the bss.
profi200
committed
on 15 Aug 2017
|
| 2017-08-06 |
Loosen MPU config for future changes.
profi200
committed
on 6 Aug 2017
|
| 2017-07-14 |
Added license to all sources. Dir structure cleanup.
profi200
committed
on 14 Jul 2017
|
|
Heap start is automatically setup.
profi200
committed
on 14 Jul 2017
|
|
| 2017-07-03 |
Nitpicking/consistency.
profi200
committed
on 3 Jul 2017
|
| 2017-06-17 |
Nitpicking + fixes in .s files.
profi200
committed
on 17 Jun 2017
|
| 2017-06-15 |
That msr instruction change did not do what i expected.
profi200
committed
on 15 Jun 2017
|
| 2017-06-14 |
Init stack pointers of exception modes on ARM11.
profi200
committed
on 14 Jun 2017
|
|
Allow recursive interrupts. Reworked exception handling a bit to support non-user/system exceptions.
profi200
committed
on 14 Jun 2017
|
|
| 2017-06-12 |
Improve assembly files a bit.
profi200
committed
on 12 Jun 2017
|
| 2017-06-10 |
Proper IRQ stack handling on ARM9.
profi200
committed
on 10 Jun 2017
|