summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+9
| | | | | | | | | * clock/clock.c, console/console.c, ide/pcmcia_ide.c, ide/pcmcia_ide.h, irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c, nvram/m93cxx.h, nvram/nvram.c, nvram/nvram.h, slicetimer/slicetimer.c, start/start.S, startup/bspstart.c, startup/cpuinit.c, vectors/vectors.S, vectors/vectors_init.c: Convert to utf-8.
* Convert to utf-8.Ralf Corsepius2006-10-1717-17/+17
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+5
| | | | | * include/m68349.inc, start/start.S, startup/dumpanic.c: Convert to utf-8.
* Convert to utf-8Ralf Corsepius2006-10-173-3/+3
|
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-1/+5
| | | | * configure.ac: Require automake-1.9.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-172-2/+4
| | | | * bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
* Convert to utf-8.Ralf Corsepius2006-10-151-2/+2
|
* 2006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-151-0/+4
| | | | * console/defaultfont.c: Convert to utf-8.
* 2006-10-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-151-0/+13
| | | | | | | | | | | | | * network_ada/adasockets/AUTHORS, network_ada/adasockets/sockets-link.ads, network_ada/adasockets/sockets-multicast.adb, network_ada/adasockets/sockets-multicast.ads, network_ada/adasockets/sockets-utils.adb, network_ada/adasockets/sockets-utils.ads, network_ada/adasockets/sockets.adb, network_ada/adasockets/sockets.ads, network_ada/listener/listener.adb, network_ada/tcprelay/tcprelay.adb: Convert to utf-8.
* Convert to utf-8Ralf Corsepius2006-10-1510-10/+10
|
* 2006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-142-9/+14
| | | | * shared/gdbstub/mips-stub.c: Removed warnings.
* *** empty log message ***Joel Sherrill2006-09-111-14/+12
|
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-4/+9
| | | | | * include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-3/+7
| | | | * startup/bspstart.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-117-595/+578
| | | | | | * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c, startup/bspclean.c, startup/start_c.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-9/+14
| | | | | * console/console.c, startup/init5235.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-8/+12
| | | | * startup/init5282.c: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-113-65/+20
| | | | | * console/fb_vga.c, console/kd.h: Convert C++ style comments to C style.
* 2006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-09-112-1/+5
| | | | * include/arm_mode_bits.h: Convert C++ style comments to C style.
* Remove extra CRLF.Chris Johns2006-09-115-0/+20
|
* Remove extra CRLF.Chris Johns2006-09-116-300/+300
|
* * startup/bspstart.c, start/start.S: Since the crudeTill Straumann2006-09-043-20/+88
| | | | | | | | | memory autodetection code can easily fail (boards with 'reserved' regions - I experienced a hard lockup on a dell precision 490 when writing past the bios-reported memory size) I added code that a) tries to save and use multiboot info, if present b) allows applications to override/set memory size via a weak alias.
* * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)Till Straumann2006-09-042-0/+7
|
* 2006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-234-20/+10
| | | | | * startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
* 2006-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-224-0/+28
| | | | * startup/bspstart.c: Add basic _BSP_Fatal_error.
* * shared/vme/vmeconfig.c: open outbound windowTill Straumann2006-08-222-1/+17
| | | | to VME CSR space if the BSP defines _VME_CSR_ON_PCI
* 2006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-156-8/+138
| | | | | | * Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.pm520: Add support for missing .rela sections. Install linkcmds.
* added vectors.h to bsp.hThomas Doerfler2006-08-133-23/+45
| | | | fixed bug in mscan
* * shared/irq/openpic_i8259_irq.c: fixed type ofTill Straumann2006-08-112-1/+7
| | | | | 'frame' argument to C_dispatch_irq_handler(). It's really a BSP_Exception_frame*, not a CPU_Interrupt_frame*.
* 2006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-104-0/+36
| | | | * .cvsignore: New file.
* 2006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-08-0912-51/+282
| | | | * startup/linkcmds: Clean up a bit after adding missing .rela sections.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-092-0/+58
| | | | * clock/clock.c: New file.
* 2006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2006-08-0929-0/+4136
| | | | | | | | | | | | | | | * ChangeLog, Makefile.am, README, acinclude.m4, configure.ac, nios2_iss/ChangeLog, nios2_iss/Makefile.am, nios2_iss/bsp_specs, nios2_iss/configure.ac, nios2_iss/nios2_iss.ptf, nios2_iss/nios2_iss.sh, nios2_iss/times, nios2_iss/console/console.c, nios2_iss/include/bsp.h, nios2_iss/include/bspopts.h.in, nios2_iss/include/coverhd.h, nios2_iss/include/tm27.h, nios2_iss/shmsupp/addrconv.c, nios2_iss/shmsupp/getcfg.c, nios2_iss/shmsupp/lock.c, nios2_iss/shmsupp/mpisr.c, nios2_iss/start/crtnn.s, nios2_iss/start/start.S, nios2_iss/startup/bspclean.c, nios2_iss/startup/bspstart.c, nios2_iss/startup/linkcmds, nios2_iss/startup/main.c, nios2_iss/startup/setvec.c, nios2_iss/timer/timer.c: New files.
* added startup/linkcmds.brs5lThomas Doerfler2006-08-072-0/+308
|
* Add bsp_setbenv system call.Eric Norum2006-08-012-1/+6
|
* 2006-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-162-0/+8
| | | | * preinstall.am: Install spacewire.h
* 2006-07-13 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-145-35/+90
| | | | | | * clock/ckinit.c, include/leon.h, timer/timer.c, amba/amba.c fixed up merge from 4.6.6. Correct references to LEON3_IrqCtrl_Regs_Map.mask[x] and LEON3_Timer_Regs_Map.timer[x].
* added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler2006-07-141-0/+42
|
* * shared/pci/pcibios.c: let pci_find_device() returnTill Straumann2006-07-132-1/+7
| | | | | -1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
* * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2006-07-122-2/+7
| | | | (gcc-4.1.1 warns that uint32_t and unsigned int are different).
* * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2006-07-122-8/+18
| | | | | | assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
* * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2006-07-122-1/+6
|
* 2006-07-12 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-125-34/+25
| | | | | | * amba/amba.c, clock/ckinit.c, include/amba.h, timer/timer.c: Search for the Timer Register when initializing the amba rather than before each potential use.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-124-46/+204
| | | | | * Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. * include/spacewire.h: New file.
* 2006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-127-0/+337
| | | | | | * Makefile.am: Merge SHM support from 4.6 branch. * shmsupp/README, shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: New files.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-112-0/+6
| | | | * clock/ckinit.c: Actually call the routine to find the LEON3 time.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-0/+78
| | | | | * leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. Missed adding in previous commit of merge.
* 2006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2006-07-113-21/+45
| | | | | * clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is initialized for the timer driver.
* 2006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill2006-07-115-6/+52
| | | | | | * ChangeLog, Makefile.am, clock/ckinit.c, include/amba.h, include/bsp.h: Merge SPARC updates from 4.6 branch. Original modifications by Gaisler Enterprises.
* Regenerate.Ralf Corsepius2006-07-111-0/+8
|