strat: add new npdm field

This commit is contained in:
Michael Scire 2020-12-02 02:51:02 -08:00 committed by SciresM
parent 9743f63f0d
commit 2d8acf9c64
10 changed files with 13 additions and 3 deletions

View file

@ -141,15 +141,16 @@ dist: dist-no-debug
cp stratosphere/creport/creport.elf atmosphere-$(AMSVER)-debug/creport.elf cp stratosphere/creport/creport.elf atmosphere-$(AMSVER)-debug/creport.elf
cp stratosphere/dmnt/dmnt.elf atmosphere-$(AMSVER)-debug/dmnt.elf cp stratosphere/dmnt/dmnt.elf atmosphere-$(AMSVER)-debug/dmnt.elf
cp stratosphere/eclct.stub/eclct.stub.elf atmosphere-$(AMSVER)-debug/eclct.stub.elf cp stratosphere/eclct.stub/eclct.stub.elf atmosphere-$(AMSVER)-debug/eclct.stub.elf
cp stratosphere/erpt/erpt.elf atmosphere-$(AMSVER)-debug/erpt.elf
cp stratosphere/fatal/fatal.elf atmosphere-$(AMSVER)-debug/fatal.elf cp stratosphere/fatal/fatal.elf atmosphere-$(AMSVER)-debug/fatal.elf
cp stratosphere/jpegdec/jpegdec.elf atmosphere-$(AMSVER)-debug/jpegdec.elf
cp stratosphere/loader/loader.elf atmosphere-$(AMSVER)-debug/loader.elf cp stratosphere/loader/loader.elf atmosphere-$(AMSVER)-debug/loader.elf
cp stratosphere/ncm/ncm.elf atmosphere-$(AMSVER)-debug/ncm.elf
cp stratosphere/pgl/pgl.elf atmosphere-$(AMSVER)-debug/pgl.elf
cp stratosphere/pm/pm.elf atmosphere-$(AMSVER)-debug/pm.elf cp stratosphere/pm/pm.elf atmosphere-$(AMSVER)-debug/pm.elf
cp stratosphere/ro/ro.elf atmosphere-$(AMSVER)-debug/ro.elf cp stratosphere/ro/ro.elf atmosphere-$(AMSVER)-debug/ro.elf
cp stratosphere/sm/sm.elf atmosphere-$(AMSVER)-debug/sm.elf cp stratosphere/sm/sm.elf atmosphere-$(AMSVER)-debug/sm.elf
cp stratosphere/spl/spl.elf atmosphere-$(AMSVER)-debug/spl.elf cp stratosphere/spl/spl.elf atmosphere-$(AMSVER)-debug/spl.elf
cp stratosphere/erpt/erpt.elf atmosphere-$(AMSVER)-debug/erpt.elf
cp stratosphere/jpegdec/jpegdec.elf atmosphere-$(AMSVER)-debug/jpegdec.elf
cp stratosphere/pgl/pgl.elf atmosphere-$(AMSVER)-debug/pgl.elf
cp troposphere/daybreak/daybreak.elf atmosphere-$(AMSVER)-debug/daybreak.elf cp troposphere/daybreak/daybreak.elf atmosphere-$(AMSVER)-debug/daybreak.elf
cd atmosphere-$(AMSVER)-debug; zip -r ../atmosphere-$(AMSVER)-debug.zip ./*; cd ../; cd atmosphere-$(AMSVER)-debug; zip -r ../atmosphere-$(AMSVER)-debug.zip ./*; cd ../;
rm -r atmosphere-$(AMSVER)-debug rm -r atmosphere-$(AMSVER)-debug

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0x0" "permissions": "0x0"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },

View file

@ -11,6 +11,7 @@
"pool_partition": 2, "pool_partition": 2,
"is_64_bit": true, "is_64_bit": true,
"address_space_type": 3, "address_space_type": 3,
"disable_device_address_space_merge": true,
"filesystem_access": { "filesystem_access": {
"permissions": "0xFFFFFFFFFFFFFFFF" "permissions": "0xFFFFFFFFFFFFFFFF"
}, },