This website requires JavaScript.
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
86d9f51e8a
Stratosphere: Add sm.json for elf2kip
Michael Scire
2018-04-23 00:33:30 -06:00
ecf2517bd5
Stratosphere: Fix IServer constructors. SM is fully functional on hardware now.
Michael Scire
2018-04-22 05:13:33 -06:00
674528b246
Stratosphere: Implement support for deferred commands. Finish sm GetService()'s deferred path.
Michael Scire
2018-04-22 03:02:08 -06:00
809090e40d
Stratosphere: Fix smhax.
Michael Scire
2018-04-22 01:13:36 -06:00
c8ef305880
Stratosphere: Create sm:m internally for sm, instead of using IPC.
Michael Scire
2018-04-22 00:32:58 -06:00
080816f2b6
Add ExistingPortServer to libstratosphere
Michael Scire
2018-04-22 00:21:34 -06:00
f1cf6dcf97
Implement all of sm.
Michael Scire
2018-04-22 00:11:57 -06:00
61cbb0f86e
Stratosphere: Implement sm:->Initialize()
Michael Scire
2018-04-21 21:40:26 -06:00
d0ef3b1c71
Stratosphere: Skeleton all services for sm.
Michael Scire
2018-04-21 21:17:57 -06:00
7dc5a5914b
Stratosphere: Move boost/callable_traits into libstratosphere
Michael Scire
2018-04-21 21:15:54 -06:00
044d367eda
Stratosphere: ServiceServer<T> -> IServer<T> as abstract base class.
Michael Scire
2018-04-21 20:57:24 -06:00
4aa93ad354
IPC templating style fix
Michael Scire
2018-04-21 20:38:13 -06:00
b81ceeca21
Stratosphere: extract common code to libstratosphere.
Michael Scire
2018-04-21 20:31:06 -06:00
6a51ce25b3
Stratosphere: Skeleton create process up through the ProcessCreation::CreateProcess() call
Michael Scire
2018-04-21 19:52:49 -06:00
878d68f7e0
Stratosphere: Add handle/pid output to IPC templating, fix failure condition message preparation.
Michael Scire
2018-04-21 05:17:31 -06:00
b6ba7b94b9
Stratosphere: Implement ldr:pm->GetProgramInfo()
Michael Scire
2018-04-20 23:58:42 -06:00
0fb107fb86
Stratosphere: Add arguments to GetProgramInfo
Michael Scire
2018-04-20 21:38:51 -06:00
b69c6eff15
Fix padding for C descriptors
Michael Scire
2018-04-20 21:06:32 -06:00
a127233e41
Adjust padding for C descriptor size parsing
Michael Scire
2018-04-20 21:03:26 -06:00
7a2cfa4d60
Stratosphere: Add WrapIpcCommandImpl templating.
Michael Scire
2018-04-20 19:34:29 -06:00
b5d3ce04e8
fusee: fix missing volatiles in memory utils
Kate J. Temkin
2018-04-20 19:12:06 -06:00
d104ff61ca
thermosphere: add in basic hypervisor skeleton
Kate J. Temkin
2018-04-20 04:06:09 -06:00
60c0df032d
fusee: update header names for starting cpu0
Kate J. Temkin
2018-04-08 19:13:23 -06:00
271272e13b
Stratosphere: Fix IPC rawdata out size, QueryPointerBufferSize works on hardware now.
Michael Scire
2018-04-19 16:53:09 -06:00
eded273328
Fix IpcControlCommand enum member name
Michael Scire
2018-04-19 16:41:51 -06:00
3aa51a375d
Stratosphere: Skeleton more Control Command, implement QueryPointerBufferSize
Michael Scire
2018-04-19 16:40:05 -06:00
71427677cc
Fix indentation
Michael Scire
2018-04-19 16:29:44 -06:00
0267a1ad71
Stratosphere: Skeleton framework for auto-hipc manager responses for IpcCommandType != Request
Michael Scire
2018-04-19 16:28:19 -06:00
b843938b1a
Stratosphere: Implement ldr:dmnt->GetNsoInfos()
Michael Scire
2018-04-19 16:14:48 -06:00
b2660c661c
Stratosphere: Move lr commands to ContentManagement, add Code FS Mounting/Unmounting
Michael Scire
2018-04-19 15:28:27 -06:00
7940981bb8
Stratosphere: Add lz4 library, add GetContentPath primitive to loader.
Michael Scire
2018-04-19 07:34:56 -06:00
5342f7248a
Stratosphere: Assume fsldr code is provided by libnx
Michael Scire
2018-04-19 07:12:05 -06:00
d39c3b8efc
Stratosphere: Properly overwrite appInit/appExit for libnx in loader
Michael Scire
2018-04-19 07:07:43 -06:00
f0759b0afc
Stratosphere: Add libnx fsp-ldr wrapper to Loader
Michael Scire
2018-04-19 00:37:01 -06:00
af11f9fdec
Stratosphere: Skeleton ldr:pm (RegisterTitle/UnregisterTitle are implemented)
Michael Scire
2018-04-18 23:15:17 -06:00
30e401d125
Stratosphere: Add Registration Management to Loader
Michael Scire
2018-04-18 23:00:10 -06:00
c5b7f39a67
Add support for receiving X descriptors (works on console)
Michael Scire
2018-04-18 21:12:09 -06:00
7fed8a4428
Stratosphere: Add debugging to loader, it can now be talked to on console successfully.
Michael Scire
2018-04-18 16:24:40 -06:00
8ba3894c3a
Stratosphere: Skeleton actual IPC dispatch in ServiceSession
Michael Scire
2018-04-18 12:53:04 -06:00
49719c8a44
Stratosphere: Add missing priority updates
Michael Scire
2018-04-18 12:23:06 -06:00
321286ceab
Stratosphere: Fill out Loader main(), fix template classes.
Michael Scire
2018-04-18 12:10:45 -06:00
ee1488a1ed
Turns out WaitableManager->delete_waitable() wasn't needed
Michael Scire
2018-04-18 11:44:03 -06:00
cbb0a084a6
Stratosphere: Add IWaitable, WaitableManager
Michael Scire
2018-04-18 11:41:17 -06:00
8e25534912
Stratosphere: Skeleton templated IPC Server code
Michael Scire
2018-04-18 08:57:06 -06:00
5345d7c206
Stratosphere: Skeleton ldr:shel
Michael Scire
2018-04-18 03:57:18 -06:00
b8ad7125ca
Stratosphere: Skeleton more of ldr:dmnt->Dispatch()
Michael Scire
2018-04-18 03:52:19 -06:00
c4db563261
Stratosphere: Skeleton ldr:dmnt
Michael Scire
2018-04-18 03:30:34 -06:00
21fa9ff17c
Stratosphere: Fix removed add() in Launch Queue
Michael Scire
2018-04-17 18:05:19 -06:00
033cd8df24
Stratosphere: Launch Queue C style lib -> namespace
Michael Scire
2018-04-17 18:04:41 -06:00
c8d1342ddf
Stratosphere: Add Launch Queue to Loader
Michael Scire
2018-04-17 17:41:57 -06:00
864979179a
Fix C++ header includes
Michael Scire
2018-04-17 17:31:57 -06:00
79aba08295
Stratosphere: Make dir for loader
Michael Scire
2018-04-17 17:26:28 -06:00
5742571153
Fusee: Fix overflow condition in SD KIP merging
Michael Scire
2018-04-12 02:47:27 -06:00
75b29e777b
Fusee: Update INI1 size after patching
Michael Scire
2018-04-11 22:32:45 -06:00
375a0b3fa8
Fusee: Actually write SD path in stratosphere_merge_inis
Michael Scire
2018-04-11 22:10:02 -06:00
7ddf5a922c
Exosphere: Support unsigned/plaintext Package2s if signature is clear.
Michael Scire
2018-04-11 21:56:30 -06:00
0674c4b64f
Stratosphere: Add support for custom KIPs/INI in Fusee
Michael Scire
2018-04-11 21:56:11 -06:00
e5a0cb1abe
Fusee Stage 2: Flesh out Package2 patching (implement decryption, fixing of metadata)
Michael Scire
2018-04-11 20:29:35 -06:00
a0d2642bb1
Skeleton out framework for patching package2.
Michael Scire
2018-04-11 18:19:01 -06:00
3c24bfdb79
Fusee Stage2: skeleton more of the nxboot process
Michael Scire
2018-04-10 16:37:58 -06:00
9fadec60c5
Add skeleton architecture for displaying custom splash screen
Michael Scire
2018-04-10 16:09:00 -06:00
87605563d2
Restore incorrectly deleted files
Michael Scire
2018-04-10 15:56:45 -06:00
d6806517c8
Fusee Stage 2: Make references to external (stage 1) memory internal.
Michael Scire
2018-04-09 15:44:59 -06:00
a05bf5b4ce
Fusee stage 2: Fix up loader (no stage 3!). Skeleton chainload behavior.
Michael Scire
2018-04-09 15:34:23 -06:00
b85567dff3
Remove stage3 refs from Makefile
Michael Scire
2018-04-09 15:16:51 -06:00
92ef68e84a
Turns out we actually don't need a third stage for Fusee
Michael Scire
2018-04-09 15:12:54 -06:00
953c02dfba
Update argument passing, add video resume
Michael Scire
2018-04-08 13:51:44 -06:00
82552b5a89
Implement much of the core Stage2 loader logic for Fusee
Michael Scire
2018-04-08 05:51:57 -06:00
c9909b34db
Use argc/argv in Stage 2
Michael Scire
2018-04-08 05:13:15 -06:00
39bf3cb800
Add display/printk to fusee stage2
Michael Scire
2018-04-08 05:06:47 -06:00
c758b1188a
Fix start.s in stage2 of Fusee for argc/argv
Michael Scire
2018-04-08 05:06:04 -06:00
353019a269
Add debugging prints, enable backlight for stage1
Michael Scire
2018-04-07 23:04:30 -06:00
33f76545df
Implement all core Stage 1 logic for Fusee
Michael Scire
2018-04-07 22:51:24 -06:00
18f1274587
Change fusee folder naming
Michael Scire
2018-04-07 21:44:32 -06:00
2c7d6dc9b7
Sketch out more of fusee
Michael Scire
2018-04-07 15:43:54 -06:00