summaryrefslogtreecommitdiff
path: root/extra/usb_updater/c2d2.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_updater/c2d2.json')
-rw-r--r--extra/usb_updater/c2d2.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/usb_updater/c2d2.json b/extra/usb_updater/c2d2.json
new file mode 100644
index 0000000000..79fc6f0992
--- /dev/null
+++ b/extra/usb_updater/c2d2.json
@@ -0,0 +1,15 @@
+{
+ "Comment": "This file describes the updateable sections of the flash.",
+ "board": "c2d2",
+ "vid": "0x18d1",
+ "pid": "0x5041",
+ "console": "3",
+ "Comment on flash": "This is the base address of writeable flash",
+ "flash": "0x8000000",
+ "Comment on region format": "name: [baseoffset, length]",
+ "regions": {
+ "RW": ["0x10000", "0x10000"],
+ "PSTATE": ["0xf000", "0x1000"],
+ "RO": ["0x0000", "0xf000"]
+ }
+}