This website requires JavaScript.
9487924973
Fusee: Add #define requirement for pragmatic reasons.
Michael Scire
2018-05-04 16:35:33 -06:00
711f85305b
fusee: enable sdmmc loglevel control
Kate J. Temkin
2018-05-04 16:15:51 -06:00
932a5bd645
fusee: fix multiple-block SDMMC transfers
Kate J. Temkin
2018-05-04 16:15:18 -06:00
e5fff14689
Move fatfs around
TuxSH
2018-05-05 00:11:22 +02:00
0d344e45af
Initialize heap, increase stack size
TuxSH
2018-05-04 23:56:01 +02:00
dc3099781d
Change defaut BCT0 for debug
TuxSH
2018-05-04 21:52:38 +02:00
4199be2460
Merge SD stuff into fusee-secondary. Switch diskio to single-sector reads temporarily
Michael Scire
2018-05-04 11:47:05 -06:00
299b020ecc
Push minimally working FATFS.
Michael Scire
2018-05-04 11:21:15 -06:00
010ba9248c
fusee: make SDMMC debug printing more manageable
Kate J. Temkin
2018-05-04 03:38:25 -06:00
0120b9ce52
fusee: get uSD working, fix bad no_iopower, and abstract card differences
Kate J. Temkin
2018-05-04 03:23:16 -06:00
99f749ef82
fusee: fix SD pinmuxing / signal integrity issues
Kate J. Temkin
2018-05-03 04:54:36 -06:00
5b3be77f0e
fusee: fix drive strength and avoid a pad wear-condition
Kate J. Temkin
2018-05-02 06:34:53 -06:00
fc97c3f773
fusee: merge in most of the microSD card (not fully working)
Kate J. Temkin
2018-05-02 06:07:21 -06:00
608d59c229
fusee: implement partition support; needs some tweeks
Kate J. Temkin
2018-04-30 16:27:34 -06:00
01e3761d4c
fusee: sdmmc: use v3 compatibility mode for it's simpler DMA
Kate J. Temkin
2018-04-29 08:04:50 -06:00
ef1923ebab
fusee: sdmmc: support CPU reads in addition to (broken?) DMA
Kate J. Temkin
2018-04-29 04:45:28 -06:00
21c177804e
fusee: sdmmc: handle DMA page boundaries
Kate J. Temkin
2018-04-28 09:39:04 -06:00
534c50fba5
sdmmc: mostly working for eMMC, now
Kate J. Temkin
2018-04-28 08:23:59 -06:00
eb48e06331
fusee: get non-data SDMMC commands fully working on eMMC
Kate J. Temkin
2018-04-28 04:42:59 -06:00
dbb65428e8
fusee: further flesh out sdmmc implementation
Kate J. Temkin
2018-04-28 02:28:10 -06:00
2e3af0c474
fusee: fix issue with SDMMC psuedo-interrupts
Kate J. Temkin
2018-04-28 00:34:32 -06:00
fbe159e4d3
fusee: add missing file
Kate J. Temkin
2018-04-26 12:16:06 -06:00
06bf132022
skeleton SDMMC
Kate J. Temkin
2018-04-21 19:38:55 -06:00
c19750a0d5
ProcessManager: Make launch flag parsing version agnostic.
Michael Scire
2018-05-04 01:01:53 -06:00
d6cf7c605f
ProcessManager: Implement core process management logic.
Michael Scire
2018-05-03 23:58:25 -06:00
999498c0a0
Stratosphère: Simplify some for loops (#76 )
Léo Lam
2018-05-04 01:24:34 +02:00
7ab9f507cb
ProcessManager: Fill out ProcessTracking::Initialize()
Michael Scire
2018-05-03 16:15:00 -06:00
5025ba5e82
Boot: Implement initial GPIO configuration
hexkyz
2018-05-03 22:34:45 +01:00
0807aaea2b
Fix small issues in the stage2 loader (#78 )
Max K
2018-05-03 22:08:30 +02:00
54a1529ef4
ProcessManager: fix critical typo in sarcastic comment
Michael Scire
2018-05-03 04:10:41 -06:00
3d2c3e1fe1
ProcessManager: Stub ProcessTracking code.
Michael Scire
2018-05-03 04:10:05 -06:00
0459bcee74
ProcessManager: Acquire ldr:pm during init.
Michael Scire
2018-05-03 03:58:45 -06:00
b5412df53b
Stratosphere: Add IPC templating for non-member functions.
Michael Scire
2018-05-03 03:14:48 -06:00
593efedb2c
ProcessManager: Add BootModeInterface
Michael Scire
2018-05-03 02:58:11 -06:00
bd1315022a
Stratosphere: Begin work on PM.
Michael Scire
2018-05-02 22:18:05 -06:00
9e03852703
Loader: Fix bugs ldr:ro, Loader now works fully on hardware.
Michael Scire
2018-05-02 01:39:24 -06:00
361e9607a9
SM: After checking docs, kernelAbove400() -> kernelAbove500()
Michael Scire
2018-05-01 23:24:57 -06:00
3c87c4c3c3
SM: Add compile-time smhax flag, finishing module. (Closes #62 )
Michael Scire
2018-05-01 23:21:39 -06:00
bda056562c
Push all graphical resources to main repo, add credits
Michael Scire
2018-05-01 18:42:23 -06:00
e05f199394
Loader: Fix (all?) remaining bugs in ldr:pm.
Michael Scire
2018-05-01 16:49:20 -06:00
9944d8e7e1
Boot2: Remove svcExitProcess (handled by libnx).
Michael Scire
2018-05-01 11:08:21 -06:00
c12de33440
Boot2: Fix comment.
Michael Scire
2018-05-01 11:04:39 -06:00
64bf2052e5
boot2: exit process at end of main().
Michael Scire
2018-05-01 11:02:16 -06:00
e7e28fbc57
Implement boot2 sysmodule.
Michael Scire
2018-05-01 10:58:19 -06:00
1c32f1ae34
replacing tabs with spaces
Resaec
2018-05-01 18:33:39 +02:00
6a7afc5ce8
Fix typo.
hexkyz
2018-05-01 17:17:34 +01:00
30f975a558
Stratosphere: Fix remaining bugs in sm, which now works as a KIP1 on hardware
Michael Scire
2018-04-30 22:27:07 -06:00
52730d2188
Adding credits section
hexkyz
2018-04-30 17:48:03 +01:00
5430415578
somehow forgot to rename them
Resaec
2018-04-28 01:27:16 +02:00
dd319debe8
adding comment for uart_wait_idle to warn about a possible dead lock
Resaec
2018-04-28 01:13:16 +02:00
5dcf2cb319
adding UartFifoControl and UartInterruptIdentification for the UART_IIR_FCR_0 register adding reference manual intem numbers for register enums
Resaec
2018-04-28 00:58:42 +02:00
b6b0073178
minor style fixes
Resaec
2018-04-28 00:55:28 +02:00
e0f586d2d5
change multiline comments, they game (only?) me strange spacing errors in the VS info popup
Resaec
2018-04-28 00:54:43 +02:00
ae69126509
adding UartVendorStatus, UartLineStatus and UartLineControl refactor defines edited uart_wait_idle() second parameter type to UartVendorStatus
Resaec
2018-04-27 23:57:20 +02:00
f7434672bf
Update banner placement in README
Michael Scire
2018-04-27 03:56:48 -06:00
0d25f342c6
Add banner to README
Michael Scire
2018-04-27 03:56:06 -06:00
4e1a29f618
Loader: Finish ldr:ro
Michael Scire
2018-04-27 03:33:44 -06:00
772e41971d
Loader: Add ldr:ro->LoadNro()
Michael Scire
2018-04-27 03:17:07 -06:00
10171313df
Update README.md (#70 )
Kurt
2018-04-26 20:45:11 -07:00
e43c6df986
Loader: fix missing NULL assignment
Michael Scire
2018-04-26 20:51:12 -06:00
2e7b6de195
Loader: Automatically unload NRRs on service close.
Michael Scire
2018-04-26 20:50:27 -06:00
e7aa5c246b
Loader: Implement ldr:ro->UnloadNrr()
Michael Scire
2018-04-26 20:37:38 -06:00
8524f284fd
Loader: Implement ldr:ro->LoadNRR(). NOTE: No sigchecks, at the moment.
Michael Scire
2018-04-26 20:27:52 -06:00
789afe7929
Loader: fix missing reassignment in AutoCloseMap
Michael Scire
2018-04-26 19:43:26 -06:00
1d73bd0a12
Loader: Start work on LoadNRR, Add AutoCloseMap
Michael Scire
2018-04-26 19:13:55 -06:00
b34b9ba0e4
Loader: Greatly simplify mapping logic, add CodeMemory mapper.
Michael Scire
2018-04-26 18:04:30 -06:00
991357f309
Loader: Add NRRInfo to RegisteredProcess, refactor Registration::
Michael Scire
2018-04-26 17:03:10 -06:00
977a51edb0
Loader: Service ldr:ro on <= 2.3.0
Michael Scire
2018-04-26 16:50:43 -06:00
fe2f227dfc
Loader: Implement ldr:ro->Initialize()
Michael Scire
2018-04-26 16:48:57 -06:00
4f09c61bfa
Loader: Push ldr:ro stub.
Michael Scire
2018-04-26 16:45:09 -06:00
1ec3eb1ace
Loader: is_64_bit -> is_64_bit_addspace
Michael Scire
2018-04-26 14:53:33 -06:00
82d9728372
Loader: Save process->is_64_bit as prep for ldr:ro
Michael Scire
2018-04-26 14:51:07 -06:00
ea609e68d3
Change read_sd_file semantics to return size read.
Michael Scire
2018-04-26 04:47:22 -06:00
222ec1cd7f
Boot: Fix JSON mappings to be RW (instead of RO)
Michael Scire
2018-04-25 17:41:07 -06:00
c70e0edc18
Boot: Initial skeleton and 1.0.0 GPIO voltage switch.
hexkyz
2018-04-25 21:35:02 +01:00
4e1c12a659
Fusee: Fix BisPartition enum to correctly identify partitions.
Rajko Stojadinovic
2018-04-25 18:47:39 +02:00
b6b8ca0eac
ENUMs for APB Slave Security Enable registers (#67 )
Resaec
2018-04-25 18:46:17 +02:00
dba0d62ef7
Stratosphere: Add .jsons for loader, sm
Michael Scire
2018-04-25 02:07:47 -06:00
678bf5914a
Loader: Properly map BSS as rw.
Michael Scire
2018-04-25 01:50:23 -06:00
3e36e81e80
Loader: Fix bugs in CreateProcess(), which now succeeds on hardware (1.0.0)
Michael Scire
2018-04-24 17:56:32 -06:00
195528adc6
Loader: Fix type definitions in picosha2.hpp
Michael Scire
2018-04-24 06:55:54 -06:00
e443b625ec
Loader: Finish Loader::CreateProcess().
Michael Scire
2018-04-24 06:52:13 -06:00
ba90d0f250
Loader: Include picosha2 as a SHA256 generator.
Michael Scire
2018-04-24 06:28:57 -06:00
80fedc51c1
Loader: Implement all remaining parts of CreateProcess except LoadNsoSegment.
Michael Scire
2018-04-24 06:25:31 -06:00
ee9bfd514c
Loader: Implement argument passing.
Michael Scire
2018-04-24 06:14:04 -06:00
a96f862f11
Loader: Implement most of LoadNsosIntoProcessMemory
Michael Scire
2018-04-24 06:01:32 -06:00
d09c48c6c7
Loader: Implement RandomUtils (for ASLR)
Michael Scire
2018-04-24 05:05:04 -06:00
b11c2fe755
Loader: Implement NSO Extent calculation (note: ASLR currently disabled due to lack of entropy source.)
Michael Scire
2018-04-24 04:41:29 -06:00
6afd59d2a2
Loader: Implement mappable-region locating functions.
Michael Scire
2018-04-24 03:53:10 -06:00
5e5dd530c7
Clean up Nso fopen semantics
Michael Scire
2018-04-24 03:14:40 -06:00
1c47959bca
Loader: Call svcCreateProcess()
Michael Scire
2018-04-24 02:12:19 -06:00
2d6445d2f9
Loader: Implement InitializeProcessInfo()
Michael Scire
2018-04-24 02:08:11 -06:00
7227817b99
Loader: Fix off-by-one in SDK nso header loading.
Michael Scire
2018-04-23 20:10:01 -06:00
73b6225d2e
Loader: Add Nso Header loading, loadset validation in CreateProcess
Michael Scire
2018-04-23 20:05:22 -06:00
16439fd336
Loader: Fix KAC parsing infloop.
Michael Scire
2018-04-23 18:29:23 -06:00
5a7f9f10b1
Loader: Remove Kernel Caps parsing TODO.
Michael Scire
2018-04-23 18:25:03 -06:00
c9a40f358a
Loader: Implement Kernel Capability parsing/validation.
Michael Scire
2018-04-23 18:24:02 -06:00
0e11788e43
Stratosphere: Make TODOs for Loader::CreateProcess().
Michael Scire
2018-04-23 13:33:56 -06:00
0075a42d39
Changed PACKAGE2_MAXVER_400_CURRENT to PACKAGE2_MAXVER_400_410. (#64 )
Naomi Peori
2018-04-23 15:07:49 -03:00
8114a52d13
Stratosphere: Update sm.json to use new JSON format for elf2kip
Michael Scire
2018-04-23 01:06:37 -06:00