| 
    POK(kernelpart)
    
   | 
 
Define all constant values for a SPARC bsp. More...
Go to the source code of this file.
Macros | |
| #define | SPARC_RAM_ADDR 0x40000000 | 
| #define | SPARC_PROC_FREQ 50000000U | 
| #define | WINDOWS_NBR 8 | 
| #define | ASI_MMU_BYPASS 0x1c /* not sparc v8 compliant */ | 
| #define | SPARC_PAGE_SIZE (256 * 1024) | 
| #define | SPARC_PARTITION_SIZE SPARC_PAGE_SIZE | 
| #define | SPARC_PARTITION_BASE_VADDR 0x0 | 
Define all constant values for a SPARC bsp.
Definition in file sparc_conf.h.
| #define ASI_MMU_BYPASS 0x1c /* not sparc v8 compliant */ | 
Definition at line 32 of file sparc_conf.h.
| #define SPARC_PAGE_SIZE (256 * 1024) | 
Page size (256 Kbytes)
Definition at line 34 of file sparc_conf.h.
| #define SPARC_PARTITION_BASE_VADDR 0x0 | 
Partition virtual base adress. Should always be 0x0
Definition at line 37 of file sparc_conf.h.
| #define SPARC_PARTITION_SIZE SPARC_PAGE_SIZE | 
Maximum partition size
Definition at line 35 of file sparc_conf.h.
| #define SPARC_PROC_FREQ 50000000U | 
Processor frequency (in Hz)
Definition at line 28 of file sparc_conf.h.
| #define SPARC_RAM_ADDR 0x40000000 | 
RAM base adress
Definition at line 26 of file sparc_conf.h.
| #define WINDOWS_NBR 8 | 
Number of register windows
Definition at line 30 of file sparc_conf.h.