Commit Graph

  • 4db212ea7b pm: actually use the flag detection code in libstratosphere Michael Scire 2019-07-03 20:04:16 -0700
  • 8177a27db9 pm: fix boot2 launch logic error Michael Scire 2019-07-03 20:01:53 -0700
  • 27ff119ba6 pm: fix minor resource manager bugs Michael Scire 2019-07-03 01:19:48 -0700
  • c20774ff5d pm: fix missing flag clears Michael Scire 2019-07-02 22:57:43 -0700
  • a9f5b7728b pm: address review comments. Michael Scire 2019-07-02 22:21:47 -0700
  • 08ad48fbf3 pm: implement correct application thread boosting mechanism Michael Scire 2019-07-02 21:27:53 -0700
  • 2d0c881ffe strat: go all in on ncm::TitleId Michael Scire 2019-07-02 20:54:16 -0700
  • c916a7db88 strat: remove sizeof() / sizeof([0]) Michael Scire 2019-07-02 14:36:57 -0700
  • a5da286351 fix dumb mistake Michael Scire 2019-06-29 03:06:20 -0700
  • 20a48c3a26 pm: complete rewrite Michael Scire 2019-06-29 02:20:36 -0700
  • f9ade7bda3 pm/sm: add ability to forward declare mitm'd services (closes #557) Michael Scire 2019-07-11 22:23:23 -0700
  • 5bba0f47ff
    Merge pull request #625 from suppai/master hexkyz 2019-07-08 16:56:54 +0100
  • bfc987abcd Fix for libnx commit 4f441a4/latest master at time of writing suppai 2019-07-07 23:56:21 -0400
  • 85bf7c86e0 fusee: cleanup and optimize boot sequence hexkyz 2019-07-06 20:58:01 +0100
  • f3926ad5da pm: inform sm of title ids. remove inconsistent mitm association. Michael Scire 2019-07-03 22:57:49 -0700
  • a0b6e61b2f pm: actually use the flag detection code in libstratosphere Michael Scire 2019-07-03 20:04:16 -0700
  • 19cf3a5517 pm: fix boot2 launch logic error Michael Scire 2019-07-03 20:01:53 -0700
  • e063b9cb86 pm: fix minor resource manager bugs Michael Scire 2019-07-03 01:19:48 -0700
  • 2271aa4fde pm: fix missing flag clears Michael Scire 2019-07-02 22:57:43 -0700
  • 8d3b4aceb5 pm: address review comments. Michael Scire 2019-07-02 22:21:47 -0700
  • 2992b6f2d3 pm: implement correct application thread boosting mechanism Michael Scire 2019-07-02 21:27:53 -0700
  • 02d344016b strat: go all in on ncm::TitleId Michael Scire 2019-07-02 20:54:16 -0700
  • 65863a6ff5 strat: remove sizeof() / sizeof([0]) Michael Scire 2019-07-02 14:36:57 -0700
  • 2225b86eea Adjust version string based on ReSwitched vote. Michael Scire 2019-07-02 11:49:24 -0700
  • d09be18359 Fix argument type for isalnum and toupper hexkyz 2019-07-02 17:22:28 +0100
  • 720b3e7c64 fix dumb mistake Michael Scire 2019-06-29 03:06:20 -0700
  • 798ff5ccdb pm: complete rewrite Michael Scire 2019-06-29 02:20:36 -0700
  • 09ab3efddd Fix argument type for isspace hexkyz 2019-07-01 20:29:43 +0100
  • 382a0192f9 Fix spacing in diskio hexkyz 2019-07-01 20:20:34 +0100
  • e3b968fa80 Update FatFs to R0.13c hexkyz 2019-07-01 20:12:30 +0100
  • 6f85b11fcc Fix for 4.X units (new strato rework broke a method in spl) (#616) Connor 2019-07-01 03:53:46 -0700
  • 9a23fb4c74 Fixed formatting in spl Connor Kurtz 2019-07-01 03:40:12 -0700
  • 86e8f61c01 Fix for 4.X units (new strato rework broke a method in spl) Connor Kurtz 2019-07-01 02:44:15 -0700
  • e561919a52 Fix logic in ldr_ro_manager hexkyz 2019-06-30 18:48:16 +0100
  • b0a66a63ba Fix sept-secondary headers in fusee-secondary 0.9.2 Michael Scire 2019-06-29 20:13:24 -0700
  • 0d840e199d Bump version to 0.9.2. Michael Scire 2019-06-29 20:05:21 -0700
  • 3a2bceef8d git subrepo pull emummc Michael Scire 2019-06-28 11:36:07 -0700
  • e871a754a8
    fusee: remove unnecessary prefix from emummc config keys hexkyz 2019-06-28 16:35:18 +0100
  • 6333327b81
    fusee: update partition based emummc sector detection hexkyz 2019-06-28 16:34:04 +0100
  • 18ca8aaf5b stratosphere: all in on enum class CommandId Michael Scire 2019-06-27 23:34:26 -0700
  • 67c0f4527e
    Merge pull request #603 from Atmosphere-NX/ldr_rewrite SciresM 2019-06-27 23:28:00 -0700
  • e5c5101e8a Add missing extension cleanup. Michael Scire 2019-06-27 20:51:57 -0700
  • 934ff7bbde <int> -> <s32> Michael Scire 2019-06-27 20:16:56 -0700
  • 014f08f6b4 ldr: fix mount check mistake Michael Scire 2019-06-27 18:01:44 -0700
  • 6ba2090c01 ldr: address review commentary. Michael Scire 2019-06-27 17:37:33 -0700
  • 61fcf5e0f4 loader: completely rewrite. Michael Scire 2019-06-26 15:46:19 -0700
  • 9217e4c5f9 sm: add HasService/HasMitm, refactor into sts:: Michael Scire 2019-06-24 17:57:49 -0700
  • 3ccbb34c62
    Merge pull request #598 from Atmosphere-NX/ro_refactor SciresM 2019-06-24 15:40:45 -0700
  • 9baa4a17ed ro: refactor/rewrite into sts:: namespace Michael Scire 2019-06-24 02:05:51 -0700
  • 6bbece39bc
    Merge pull request #592 from Atmosphere-NX/boot_refactor SciresM 2019-06-23 20:39:39 -0700
  • 729447eab0 fusee: cleanup and simplify emummc logic hexkyz 2019-06-23 18:50:20 +0100
  • 1e7f41ea9f boot: move updater into libstrat Michael Scire 2019-06-22 12:30:36 -0700
  • d0d4888184 boot/spl: update for spl-in-libstrat Michael Scire 2019-06-22 12:23:46 -0700
  • 804e5d49bb boot: split out gpio, pinmux. Michael Scire 2019-06-22 11:34:18 -0700
  • 6d1d226842 remove unnecessary sts:: prefixing Michael Scire 2019-06-22 00:14:24 -0700
  • 06416aeded boot: refactor to use sts::boot namespace Michael Scire 2019-06-22 00:10:21 -0700
  • 4fbae9e5a4 boot: move updater to sts::updater namespace Michael Scire 2019-06-21 21:06:04 -0700
  • c87be7cd69 boot: refactor i2c driver into namespace Michael Scire 2019-06-21 20:25:27 -0700
  • e62754ed56
    Merge pull request #585 from Atmosphere-NX/sm_rewrite SciresM 2019-06-21 17:37:06 -0700
  • 53d7281e66 sm: use enums for GetInfo Michael Scire 2019-06-21 17:37:01 -0700
  • 731a2c11a4
    Merge pull request #587 from Atmosphere-NX/spl_refactor SciresM 2019-06-21 17:33:34 -0700
  • ec4d078d6d
    fusee: fix emummc multipart device hexkyz 2019-06-21 22:14:14 +0100
  • f9b48f06a3 spl: refactor into sts namespace Michael Scire 2019-06-21 01:36:00 -0700
  • d986ffa153 sm: use AutoHandles Michael Scire 2019-06-20 23:51:15 -0700
  • 2357bc70a7 Implementation cleanup Michael Scire 2019-06-20 23:34:59 -0700
  • e86e1588e3 Simplify namespacing Michael Scire 2019-06-20 18:32:00 -0700
  • 4be88c7180 sm: adjust Makefile Michael Scire 2019-06-20 18:24:33 -0700
  • 8e8daa64ba sm: completely rewrite module Michael Scire 2019-06-20 18:23:40 -0700
  • 54e096c35f sept: use python2 in Makefile misson20000 2019-04-06 15:09:04 -0700
  • 1671c04e24 stratosphere: prefer static waitable managers Michael Scire 2019-06-20 13:15:39 -0700
  • d3d6c552b7 stratosphere: remove trailing whitespace Michael Scire 2019-06-20 13:00:32 -0700
  • 8d9336f561 git subrepo clone --branch=develop --force https://github.com/m4xw/emuMMC emummc Michael Scire 2019-06-20 12:41:50 -0700
  • 169ec9c12e Update libstrat Michael Scire 2019-06-20 05:01:42 -0700
  • 60b831f369 ams_mitm: refactor for R_TRY Michael Scire 2019-06-20 04:04:33 -0700
  • 4191dcee75 dmnt: fix missing init Michael Scire 2019-06-20 04:04:11 -0700
  • 44725c8910 sm: refactor mitm service handle acquisition Michael Scire 2019-06-20 02:21:01 -0700
  • cead8a36ea stratosphere: more result cleanup Michael Scire 2019-06-20 02:00:59 -0700
  • 7b6050a0cb boot: refactor for R_TRY Michael Scire 2019-06-20 00:57:17 -0700
  • 491383c637 dmnt: trailing whitespace Michael Scire 2019-06-19 22:20:44 -0700
  • d7a3645f7f dmnt: update for R_TRY Michael Scire 2019-06-19 22:19:53 -0700
  • 241b8f4627 fusee: fix config init/ini read order Michael Scire 2019-06-19 20:28:06 -0700
  • 3f7238cb10 0.9.1 Changelog. 0.9.1 Michael Scire 2019-06-19 13:02:23 -0700
  • 1e8a6358ad Bump version to 0.9.1. Michael Scire 2019-06-19 13:00:46 -0700
  • c412d996fd git subrepo push emummc Michael Scire 2019-06-19 13:00:30 -0700
  • f2086fe054
    Merge pull request #577 from Atmosphere-NX/810_support SciresM 2019-06-19 12:59:30 -0700
  • 3f9d6574fb emummc: support for 8.1.0 Michael Scire 2019-06-19 12:53:24 -0700
  • e996acff66 Latest supported version is 8.1.0 Michael Scire 2019-06-19 12:41:51 -0700
  • e274d3ef37 sept: tweak cluster verif Michael Scire 2019-06-19 12:40:39 -0700
  • 8663eb1a6e sept: tweak vector check Michael Scire 2019-06-19 12:26:37 -0700
  • 938da08e14 sept: add vector check to key derivation Michael Scire 2019-06-19 12:22:37 -0700
  • 0468bd9483 git subrepo pull emummc Michael Scire 2019-06-19 12:05:51 -0700
  • c077c75b8d sept: update makefile vars to allow for presigned bin Michael Scire 2019-06-19 12:04:43 -0700
  • 24f7977fa6 SEPT_ENC_PATH -> SEPT_00_ENC_PATH + SEPT_01_ENC_PATH Michael Scire 2019-06-19 11:57:40 -0700
  • 6699fda8c9 loader: implement 8.1.0 changes Michael Scire 2019-06-19 11:51:30 -0700
  • 06e4158b93 sept: indulge paranoia, some. Michael Scire 2019-06-19 00:42:30 -0700
  • b82d8aaba9 sept: validate ccplex reset vector Michael Scire 2019-06-19 00:32:04 -0700
  • 6829572556 sept: elide context save for safety. Michael Scire 2019-06-19 00:20:42 -0700
  • 11d8021435 sept: minor fix Michael Scire 2019-06-18 23:58:59 -0700
  • 493b074a9e exo: support for 8.1.0 Michael Scire 2019-06-18 23:54:53 -0700
  • befd912a88 sept: update to support 8.1.0 Michael Scire 2019-06-18 23:23:31 -0700