| 2019-04-22 |
[spiflash.c] Set offset directly instead of byte writes.
profi200
committed
on 22 Apr 2019
|
|---|---|
|
Minor fixes/adjustments to SPI code. Moved spiflash code to ARM11.
profi200
committed
on 22 Apr 2019
|
|
| 2019-04-20 |
Added SPI and CODEC drivers. Unused right now.
profi200
committed
on 20 Apr 2019
|
| 2019-04-18 |
Apply all fatfs patches released to date.
profi200
committed
on 18 Apr 2019
|
|
[ARM11] Disable FIQs properly.
profi200
committed
on 18 Apr 2019
|
|
|
Change power LED pattern to indicate sleep when the lid is closed.
profi200
committed
on 18 Apr 2019
|
|
| 2019-04-17 |
Avoid a few stalls in iomemcpy().
profi200
committed
on 17 Apr 2019
|
|
Init PXI last and enable interrupts CPU side earlier to prevent hangs.
profi200
committed
on 17 Apr 2019
|
|
|
Re-enable code to set MCU IRQ bitmask.
profi200
committed
on 17 Apr 2019
|
|
| 2019-04-14 |
Use iomemcpy() to copy bootroms and OTP.
profi200
committed
on 14 Apr 2019
|
|
Removed AES_subCounter() and replaced AES_addCounter() with optimized version.
profi200
committed
on 14 Apr 2019
|
|
| 2019-04-13 |
[ARM11] Prevent possible UB with the MMU and enable icache a bit earlier.
profi200
committed
on 13 Apr 2019
|
|
Added SHA + NDMA prototype + some notes.
profi200
committed
on 13 Apr 2019
|
|
|
Fixed warning introduced in last commit.
profi200
committed
on 13 Apr 2019
|
|
|
Introducing iomemcpy() and iomemset().
profi200
committed
on 13 Apr 2019
|
|
| 2019-04-05 |
config: make the parser more strict to avoid confusions.
derrek
committed
on 5 Apr 2019
|
| 2019-04-03 |
Init screen if requested on FCRAM boots.
d0k3
committed
on 3 Apr 2019
|
|
Fix loading FIRMs with screeninit flag from FCRAM.
d0k3
committed
on 3 Apr 2019
|
|
| 2019-01-23 |
Updated fatfs to version R0.13c.
profi200
committed
on 23 Jan 2019
|
| 2019-01-15 |
|
| 2019-01-14 |
Merge branch 'master' of github.com:derrekr/fastboot3DS
profi200
committed
on 14 Jan 2019
|
|
Fixed out of memory for big topscreen splashes.
profi200
committed
on 14 Jan 2019
|
|
| 2018-11-27 |
|
| 2018-11-03 |
Don't use volatile to prevent reordering.
profi200
committed
on 3 Nov 2018
|
| 2018-08-30 |
|
| 2018-08-26 |
Corrected OCR register value on SD init to the one from Process9.
profi200
committed
on 26 Aug 2018
|
| 2018-07-17 |
Use macros for splash min/max durations.
d0k3
committed
on 17 Jul 2018
|
|
|
|
|
Fix a compiler warning.
d0k3
committed
on 17 Jul 2018
|
|
| 2018-07-12 |
|