Configure PS with tdbstore

pull/10368/head
Oren Cohen 2019-04-10 17:33:37 +03:00
parent ffe9ddfb2d
commit f70e069838
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,9 @@
"FUTURE_SEQUANA_M0_PSA": { "FUTURE_SEQUANA_M0_PSA": {
"storage_type": "TDB_INTERNAL" "storage_type": "TDB_INTERNAL"
}, },
"FUTURE_SEQUANA_PSA": {
"storage_type": "TDB_INTERNAL"
},
"CY8CKIT_062_WIFI_BT_M0_PSA": { "CY8CKIT_062_WIFI_BT_M0_PSA": {
"storage_type": "TDB_INTERNAL" "storage_type": "TDB_INTERNAL"
}, },

View File

@ -15,6 +15,10 @@
"internal_size": "0x8000", "internal_size": "0x8000",
"internal_base_address": "0x10078000" "internal_base_address": "0x10078000"
}, },
"FUTURE_SEQUANA_PSA": {
"internal_size": "0x8000",
"internal_base_address": "0x100F8000"
},
"CY8CKIT_062_WIFI_BT_M0_PSA": { "CY8CKIT_062_WIFI_BT_M0_PSA": {
"internal_size": "0x8000", "internal_size": "0x8000",
"internal_base_address": "0x10038000" "internal_base_address": "0x10038000"