History for uwuboot / source / arm9 / hardware
2018-02-28
@profi200
Optimized AES code and fixed a bug which prevented very large FIRMs from beeing properly decrypted from NAND.
profi200 committed on 28 Feb 2018
2018-02-26
@profi200
Added typedefs for >64 bit types to types.h.
profi200 committed on 26 Feb 2018
@profi200
Use sizeof() instead of hardcoding the increment of data in SHA_update().
profi200 committed on 26 Feb 2018
@profi200
Added function to read internal SHA engine state. Optimized SHA_update().
profi200 committed on 26 Feb 2018
2018-01-04
@profi200
Introducing cfg9.h and cfg11.h.
profi200 committed on 4 Jan 2018
2017-12-25
@profi200
Avoid some instruction stalls because i have nothing better to do(tm).
profi200 committed on 25 Dec 2017
2017-12-20
@profi200
Move most inline asm to arm.h.
profi200 committed on 20 Dec 2017
@profi200
Introducing arm.h.
profi200 committed on 20 Dec 2017
2017-12-14
@profi200
Improved RSA code a bit.
profi200 committed on 14 Dec 2017
2017-12-12
@profi200
Return current number of ticks on timer stop.
profi200 committed on 12 Dec 2017
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