| 2020-05-09 |
Port back changes from open_agb_firm. Now with proper screen init.
profi200
committed
on 9 May 2020
|
|---|---|
| 2019-12-04 |
Hardware code cleanup + new documentaion/findings.
profi200
committed
on 4 Dec 2019
|
| 2019-06-28 |
Don't disable vfp (no harm in leaving it on). Lots of small, mostly style changes.
profi200
committed
on 28 Jun 2019
|
| 2019-06-12 |
Added GPU reset code (unused because it works as is). Disabled tag RAM and L1 parity checking on ARM11. Don't rely on code overhead at SD card init for the 74 clock pulses. Implemented new cycle accurate delay function.
profi200
committed
on 12 Jun 2019
|
| 2019-05-20 |
More code improvements/documentation.
profi200
committed
on 20 May 2019
|
| 2019-05-15 |
Improved RSA code a bit. Now uses interrupts.
profi200
committed
on 15 May 2019
|
| 2019-05-14 |
A few code optimizations.
profi200
committed
on 14 May 2019
|
| 2019-05-11 |
Updated SPI code. Added unused SPICARD code.
profi200
committed
on 11 May 2019
|
| 2019-04-22 |
Minor fixes/adjustments to SPI code. Moved spiflash code to ARM11.
profi200
committed
on 22 Apr 2019
|
| 2019-04-14 |
Removed AES_subCounter() and replaced AES_addCounter() with optimized version.
profi200
committed
on 14 Apr 2019
|
| 2019-04-13 |
Added SHA + NDMA prototype + some notes.
profi200
committed
on 13 Apr 2019
|
|
Introducing iomemcpy() and iomemset().
profi200
committed
on 13 Apr 2019
|
|
| 2018-11-03 |
Don't use volatile to prevent reordering.
profi200
committed
on 3 Nov 2018
|
| 2018-08-26 |
Corrected OCR register value on SD init to the one from Process9.
profi200
committed
on 26 Aug 2018
|
| 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-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-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
|
|
Use higher clocks in MMC driver. Needs careful testing!
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-09 |
[ARM9] Cache code optimizations.
profi200
committed
on 9 Mar 2018
|
| 2018-03-08 |
Updated NDMA documentation.
profi200
committed
on 8 Mar 2018
|
| 2018-02-28 |
Renamed members of _uX types.
profi200
committed
on 28 Feb 2018
|