mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
Avoid using duplicate keys in NPDM
This commit is contained in:
parent
a2b4d9168d
commit
ae0d89137e
2 changed files with 108 additions and 108 deletions
|
@ -58,62 +58,62 @@
|
|||
"svcUnmapDeviceAddressSpace" : "0x5C",
|
||||
"svcFlushProcessDataCache" : "0x5F"
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x50003000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x54200000",
|
||||
"size" : "0x3000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x54300000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x60006000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x6000D000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x70000000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x7000C000",
|
||||
"size" : "0x2000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x7000E000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x700E3000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"irq_pair" : [70, 116],
|
||||
"irq_pair" : [124, 152],
|
||||
"irq_pair" : [85, 95]
|
||||
"maps" : [
|
||||
{
|
||||
"address" : "0x50003000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x54200000",
|
||||
"size" : "0x3000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x54300000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x60006000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x6000D000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x70000000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x7000C000",
|
||||
"size" : "0x2000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x7000E000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x700E3000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
}
|
||||
],
|
||||
"irqs" : [70, 116, 124, 152, 85, 95]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,56 +61,56 @@
|
|||
"svcUnmapDeviceAddressSpace" : "0x5C",
|
||||
"svcFlushProcessDataCache" : "0x5F"
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x50003000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x54200000",
|
||||
"size" : "0x3000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x54300000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x60006000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x6000D000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x70000000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x7000C000",
|
||||
"size" : "0x2000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"map" : {
|
||||
"address" : "0x700E3000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
"irq_pair" : [70, 116],
|
||||
"irq_pair" : [124, 152],
|
||||
"irq_pair" : [85, 95]
|
||||
"maps" : [
|
||||
{
|
||||
"address" : "0x50003000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x54200000",
|
||||
"size" : "0x3000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x54300000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x60006000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x6000D000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x70000000",
|
||||
"size" : "0x4000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x7000C000",
|
||||
"size" : "0x2000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
},
|
||||
{
|
||||
"address" : "0x700E3000",
|
||||
"size" : "0x1000",
|
||||
"is_ro" : false,
|
||||
"is_io" : true
|
||||
}
|
||||
],
|
||||
"irq_pair" : [70, 116, 124, 152, 85, 95]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue