2007-09-12 Joel Sherrill PR 1257/bsps * irq/irq.c, irq/irq_init.c: Code outside of cpukit should use the public API for rtems_interrupt_disable/rtems_interrupt_enable. By bypassing the public API and directly accessing _CPU_ISR_Disable and _CPU_ISR_Enable, they were bypassing the compiler memory barrier directive which could lead to problems. This patch also changes the type of the variable passed into these routines and addresses minor style issues. 2007-05-28 Joel Sherrill * startup/bspstart.c: Eliminate maximum_drivers configuration parameter 2007-05-28 Joel Sherrill * startup/bspstart.c: Eliminate maximum_drivers configuration parameter since it was used to configure a no longer used feature. Device names are now part of the filesystem not in a table. 2007-04-12 Ralf Corsépius * bsp_specs: Remove qrtems_debug. 2007-03-11 Joel Sherrill * startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c 2006-12-02 Ralf Corsépius * configure.ac: New BUG-REPORT address. 2006-11-15 Joel Sherrill * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization. 2006-10-17 Ralf Corsépius * Makefile.am: Remove superfluous -DASM. 2006-10-17 Ralf Corsépius * configure.ac: Require autoconf-2.60. Require automake-1.10. 2006-10-15 Ralf Corsépius * console/defaultfont.c: Convert to utf-8. 2006-09-11 Joel Sherrill * include/arm_mode_bits.h: Convert C++ style comments to C style. 2006-09-11 Chris Johns * README, configure.ac: Remove extra CRLF. 2006-06-02 Jay Monkman * irq/bsp_irq_init.c: Changed interrupt handling to use shared rtems_irq_connect_data struct. 2006-01-11 Ralf Corsepius * Makefile.am: Add preinstall.am. 2005-11-22 Ralf Corsepius * bsp_specs: remove %lib. 2005-11-12 Ralf Corsepius * bsp_specs: Remove %cpp. 2005-11-08 Ralf Corsepius * irq/irq.c, startup/bspstart.c: Remove obsolete types (*unsigned32). 2005-07-06 Markku Puro * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clockdrv.c, console/conio.c, console/console.c, console/defaultfont.c, include/arm_mode_bits.h, include/asm_macros.h, include/bsp.h, include/bspopts.h.in, include/conio.h, include/gba.h, include/gba_registers.h, include/tm27.h, irq/bsp_irq_asm.S, irq/bsp_irq_init.c, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, start/logo.S, start/start.S, startup/bspstart.c, startup/cpu.c, startup/cpu_asm.S, startup/exit.c, startup/linkcmds, timer/timer.c: New files.