Commit Graph

897 Commits

Author SHA1 Message Date
Michael Scire
c21e43f7e1 kern: fix error in SeparatePages 2020-12-02 06:53:11 -08:00
Michael Scire
d0b05d0e4e kern: fix re-order/assert in KMemoryBlock 2020-12-02 06:53:10 -08:00
Michael Scire
f8999a2318 kern: remove KPageTableBase::MakeAndOpenContiguousPageGroup 2020-12-02 06:53:10 -08:00
Michael Scire
397d317a6c kern: implement DisableDeviceAddressSpaceMerge 2020-12-02 06:53:10 -08:00
Michael Scire
0063ede635 kern: SvcGetResourceLimitPeakValue 2020-12-02 06:53:10 -08:00
Michael Scire
396dc066e9 kern: KMemoryManager::Allocate -> AllocateAndOpen 2020-12-02 06:53:09 -08:00
Michael Scire
1260d85bb9 kern: implement kmemoryblock/kmemoryinfo merge disable 2020-12-02 06:53:09 -08:00
Michael Scire
dd799d3909 kern: remove KMemoryAttribute_AnyLocked 2020-12-02 06:53:09 -08:00
Michael Scire
f152b16639 kern: update KMemoryBlockManagerUpdateAllocator api 2020-12-02 06:53:09 -08:00
Michael Scire
5f885a3b22 kern: implement new software-reserved page table bits 2020-12-02 06:53:08 -08:00
Michael Scire
394112f9ac kern: update KPageTableBase for new disable-merge attrs 2020-12-02 06:53:08 -08:00
Michael Scire
4958ea6d93 erpt: lightly update (TODO: use context, do new svc stuff) 2020-12-02 06:53:07 -08:00
Michael Scire
3d99fa326d sm: implement UserService::DetachClient 2020-12-02 06:53:06 -08:00
Michael Scire
e2c855d4ef loader: update for 11.0.0 (anti-dg + set program args abi) 2020-12-02 06:53:06 -08:00
Michael Scire
d3841d4e60 pgl: update for 11.0.0 2020-12-02 06:53:06 -08:00
Michael Scire
4d1664157d exo: update for 11.0.0 2020-12-02 06:53:05 -08:00
Michael Scire
db30a334d0 result: update for accurate ::Includes 2020-12-02 06:53:05 -08:00
Michael Scire
093c064fb6 erpt: add update autogenerated ids 2020-12-02 06:53:04 -08:00
Michael Scire
e44d2a211c ncm: fix abort in ListContentMetaInfo 2020-12-02 06:53:04 -08:00
Michael Scire
d488683b94 fs: fix bug in buffer manager 2020-12-02 06:53:03 -08:00
Michael Scire
9a08bf8f08 exo/mariko fatal: print descriptor for fatal error report 2020-12-02 06:53:01 -08:00
Michael Scire
9ae30ca73b exo/mariko fatal: perform display init, reboot on power button press 2020-12-02 06:53:01 -08:00
Michael Scire
33ea9ed3aa fs: fix RomFs GetEntryType (fixes mariko daybreak) 2020-12-02 06:53:00 -08:00
Michael Scire
159ca97a9d os: remove completed TODO 2020-12-02 06:53:00 -08:00
Michael Scire
b09571b57e os: do not use deprecated libnx ::virtmemReserve api 2020-12-02 06:53:00 -08:00
Michael Scire
e133d475ee ldr/hbl: support address space width overrides 2020-12-02 06:52:59 -08:00
Michael Scire
a9062994d2 exo: receive saved lcd vendor from bl 2020-12-02 06:52:59 -08:00
Michael Scire
c891dfcff7 sdmmc: fix UHS-I tuning init for SD cards 2020-12-02 06:52:58 -08:00
Michael Scire
5aae240bc9 sdmmc: various fixes + logging as bugs are debugged 2020-12-02 06:52:58 -08:00
Michael Scire
74affceb16 exo/mariko fatal: save fatal error binaries to the SD 2020-12-02 06:52:58 -08:00
Michael Scire
76c3491354 mariko fatal: map 0xC0000000 for framebuffer usage 2020-12-02 06:52:57 -08:00
Michael Scire
3f4e0b4912 exo: read first two sd card sectors in mariko_fatal 2020-12-02 06:52:57 -08:00
Michael Scire
23609fb983 exo: implement start of mariko fatal handler 2020-12-02 06:52:57 -08:00
Michael Scire
1e04fe9d63 exo: map stack region for mariko-only program 2020-12-02 06:52:55 -08:00
Michael Scire
11073d9ae3 exo: load mariko-only program during boot 2020-12-02 06:52:55 -08:00
Michael Scire
701fcce0b4 exo: free space by moving keys to volatile iram, support logging under debug config 2020-12-02 06:52:54 -08:00
Michael Scire
47cd423aa0 exo: shuffle logic around to support debug code region in iram 2020-12-02 06:52:54 -08:00
Michael Scire
c9cc686344 exo: disable untranslated gpu accesses on mariko 2020-12-02 06:52:54 -08:00
Michael Scire
fcde887f21 exo/program: release, debug, audit configs 2020-12-02 06:52:53 -08:00
Michael Scire
3cfd412e6a libexo/sc7fw: support release/debug/audit 2020-12-02 06:52:53 -08:00
Michael Scire
61b0f7f0a6 libexosphere: support building under debug/audit configurations 2020-12-02 06:52:52 -08:00
Michael Scire
2284fa193f exo: reserve a portion of iram for secure monitor debug (including code) 2020-12-02 06:52:52 -08:00
Michael Scire
014ac8efc7 boot2: don't wait for bpc.mitm on mariko 2020-12-02 06:52:52 -08:00
Michael Scire
aa7ed49d2d i2c: correct missing destruction 2020-12-02 06:52:51 -08:00
Michael Scire
434ae67d99 wec: whoops 2020-12-02 06:52:51 -08:00
Michael Scire
df18fe68c7 updater: don't overwrite custom-public-key BCTs 2020-12-02 06:52:51 -08:00
Michael Scire
dd0fc9e7be pinmux: whoops 2020-12-02 06:52:50 -08:00
Michael Scire
776947e28f boot/powctl/i2c: more miscellaneous fixes 2020-12-02 06:52:50 -08:00
Michael Scire
0ca028cfbc boot: various bugfixes (b/w logo displays now) 2020-12-02 06:52:50 -08:00
Michael Scire
fcc7a54b02 powctl: implement max17050 driver 2020-12-02 06:52:50 -08:00