2007-02-08 Eric Norum * startup/bspstart.c: Fixed FPGA interrupt handling. 2007-02-05 Eric Norum * console/console.c: Enable RTS/CTS flow-control pins. 2007-01-21 Eric Norum * network/network.c: Add capability to lock at 10-half. Expand report to include auto/fixed status. 2006-12-18 Till Straumann * startup/bspstart.c: Changed BSP_installVME_isr() so that the special handling of a 'FPGA interrupt' [this FPGA is *not* present on the uC5282 module but is externally connected to IRQ1 on Eric Norum's particular 'motherboard'] is only activated when connecting to the special vectors > 192. The change allows us ordinary users [:-)] to use IRQ1 normally, simply by connecting an ISR to vector 64+1... Also, BSP_enable_irq_at_pic(), BSP_disable_irq_at_pic(), BSP_irq_is_enabled_at_pic() were introduced (compat. with some PPC BSPs). 2006-12-02 Ralf Corsépius * configure.ac: New BUG-REPORT address. 2006-10-30 Joel Sherrill * include/.cvsignore: New file. 2006-10-20 Ralf Corsépius * Makefile.am: Remove superfluous -DASM. 2006-10-20 Ralf Corsépius * include/bspopts.h.in: Remove (bogus). 2006-10-19 Ralf Corsépius * configure.ac: Require automake-1.10. Require autoconf-2.60. 2006-08-01 Eric Norum * startup/bspstart.c: Add bsp_setbenv system call. 2006-05-15 Eric Norum * startup/bspstart.c: Add checks for FPGA interrupt request overflow. Allow single spurious FPGA interrupt. 2006-04-11 Eric Norum * startup/bspstart.c: Install default exception handler. 2006-03-24 Eric Norum * startup/bspstart.c: Add missing reset-cause bit. 2006-02-08 Joel Sherrill * startup/linkcmds: Add sections required by newer gcc versions. 2006-02-06 Eric Norum * clock/clock.c: Avoid division by zero. 2006-01-29 Eric Norum * clock/clock.c, network/network.c, startup/bspstart.c: Add an 'extended BSP' routine which returns the CPU load average. 2006-01-11 Ralf Corsepius * Makefile.am: Add preinstall.am. 2005-12-19 Eric Norum * startup/bspstart.c: Add another 'extended BSP' routine which return reboot status register information. 2005-11-12 Ralf Corsepius * bsp_specs: Remove %cpp. 2005-11-11 Eric Norum * console/console.c: Clean up UART2 pin setup. Protect pin setup code. 2005-11-08 Eric Norum * console/console.c: Add code to set up pin assignments 2005-11-07 Eric Norum * Almost everything: Assign copyright to OAR. 2005-10-26 Eric Norum * README, network/network.c: Add support for forcing link parameters. 2005-09-16 Eric Norum * startup/bspstart.c: Add bsp_reset bootrom call. * startup/bspclean.c: Call bsp_reset from bsp_cleanup(). 2005-07-05 Eric Norum * startup/linkcmdc: Add .gnu.linkonce.b 2005-07-05 Eric Norum * startup/bspstart.c: Ensure that CS[12]n are enabled. 2005-06-28 Eric Norum * network/network.c: Add full/half-duplex auto-negotiation support. 2005-06-20 Eric Norum * network/network.c: Clean up transmit buffer realignment. Many thanks to Mr. Kolja Waschk for identifying the problem. 2005-05-26 Ralf Corsepius * include/bsp.h: New header guard. 2005-05-23 Eric Norum * startup/linkcmds startup/bspstart.c: Followup fix to Joel's/Chris's VBR changes. 2005-05-11 Eric Norum * startup/bspstart.c: Followup fix to Joel's changes of 2005-05-03. 2005-05-10 Eric Norum * network/network.c: Poke RDAR/TDAR every time. Add more diagnostic printout. 2005-05-03 Joel Sherrill * startup/init5282.c: Remove use of _Coldfire_VBR and use _VBR as rest of m68k family. 2005-04-26 Joel Sherrill * network/network.c: Eliminate warnings. 2005-04-20 Eric Norum * startup/bspstart.c * network/network.c: Try instruction-only cache. 2005-04-19 Eric Norum * startup/bspstart.c: Expose read/write copy of cache control registers in case some application diagnostic code wants to display the values. 2005-04-13 Eric Norum * network/network.c: Add some more diagnostics. Poke TDAR/RDAR only when necessary. 2005-04-10 Eric Norum * startup/bspstart.c: Set up IRQ1* handling properly. 2005-04-08 Eric Norum * startup/bspstart.c: FPGA interrupt status register is now 16-bit. 2005-03-12 Eric Norum * network/network.c: Add statistics counter for number of realigned bytes. 2005-03-10 Eric Norum * startup/bspstart.c: Add NOP after CACR writes (work around hardware bug). 2005-02-14 Eric Norum * startup/bspstart.c: Don't cache flash -- it messes up programming. 2005-02-04 Ralf Corsepius * console/console.c, include/bsp.h, network/network.c, startup/bspstart.c: Remove obsolete fixed size types. 2005-02-04 Ralf Corsepius * startup/bspstart.c: rtems_interrupt_catch(trampoline, vector, &old_handler). 2005-02-03 Eric Norum * include/bsp.h, startup/bspstart.c: Add 'extended' BSP support (pseudo-VME). 2005-02-02 Eric Norum * network/network.c: Lock FEC/PHYS at 100 Mbs, full-duplex 2005-02-01 Eric Norum * include/bsp.h, network/network.c, startup/bspstart.c: Add some bootprom system calls. 2005-02-01 Eric Norum * start/start.S, network/network.c: Place FEC buffer descriptors in SRAM. No longer need to worry about buffer descriptor caching. 2005-01-31 Eric Norum * network/network.c, startup/bspstart.c: Processor doesn't snoop FEC DMA so we must invalidate the cache appropriately. 2005-01-31 Joel Sherrill * .cvsignore: New file. 2005-01-28 Eric Norum * uC5282: New BSP * acinclude.m4: uC5282 BSP