Skip to content

Commit f259b92

Browse files
committed
Add details to MEC flash region
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent c5a9c63 commit f259b92

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

  • framework_lib/src/chromium_ec

framework_lib/src/chromium_ec/mod.rs

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -834,12 +834,15 @@ impl CrosEc {
834834

835835
/// Overwrite RO and RW regions of EC flash
836836
/// MEC/Legacy EC
837-
/// | Start | End | Size | Region |
838-
/// | 00000 | 3BFFF | 3C000 | RO Region |
839-
/// | 3C000 | 3FFFF | 04000 | Preserved |
840-
/// | 40000 | 78FFF | 39000 | RW Region |
841-
/// | 79000 | 79FFF | 01000 | Preserved |
842-
/// | 80000 | 80FFF | 01000 | Flash Flags |
837+
/// | Start | End | Size | Region |
838+
/// | 00000 | 3BFFF | 3C000 | RO Region |
839+
/// | 3C000 | | 01000 | Preserved |
840+
/// | 3D000 | | 01000 | Serial Struct Slot A |
841+
/// | 3E000 | | 01000 | Serial Struct Slot A |
842+
/// | 3F000 | 3FFFF | 01000 | Preserved |
843+
/// | 40000 | 78FFF | 39000 | RW Region |
844+
/// | 79000 | 79FFF | 01000 | Preserved |
845+
/// | 80000 | 80FFF | 01000 | Flash Flags |
843846
///
844847
/// NPC/Zephyr
845848
/// | Start | End | Size | Region |

0 commit comments

Comments
 (0)