summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2006-10-17Convert to utf-8.Ralf Corsepius17-17/+17
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* include/m68349.inc, start/start.S, startup/dumpanic.c: Convert to utf-8.
2006-10-17Convert to utf-8Ralf Corsepius3-3/+3
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-1/+5
* configure.ac: Require automake-1.9.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2-2/+4
* bootloader/Makefile.am: Remove DEFAULT_INCLUDES.
2006-10-15Convert to utf-8.Ralf Corsepius1-2/+2
2006-10-152006-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* console/defaultfont.c: Convert to utf-8.
2006-10-152006-10-15 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-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.
2006-10-15Convert to utf-8Ralf Corsepius10-10/+10
2006-09-142006-09-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-9/+14
* shared/gdbstub/mips-stub.c: Removed warnings.
2006-09-11*** empty log message ***Joel Sherrill1-14/+12
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-4/+9
* include/mpc5200.h, network_5200/network.c: Convert C++ style comments to C style.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-3/+7
* startup/bspstart.c: Convert C++ style comments to C style.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-9/+14
* console/console.c, startup/init5235.c: Convert C++ style comments to C style.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-8/+12
* startup/init5282.c: Convert C++ style comments to C style.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-65/+20
* console/fb_vga.c, console/kd.h: Convert C++ style comments to C style.
2006-09-112006-09-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-1/+5
* include/arm_mode_bits.h: Convert C++ style comments to C style.
2006-09-11Remove extra CRLF.Chris Johns5-0/+20
2006-09-11Remove extra CRLF.Chris Johns6-300/+300
2006-09-04 * startup/bspstart.c, start/start.S: Since the crudeTill Straumann3-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.
2006-09-04 * startup/linkcmds: added *(.text.*) *(.data.*) *(.bss.*)Till Straumann2-0/+7
2006-08-232006-08-23 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-20/+10
* startup/bspstart.c: Revert patch adding new exception support code to an old exception BSP.
2006-08-222006-08-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+28
* startup/bspstart.c: Add basic _BSP_Fatal_error.
2006-08-22 * shared/vme/vmeconfig.c: open outbound windowTill Straumann2-1/+17
to VME CSR space if the BSP defines _VME_CSR_ON_PCI
2006-08-152006-08-15 Joel Sherrill <joel@OARcorp.com>Joel Sherrill6-8/+138
* Makefile.am, preinstall.am, startup/linkcmds, startup/linkcmds.brs5l, startup/linkcmds.pm520: Add support for missing .rela sections. Install linkcmds.
2006-08-13added vectors.h to bsp.hThomas Doerfler3-23/+45
fixed bug in mscan
2006-08-11 * shared/irq/openpic_i8259_irq.c: fixed type ofTill Straumann2-1/+7
'frame' argument to C_dispatch_irq_handler(). It's really a BSP_Exception_frame*, not a CPU_Interrupt_frame*.
2006-08-102006-08-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-0/+36
* .cvsignore: New file.
2006-08-092006-08-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill12-51/+282
* startup/linkcmds: Clean up a bit after adding missing .rela sections.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill2-0/+58
* clock/clock.c: New file.
2006-08-092006-08-09 Kolja Waschk <waschk@telos.de>Joel Sherrill29-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.
2006-08-07added startup/linkcmds.brs5lThomas Doerfler2-0/+308
2006-08-01Add bsp_setbenv system call.Eric Norum2-1/+6
2006-07-162006-07-16 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+8
* preinstall.am: Install spacewire.h
2006-07-142006-07-13 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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].
2006-07-14added ChangeLog entries for PR1117/1118/1119/1120Thomas Doerfler1-0/+42
2006-07-13 * shared/pci/pcibios.c: let pci_find_device() returnTill Straumann2-1/+7
-1 on failure, not just non-zero status. I found that some driver(s) [e.g. dec21140] explicitely check for -1.
2006-07-12 * vmeUniverse/vmeTsi148.c: Silenced compiler warningsTill Straumann2-2/+7
(gcc-4.1.1 warns that uint32_t and unsigned int are different).
2006-07-12 * shared/startup/probeMemEnd.c: added paranoia to inlineTill Straumann2-8/+18
assembly code; added 'memory' clobbers and made sure any registers modified by the 'asm' appear in the output operands.
2006-07-12 * shared/startup/panic.c: Fixed compiler warnings.Till Straumann2-1/+6
2006-07-122006-07-12 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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-122006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill4-46/+204
* Makefile.am, include/leon.h: Try to merge rest of 4.6 BSP changes. * include/spacewire.h: New file.
2006-07-122006-07-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill7-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-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2-0/+6
* clock/ckinit.c: Actually call the routine to find the LEON3 time.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-0/+78
* leon_greth/.cvsignore, leon_greth/leon_greth.c: New files. Missed adding in previous commit of merge.
2006-07-112006-07-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill3-21/+45
* clock/ckinit.c, timer/timer.c: Make sure LEON3_Timer_Regs is initialized for the timer driver.
2006-07-112006-07-11 Jerry Needell <jerry.needell@unh.edu>Joel Sherrill5-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.
2006-07-11Regenerate.Ralf Corsepius1-0/+8