1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-12 15:06:41 +00:00
Commit graph

2882 commits

Author SHA1 Message Date
hexkyz
8402ea7e93 fusee: cleanup code and start fleshing out mariko keygen 2020-12-31 16:02:49 -08:00
hexkyz
c356e1ab36 fusee: start fleshing out nxboot for Mariko 2020-12-31 16:02:49 -08:00
hexkyz
4d4fc19cba fusee: accurately match Mariko pk1ldr 2020-12-31 16:02:49 -08:00
hexkyz
0a0cc52846 fusee: 11.0.0 support 2020-12-31 16:02:49 -08:00
hexkyz
f40fa150d8 fusee/sept: delegate SoC selection to individual components and keep common code SoC-agnostic 2020-12-31 16:02:48 -08:00
hexkyz
db8a367834 fusee: artificially raise main length to avoid elf compilation issues (final size will be much smaller) 2020-12-31 16:02:48 -08:00
hexkyz
d083384f2f fusee: move dsi register write to the proper configuration list 2020-12-31 16:02:48 -08:00
hexkyz
83fa9983bf fusee: update display code for mariko 2020-12-31 16:02:48 -08:00
Michael Scire
b9428dd2f3 fusee: fixup extents for chainloader/stack 2020-12-31 16:02:48 -08:00
Michael Scire
dc52610bd8 fusee-primary: fix reboot-to-self for decompressed code 2020-12-31 16:02:48 -08:00
Michael Scire
7ed9bdd374 fusee/sept: fix fuse driver to not infinitely recurse on get_soc_type() 2020-12-31 16:02:48 -08:00
Michael Scire
1107d4858c fusee: fixup common for primary 2020-12-31 16:02:48 -08:00
Michael Scire
eb1b624219 fusee: uncompress fusee-primary, which is now getting pretty big. 2020-12-31 16:02:48 -08:00
hexkyz
5012782237 fusee: implement mariko sdram params saving 2020-12-31 16:02:47 -08:00
hexkyz
736360e965 fusee: mariko sdram initialization 2020-12-31 16:02:47 -08:00
hexkyz
4111aa0a83 fusee: initial mariko hwinit 2020-12-31 16:02:47 -08:00
hexkyz
6671d46c8d fusee: support mariko in sdmmc 2020-12-31 16:02:47 -08:00
hexkyz
b14dd4fd5f fusee/sept: support mariko fuses 2020-12-31 16:02:47 -08:00
hexkyz
b917d7c886 fusee/sept: update fuse driver code 2020-12-31 16:02:47 -08:00
hexkyz
6263a54be5 fusee: fix sdmmc speed modes 2020-12-31 16:02:46 -08:00
hexkyz
a266e9b11a fusee: update FatFs to R0.14 2020-12-31 16:02:46 -08:00
hexkyz
b5d866f5a0 fusee/sept: isolate common code for mariko preparation (to be revised during C++ rewrite) 2020-12-31 16:02:46 -08:00
Michael Scire
7a9018dc7a sm: fix wait list reentrancy and state on processing loop entry 2020-12-31 16:01:26 -08:00
Michael Scire
f768e3c8f9 sm: implement accurate request deferral semantics 2020-12-31 16:01:26 -08:00
tuxuser
d42f2e4d1b
Add lz4 dependency to the build instructions (#1308)
* Add lz4 dependency to the build instructions

At build-time of exosphere, the `split_program.py` script is called.
It requires python module `lz4` -> https://github.com/Atmosphere-NX/Atmosphere/blob/master/exosphere/program/split_program.py

Adding lz4 to the building.md documentation.

* Remove "(Python Library)" from deps-entries
2020-12-31 12:29:17 -08:00
Michael Scire
24111d46a1 git subrepo push libraries
subrepo:
  subdir:   "libraries"
  merged:   "b05ba02f"
upstream:
  origin:   "https://github.com/Atmosphere-NX/Atmosphere-libs"
  branch:   "master"
  commit:   "b05ba02f"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2020-12-29 13:08:25 -08:00
Michael Scire
f2a6a4a6e6 fusee: fix sept enc header dependency 2020-12-29 13:07:48 -08:00
Michael Scire
6633af769e boot: fix rebuild-every-time-make-is-invoked 2020-12-29 13:01:06 -08:00
Michael Scire
131c8609c8 libmeso: explicitly blacklist ::sdmmc::, instead of relying on incorrect board tricks 2020-12-29 12:36:26 -08:00
Michael Scire
30e70e20d8 strat: fix board namespacing for nintendo::nx 2020-12-29 12:30:43 -08:00
Michael Scire
a26e8ac54f ams: resolve source dir inconsistency 2020-12-29 12:28:07 -08:00
Michael Scire
8bfda27e0e kern: remove target-firmware logic for kernel loader 2020-12-29 12:21:41 -08:00
Michael Scire
0c9cb830f7 git subrepo push libraries
subrepo:
  subdir:   "libraries"
  merged:   "be8388d6"
upstream:
  origin:   "https://github.com/Atmosphere-NX/Atmosphere-libs"
  branch:   "master"
  commit:   "be8388d6"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2020-12-28 17:34:31 -08:00
Michael Scire
ee1b638dde svc: we support kernel version 15.4 2020-12-28 17:33:45 -08:00
Michael Scire
9826358533 ams: update five -> aula, per CalWriterManu 2020-12-28 15:54:25 -08:00
Michael Scire
113ab8439d kern: fix KTrace buffer memory region type to match official kernel 2020-12-28 00:57:45 -08:00
ameerj
60c888126b fix typo in KServerPort::Destroy() 2020-12-25 20:23:10 -08:00
Michael Scire
d7b14f48d2 fusee: fix no-BCT.ini for fusee-secondary 2020-12-19 12:08:05 -08:00
Michael Scire
1085ccbe60 git subrepo push libraries
subrepo:
  subdir:   "libraries"
  merged:   "886dfaf6"
upstream:
  origin:   "https://github.com/Atmosphere-NX/Atmosphere-libs"
  branch:   "master"
  commit:   "886dfaf6"
git-subrepo:
  version:  "0.4.0"
  origin:   "???"
  commit:   "???"
2020-12-19 10:22:37 -08:00
Michael Scire
8b61537aa3 ams: bump version to 0.16.2 2020-12-19 10:21:15 -08:00
Michael Scire
968f50bc07 kern: refactor to use m_ for member variables 2020-12-18 13:31:01 -08:00
Michael Scire
0bf2ade76f ams: use default bct0 by default 2020-12-18 13:27:52 -08:00
Adubbz
35a6705d55 git subrepo pull troposphere/daybreak/nanovg/ 2020-12-17 17:19:54 -08:00
Michael Scire
b8471bcd4e loader: correct GetCapabilityId allowal 2020-12-17 04:10:25 -08:00
Michael Scire
f7e83a72a9 kern: fix generic KDevicePageTable 2020-12-16 14:33:07 -08:00
Michael Scire
f6b847177a kern: fix LegacyNFiq interrupt ID 2020-12-16 14:28:24 -08:00
Michael Scire
a6d40e85f1 kern: fix linear region printing output 2020-12-14 21:18:14 -08:00
Michael Scire
6a81206373 pgl: add new snapshotdump logic 2020-12-14 19:31:05 -08:00
Michael Scire
4be5733c8e pgl: update for 11.0.0 behavior 2020-12-14 19:16:18 -08:00
Michael Scire
8dcb07152e creport: update for 11.0.0 behavior 2020-12-14 19:15:49 -08:00