summaryrefslogtreecommitdiffstats
path: root/c/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Try insructioin-only cache.Eric Norum2005-04-214-11/+38
|
* Expose some read/write copies of configuration registers.Eric Norum2005-04-192-22/+31
|
* 2005-04-18 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-182-0/+68
| | | | | * libchip/serial/ns16550.c: Modified ISR to work with PPC new exception processing
* 2005-04-18 Eric Valette <eric.valette@free.fr>Jennifer Averett2005-04-185-34/+27
| | | | | * irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c: Added parameter to irq handler
* 2005-04-18 Eric Valette <eric.valette@free.fr>Jennifer Averett2005-04-186-6/+22
| | | | | * clock/ckinit.c, console/console.c, console/ps2_mouse.c, console/serial_mouse.c, timer/timer.c: Added parameter to irq handler
* 2005-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-152-1/+5
| | | | * network/network.c: Fix warnings.
* 2005-04-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-158-37/+45
| | | | | | * GT64260/GT64260TWSI.c, GT64260/GT64260TWSI.h, irq/GT64260Int.c, network/GT64260eth.c, pci/pci.c, startup/bspclean.c, startup/reboot.c: Fix warnings.
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-152-5/+4
| | | | * clock/clock.c: Fix multiple defined warning
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-154-15/+22
| | | | | | * mpc6xx/clock/c_clock.c, mpc6xx/clock/c_clock.h, mpc8260/console-generic/console-generic.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-152-3/+9
| | | | | | PR 779/bsp * vmeUniverse/vmeUniverse.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-154-4/+15
| | | | | | PR 779/bsp * irq/irq.c, irq/irq.h, irq/irq_init.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-155-9/+21
| | | | | | PR 779/bsp * irq/irq.c, irq/irq.h, irq/irq_init.c, network/GT64260eth.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-156-6/+20
| | | | | | | PR 779/bsp * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c, network/network.c: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-153-2/+13
| | | | | | PR 779/bsp * irq/irq.c, irq/irq.h: add parameter to new exception interrupt handlers in powerpc bsps
* 2005-04-15 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-157-13/+23
| | | | | | | PR 779/bsp * clock/p_clock.c, console/console.c, console/uart.c, console/uart.h, irq/irq.c, irq/irq.h, irq/irq_init.c: powerpc: add parameter to new exception interrupt handlers
* 2005-04-15 <jennifer.averett@oarcorp.com>Jennifer Averett2005-04-152-2/+5
| | | | * startup/linkcmds: add missing section to link cmds
* Add some more diagnostics. Poke TDAR/RDAR only when necessary.Eric Norum2005-04-132-5/+23
|
* 2005-04-11 Jennifer Averett<jennifer.averett@oarcorp.com>Jennifer Averett2005-04-117-47/+62
| | | | | | | PR 778/bsps * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c, startup/bspstart.c, tod/tod.c: modify SCORE_.. to BSP_.. for externally used define's.
* 2005-04-11 Jennifer Averett <jennifer@OARcorp.com>Jennifer Averett2005-04-112-0/+9
| | | | | PR 777/bsps * include/bsp.h: Add a Processor_Synchronize command in bsp.h
* Set up IRQ1* handling properly.Eric Norum2005-04-102-10/+15
|
* FPGA interrupt status register is now 16-bit.Eric Norum2005-04-093-4/+63
|
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-142-0/+5
| | | | * au1x00/.cvsignore: New file.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-4/+12
| | | | | * include/.cvsignore: Fixed typo. * network/network.c: Now compiles with GCC 4.0.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-144-65/+35
| | | | | | | * libchip/network/dec21140.c, libchip/network/elnk.c, libchip/network/if_fxp.c: Continue PCI API unification. All use pci_find_device(). Network drivers manufacture a signature since all calls have not been converted yet.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-2/+7
| | | | | * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Continue PCI API unification. All use pci_find_device().
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-144-473/+480
| | | | | * pci/pci.c, pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use pci_find_device(). Also reformat to remove tabs.
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-3/+8
| | | | | * pci/pci.h, pci/pcifinddevice.c: Continue PCI API unification. All use pci_find_device().
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-143-1/+26
| | | | | * pci/pcibios.c, pci/pcibios.h: Continue PCI API unification. All use pci_find_device().
* 2005-03-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-142-513/+492
| | | | * sh7750/sci/sh4uart.c: Now compiles under gcc 4.x and reformatted.
* Add statistics counter for number of transmit bytes realigned.Eric Norum2005-03-122-20/+27
|
* 2005-03-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-112-0/+5
| | | | * startup/init68360.c: Add _RomBase declaration.
* 2005-03-11 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-03-1120-2868/+12
| | | | | | | | | | | | * acinclude.m4: Removed vegaplus BSP. * vegaplus/.cvsignore, vegaplus/ChangeLog, vegaplus/Makefile.am, vegaplus/bsp_specs, vegaplus/configure.ac, vegaplus/clock/clockdrv.c, vegaplus/include/.cvsignore, vegaplus/include/bsp.h, vegaplus/include/registers.h, vegaplus/include/tm27.h, vegaplus/irq/bsp_irq_asm.S, vegaplus/irq/bsp_irq_init.c, vegaplus/irq/irq.c, vegaplus/irq/irq.h, vegaplus/start/start.S, vegaplus/startup/bspstart.c, vegaplus/startup/exit.c, vegaplus/startup/linkcmds: Removed.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-1122-0/+2254
| | | | | | | | | | | * acinclude.m4: Added gp32 BSP. * gp32/.cvsignore, gp32/Makefile.am, gp32/README, gp32/bsp_specs, gp32/configure.ac, gp32/console/.cvsignore, gp32/console/conio.c, gp32/console/console.c, gp32/console/defaultfont.c, gp32/include/.cvsignore, gp32/include/bsp.h, gp32/include/conio.h, gp32/include/tm27.h, gp32/start/.cvsignore, gp32/start/start.S, gp32/startup/.cvsignore, gp32/startup/bspstart.c, gp32/startup/exit.c, gp32/startup/linkcmds, gp32/startup/memmap.c: New files.
* 2005-03-11 Philippe Simons <loki_666@fastmail.fm>Jay Monkman2005-03-1112-2/+1188
| | | | | | | | * Makefile.am, configure.ac: Added gp32 BSP. * s3c2400/.cvsignore, s3c2400/Makefile.am, s3c2400/clock/clockdrv.c, s3c2400/include/s3c2400.h, s3c2400/irq/bsp_irq_asm.S, s3c2400/irq/bsp_irq_init.c, s3c2400/irq/irq.c, s3c2400/irq/irq.h, s3c2400/timer/timer.c: New files.
* Add NOP after writing the CACR is there to address the issueEric Norum2005-03-102-1/+28
| | | | noted in "Device Errata MCF5282DE", Rev. 1.7, 09/2004.
* 2005-03-08 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-03-082-1/+5
| | | | * mc9328mxl/irq/irq.h: Fixed error in declaration of bsp_vector_table.
* 2005-03-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-072-1/+10
| | | | * Makefile.am: Add timerstub so more tests link.
* 2005-03-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-072-7/+11
| | | | * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-043-0/+9
| | | | * .cvsignore, ChangeLog, include/.cvsignore: New files.
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-043-4/+9
| | | | | * libchip/network/dec21140.c, libchip/network/if_fxp.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-042-2/+2
| | | | | * vmeUniverse/README.porting, vmeUniverse/vmeUniverse.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-044-4/+9
| | | | | * pci/pci.c, pci/pcifinddevice.c, startup/bspstart.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-044-3/+8
| | | | | * include/bsp.h, pci/pci.c, startup/bspstart.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-044-3/+8
| | | | | * pci/pci.c, pci/pci.h, startup/bspstart.c: Make PCI initialize function part of the unified PCI API as pci_initialize().
* 2005-03-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-03-043-23/+9
| | | | | * shared/pci/pcibios.c, shared/pci/pcibios.h: Make PCI initialize function part of the unified PCI API as pci_initialize().
* Change my email address.Ralf Corsepius2005-03-031-2/+2
|
* 2005-03-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2005-03-031-0/+8
| | | | | | | | * acinclude.m4: Remove arm_bare_bsp. PR bsps/771 * configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
* 2005-03-03 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2005-03-031-1/+1
| | | | | | PR bsps/771 * configure.ac: Remove reference to arm_bare_bsp in AC_CONFIG_SRCDIR. Use ../arm instead.
* arm_bare_bspRalf Corsepius2005-03-031-2/+0
|
* Add missing line.Eric Norum2005-03-031-0/+1
|