FreeCalypso > hg > freecalypso-sw
annotate target-utils/pirexplore/ffsparam.c @ 556:b3549e06db7e
l1_drive.c compiles: fix for Calypso A5 key setting found in TSM30 source
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Mon, 04 Aug 2014 05:54:50 +0000 | 
| parents | 02ece4d8c755 | 
| children | 
| rev | line source | 
|---|---|
| 
100
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
1 /* | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
2 * This module is linked into pirexplore for the purpose of telling the | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
3 * somewhat generic libmpffs exactly where the FFS is located on this | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
4 * device and how it is structured. | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
5 */ | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
6 | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
7 #include "types.h" | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
8 | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
9 const u32 mpffs_base_addr = 0x02000000; | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
10 const u32 mpffs_sector_size = 0x40000; | 
| 
 
02ece4d8c755
pirexplore: beginning of FFS support
 
Michael Spacefalcon <msokolov@ivan.Harhan.ORG> 
parents:  
diff
changeset
 | 
11 const int mpffs_nsectors = 18; | 
