| 2018-02-28 |
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 |
Added typedefs for >64 bit types to types.h.
profi200
committed
on 26 Feb 2018
|
|
Use sizeof() instead of hardcoding the increment of data in SHA_update().
profi200
committed
on 26 Feb 2018
|
|
|
Added function to read internal SHA engine state. Optimized SHA_update().
profi200
committed
on 26 Feb 2018
|
|
| 2018-01-04 |
Introducing cfg9.h and cfg11.h.
profi200
committed
on 4 Jan 2018
|
| 2017-12-25 |
Avoid some instruction stalls because i have nothing better to do(tm).
profi200
committed
on 25 Dec 2017
|
| 2017-12-20 |
Move most inline asm to arm.h.
profi200
committed
on 20 Dec 2017
|
|
Introducing arm.h.
profi200
committed
on 20 Dec 2017
|
|
| 2017-12-14 |
Improved RSA code a bit.
profi200
committed
on 14 Dec 2017
|
| 2017-12-12 |
Return current number of ticks on timer stop.
profi200
committed
on 12 Dec 2017
|
| 2017-12-09 |
hardware.c --> system.c. Call systemInit() before main().
profi200
committed
on 9 Dec 2017
|
|
Make asm code less cluttered. Changed magic to match name.
profi200
committed
on 9 Dec 2017
|
|
| 2017-12-08 |
Removed unused RSA key init code.
profi200
committed
on 8 Dec 2017
|
| 2017-12-06 |
Fixed more IPC buffer corruption.
profi200
committed
on 6 Dec 2017
|
| 2017-12-03 |
Remove hardwareDeinit() on ARM9 since it is not needed anymore.
profi200
committed
on 3 Dec 2017
|
| 2017-12-02 |
Fixed the race properly on ARM11.
profi200
committed
on 2 Dec 2017
|
|
Do not enable interrupts before initializing all of the hardware (race).
profi200
committed
on 2 Dec 2017
|
|
| 2017-11-23 |
Change the timer stuff back since everyone thinks volatile is the better solution.
profi200
committed
on 23 Nov 2017
|
|
Actually do this right way(tm) episode 2.
profi200
committed
on 23 Nov 2017
|
|
|
Actually do this right.
profi200
committed
on 23 Nov 2017
|
|
|
Fixed more possible problems like the TIMER_sleep() one.
profi200
committed
on 23 Nov 2017
|
|
|
Fix the TIMER_sleep() problem the right way(tm).
profi200
committed
on 23 Nov 2017
|
|
| 2017-11-20 |
Fixed undefined behavior in TIMER_sleep() in combination with LTO.
profi200
committed
on 20 Nov 2017
|
|
Turns out ldm/stm can be interrupted.
profi200
committed
on 20 Nov 2017
|
|
|
Actually we don't need strict ABI compliance it seems.
profi200
committed
on 20 Nov 2017
|
|
| 2017-11-15 |
Fixed stack alignment in IRQ handlers.
profi200
committed
on 15 Nov 2017
|
| 2017-10-22 |
Nitpicking/code improvements.
profi200
committed
on 22 Oct 2017
|
| 2017-10-18 |
Ported hid code changes to ARM9.
profi200
committed
on 18 Oct 2017
|
| 2017-10-16 |
Fixed some potential bugs the PVS Studio demo found.
profi200
committed
on 16 Oct 2017
|
| 2017-10-10 |
Use unified pools for data in .s files.
profi200
committed
on 10 Oct 2017
|