2007-09-17 Joel Sherrill * console/console.c, irq/irq_init.c: Eliminate warnings. 2007-09-17 Joel Sherrill * console/console.c: Eliminate DEBUG_puts. 2007-09-12 Joel Sherrill PR 1257/bsps * 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-09-11 Joel Sherrill * Makefile.am: Do not include networking drivers if networking is disabled. 2007-09-10 Joel Sherrill * Makefile.am: Do not build networking if it is disabled. 2007-09-05 Joel Sherrill * configure.ac: Fix path. * include/bsp.h: Fix typo. 2007-08-08 Thomas Doerfler * Makefile.am, i2c/i2c_init.c: add i2c initialization 2007-07-13 Joel Sherrill * Makefile.am, preinstall.am: Install a linkcmds all the time. * startup/bspstart.c, startup/cpuinit.c, startup/linkcmds.mpc8349eamds, startup/mpc83xx_regs.c: Add missing CVS Id. * startup/linkcmds: New file. 2007-07-11 Joel Sherrill * include/.cvsignore: New file. 2007-07-11 Joel Sherrill * network/network.c: Removed warning. 2007-07-11 Joel Sherrill * ChangeLog: New file. * aclocal.m4, include/bspopts.h.in: Removed. 2007-07-11 Joel Sherrill * ChangeLog: New file. * aclocal.m4, include/bspopts.h.in: Removed. 2007-07-11 Joel Sherrill * .cvsignore: New file. * Makefile.in: Removed. 2007-07-10 Thomas Doerfler * New BSP -- generic 83xx but tested on mpc8349eamds.