summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-242-0/+77
| | | | * irq/irq.h: New file.
* 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-2414-0/+594
| | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/console-io.c, include/.cvsignore, include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c, startup/linkcmds: New files.
* 2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-233-0/+11
| | | | | * Makefile.am, configure.ac: Disable network interface when networking is disabled.
* Add missing files.Thomas Doerfler2009-09-214-0/+664
|
* Removed symbols and renamed sections.Thomas Doerfler2009-09-185-105/+166
| | | | Added bsp_start_memcpy(). Documentation. Changes for external ROM start.
* Changes throughout.Thomas Doerfler2009-09-1819-946/+762
|
* preinstall.am: Regenerate.Thomas Doerfler2009-09-182-0/+6
|
* 2009-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-182-0/+9
| | | | * pxa255/ffuart/ffuart.c: Add BSP_poll_char.
* 2009-09-16 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-09-162-1/+4
| | | | * configure.ac: Resolve confusion with Ralf's patch.
* 2009-09-16 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-09-164-21/+89
| | | | | * configure.ac, fb/fb.c, include/bsp.h: updates made for porting to Nano-X and make testing easyer
* 2009-09-15 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-162-3/+18
| | | | | | | PR 1344/bsps: * clock/ckinit.c: Fix more bugs (applied PR1344/attachment 702): TSC handler was used when 8254 was requested and vice versa. Also, nanosecond handler was never installed to RTEMS clock.
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-152-0/+6
| | | | * aclocal/bsp-configure.m4: Add RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-09-15 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-09-15144-144/+360
| | | | * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-112-0/+15898
| | | | | * network/gdb-6.8-psim-hw_ethtap.diff: Added gdb patch which implements the NIC hardware emulation.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-115-0/+661
| | | | | * Makefile.am, bsp.h, network/if_sim.c, network/README: added driver for NIC emulation.
* 2009-09-11 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-09-116-40/+97
| | | | | | | | | | | | | | | | * psim-top.in, psim-bottom: Added support for options -d (print device tree and exit), -h (usage info) and -n (enable NIC support). * psim-gdb-bottom: Added support for options -s (force sysv IPC), -h (usage info) and -n (enable NIC support). Allow user to override GDB variable from environment. * psim-shared: cat NIC properties into device file if the user had specified '-n'. * runtest-top.in: removed unsupported options -o, -d from usage info.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-1111-83/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | * Makefile.am, preinstall.am, irq/no_pic.c (REMOVED), irq/irq.h, irq/irq_init.c: use openpic from 'shared' area instead of no_pic. * inlude/psim.h: use openpic from 'shared' area instead of no_pic. Added 'extern' declaration for (linker-script defined) RamBase and RamSize symbols. Let CPP macros expand to these symbols instead of static constants. Added register definitions for OpenPIC in the register area. Added register definitions for ethernet controller in the register area. * startup/linkcmds: Increased RamSize to 16M. Increased 'RAM' memory region to 32M (there is really no disadvantage in making this large). Added comment explaining the inter-relation between RamSize, the size of the memory region, the device-tree property "oea-memory-size" and the DBAT setting. * tools/psim-shared: Try to determine RamSize from executable and set 'oea-memory-size' accordingly. May be overridden if 'RAM_SIZE' envvar is set. Added openpic to device-tree. Added ethernet controller to device-tree (commented because a PSIM patch is currently required to use this device). * startup/bspstart: Increase DBAT0 mapping to size of 32M.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-112-2/+7
| | | | | * shared/openpic/openpic.c: include the more generic <rtems/pci.h> rather than <bsp/pci.h>.
* 2009-09-11 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-112-0/+8
| | | | | | * irq/openpic_i8259_irq.c: Do not include <bsp/VMEConfig.h> if the bsp.h defines HAVE_NO_VME so that BSPs w/o VME do not have to create a dummy VMEConfig.h header.
* *** empty log message ***Till Straumann2009-09-101-0/+1
|
* 2009-09-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-101-0/+5
| | | | | * shared/misc/m68kidle.c: added "cc" clobber to inline asm; STOP instruction modifies CCR!
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-1012-184/+31
| | | | | | PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread(). * startup/bspidle.c: Removed.
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-102-35/+5
| | | | | PR 1435/bsps * startup/bspidle.c: Removed.
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-102-0/+41
| | | | | PR 1435/bsps * shared/startup/bspidle.c: New file.
* 2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-09-102-1/+6
| | | | | PR 1435/bsps * Makefile.am: Use shared implementation of bsp_idle_thread().
* 2009-09-09 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-092-0/+46
| | | | | | * startup/bspstart.c: Added dummy implementation of firmware syscalls for use with QEMU. Dummy handler is installed if no pre-existing firmware handler is found.
* 2009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-09-0813-606/+1079
| | | | | | | | | * include/irq-config.h, include/irq-generic.h, include/irq-info.h, src/irq-generic.c, src/irq-info.c, src/irq-legacy.c, src/irq-shell.c: Format, cleanup and documentation. * src/irq-server.c: New file. * include/bootcard.h, include/stackalloc.h, src/stackalloc.c, bsplibc.c: Update for heap API changes. Documentation.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-285-78/+55
| | | | | * bootcard.c, bsplibc.c, clockdrv_shell.h, console-polled.c: Fix formatting.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-282-1/+5
| | | | * shared/start.S: Fix comment.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-284-2/+10
| | | | * configure.ac: Fix typo.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-282-5/+10
| | | | * console/console.c: Spacing.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-282-1/+4
| | | | * startup/bspstart.c: Spacing.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-282-1/+5
| | | | * console/config.c: Spacing.
* 2009-08-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-283-20/+35
| | | | * configure.ac, console/conscfg.c: Add CONSOLE_USE_INTERRUPTS.
* 2009-08-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-08-283-3/+7
| | | | | * include/ep7312.h, startup/bspreset.c: Move Skyeye magic address out of .h file.
* 2009-08-27 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-08-272-2/+6
| | | | * misc/bspidle.c: Include bsp.h and fix prototype.
* If not on Skyeye, do not include the rtl8019 driver in libbsp.Joel Sherrill2009-08-272-0/+7
|
* 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.