Commit Graph

  • 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
  • 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
  • 99d36c423e
    fusee: Add missing const qualifiers (thanks @aveao) hexkyz 2018-09-18 16:39:18 +00: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
  • 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
  • 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
  • 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
  • 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
  • f41aaccaa2 exosphere: commit WIP warmboot progress Michael Scire 2018-08-16 18:45:38 -07:00
  • de49cfefac creport: Print Break information on UserBreak Michael Scire 2018-08-11 19:16:29 -07:00
  • 326d58e28c creport: tabs -> spaces Michael Scire 2018-08-11 19:02:12 -07:00
  • 6c8a1a39e1 creport: fix various issues, improve support (closes #187) Michael Scire 2018-08-11 18:46:41 -07:00
  • 761ab4fcfe Creport: Update makefile to build npdm/nsp Michael Scire 2018-08-10 19:51:59 -07:00
  • 294f05ea56 make all (working) sysmodules compile Pika 2018-08-02 16:32:51 -04:00
  • adc496b6a7 Exosphere: Change physical segment maps depending on firmware version Michael Scire 2018-08-02 21:33:55 -07:00
  • 441e58be56 anti-telemetry: Do not boot Error Collection sysmodule Michael Scire 2018-08-01 23:15:18 -07:00
  • 6eac78595e
    fusee-secondary: Remove restriction for loading from eMMC hexkyz 2018-08-01 21:15:16 +01:00
  • 4b8455baf9 fusee-secondary: Correct else-if condition in xmemmove() Lioncash 2018-07-29 23:21:30 -04:00
  • bbdf2868c9 fusee-secondary/fs_dev: Correct uninitialized cast within fsdev_seek() Lioncash 2018-07-29 22:51:38 -04:00
  • cb4089e49c Stratosphere: use isxdigit to check if char is hex. Michael Scire 2018-07-29 17:27:30 -07:00
  • c70420d996 creport: Actually change report paths. Michael Scire 2018-07-29 16:54:15 -07:00
  • 84bcaf8dc6 creport: Change report path to crash_reports Michael Scire 2018-07-29 16:48:33 -07:00
  • c547ed50aa Loader: Fix exefs nsp support. Works on hardware. Michael Scire 2018-07-29 16:45:29 -07:00
  • 3a2520a3b7 Loader: Add support for exefs redirection to code nsp on SD. Michael Scire 2018-07-29 16:35:43 -07:00
  • 44e2412ae6 Loader: Change ips patch location to ease patch distribution Michael Scire 2018-07-29 11:27:19 -07:00
  • e697f6bdd0 fs.mitm: Fix flag detection. Michael Scire 2018-07-29 11:21:42 -07:00
  • de05685e3d fs.mitm: Remove shim for fsStorageGetSize, which was added to libnx Michael Scire 2018-07-29 11:07:05 -07:00
  • a9b20b5553 Exosphere: Fix CFLAGs for latest devkitA64 Michael Scire 2018-07-29 11:02:06 -07:00
  • a3d53fbb2c Define wait() in fusee-primary/secondary Luke Street 2018-07-29 12:17:51 -04:00
  • 674a91db8c Loader/ips: Fix more bugs, now works with simple test on hw. Michael Scire 2018-07-28 21:06:50 -07:00
  • 08275240c6 Loader/ips: fix compile error Michael Scire 2018-07-28 20:41:13 -07:00
  • 75916001a2 Loader: Fix IPS edge condition, change ips location Michael Scire 2018-07-28 20:36:30 -07:00
  • 0f5f3c2ad0 Loader: Implement IPS/IPS32 patching. Michael Scire 2018-07-28 20:28:17 -07:00
  • c1fd2eda20 Loader: Skeleton IPS/IPS32 patching support. Michael Scire 2018-07-28 20:01:09 -07:00
  • cd42f6dc18 fs.mitm: Allow fsmitm.flag specification for mitm Michael Scire 2018-07-28 12:29:54 -07:00
  • a811b447ce creport: Pretty-print addresses whenever possible. Michael Scire 2018-07-27 20:34:09 -07:00
  • 5993614c2e fs.mitm: Try to MitM titles that have override RomFS content on the SD card Michael Scire 2018-07-27 20:15:06 -07:00
  • 2a6348cd73 creport: add fsp-srv access to npdm Michael Scire 2018-07-27 19:57:32 -07:00
  • b365065a2d Loader: Support loading FsStorageId_None content from SD. Michael Scire 2018-07-27 19:53:20 -07:00
  • 5a63f4e304 PM: Make boot2 launch SD card content with StorageId_None Michael Scire 2018-07-27 19:34:22 -07:00
  • 2667266aad pm.boot2: Skeleton hook for SD-mandated launches Michael Scire 2018-07-27 03:22:06 -07:00
  • c079803189 PM: Use enum in EmbeddedBoot2 Michael Scire 2018-07-27 02:37:45 -07:00
  • 9f16062767 PM: Embed boot2 logic in PM. Michael Scire 2018-07-27 02:23:53 -07:00
  • 6adcb483e5 pm: remove magic flag/event numbers to improve readability and understandability misson20000 2018-07-27 01:56:24 -07:00
  • 9d0d9d95e1 Stratosphere: Give more memory to SYSTEM, use less memory. Michael Scire 2018-07-27 01:44:21 -07:00
  • 054c65dffb
    Revert unnecessary change (thanks @rajkosto) hexkyz 2018-07-26 19:26:43 +01:00
  • 7836609839 Fix multiple issues reported by Coverity Scan hexkyz 2018-07-26 18:45:18 +01:00
  • fd88bd1d2c
    fusee: Disable the SDCLK when switching to low voltage. hexkyz 2018-07-24 19:06:41 +01:00
  • a2104b85ce
    fusee: Disable the SDCLK when switching to low voltage. hexkyz 2018-07-24 19:05:27 +01:00
  • dd4993dfda Loader: Use HW-acceleration for SHA256 Michael Scire 2018-07-24 01:26:37 -07:00
  • e58927a8ab fusee: Fix SDMMC high speed support and other bugs. hexkyz 2018-07-23 20:14:53 +01:00
  • eaa282b915 Fix additional UAF in DirEntry building Michael Scire 2018-07-19 21:21:50 -06:00
  • a46e796f4d fs.mitm: Fix UAF in every DirEntry processed. Michael Scire 2018-07-19 21:17:57 -06:00
  • 3db9ce32fa Fusee: Deployed new SDMMC driver in fusee-secondary. All stages boot now. hexkyz 2018-07-19 21:07:53 +01:00
  • 49ba91a8f3 fs_istorage: Default IStorage destructor in cpp Léo Lam 2018-07-02 18:15:30 +02:00
  • e088a2f414 stratosphere: In-class initialize members Léo Lam 2018-07-02 16:26:03 +02:00