summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-06-29 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-297-60/+37
| | | | | | | | | * Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-183-1/+141
| | | | | | | * umon/umonrtemsglue.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor. * umon/umoncons.c: New file.
* 2009-06-18 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-06-184-10/+49
| | | | | | * Makefile.am, configure.ac, console/uarts.c: Add console device that uses MicroMonitor to do actual input and output. This driver should work on any board that uses MicroMonitor.
* 2009-06-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-183-13/+19
| | | | | | * startup/linkcmds, startup/linkcmds.csb637: Move .init section from the front of the executable so the start label has the first instruction in the executable.
* 2009-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-172-17/+19
| | | | * console/ps2_mouse.c: Fix inconsistent spacing.
* 2009-06-17 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-173-2/+7
| | | | | * vmeUniverse/vmeUniverse.c, vmeUniverse/vmeTsi148.c: include <rtems/pci.h> instead of <bsp/pci.h>.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-152-0/+12
| | | | | * umon/umonrtemsglue.c: Add flag to ensure that it umon connection is initialized twice, it is safe.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-153-24/+64
| | | | | | * umon/monlib.h: Add umon.h to be installed as <rtems/umon.h> so umon .h files are modified as little as possible. * umon/umon.h: New file.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-153-0/+16
| | | | | * Makefile.am, preinstall.am: Make an RTEMS specific umon.h wrapper include file.
* 2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-152-0/+6
| | | | * Makefile.am: Re-add basic console code.
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-123-3/+9
| | | | | | * libchip/i2c/spi-sd-card.c, libchip/ide/ata.c: Eliminate using the GNU/Linux specific error numbers EBADRQC and ENOTBLK. Switch to EINVAL and ENOTTY as appropriate.
* 2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-122-3/+5
| | | | * Makefile.am: Add MicroMonitor support.
* 2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-124-0/+55
| | | | | * Makefile.am, preinstall.am: Add MicroMonitor support. * startup/umonsupp.c: New file.
* 2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-128-0/+2504
| | | | | * umon/README, umon/cli.h, umon/monlib.c, umon/monlib.h, umon/tfs.h, umon/tfsDriver.c, umon/umonrtemsglue.c: New files.
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-122-3/+15
| | | | * ide/ide.c: Format the data output in DEBUG mode.
* 2009-06-12 Chris Johns <chrisj@rtems.org>Chris Johns2009-06-122-1/+5
| | | | * Makefile.am: Compile the shared bspinit.c.
* 2009-06-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-112-105/+208
| | | | * network/network.c: Attempt to support csb637 PHY.
* 2009-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-112-2/+4
| | | | * startup/linkcmds: Fix spacing.
* 2009-06-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-06-063-11/+134
| | | | | * network/tsec.c, network/if_tsec_pub.h: implemented multicast support.
* 2009-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-056-63/+50
| | | | | | * preinstall.am, pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/irq/bsp_irq_init.c, pxa255/timer/timer.c: Fix typos and update timer.
* 2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-052-6/+9
| | | | * pxa255/clock/clock.c: Add ON_SKYEYE option to enable fast idle mode.
* 2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-06-053-0/+41
| | | | | * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least enable fast idle mode. Also added some standard BSP options.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-042-10/+4
| | | | * startup/bspstart.c: Eliminate unused variables.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-0415-1/+1021
| | | | | | | | | | * Makefile.am, configure.ac, preinstall.am: New Gumstix BSP and PXA255 support. * pxa255/clock/clock.c, pxa255/ffuart/ffuart.c, pxa255/include/bits.h, pxa255/include/ffuart.h, pxa255/include/pxa255.h, pxa255/irq/bsp_irq_asm.S, pxa255/irq/bsp_irq_init.c, pxa255/irq/irq.c, pxa255/irq/irq.h, pxa255/pmc/pmc.c, pxa255/timer/timer.c: New files.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-042-0/+6
| | | | * acinclude.m4: New Gumstix BSP.
* 2009-06-04 Xi Yang <hiyangxi@gmail.com>Joel Sherrill2009-06-0415-0/+787
| | | | | | | * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, startup/memmap.c: New files.
* Add PR 1420.Joel Sherrill2009-06-031-0/+1
|
* Fix formatting.Joel Sherrill2009-06-021-1/+1
|
* 2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-022-1/+7
| | | | * at91rm9200/dbgu/dbgu.c: Needed carriage return on newline.
* 2009-06-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-06-0212-28/+4873
| | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, startup/memmap.c: Add support for /dev/fbcons which is a console type output only device to print to the LCD screen. The video controller (SED) and fonts are copied from MicroMonitor and proper attribution is made in those files and confirmed by Ed Sutter. * console/fbcons.c, console/font8x16.h, console/sed1356.c, console/sed1356_16bit.h, include/sed1356.h: New files.
* As per Freescale chip errata, disable buffered writes.Eric Norum2009-06-022-3/+19
|
* Regenerate.Ralf Corsepius2009-06-021-5/+5
|
* 2009-06-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-06-022-2/+6
| | | | * Makefile.am: Fix breakage having been introduced in previous patch.
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-303-7/+163
| | | | | | | | | * ide/ide.c: Add initialisation code to reset the IDE devices and to probe them and display their model numbers. Also add code to display the probing to aid bring up new hardware. * ide/idecfg.c: Add the --ide-show command to show probing type accessing when finding devices on the configured IDE buses.
* 2009-05-30 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-302-33/+58
| | | | | | * c/src/libchip/ide/ata.c: Fixed the bug that ignored slave devices on an IDE bus and cleaned up the initialisation register call.
* 2009-05-29 Roxana Leontie <roxana.leontie@gmail.com>Joel Sherrill2009-05-293-1/+9
| | | | * Makefile.am, preinstall.am: Install tty_drv.h
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-282-4/+18
| | | | | * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* 2009-05-28 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-288-8/+266
| | | | | | * Makefile.am, README, configure.ac, preinstall.am, start/start.S, startup/memmap.c: Add csb637 as alias and variant. * startup/linkcmds.csb637: New file.
* 2009-05-27 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-272-0/+7
| | | | | * shared/start/start.S: Export crt0 symbol because the debug.S uses that.
* 2009-05-27 Fernando Nicodemos <fgnicodemos@terra.com.br>Joel Sherrill2009-05-272-1/+19
| | | | | * at91rm9200/clock/clock.c: Add support for nanoseconds since last tick. The resolution is not that high but better than nothing.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-273-27/+107
| | | | * clock/rtc.c, clock/tod.h: Update for new RTC driver interface.
* 2009-05-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-273-8/+110
| | | | * tod.h, tod.c: Update for new RTC driver interface.
* PR added.Joel Sherrill2009-05-271-0/+1
|
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-273-5/+68
| | | | | | | | PR 1415/bsps * startup/bspstart.c, startup/linkcmds: Enable caches and therefore enable the mmu. * start/start.S: Correct call to boot_card to meet bfin abi by clearing l0 - l3 and allocating some stack space.
* 2009-05-25 Allan Hessenflow <allanh@kallisti.com>Joel Sherrill2009-05-274-3/+21
| | | | | | | PR 1418/bsps * mmu/mmu.c: enable mmu after initializing it. * mmu/mmu.h: add missing mmu flags entries. * include/mmuRegs.h: correct a couple field name typos.
* 2009-05-25 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-253-26/+6
| | | | | * Makefile.am: Remove junk bsp_reset(). * startup/bspreset.c: Removed.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-3/+7
| | | | * console/console-io.c: Fix typo.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+5
| | | | * startup/linkcmds: Correct name of ENTRY.
* 2009-05-18 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2009-05-182-1/+5
| | | | * bsppost.c: Fix typo.
* 2009-05-15 Sebastian Huber <sebastian.huber@embedded-brains.de>Joel Sherrill2009-05-153-8/+12
| | | | * include/irq-generic.h, src/irq-generic.c: Documentation.