2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>

* 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:
Joel Sherrill
2008-09-10 21:35:19 +00:00
parent 05adba6b12
commit 8da29747e8
8 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* irq/irq.c: Minor "bool" fixes.

View File

@@ -51,7 +51,6 @@ extern void __bss_start;
extern void __bss_end;
/* External Prototypes */
extern void bsp_cleanup( void );
extern void rtems_irq_mngt_init(void);
extern void bsp_libc_init( void *, uint32_t, int );

View File

@@ -1,3 +1,9 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/config.c, console/console.h: Convert to "bool".

View File

@@ -38,7 +38,6 @@ extern unsigned long __rtems_end[];
extern void L1_caches_enables(void);
extern unsigned get_L2CR(void);
extern void set_L2CR(unsigned);
extern void bsp_cleanup(void);
extern Triv121PgTbl BSP_pgtbl_setup(void);
extern void BSP_pgtbl_activate(Triv121PgTbl);
extern void BSP_vme_config(void);

View File

@@ -1,3 +1,9 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c,

View File

@@ -48,8 +48,7 @@
#endif
extern unsigned long __rtems_end[];
extern void bsp_cleanup(void);
extern void BSP_vme_config(void);
extern void BSP_vme_config(void);
SPR_RW(SPRG1)

View File

@@ -1,3 +1,9 @@
2008-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c,

View File

@@ -68,7 +68,6 @@ BSP_output_char_function_type BSP_output_char = BSP_output_char_via_serial;
extern void _return_to_ppcbug(void);
extern unsigned long __rtems_end[];
extern unsigned get_L1CR(void), get_L2CR(void), get_L3CR(void);
extern void bsp_cleanup(void);
extern Triv121PgTbl BSP_pgtbl_setup(unsigned long);
extern void BSP_pgtbl_activate(Triv121PgTbl);
extern int I2Cread_eeprom(unsigned char I2cBusAddr, uint32_t devA2A1A0, uint32_t AddrBytes, unsigned char *pBuff, uint32_t numBytes);