summaryrefslogtreecommitdiff
path: root/extra/usb_updater/servo_v4p1.json
diff options
context:
space:
mode:
authorBrian J. Nemec <bnemec@chromium.org>2020-05-27 22:18:09 -0700
committerRuben Rodriguez Buchillon <coconutruben@chromium.org>2020-06-02 17:24:42 +0000
commitdba753130cd341c047afd652ab28a2b099dde9ee (patch)
tree02957d13c2bb810706e2877ca343f9ee0f57b488 /extra/usb_updater/servo_v4p1.json
parent785f968014cac6ed6f77e09a379beb78c12dc5ff (diff)
downloadchrome-ec-dba753130cd341c047afd652ab28a2b099dde9ee.tar.gz
servo_updater: Updates the Servo V4.1 name
Updates the Servo V4.1 name from 'servo_v41' to 'servo_v4p1' and the corresponding files and fields. As the VID:PID is used to identify the device, no other changes are required. BUG=b:157059356 BRANCH=servod TEST=Updated the ServoV4.1 from 'servo_v41_v2.0.3735+440cf71e0' to 'servo_v4p1_v2.0.4232-514cb4e92' to verify the servo_updater supports renames. TEST=Verified servo_v4p1 manually: Validated console, firmware update, and servod can connect to the device. Signed-off-by: Brian Nemec <bnemec@chromium.org> Depends-On: Ia05134179fab4ff118355ba9b3b1b92cdf0748f2 Change-Id: Ie470469bf9115bbfef14a08c02b156dcd5aed849 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2219124 Tested-by: Brian Nemec <bnemec@chromium.org> Reviewed-by: Ruben Rodriguez Buchillon <coconutruben@chromium.org>
Diffstat (limited to 'extra/usb_updater/servo_v4p1.json')
-rw-r--r--extra/usb_updater/servo_v4p1.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/usb_updater/servo_v4p1.json b/extra/usb_updater/servo_v4p1.json
new file mode 100644
index 0000000000..46efbf24ad
--- /dev/null
+++ b/extra/usb_updater/servo_v4p1.json
@@ -0,0 +1,15 @@
+{
+ "Comment": "This file describes the updateable sections of the flash.",
+ "board": "servo_v4p1",
+ "vid": "0x18d1",
+ "pid": "0x520d",
+ "console": "0",
+ "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"]
+ }
+}