Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-boundary-uboot
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jack Humbert
reform-boundary-uboot
Commits
97c8d0bb
Commit
97c8d0bb
authored
19 years ago
by
Wolfgang Denk
Browse files
Options
Downloads
Patches
Plain Diff
Add support for 28F256J3A flash chips
parent
27e166b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/flash.h
+2
-0
2 additions, 0 deletions
include/flash.h
with
2 additions
and
0 deletions
include/flash.h
+
2
−
0
View file @
97c8d0bb
...
...
@@ -269,6 +269,7 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of
#define INTEL_ID_28F320J3A 0x00160016
/* 32M = 128K x 32 */
#define INTEL_ID_28F640J3A 0x00170017
/* 64M = 128K x 64 */
#define INTEL_ID_28F128J3A 0x00180018
/* 128M = 128K x 128 */
#define INTEL_ID_28F256J3A 0x001D001D
/* 256M = 128K x 256 */
#define INTEL_ID_28F256L18T 0x880D880D
/* 256M = 128K x 255 + 32k x 4 */
#define INTEL_ID_28F64K3 0x88018801
/* 64M = 32K x 255 + 32k x 4 */
#define INTEL_ID_28F128K3 0x88028802
/* 128M = 64K x 255 + 32k x 4 */
...
...
@@ -401,6 +402,7 @@ extern void flash_read_factory_serial(flash_info_t * info, void * buffer, int of
#define FLASH_28F320J3A 0x00C0
/* INTEL 28F320J3A ( 32M = 128K x 32) */
#define FLASH_28F640J3A 0x00C2
/* INTEL 28F640J3A ( 64M = 128K x 64) */
#define FLASH_28F128J3A 0x00C4
/* INTEL 28F128J3A (128M = 128K x 128) */
#define FLASH_28F256J3A 0x00C6
/* INTEL 28F256J3A (256M = 128K x 256) */
#define FLASH_FUJLV650 0x00D0
/* Fujitsu MBM 29LV650UE/651UE */
#define FLASH_MT28S4M16LC 0x00E1
/* Micron MT28S4M16LC */
...
...
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