FreeCalypso > hg > freecalypso-sw
annotate target-utils/pirexplore/ffsparam.c @ 264:0c938d8b5ba3
fc-tmsh: set-pcm-string and set-rfcap implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> | 
|---|---|
| date | Wed, 05 Feb 2014 10:19:21 +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; | 
