mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/bsp.h: Remove config. * irq/irq.c: Remove stray blanks. * start/start.S: Add missing */ in comments.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* include/bsp.h: Remove config.
|
||||
* irq/irq.c: Remove stray blanks.
|
||||
* start/start.S: Add missing */ in comments.
|
||||
|
||||
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
|
||||
|
||||
@@ -31,7 +31,7 @@ extern "C" {
|
||||
* NOTE: Following are not defined and are board independent
|
||||
*
|
||||
*/
|
||||
struct rtems_bsdnet_ifconfig *config;
|
||||
struct rtems_bsdnet_ifconfig;
|
||||
int cs8900_driver_attach (struct rtems_bsdnet_ifconfig *config,
|
||||
int attaching);
|
||||
|
||||
|
||||
@@ -151,5 +151,3 @@ int BSP_remove_rtems_irq_handler (const rtems_irq_connect_data* irq)
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ _start:
|
||||
/*
|
||||
* Here is the code to initialize the low-level BSP environment
|
||||
* (Chip Select, PLL, ....?)
|
||||
|
||||
*/
|
||||
|
||||
/* zero the bss */
|
||||
LDR r1, =_bss_end_ /* get end of ZI region */
|
||||
@@ -122,7 +122,7 @@ FIQ_Handler:
|
||||
B FIQ_Handler
|
||||
|
||||
init2 :
|
||||
/* --- Initialise stack pointer registers
|
||||
/* --- Initialise stack pointer registers */
|
||||
|
||||
/* Enter IRQ mode and set up the IRQ stack pointer */
|
||||
MOV r0, #Mode_IRQ | I_Bit | F_Bit /* No interrupts */
|
||||
|
||||
Reference in New Issue
Block a user