Commit graph

  • 55ad57a02d fs.mitm: Use same override button semantics as loader. Michael Scire 2018-10-16 19:01:41 -07:00
  • 6711cd93a8 atmosphere: extract API version management to common folder Michael Scire 2018-10-16 17:54:50 -07:00
  • 412511f32a Exosphere: Bump version to 0.7.0 Michael Scire 2018-10-16 17:30:24 -07:00
  • 2f29bcef3a fusee: Fix IPS patching for KIPs. (closes #3). Michael Scire 2018-10-16 17:21:08 -07:00
  • 472059134a fusee: Hook up kip/kernel patch support (needs testing). Michael Scire 2018-10-16 16:17:30 -07:00
  • b78a3f7065 fusee: Add support for loading kernel from SD Michael Scire 2018-10-16 16:03:23 -07:00
  • d4d197a26a fusee: add untested, not hooked up ips code Michael Scire 2018-10-16 15:54:42 -07:00
  • bfa5847e48 fusee: Greatly simplify and improve KIP loading Michael Scire 2018-10-16 15:08:06 -07:00
  • 49f627bb28 fusee: Load fs.mitm by default. Michael Scire 2018-10-16 14:19:55 -07:00
  • 11159f5fa9 exosphere: Add package2 support for 6.0.0 Michael Scire 2018-10-16 14:10:00 -07:00
  • f603dbfc98 fs.mitm: Add domain support (closes #202) Michael Scire 2018-10-16 13:33:45 -07:00
  • ad441ffcda
    Merge b9603c13d3 into 9ae62a27dd Pika 2018-10-16 11:29:52 +00:00
  • 9ae62a27dd Fix ProcesState enum field names Pika 2018-10-05 17:46:04 -04:00
  • b9603c13d3
    Merge pull request #1 from SDF-Switch/pika-pr Pika 2018-10-14 08:37:58 -04:00
  • 095c30d25e Only inject fs_mitm when overlay files are actually present for the title roothorick 2018-08-16 19:20:16 -05:00
  • ff6a973fdb
    lol Pika 2018-10-08 16:31:38 -04:00
  • cd19448a77
    Merge b9570b0959 into 187691f79c misson20000 2018-10-06 00:16:21 +00:00
  • b9570b0959 loader: add SetExtraMemory extension misson20000 2018-10-05 16:41:00 -07:00
  • d76318eee3
    Fix ProcesState enum field names Pika 2018-10-05 17:46:04 -04:00
  • 187691f79c
    Merge pull request #210 from joelc608/master hexkyz 2018-10-05 19:03:06 +01:00
  • 9ac1d283b4
    Merge pull request #216 from ThatNerdyPikachu/patch-1 hexkyz 2018-10-05 19:01:53 +01:00
  • 20faa7f00b Loader: fix automatic apptype patching. Michael Scire 2018-10-05 09:13:00 -07:00
  • 2d6aba7a70 pm: add AtmosphereGetCurrentLimitInfo command to pm:dmnt misson20000 2018-10-04 20:05:41 -07:00
  • fe6daab50b pm: add AtmosphereGetCurrentLimitInfo command to pm:dmnt misson20000 2018-10-04 20:05:41 -07:00
  • 3c1134e3d6 Create Documentation/Wiki CyberVision 2018-09-23 18:53:32 -05:00
  • c7730d31ff
    fix thermo typo Pika 2018-09-29 18:48:06 -04:00
  • 0938057d67 Use new npdm-json format roblabla 2018-09-29 02:37:25 +00:00
  • ca0e41e8a0 fusee: Improve integration with the new logging system hexkyz 2018-09-28 21:12:59 +01:00
  • 2e6983d214
    Merge pull request #209 from Resaec/new_print hexkyz 2018-09-28 16:26:42 +01:00
  • ac1ee539d0
    Merge ae0d89137e into 06088d4c60 Robin Lambertz 2018-09-27 22:20:45 +00:00
  • 06088d4c60 exosphere: fix neon regs being used => don't link against newlib, use -mgeneral-regs-only TuxSH 2018-09-27 23:56:01 +02:00
  • 210c6425c3 Cull unmainted exosphere/src/dbg folder TuxSH 2018-09-27 22:54:30 +02:00
  • b2b7bf2bb3
    fusee: Fix support for firmware 6.0.0 hexkyz 2018-09-26 21:31:18 +01:00
  • 7b0ed094a7
    fusee: Fix support for firmware 6.0.0 hexkyz 2018-09-26 21:30:53 +01:00
  • 1d22bb7b81
    we need to strip the NO_PREFIX flag so your log_level is corrected for checking against the global Resaec 2018-09-26 02:47:24 +02:00
  • 81355415d0
    port log.c log.h for fusee-primary refactor printing remove lib/printk as it is replaced with log remove lib/driver_utils.h added log levels as they seem right, might need adjustments Resaec 2018-09-26 02:18:50 +02:00
  • d67a7c0a87
    moving log.c and log.h to lib/ removing lib/driver_utils.h as it have no purpose anymore now Resaec 2018-09-26 02:13:20 +02:00
  • 762383f0d2
    fix stray [DEBUG] at the end of sdmmc log Resaec 2018-09-26 00:25:01 +02:00
  • d2355cdc9b
    add the ability to print without adding a prefix for multi part/line prints Resaec 2018-09-25 23:43:52 +02:00
  • ae0d89137e Avoid using duplicate keys in NPDM roblabla 2018-09-24 03:21:10 +00:00
  • 1eb3d7969e
    changes to fit the codestyle improved a comment removed unused code and imports Resaec 2018-09-24 00:02:58 +02:00
  • 8cc266174d
    change all print* calls to use the new print with a log_level Resaec 2018-09-23 23:22:25 +02:00
  • 7548c8ecfa
    rather call the files log.c and log.h changed LOG_LEVEL order export only externaly used functions add todos Resaec 2018-09-23 23:18:41 +02:00
  • 840242b68e started on centralized printing/logging some character problems with "atmosphère" and such strings Resaec 2018-09-22 05:14:43 +02:00
  • a2b4d9168d exosphere: ConfigItem_IsQuestUnit was added in 3.0, not 4.0 Michael Scire 2018-09-20 13:47:20 -07:00
  • f622eac36e fusee: Finish implementing support for 6.0.0 hexkyz 2018-09-20 20:02:10 +01:00
  • 532b4f4de2 Loader: Fix HBL pool partition ID copy Michael Scire 2018-09-19 16:30:11 -07:00
  • 6afbcd12d9 Loader: Button override + first-class HBL support Michael Scire 2018-09-19 16:21:46 -07:00
  • d8391078c8 Fix creport according to latest libnx release changes TuxSH 2018-09-19 15:03:50 +02:00
  • 799823b073
    Merge b1e4466683 into 99d36c423e Ave 2018-09-18 16:39:28 +00:00
  • 99d36c423e
    fusee: Add missing const qualifiers (thanks @aveao) hexkyz 2018-09-18 16:39:18 +00:00
  • b1e4466683
    fusee: Fix a compiler warning Ave 2018-09-18 09:01:03 +03:00
  • f864b0835d fusee: Add support for firmware version 6.0.0. hexkyz 2018-09-17 21:03:03 +01:00
  • 39d812f434 fusee: Move nxboot hand-off to IRAM. hexkyz 2018-09-15 21:08:58 +01:00
  • d61ec20679 fusee: add fs.mitm kernel patches for 6.0.0 Michael Scire 2018-09-10 15:54:14 -07:00
  • 0cad1935dd libstratosphere: Fix condvar wrapper primitives Michael Scire 2018-09-09 07:04:16 -07:00
  • fa0e906129 exosphere: Add support for 6.0.0. Michael Scire 2018-09-08 23:51:52 -07:00
  • 488fc0f119 pm: Support for 6.0.0 Michael Scire 2018-09-08 23:47:15 -07:00
  • 19a9069120
    Merge ffb2dd4f11 into 28e4d4411d Ren Kimura 2018-09-08 15:30:03 +00:00
  • 4e5086cd94
    Merge 46cd7e8847 into 28e4d4411d Juan Antonio Hernández Cánovas 2018-09-07 18:33:50 +00:00
  • 28e4d4411d Add and fix copyright notices for better GPL compliance (thanks @naehrwert and @CTCaer). hexkyz 2018-09-07 16:00:13 +01:00
  • bb0f3ac024
    loader: Add support for 6.0.0. SciresM 2018-09-06 11:57:57 +09:00
  • 9a8aa0bc15
    Merge pull request #201 from Resaec/master hexkyz 2018-09-05 20:51:18 +01:00
  • 2f8edfa8e2 fusee: Minor bugfixes. hexkyz 2018-09-05 20:51:03 +01:00
  • d8451eb804 Merge branch 'master' of https://github.com/Atmosphere-NX/Atmosphere Resaec 2018-09-05 05:56:06 +02:00
  • 1c8abb4afb name some MC registers replace hex values with enum cleanup code for better readability Resaec 2018-09-05 05:55:46 +02:00
  • ad4605abde
    fusee: Fix a bug in cluster boot code. hexkyz 2018-09-04 19:16:03 +01:00
  • 5542352239
    fusee: Fix CAR registers' definition. hexkyz 2018-09-04 19:14:29 +01:00
  • e02bfe036c
    fusee: Fix CAR registers' definition. hexkyz 2018-09-04 19:13:36 +01:00
  • 8007480a15
    fusee: Re-enable built-in PM system module. hexkyz 2018-09-03 18:48:01 +01:00
  • abf57d2e43
    fusee: Unmount *after* reading the splash screen. hexkyz 2018-08-31 22:52:31 +00:00
  • 58a42be38f
    fusee: Comment out splash screen delay. hexkyz 2018-08-31 22:46:08 +00:00
  • a8ac5c651f
    exosphere: Add SYSCTR0 register definitions. hexkyz 2018-08-31 22:38:46 +00:00
  • 70c4e64d20
    fusee: SYSCTR0 was still wrong... hexkyz 2018-08-31 22:36:26 +00:00
  • 97d1ca3cc9
    fusee: Disable built-in PM system module. hexkyz 2018-08-31 20:10:06 +00:00
  • 3cf37330ca fusee: Disable AHB redirection when necessary. hexkyz 2018-08-30 19:49:33 +01:00
  • 611e85e6ee fusee: Implement BootConfig and Boot Reason handling. hexkyz 2018-08-29 18:28:21 +01:00
  • 1cbbdb43d3
    Merge pull request #199 from lioncash/cond hexkyz 2018-08-26 18:12:10 +01:00
  • ffeaaa227a
    Merge 5f511262e1 into 43bde3fcc9 Mat M 2018-08-25 03:34:19 +00:00
  • 5f511262e1 fusee-primary/sdram: Correct setting of the PMC DDR_PWR register Lioncash 2018-08-24 23:30:58 -04:00
  • a400b10921 fusee-primary: Fix always false conditional in xmemmove Lioncash 2018-08-24 22:30:32 -04:00
  • 43bde3fcc9
    fusee: Fix register definition. hexkyz 2018-08-24 17:03:53 +01:00
  • 8edec43be2 fusee: Add automatic firmware version detection. hexkyz 2018-08-23 19:57:01 +01:00
  • 46cd7e8847 same for multithreadedwaitablemanager Juan Antonio Hernández Cánovas 2018-08-21 22:13:04 +02:00
  • 6dbe3cf4f1 operator precedence Juan Antonio Hernández Cánovas 2018-08-21 22:08:29 +02:00
  • 385d92fecb corrected panics because not implemented Juan Antonio Hernández Cánovas 2018-08-21 22:07:18 +02:00
  • cbabb80ef4 added guards for svcWaitSynchronization; added unhandled result code when invalid handle Juan Antonio Hernández Cánovas 2018-08-21 21:52:15 +02:00
  • e42ca20734
    Awful (and not tested) Multi-User LFS support Pika 2018-08-21 11:53:46 -04:00
  • c40bb9b317 Exosphere: Fix crash for certain games on newer firmwares Michael Scire 2018-08-20 19:31:15 -07:00
  • b5234e9efb
    exo: cleanup + (theoretical) 1.0.0 support in smcCpuSuspend SciresM 2018-08-20 14:38:39 +09:00
  • e5bfb95c22 fusee: Add warmboot support. hexkyz 2018-08-19 17:09:30 +01:00
  • ffb2dd4f11 Change CondVar API to latest version See: 1e349b6ce8 rkx1209 2018-08-19 18:56:58 +09:00
  • 2a8ed077c0
    Merge 54b6bb340e into dcd91b5932 tslater2006 2018-08-18 17:22:05 +00:00
  • dcd91b5932
    Update README.md hexkyz 2018-08-18 18:15:23 +01:00
  • 320ec38be1 fusee: Complete re-write of the hardware initialization code: hexkyz 2018-08-18 17:59:33 +01:00
  • d9f83ce368 exosphere: add theoretical dev unit key support Michael Scire 2018-08-16 22:13:29 -07:00
  • 7346ede1e1 exosphere: use our open source bpmpfw (warmboot still works) Michael Scire 2018-08-16 20:46:33 -07:00
  • 46f68fcbff Exosphere: Fix carveout saving (warmboot now works on 5.1.0) Michael Scire 2018-08-16 20:17:37 -07:00
  • a0deea8ae0 exo: fix SAVE_WP_REG definition Michael Scire 2018-08-16 18:56:49 -07:00
  • ee0117b59e exo: tabs->spaces... Michael Scire 2018-08-16 18:56:04 -07:00