POK(kernelpart)
sparc_conf.h
Go to the documentation of this file.
1 /*
2  * POK header
3  *
4  * The following file is a part of the POK project. Any modification should
5  * made according to the POK licence. You CANNOT use this file or a part of
6  * this file is this part of a file for your own project
7  *
8  * For more information on the POK licence, please see our LICENCE FILE
9  *
10  * Please follow the coding guidelines described in doc/CODING_GUIDELINES
11  *
12  * Copyright (c) 2007-2009 POK team
13  *
14  * Created by peter on Fri Nov 6 21:20:14 2009
15  */
16 
23 #ifndef __POK_SPARC_LEON3_CONF_H_
24 # define __POK_SPARC_LEON3_CONF_H_
25 
26 # define SPARC_RAM_ADDR 0x40000000
28 # define SPARC_PROC_FREQ 50000000U
30 # define WINDOWS_NBR 8
32 # define ASI_MMU_BYPASS 0x1c /* not sparc v8 compliant */
33 
34 # define SPARC_PAGE_SIZE (256 * 1024)
35 # define SPARC_PARTITION_SIZE SPARC_PAGE_SIZE
37 # define SPARC_PARTITION_BASE_VADDR 0x0
39 #endif /* ! __POK_SPARC_LEON3_CONF_H_ */