| 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
|
|---|---|
|
Unfinished argc/v support for FIRM loading.
profi200
committed
on 23 May 2017
|
|
| 2017-05-22 |
AES code improvements.
profi200
committed
on 22 May 2017
|
|
Do not flush/invalidate caches in AES code. This is useful for example if we en-/decrypt in uncached mem.
profi200
committed
on 22 May 2017
|
|
|
Fixed unit detection and worked around a K9L bug.
profi200
committed
on 22 May 2017
|
|
| 2017-05-21 |
Fixed GFX on New3DS. Thanks TuxSH.
profi200
committed
on 21 May 2017
|
|
Changes.
profi200
committed
on 21 May 2017
|
|
|
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-05-19 |
Disabled MMU for now to work around a possible timing problem in screen init code.
profi200
committed
on 19 May 2017
|
|
Set screen brightness higher for readability.
profi200
committed
on 19 May 2017
|
|
|
nitpicking
profi200
committed
on 19 May 2017
|
|
| 2017-05-18 |
boot abort working, removed some panic()s
derrek
committed
on 18 May 2017
|
|
Do not set all bits for poweroff.
profi200
committed
on 18 May 2017
|
|
|
Clear screens before changing fb format and stride to avoid garbage on screen.
profi200
committed
on 18 May 2017
|
|
| 2017-05-17 |
Temporary gfx workaround for Luma.
profi200
committed
on 17 May 2017
|
|
Cleaned up GFX code. Now based on Luma3DS code.
profi200
committed
on 17 May 2017
|
|
|
Fixed Luma boot.
profi200
committed
on 17 May 2017
|
|
| 2017-05-15 |
power.c
derrek
committed
on 15 May 2017
|
|
reboot_safe, uiPrintInfo
derrek
committed
on 15 May 2017
|
|
| 2017-02-05 |
Moved reg defines back from io.h.
profi200
committed
on 5 Feb 2017
|
| 2017-02-04 |
|
|
improvements, new internal firm launch options (show info, skip hash check)
derrek
committed
on 4 Feb 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
|
|
|
Merge cpu.s back into start.s.
profi200
committed
on 3 Feb 2017
|
|
|
Revert a few whitespace fixes in gfx.c.
profi200
committed
on 3 Feb 2017
|
|
|
Properly init other CPU mode stacks.
profi200
committed
on 3 Feb 2017
|
|
|
More whitespace fixes.
profi200
committed
on 3 Feb 2017
|