| 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-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
|
|
|
Whitespace fixes so it looks better on Gitlab.
profi200
committed
on 3 Feb 2017
|
|
| 2017-01-10 |
Change caching for boot9 slightly. Stub the exception vectors on ARM11 faster.
profi200
committed
on 10 Jan 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-10 |
Added missing cache code for ARM11.
profi200
committed
on 10 Dec 2016
|
| 2016-12-08 |
Forgot to update the bits in deinitCpu.
profi200
committed
on 8 Dec 2016
|
|
A few changes and ARM11 VFP support.
profi200
committed
on 8 Dec 2016
|