summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* startup/bspstart.c: Fixed cache support functions. Enable FPU if the ↵Thomas Doerfler2009-05-152-56/+95
| | | | initialization tasks need them.
* 2009-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-112-1/+7
| | | | | | * libchip/network/i82586.c: Fix warning in manner suggested by Arnout Vandecappelle <arnout@mind.be> in http://www.rtems.org/pipermail/rtems-users/2009-May/005460.html.
* 2009-05-09 Chris Johns <chrisj@rtems.org>Chris Johns2009-05-082-0/+7
| | | | | * include/bsp.h: Defined as a small memory target. It cannot build one of the sample programs any more.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-0/+496
| | | | * irq/BSP_irq.c: New file.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-083-497/+4
| | | | * irq/irq.c, network/if_1GHz/POSSIBLEBUG: Removed.
* 2009-05-08 Kate Feng <feng1@bnl.gov>Joel Sherrill2009-05-0818-466/+615
| | | | | | | | | | | | | | * include/bsp.h, start/start.S, startup/bspstart.c: added CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK in bsp.h. removed BSP_INIT_STACK_SIZE in bsp.h -- it uses __stack defined by the linker script (shared/startup/linkcmds) for the initial stack. replaced __rtems_end+4096 with __stack in start.S Removed legacy code in bspstart.c (inherited from old mvme2307 BSP but not relevant to this one) that tested trapping into PPCBug. Changed ConfVPD_buff[] to be static and added ReadConfVPD_buf() in bspstart.c
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-084-17/+24
| | | | | | * bootcard.c, bspgetworkarea.c, include/bootcard.h: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-0812-26/+62
| | | | | | * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * shared/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-4/+10
| | | | | | * shared/startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
* 2009-05-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-082-2/+7
| | | | | * startup/linkcmds: Correct to have 65K total RAM (mostly external) and correct base address.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-0/+7
| | | | * bspinit.c: Fix warning by adding include file.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-9/+21
| | | | * libchip/network/if_dc.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-062-16/+39
| | | | * page.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-065-10/+15
| | | | | * shared/comm/i386-stub-glue.c, shared/comm/uart.c, shared/irq/irq.c, shared/pci/pcibios.c: Fixed warnings.
* 2009-05-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-064-2/+10
| | | | * console/console.c, console/inch.c, ide/ide.c: Fixed warnings.
* 2009-05-06 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-061-2/+6
| | | | | PR 1409/bsps * gdbstub/rtems-stub-glue.c: Print object names correctly.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-5/+4
| | | | * shared/start/start.S: Confirmed OK by mwalle.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-053-3/+58
| | | | | * bootcard.c, gdbstub/rtems-stub-glue.c: Add info to not enough memory message.
* 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2009-05-052-3/+9
| | | | * shared/pci/pci.c: Removed warnings.
* 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2009-05-056-14/+41
| | | | | | | | * mpc6xx/mmu/bat.c, new-exceptions/e500_raw_exc_init.c, new-exceptions/raw_exception.h, new-exceptions/bspsupport/irq_supp.h, shared/include/cpuIdent.c: Removed warnings. Split bsp_irq_dispatch_list to allow non-standard/non-existant pics to call with interrupts off.
* 2009-05-05 Jennifer Averett <jennifer.averett@OARcorp.com>Jennifer Averett2009-05-0528-759/+463
| | | | | | | | | | | | | * Makefile.am, configure.ac, preinstall.am, PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, console/85c30.c, console/85c30.h, console/console.c, console/consolebsp.h, console/tbl85c30.c, include/bsp.h, include/gen2.h, include/irq-config.h, include/tm27.h, irq/FPGA.c, irq/irq.h, irq/irq_init.c, start/start.S, startup/Hwr_init.c, startup/bspstart.c, startup/linkcmds, timer/timer.c, tod/tod.c, vme/VMEConfig.h: Updated and tested with latest interrupt source. Modified with latest memory allocation, but this needs testing. * irq/no_pic.c: New file.
* 2009-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-05-052-1/+5
| | | | * console/uart.c: Remove warning.
* 2009-05-05 Michael Walle <michael@walle.cc>Joel Sherrill2009-05-055-0/+1519
| | | | | * shared/gdbstub/README, shared/gdbstub/gdb_if.h, shared/gdbstub/lm32-debug.S, shared/gdbstub/lm32-stub.c: New files.