summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-273-2/+6
| | | | * mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h: Fix spelling.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-272-1/+5
| | | | * configure.ac: Add default value.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-266-48/+16
| | | | | | | * Makefile.am, preinstall.am, include/bsp.h: Rename BSP specific idle thread to bsp_idle_thread. * misc/bspidle.c: New file. * include/idle.h, misc/idle.c: Removed.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-263-3/+8
| | | | | * clock/clock.c, include/bsp.h: Rename BSP specific idle thread to bsp_idle_thread.
* 2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-2620-115/+250
| | | | | | * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to bsp_idle_thread and split into its own file. * startup/bspidle.c: New file.
* 2009-08-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-256-5/+9
| | | | | | * ep1a/startup/linkcmds, mbx8xx/startup/linkcmds, score603e/startup/linkcmds, shared/startup/linkcmds, ss555/startup/linkcmds: Fix typos in .eh_frame sections.
* 2009-08-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-243-4/+9
| | | | | * include/bsp.h, startup/bspstart.c: Rename _Thread_Idle_body to bsp_idle_thread.
* 2009-08-24 Christian Mauderer <christian.mauderer@embedded-brains.de>Joel Sherrill2009-08-242-1/+5
| | | | * rtems.adb: Use rtems_debug_is_enabled().
* 2009-08-22 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-232-40/+10
| | | | * console/fb_vga.c: improved read/write
* 2009-08-22 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-225-5/+36
| | | | | | * pxa255/include/pxa255.h: Add constants for LCD, Network, and Timer. * pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c, pxa255/irq/irq.h: Change to dummy_handler().
* 2009-08-22 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-223-2/+8
| | | | | * fb/fb.c: Register correct device name. * startup/bspstart.c: Fix warnings.
* 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-212-4/+7
| | | | | * nds/fb/fb.c: took off get_screen_info() and set_screen_info() extern references
* 2009-08-21 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-212-33/+88
| | | | | * pc386/console/fb_vga.c: added read/write functionality; added thread safety to prevent multiple open() operations of the frame buffer device.
* 2009-08-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-2136-135/+128
| | | | | * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS. Should be automatically handled by confdefs.h or the application.
* 2009-08-21 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-219-1/+1613
| | | | | | | | | * Makefile.am: Add fb/fb.c add rtl8019 Ethernet card support * preinstall.am: Install skyeye_fb.h, Install wd80x3 * fb/fb.c, fb/skyeye_fb.h: Framebuffer support for skyeye simulator * rtl8019/wd80x3, rtl8019/rtl8019.c: rtl8019 support * startup/memmap.c: Change the size of Map I/O to 1216M * bsp/bsp.h: Add rtl8019 related infomation
* 2009-08-20 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-202-0/+8
| | | | | * aclocal/check-networking.m4: Disable TCP/IP on targets without enough physical address to support BSD TCP/IP stack.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-192-1/+4
| | | | * console/console.c: Fix warning.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-192-31/+4
| | | | * startup/ithread.S: Removed. Now bspidle.S.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-197-43/+68
| | | | | | | | * Makefile.am, console/console.c, console/debugputs.c, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. Also address use of maximum termios constant in debug IO. * startup/bspidle.S: New file.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-195-23/+53
| | | | | | | * Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. * startup/bspidle.c: New file.
* 2009-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-195-19/+45
| | | | | | | * Makefile.am, include/bsp.h, startup/setvec.c: Split idle method into its own file. Properly note to confdefs.h that this BSP has its own idle thread. * startup/bspidle.c: New file.
* 2009-08-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-183-6/+31
| | | | | * s3c2400/clock/clockdrv.c, s3c24xx/clock/clockdrv.c: Add stubs for nanoseconds since tick handler.
* 2009-08-17 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-174-0/+12
| | | | * include/bsp.h: Mark as a small memory BSP.
* 2009-08-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-08-173-15/+68
| | | | | | | | * network/tsec.c, network/if_tsec_pub.h: Fixed bugs in multicast support; added reference-count for hash-table entries which allows for the implementation of a 'deletion' routine. NOTE: mcast support largely untested.
* 2009-08-13 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-133-2/+7
| | | | * console/console.c, timer/timer.c: Fix warnings and typos.
* 2009-08-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-122-115/+127
| | | | | * src/irq-legacy.c: Spacing, tabs, and proper format for license notice.
* 2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-105-66/+21
| | | | | | | | * fb/fb.c: function calls renamed; defined references to the extern functions * fb/fb.h: Removed. * Makefile.am: Reflect removal. * preinstall.am: Regenerated.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-2/+6
| | | | | * libchip/network/elnk.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-3/+8
| | | | | * console/console.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-1/+6
| | | | | * shared/flash/spansionFlash.c: Convert calls to legacy routine rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
* 2009-08-10 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-102-68/+61
| | | | | * fb/fb.c: different structures defined in rtems/fb.h that were used in here so changes were needed
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-17/+30
| | | | | * console.c: Fix tabs and allow the BSP to override the default baud rate.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-1/+4
| | | | * console/console.c: Spacing.
* 2009-08-10 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-104-18/+24
| | | | | * Makefile.am, preinstall.am, fb/fb.c: Install nds specific .h files into nds subdirectory.
* 2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-102-17/+5
| | | | | * network/network.c: Disable use of simple vectored interrupt install until updated and this can be removed.
* 2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-103-13/+29
| | | | * configure.ac, startup/bspreset.c: Add Skyeye reset device.
* 2009-08-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-104-2/+61
| | | | | * Makefile.am, configure.ac: Add Skyeye reset device. * startup/bspreset.c: New file.
* 2009-08-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Chris Johns2009-08-085-52/+58
| | | | | | * startup/linkcmds, startup/linkcmds.lpc2478, startup/linkcmds.lpc2478_ncs, startup/linkcmds.lpc2478_ncs_ram: Fixed dummy entries.
* 2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-074-27/+11
| | | | | | * console/console.c, startup/genpvec.c, startup/setvec.c: Disable call to rtems_interrupt_catch until it is fixed. Need to disabled set_vector.
* 2009-08-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-072-0/+9
| | | | | * console/console.c: Disable call to rtems_interrupt_catch until it is fixed.
* 2009-08-06 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-062-1/+8
| | | | * clock/clockdrv.c: Tinker with clock on Skyeye.
* 2009-08-06 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-062-0/+24
| | | | | * pxa255/clock/clock.c: Adjust clock for Skyeye. Joel added empty nanoseconds since last tick handler.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-064-106/+8
| | | | * startup/setvec.c: Removed.
* 2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-066-17/+22
| | | | | * include/tm27.h: Remove references to rtems_interrupt_catch since this archiecture does not use Simple Vectored Interrupt model.
* 2009-08-06 Chris Johns <chrisj@rtems.org>Chris Johns2009-08-062-2/+13
| | | | | * src/rtemsInterrupt.cc: Fixed the code to compile on targets with CPU_SIMPLE_VECTORED_INTERRUPTS defined to true.
* 2009-08-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-042-0/+17
| | | | | * clock/clockdrv.c: Add stub nanoseconds since last tick handler to improve coverage.
* 2009-08-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-08-042-2/+7
| | | | | * pxa255/clock/clock.c: Move parentheses to improve math. More tests run.
* 2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-032-1/+5
| | | | * fb/fb.c: changed the references to mw_fb.h into fb.h
* 2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-08-032-1/+5
| | | | * console/fb_vga.c: changed the reference to mw_fb.h into fb.h
* 2009-08-03 Roger Dahlkvist <ruppe@kth.se>Joel Sherrill2009-08-032-0/+7
| | | | * libchip/shmdr/shm_driver.h: nios2 was not accounted for.