forked from Imagelibrary/rtems
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/startup/bspstart.c: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* shared/startup/bspstart.c: Review of all bsp_cleanup()
|
||||||
|
implementations. In this phase, all prototypes were removed from
|
||||||
|
bsp.h and empty implementations were removed and made to use the
|
||||||
|
shared stub.
|
||||||
|
|
||||||
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
* acinclude.m4: Add tqm8xx.
|
* acinclude.m4: Add tqm8xx.
|
||||||
|
|||||||
@@ -43,7 +43,6 @@ extern unsigned long __rtems_end[];
|
|||||||
extern void L1_caches_enables(void);
|
extern void L1_caches_enables(void);
|
||||||
extern unsigned get_L2CR(void);
|
extern unsigned get_L2CR(void);
|
||||||
extern void set_L2CR(unsigned);
|
extern void set_L2CR(unsigned);
|
||||||
extern void bsp_cleanup(void);
|
|
||||||
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
|
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
|
||||||
extern void BSP_pgtbl_activate(Triv121PgTbl);
|
extern void BSP_pgtbl_activate(Triv121PgTbl);
|
||||||
extern void BSP_vme_config(void);
|
extern void BSP_vme_config(void);
|
||||||
|
|||||||
Reference in New Issue
Block a user