History for uwuboot / source / arm9
2017-12-20
@profi200
Introducing arm.h.
profi200 committed on 20 Dec 2017
2017-12-17
@profi200
Restore proper mount state after SD card init.
profi200 committed on 17 Dec 2017
@profi200
Move fastboot version check to the end of function.
profi200 committed on 17 Dec 2017
2017-12-14
@profi200
Improved RSA code a bit.
profi200 committed on 14 Dec 2017
@profi200
Document ARM11 start.s a bit more.
profi200 committed on 14 Dec 2017
2017-12-13
@profi200
Optimize ARM9 MPU code a bit.
profi200 committed on 13 Dec 2017
2017-12-12
@profi200
Return current number of ticks on timer stop.
profi200 committed on 12 Dec 2017
2017-12-11
@profi200
Actually make this race proof...
profi200 committed on 11 Dec 2017
@profi200
Do not increment argc.
profi200 committed on 11 Dec 2017
2017-12-10
@derrek
arm9: remove nandimage dead code
derrek committed on 10 Dec 2017
@profi200
More assembly cleanup.
profi200 committed on 10 Dec 2017
2017-12-09
@profi200
hardware.c --> system.c. Call systemInit() before main().
profi200 committed on 9 Dec 2017
@profi200
Merge branch 'newgui' of gitlab.com:derrek/fastboot3DS into newgui
profi200 committed on 9 Dec 2017
@profi200
Extend ARM9 heap on N3DS.
profi200 committed on 9 Dec 2017
@derrek
arm9 fs: adjust limit for fCreateDeviceBuffer
derrek committed on 9 Dec 2017
@profi200
Make asm code less cluttered. Changed magic to match name.
profi200 committed on 9 Dec 2017
@profi200
Remove old drive/file/dir handles even on unmount/close failure.
profi200 committed on 9 Dec 2017
2017-12-08
@profi200
Properly unmount on SD pulls.
profi200 committed on 8 Dec 2017
@profi200
Removed unused RSA key init code.
profi200 committed on 8 Dec 2017
@profi200
Removed useless checks in FIRM launch code.
profi200 committed on 8 Dec 2017
2017-12-07
@profi200
Handle NULL or zero size buffers in IPC code properly.
profi200 committed on 7 Dec 2017
2017-12-06
@profi200
Tell ARM11 if panics or exceptions happen on ARM9.
profi200 committed on 6 Dec 2017
@profi200
Fixed more IPC buffer corruption.
profi200 committed on 6 Dec 2017
2017-12-03
@profi200
Added fIsDriveMounted().
profi200 committed on 3 Dec 2017
@profi200
Remove hardwareDeinit() on ARM9 since it is not needed anymore.
profi200 committed on 3 Dec 2017
2017-12-02
@profi200
Fixed the race properly on ARM11.
profi200 committed on 2 Dec 2017
@profi200
Do not enable interrupts before initializing all of the hardware (race).
profi200 committed on 2 Dec 2017
2017-12-01
@profi200
Added argc/v framebuffer struct passing.
profi200 committed on 1 Dec 2017
2017-11-30
@profi200
Added fIsDevActive().
profi200 committed on 30 Nov 2017
@derrek
arm9 fs: use new functions ensureUnmounted/ensureMounted for fPrepareRawAccess/fFinalizeRawAccess
derrek committed on 30 Nov 2017