2006-11-15 Joel Sherrill <joel@OARcorp.com>

* Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
	eliminated a file and simplified initialization.
This commit is contained in:
Joel Sherrill
2006-11-15 15:21:12 +00:00
parent 66d973ffbe
commit 9b86dabd73
3 changed files with 14 additions and 1 deletions
+5
View File
@@ -1,3 +1,8 @@
2006-11-15 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, irq/irq.h: Merge c_rtems_main() into boot_card(). This
eliminated a file and simplified initialization.
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM.
+1 -1
View File
@@ -40,7 +40,7 @@ dist_project_lib_DATA += startup/linkcmds
noinst_PROGRAMS += startup.rel
startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \
../../shared/main.c ../../shared/sbrk.c \
../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
startup_rel_CPPFLAGS = $(AM_CPPFLAGS)
startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
+8
View File
@@ -125,7 +125,15 @@
typedef unsigned short rtems_i8259_masks;
extern volatile rtems_i8259_masks i8259s_cache;
/*
* Some items required to make some drivers compile, even though they
* will not work with this BSP.
*/
#define BSP_irq_enabled_at_i8259s(_name) 0
#define PCI_DRAM_BASE 0
#define PCI_DRAM_OFFSET 0
#endif
#endif