| 2018-06-03 |
Cleanup sdmmc.c/h a bit.
profi200
committed
on 3 Jun 2018
|
|---|---|
|
Adjust eMMC clock to be in spec before switching to HS mode.
profi200
committed
on 3 Jun 2018
|
|
| 2018-05-29 |
Set this reg to the same value Process9 does.
profi200
committed
on 29 May 2018
|
| 2018-05-28 |
Optimize SD card poweron for the lowest possible powerup time.
profi200
committed
on 28 May 2018
|
| 2018-05-24 |
Fixed bugs in sdmmc_send_command(). Partially implemented high speed mode.
profi200
committed
on 24 May 2018
|
|
[SDMMC] Enable 4 bit mode after switching and always clear fifo.
profi200
committed
on 24 May 2018
|
|
| 2018-05-22 |
Disable SD pullup. Set clock back to 16 MHz since the shitty Lexar SDs don't work with 33 MHz.
profi200
committed
on 22 May 2018
|
| 2018-05-16 |
Update remaining SDMMC clock comments.
profi200
committed
on 16 May 2018
|
| 2018-05-15 |
Correct comments in sdmmc.c.
profi200
committed
on 15 May 2018
|
| 2018-05-10 |
Fixed bootrom/OTP dumping.
profi200
committed
on 10 May 2018
|
| 2018-05-09 |
Adjust SD init to be in specs.
profi200
committed
on 9 May 2018
|
| 2018-05-08 |
Remove unneeded reg writes. Set card detect timeout(?) permanently to 0.
profi200
committed
on 8 May 2018
|
|
Set SD timeout to 0 for faster card detect.
profi200
committed
on 8 May 2018
|
|
|
Use higher clocks in MMC driver. Needs careful testing!
profi200
committed
on 8 May 2018
|
|
|
Remove bootrom lock code.
profi200
committed
on 8 May 2018
|
|
|
Added toggleSuperhax() function.
profi200
committed
on 8 May 2018
|
|
|
Merge branch 'master' into lenny
profi200
committed
on 8 May 2018
|
|
| 2018-05-07 |
Increase ARM9 TIMER_sleep() accuracy because why not.
profi200
committed
on 7 May 2018
|
| 2018-04-24 |
Timers: Use integer math on ARM9 and faster fp math on ARM11.
profi200
committed
on 24 Apr 2018
|
| 2018-03-15 |
Merge branch 'master' into lenny
profi200
committed
on 15 Mar 2018
|
| 2018-03-14 |
Typo fixes/consistency.
profi200
committed
on 14 Mar 2018
|
| 2018-03-09 |
[ARM9] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
| 2018-03-08 |
Updated NDMA documentation.
profi200
committed
on 8 Mar 2018
|
| 2018-03-05 |
Introducing superhax.
profi200
committed
on 5 Mar 2018
|
| 2018-03-02 |
Fixed ARM9 panic/exception/assert not displaying anything on screen.
profi200
committed
on 2 Mar 2018
|
| 2018-02-28 |
Renamed members of _uX types.
profi200
committed
on 28 Feb 2018
|
|
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
|