| 2022-05-26 |
Fixed the bootrom/OTP dumping issue properly.
profi200
committed
on 26 May 2022
|
|---|---|
| 2019-10-25 |
Use udf pseudo instruction to trap unused exception vectors.
profi200
committed
on 25 Oct 2019
|
| 2019-06-28 |
Don't disable vfp (no harm in leaving it on). Lots of small, mostly style changes.
profi200
committed
on 28 Jun 2019
|
| 2019-04-29 |
Fix for the HOME button workaround, other bugfixes and cleanup.
profi200
committed
on 29 Apr 2019
|
| 2019-04-14 |
Use iomemcpy() to copy bootroms and OTP.
profi200
committed
on 14 Apr 2019
|
| 2019-04-13 |
[ARM11] Prevent possible UB with the MMU and enable icache a bit earlier.
profi200
committed
on 13 Apr 2019
|
|
Introducing iomemcpy() and iomemset().
profi200
committed
on 13 Apr 2019
|
|
| 2018-05-10 |
Use OTP_SIZE define in ARM11 start.s.
profi200
committed
on 10 May 2018
|
|
Fixed bootrom/OTP dumping.
profi200
committed
on 10 May 2018
|
|
| 2018-05-08 |
Added __superhaxEnabled var to make it detectable and added script to patch the section size.
profi200
committed
on 8 May 2018
|
| 2018-03-15 |
Added boot11 dump code.
profi200
committed
on 15 Mar 2018
|
| 2018-02-23 |
Enable N3DS FCRAM extension if available.
profi200
committed
on 23 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 |
Reenable full GPU/LCD deinit + cleanup.
profi200
committed
on 7 Jan 2018
|
|
Deinit critical hardware before FIRM launch.
profi200
committed
on 7 Jan 2018
|
|
| 2018-01-04 |
Make core 1/2/3 init optional.
profi200
committed
on 4 Jan 2018
|
| 2017-12-28 |
Implemented core 2/3 init for New 3DS. Also enables FCRAM extension. This is currently disabled.
profi200
committed
on 28 Dec 2017
|
| 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-10 |
Move the clrex to the top to make sure any early strex works.
profi200
committed
on 10 Dec 2017
|
|
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
|
|
Make asm code less cluttered. Changed magic to match name.
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-06 |
Flush prefetch buffer always after the icache.
profi200
committed
on 6 Dec 2017
|
| 2017-11-15 |
Fixed stack alignment in IRQ handlers.
profi200
committed
on 15 Nov 2017
|
| 2017-10-10 |
Use unified pools for data in .s files.
profi200
committed
on 10 Oct 2017
|
| 2017-10-07 |
Changed ARM11 mem layout to 'stacks --> MMU tables --> code/data --> heap'.
profi200
committed
on 7 Oct 2017
|
| 2017-09-07 |
Lazy guru meditation screen port. Fixed IPC output buffer mask.
profi200
committed
on 7 Sep 2017
|