uwuboot / source / arm9 /
@derrek derrek authored on 4 Jun 2017
..
cache.s Do not flush/invalidate caches in AES code. This is useful for example if we en-/decrypt in uncached mem. 9 years ago
config.c add support for PAD config writing 9 years ago
console.c no more printf, also fixed some warnings 9 years ago
crypto.c Broken AES CBC code + a few adjustments. 9 years ago
debug.c more stuff that should not be in release 9 years ago
dev.c Refactor of dev/fs stuff. Fixes updating and prevents multiple SD/NAND inits. 9 years ago
exception.s nitpicking 9 years ago
firm.c Unfinished argc/v support for FIRM loading. 9 years ago
firmwriter.c verbose mode button comobo, fixes, ui, firmloader 9 years ago
hardware.c Use a separate function for AES_deinit(). 9 years ago
interrupt.c Change interrupts only through the register/unregister functions. 9 years ago
main.c Move PRNG define out of main.c. 9 years ago
menu.c Replaced makefiles with custom ones based on devkitARM makefiles. Implemented a release build rule. Implemented displaying the commit hash in non-release builds. 9 years ago
menu_credits.c fixed boot option pad check 9 years ago
menu_filebrowse.c Updated fatfs to R0.13. 9 years ago
menu_firmloader.c Hacky argc/v support. 9 years ago
menu_nand.c nand restore: check nand image compatibility 9 years ago
menu_options.c add support for nand: config file loading 9 years ago
menu_update.c More path separator changes. 9 years ago
nandimage.c nand restore: check nand image compatibility 9 years ago
ndma.c Change interrupts only through the register/unregister functions. 9 years ago
partitions.c Refactor of dev/fs stuff. Fixes updating and prevents multiple SD/NAND inits. 9 years ago
pxi.c Change interrupts only through the register/unregister functions. 9 years ago
sdmmc.c Temporary version of the SD detect fix. 9 years ago
spiflash.c Moved reg defines back from io.h. 9 years ago
start.s Move fastboot magic to start of ARM9 section. Change ARM11 cache code back since it was not the issue in the first place. 9 years ago
timer.c Updated timer code for consistency. MMC timeout confirmed working. 9 years ago
ui.c The temporary buffer in uiPrint() was not long enough for non-centered prints. 9 years ago