History for uwuboot / source / arm9 / hardware
2017-12-09
@profi200
hardware.c --> system.c. Call systemInit() before main().
profi200 committed on 9 Dec 2017
@profi200
Make asm code less cluttered. Changed magic to match name.
profi200 committed on 9 Dec 2017
2017-12-08
@profi200
Removed unused RSA key init code.
profi200 committed on 8 Dec 2017
2017-12-06
@profi200
Fixed more IPC buffer corruption.
profi200 committed on 6 Dec 2017
2017-12-03
@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-11-23
@profi200
Change the timer stuff back since everyone thinks volatile is the better solution.
profi200 committed on 23 Nov 2017
@profi200
Actually do this right way(tm) episode 2.
profi200 committed on 23 Nov 2017
@profi200
Actually do this right.
profi200 committed on 23 Nov 2017
@profi200
Fixed more possible problems like the TIMER_sleep() one.
profi200 committed on 23 Nov 2017
@profi200
Fix the TIMER_sleep() problem the right way(tm).
profi200 committed on 23 Nov 2017
2017-11-20
@profi200
Fixed undefined behavior in TIMER_sleep() in combination with LTO.
profi200 committed on 20 Nov 2017
@profi200
Turns out ldm/stm can be interrupted.
profi200 committed on 20 Nov 2017
@profi200
Actually we don't need strict ABI compliance it seems.
profi200 committed on 20 Nov 2017
2017-11-15
@profi200
Fixed stack alignment in IRQ handlers.
profi200 committed on 15 Nov 2017
2017-10-22
@profi200
Nitpicking/code improvements.
profi200 committed on 22 Oct 2017
2017-10-18
@profi200
Ported hid code changes to ARM9.
profi200 committed on 18 Oct 2017
2017-10-16
@profi200
Fixed some potential bugs the PVS Studio demo found.
profi200 committed on 16 Oct 2017
2017-10-10
@profi200
Use unified pools for data in .s files.
profi200 committed on 10 Oct 2017
2017-09-14
@profi200
Consistency.
profi200 committed on 14 Sep 2017
@profi200
Added TIMER_getTicks() function.
profi200 committed on 14 Sep 2017
@profi200
Little cleanup.
profi200 committed on 14 Sep 2017
2017-08-31
@profi200
Use same PXI source for ARM9 and ARM11.
profi200 committed on 31 Aug 2017
2017-08-30
@profi200
Handle buffers in IPC code. Pointers and sizes are not verified right now.
profi200 committed on 30 Aug 2017
2017-08-29
@profi200
Fixed AES + NDMA bug. Re-added firm.c i accidentally deleted.
profi200 committed on 29 Aug 2017
2017-08-27
@profi200
Use define for max params. Check free() pointer.
profi200 committed on 27 Aug 2017
@profi200
Use a define for param masking.
profi200 committed on 27 Aug 2017
@profi200
Fixed cmd masking in PXI code.
profi200 committed on 27 Aug 2017
@profi200
Make PXI/IPC code safer.
profi200 committed on 27 Aug 2017