624 Commits

Author SHA1 Message Date
d0k3
fdb93b51f3 Fix FIRM validation before boot 2017-08-12 20:45:08 +02:00
Riccardo Boninsegna
2387cb9e21 Information about ntrboot 2017-08-12 20:45:07 +02:00
Riccardo Boninsegna
e95ece09f4 Enable alternate key .firm build (for ntrboothax, etc) 2017-08-12 20:45:07 +02:00
d0k3
a4e174938e Fix FIRM whitelist and address check 2017-08-11 23:05:44 +02:00
d0k3
a9badfee9c Allow hardcoding keys
... the required file will not be provided
2017-08-11 00:44:59 +02:00
d0k3
96054a8406 Fix NTR AGING cart dump
... for reals, this time
2017-08-10 01:51:54 +02:00
d0k3
8b6ca667ed Increased version number to 1.3.1 v1.3.1 2017-08-08 17:52:48 +02:00
al3x10m
9f135f225a Improved brightness table 2017-08-08 17:47:49 +03:00
Wolfvak
b56ca0e8b8 Added brightness adjustment through the volume slider, made the ARM11 finally do something rather than sit and wait for the entrypoint 2017-08-08 09:40:09 -03:00
d0k3
ed257e9216 Use ISO 8601 for displaying date & time
fixes #143
2017-08-08 12:30:33 +02:00
d0k3
bf58112c1d Also generate the FIRM .sha files when compiling. 2017-08-08 12:12:39 +02:00
d0k3
cf84ce4fa4 Revert "Fix dumping NTR AGING cart"
This reverts commit d6490453ba9bebbc82b97c5ac9e20bf21eab01e3.
2017-08-08 11:53:47 +02:00
d0k3
df5e80bb98 Fix mounting FAT / NAND images
fixes #142
2017-08-07 23:33:08 +02:00
d0k3
4dddd8aeeb Remove arm9loaderhax entrypoint v1.3.0 2017-08-07 12:57:33 +02:00
d0k3
745c7f4cbf Updated readme file 2017-08-07 01:04:41 +02:00
d0k3
8e3d864d83 Scripting: Support TIMESTAMP and DATESTAMP env variable 2017-08-04 18:21:56 +02:00
d0k3
3f87c42334 Properly handle HWCAL0.dat / HWCAL1.dat
These files are system unique. This commit fixes the write permission
system and includes both files in the essential backup.
2017-08-04 16:56:06 +02:00
d0k3
24a9b711e8 Add support for handling the RTC & correct FAT times 2017-08-04 03:51:03 +02:00
d0k3
06f70d0a59 Fix sizes of SHA hashes 2017-08-04 03:51:03 +02:00
d0k3
e576baa601 User the POWER button as an alternative to HOME 2017-08-04 03:51:03 +02:00
d0k3
90a7705d21 Don't spam the MCU with reads (in hid.c) 2017-08-04 03:51:02 +02:00
d0k3
cb694689aa Allow creating dummy files 2017-08-04 03:51:02 +02:00
d0k3
78dbc95b60 Fix mounting images from drives 8: / 9: 2017-08-04 03:51:02 +02:00
d0k3
63b7604529 Fully initialize the crypto system
This allows chainloading Luma outside of boot9strap
Requires a good aeskeydb.bin, like MD5 A5B28945A7C051D7A0CD18AF0E580D1B
2017-08-04 03:51:02 +02:00
d0k3
030e939dc5 Handle FIRM boot path 2017-08-04 03:51:01 +02:00
d0k3
1e61af9442 Removed all legacy entrypoints (only SigHax and A9LH remain) 2017-08-04 03:51:01 +02:00
Wolfvak
ba808f9876 Removed old Brahma-compatible chainloader 2017-08-04 03:48:47 +02:00
d0k3
5d6ee82728 Properly credit stuckpixel 2017-08-04 03:48:47 +02:00
d0k3
45fef040ff Prevent race condition in main 2017-08-04 03:48:47 +02:00
Wolfvak
e121e72f1c Implemented FIRM booting 2017-08-04 03:48:47 +02:00
Wolfvak
15882e7111 Allow running GodMode9 in any environment 2017-08-04 03:48:46 +02:00
d0k3
d6490453ba Fix dumping NTR AGING cart 2017-07-29 14:22:46 +02:00
d0k3
3da6cf5c0e Fix case sensitive permission checks 2017-07-27 20:30:12 +02:00
d0k3
5f70cdc8fa Cleanup screeninit build directory 2017-07-27 20:29:53 +02:00
d0k3
e4a0d62d16 Scripting: add decrypt, encrypt, buildcia commands 2017-07-27 14:29:03 +02:00
d0k3
20c9b640d6 Miscelaneous small fixes 2017-07-27 14:26:59 +02:00
d0k3
f38697b156 Fix: TWL key init on certain A9LH chainloaders 2017-07-27 13:35:18 +02:00
d0k3
8e8df94aba Fix compiler warning 2017-07-26 22:35:53 +02:00
d0k3
b3373a2182 Fix text viewer line numbers 2017-07-26 22:35:53 +02:00
d0k3
c7322b478d Add screeninit to FIRM payload 2017-07-26 22:35:52 +02:00
d0k3
96f6f2f34b Scripting: add 'input' command 2017-07-26 14:14:12 +02:00
d0k3
3025329799 Scripting: add CURRDIR environmental variable 2017-07-26 14:08:29 +02:00
d0k3
3cfdc3dc77 Fixed a typo 2017-07-26 14:07:34 +02:00
d0k3
bba9c13506 More intuitive non-unlockable handling, fixes #128 2017-07-25 12:44:27 +02:00
Dave Murphy
748b77ad9c Allow parallel build 2017-07-24 14:16:54 +02:00
d0k3
9aeac540e5 Where/were typo - Fix #125 2017-07-24 14:08:22 +02:00
Dave Murphy
1f69db1bdb fix build with r47. Closes #119 2017-07-24 13:59:33 +02:00
d0k3
c60237a8c3 Poweroff LCD before reboot / poweroff
... fixes several MCU issues
v1.2.7
2017-07-11 20:55:53 +02:00
d0k3
730b88638d Include sample script in release archive 2017-07-11 20:55:18 +02:00
d0k3
cd9d480579 Updated readme file 2017-07-11 20:55:06 +02:00