Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
broadcom-utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Broadcom
broadcom-utils
Commits
76a8804a
Commit
76a8804a
authored
5 years ago
by
Ronny Nilsson
Browse files
Options
Downloads
Patches
Plain Diff
Iopsys dual flash banks numbers has been approved.
parent
bc16423b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
brcm_fw_tool/image-ubi.h
+11
-4
11 additions, 4 deletions
brcm_fw_tool/image-ubi.h
with
11 additions
and
4 deletions
brcm_fw_tool/image-ubi.h
+
11
−
4
View file @
76a8804a
...
...
@@ -3,12 +3,19 @@
//-------------------------------------------------------------
#define METAVOLID0 80
#define METAVOLID1 81
#define METAVOLID2 1
#define METAVOLID3 2
#define METAVOLID0 1 // VOLID_METADATA in Broadcom nomenclature.
#define METAVOLID1 2 // VOLID_METADATA_COPY in Broadcom nomenclature.
#define METAVOLID2 86 // 88
#define METAVOLID3 87 // 89
#define METAINVALID -1
#define MAX_METAS 4 // Max number of metadata volumes in the system.
#define BOOTVOL0 10 // VOLID_UBIFILES in Broadcom nomenclature.
#define BOOTVOL1 88 // 92
#define ROOTFS0 0 // VOLID_UBIFS in Broadcom nomenclature.
#define ROOTFS1 89 // 95
//-------------------------------------------------------------
extern
char
ubiStr2
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment