| 2018-05-05 |
[ARM11] Allow setting IRQ handlers to NULL like on ARM9 + cleanup.
profi200
committed
on 5 May 2018
|
|---|---|
|
General cleanup + possible I2C bugfix.
profi200
committed
on 5 May 2018
|
|
| 2018-05-02 |
Move more I2C stuff to mcu.c/h.
profi200
committed
on 2 May 2018
|
|
Use I2C IRQs. I2C code cleanup + other changes required after the former.
profi200
committed
on 2 May 2018
|
|
| 2018-03-14 |
Typo fixes/consistency.
profi200
committed
on 14 Mar 2018
|
| 2018-03-09 |
[ARM9] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
|
[ARM11] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
|
| 2018-03-06 |
Don't enable the FCRAM extension if already done. Fixes fastboot chainloading itself.
profi200
committed
on 6 Mar 2018
|
| 2018-03-02 |
HASH engine support for ARM11.
profi200
committed
on 2 Mar 2018
|
| 2018-02-23 |
Actually make the previous commit work.
profi200
committed
on 23 Feb 2018
|
|
Enable N3DS FCRAM extension if available.
profi200
committed
on 23 Feb 2018
|
|
| 2018-01-21 |
Consistency.
profi200
committed
on 21 Jan 2018
|
| 2018-01-19 |
More mmu.c improvements. Added mmuMapSupersections().
profi200
committed
on 19 Jan 2018
|
| 2018-01-17 |
Forgot 1 define in the previous commit.
profi200
committed
on 17 Jan 2018
|
|
Cleanup in mmu.c.
profi200
committed
on 17 Jan 2018
|
|
|
Properly separate text/rodata/data on ARM11. Increases FIRM size by a few KiB.
profi200
committed
on 17 Jan 2018
|
|
| 2018-01-07 |
Reenable full GPU/LCD deinit + cleanup.
profi200
committed
on 7 Jan 2018
|
| 2018-01-04 |
Introducing cfg9.h and cfg11.h.
profi200
committed
on 4 Jan 2018
|
|
Make core 1/2/3 init optional.
profi200
committed
on 4 Jan 2018
|
|
| 2018-01-01 |
Clear screens on screen init only if requested.
profi200
committed
on 1 Jan 2018
|
| 2017-12-30 |
Added proper core 2/3 poweroff code.
profi200
committed
on 30 Dec 2017
|
| 2017-12-28 |
Cleanup core 2/3 code.
profi200
committed
on 28 Dec 2017
|
|
Added function for changing CPU clock.
profi200
committed
on 28 Dec 2017
|
|
|
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 |
Fixed New 3DS specific graphics corruption on screen init.
profi200
committed
on 25 Dec 2017
|
|
Avoid some instruction stalls because i have nothing better to do(tm).
profi200
committed
on 25 Dec 2017
|
|
| 2017-12-22 |
Revert GFX init code order because the new one may cause issues with a few consoles.
profi200
committed
on 22 Dec 2017
|
| 2017-12-20 |
Move more inline asm to arm.h.
profi200
committed
on 20 Dec 2017
|
|
Move most inline asm to arm.h.
profi200
committed
on 20 Dec 2017
|
|
|
Introducing arm.h.
profi200
committed
on 20 Dec 2017
|