summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-3146-186/+301
| | | | | * timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-313-11/+16
| | | | | * timer/timer.c, timer/timerisr.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-314-12/+17
| | | | | * console/console.c, include/m340timer.h, timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-313-9/+14
| | | | | * timer/timer.c, timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-303-2/+7
| | | | | * bootcard.c: Fix formatting. * console-polled.c: Error if minor < 2 not just <= 2.
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-302-0/+8
| | | | * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-302-0/+6
| | | | * acinclude.m4: Add bf537Stamp. Regenerate.
* 2008-08-30 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-303-8/+5
| | | | * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
* 2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-292-4/+7
| | | | * Makefile.am: Remove another duplicate reference.
* 2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-292-3/+7
| | | | * Makefile.am: Remove duplicate reference.
* 2008-08-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-08-282-0/+14
| | | | | * shared/vme/vme_universe.c: added implementation for BSP_VMEResetBus().
* 2008-08-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2008-08-284-2/+54
| | | | | * vmeUniverse/vmeTsi148.h, vmeUniverse/vmeTsi148.c: added vmeTsi148ResetBusXX(), vmeTsi148ResetBus().
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-272-0/+5
| | | | * timer/timer.c: Eliminate rtems_boolean.
* Eliminate rtems_boolean.Ralf Corsepius2008-08-272-4/+4
|
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-271-0/+5
| | | | | * libnds/include/nds/jtypes.h: Use bool/stdbool.h instead of local (non-POSIX compliant) "bool".
* Use bool/stdbool.h instead of local (non-POSIX compliant) "bool".Ralf Corsepius2008-08-271-6/+2
|
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-271-0/+4
| | | | * timer/timer.c: Eliminate rtems_boolean.
* Eliminate rtems_boolean.Ralf Corsepius2008-08-271-2/+2
|
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-271-0/+1
| | | | * timer/timer.c: Eliminate rtems_boolean.
* Eliminate rtems_boolean.Ralf Corsepius2008-08-271-2/+2
|
* Regenerate.Ralf Corsepius2008-08-271-4/+0
|
* 2008-08-27 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-272-2/+4
| | | | * Makefile.am: Remove stray include_HEADERS += irq/irq.h.
* various changes to gen83xx BSP and othersThomas Doerfler2008-08-268-20/+76
|
* Changed invalid usage of a boolean type to a proper integer type in ↵Thomas Doerfler2008-08-252-62/+55
| | | | calc_dbat_regvals().
* 2008-08-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-242-5/+57
| | | | | * shared/irq/irq_init.c: Reverse previous incorrect changes. Correct warnings and ensure BSP still works.
* 2008-08-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-222-1/+5
| | | | * Makefile.am: Now named bspclean.c
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-212-0/+5
| | | | | * startup/bspclean.c: New file. * startup/exit.c: Removed.
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-212-1/+6
| | | | | * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX routine.
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-2115-5/+40
| | | | | | | * Makefile.am: No BSP should use exit.c as a file name. exit() is POSIX routine. * startup/bspclean.c: New file. * startup/exit.c: Removed.
* 2008-08-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-216-133/+205
| | | | | | | | | * Makefile.am: Added bspclean.c and use shared bsppretaskinghook.c. * console/console.c: Added poll for char helper. * include/bsp.h: Add macro definitions for optional reset behavior. * startup/bspstart.c: Split out bsp_cleanup(). Clean up. * startup/bspclean.c: New file. Not can press any key on normal shutdown to reset board when on MPC8313erdb.
* 2008-08-21 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-212-134/+186
| | | | | | * startup/cpuinit.h: Uses now powerpc-utility.h. Changed invalid usage of a boolean type to a proper integer type in calc_dbat_regvals(). Througout code formatting.
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-202-2/+6
| | | | * src/irq-generic.c: Fixed integer conversion warnings.
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-207-26/+71
| | | | | | | * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c, tests/tests.c: Added copyright information. Added missing prototypes. Fixed integer conversion warning. * startup/bspclean.c: Include bootcard.h.
* 2008-08-20 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2008-08-203-50/+69
| | | | | | * include/tm27.h: Uses now a decrementer exception handler. Replaces previous file. * startup/bspstart.c: Install a default decrementer exception handler.
* 2008-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-2036-143/+582
| | | | | | | | | | | | | | | | | | | | * block/block.c, console/console.c, dswifi/arm9/source/sgIP.h, dswifi/arm9/source/sgIP_ARP.h, dswifi/arm9/source/sgIP_Config.h, dswifi/arm9/source/sgIP_DHCP.h, dswifi/arm9/source/sgIP_DNS.h, dswifi/arm9/source/sgIP_Hub.h, dswifi/arm9/source/sgIP_ICMP.h, dswifi/arm9/source/sgIP_IP.h, dswifi/arm9/source/sgIP_TCP.h, dswifi/arm9/source/sgIP_UDP.h, dswifi/arm9/source/sgIP_memblock.h, dswifi/arm9/source/wifi_arm9.c, dswifi/arm9/source/wifi_arm9.h, dswifi/include/dswifi7.h, dswifi/include/dswifi9.h, fb/fb.c, include/my_ipc.h, libfat/source/disc_io/disc_io.h, libfat/source/disc_io/io_nmmc.c, libnds/include/nds/arm9/exceptions.h, libnds/include/nds/arm9/input.h, libnds/include/nds/arm9/ndsmotion.h, libnds/include/nds/arm9/videoGL.h, libnds/source/arm9/console.c, libnds/source/arm9/gurumeditation.c, libnds/source/arm9/ndsmotion.c, libnds/source/common/card.c, libnds/source/common/interrupts.c, sound/sound.c, startup/start.c, touchscreen/reco.h, wifi/compat.c, wifi/compat.h: Fix most warnings.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+5
| | | | | * GT64260/GT64260TWSI.c, network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c: Add missing prototypes.
* Add missing prototypes.Ralf Corsepius2008-08-203-3/+5
|
* Add missing prototypes.Ralf Corsepius2008-08-2023-54/+54
|
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+5
| | | | | * console/consolelite.c, opbintctrl/opbintctrl.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+6
| | | | | | * irq/FPGA.c, irq/irq_init.c, pci/no_host_bridge.c, startup/Hwr_init.c, startup/genpvec.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+7
| | | | | | | * GT64260/GT64260TWSI.c, irq/irq_init.c, network/if_100MHz/GT64260eth.c, network/if_1GHz/if_wm.c, pci/pci.c, pci/pci_interface.c, startup/bspstart.c, vectors/exceptionhandler.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+6
| | | | | | * i2c/i2c_init.c, i2c/mpc8540_i2c.c, irq/irq_init.c, network/tsec.c, pci/detect_host_bridge.c, startup/bspstart.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-202-14/+18
| | | | * Makefile.am: Cleanup.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+2
| | | | | * shared/flash/flash.c, shared/irq/irq_init.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-202-0/+3
| | | | * pci/pci.c: Add CVS Id.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-202-6/+11
| | | | | * GT64260/MVME5500I2C.c: Once again eliminate u32, unchar. Add CVS Id, fix typo.
* Add missing prototypes.Ralf Corsepius2008-08-2012-29/+29
|
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+5
| | | | | * clock/p_clock.c, console/console.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+7
| | | | | | | * shared/showbats.c, shared/console/inch.c, shared/irq/irq_init.c, shared/pci/detect_raven_bridge.c, shared/startup/bspstart.c, shared/startup/zerobss.c, shared/vme/vmeconfig.c, startup/exit.c: Add missing prototypes.
* 2008-08-20 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-08-201-0/+5
| | | | | * clock/p_clock.c, irq/irq.c, irq/irq_init.c, vectors/vectors_init.c: Add missing prototypes.