summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2010-09-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-09-152-1/+5
| | | | * start/start.S: Fix mismatched comment.
* 2010-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-09-082-5/+118
| | | | * include/utility.h: More macros. Changed casts.
* 2010-08-27 Chris Johns <chrisj@rtems.org>Chris Johns2010-08-272-15/+40
| | | | | * console/console.c: Add baudrate support to the --console command line option. You can now do '--console=com1,115200'.
* 2010-08-26 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-08-262-1/+8
| | | | | | PR 1691/bsps * shared/include/traptable.h: Double the size of TABLE_SIZE to copy code branched to from the trap table.
* 2010-08-26 Chris Johns <chrisj@rtems.org>Chris Johns2010-08-266-3/+17
| | | | * Makefile.am: Add bspinit.c from the shared BSP files.
* 2010-08-25 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-08-252-6/+21
| | | | | | PR 1689/bsps * shared/flash/intelFlash.c: Scale erase timeout by actual system clock rate rather than assuming a fixed value.
* 2010-08-25 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-252-0/+12
| | | | * .cvsignore: New file.
* 2010-08-25 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-08-252-6/+14
| | | | | | | | PR 1688/libcpu * shared/score/interrupt.S: Fix bug in the sun4u _ISR_Dispatch code that ends up cloberring the global registers. It manifests primarily as a memory alignment error when the globals are used to read to/from memory.
* 2010-08-24 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-242-2/+9
| | | | * startup/init68360.c: Fix type punning warning.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-0/+5
| | | | * startup/bspstart.c: Add include to fix warning.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-1/+6
| | | | * network/network.c: Fix warning.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-233-0/+8
| | | | * irq/irq.h, startup/bspstart.c: Add includes to resolve warnings.
* 2010-08-23 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-232-1/+6
| | | | * network/network.c: Fix warning.
* 2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-234-707/+8
| | | | | * test/tests.c: Removed file. * startup/bspstart.c: Fixed warnings.
* 2010-08-23 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-232-5/+9
| | | | * console/hsu.c: Fixed warnings.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-203-0/+9
| | | | | * libchip/network/greth.c, libchip/network/open_eth.c: Add constants for buffer modes.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-2013-0/+1625
| | | | | | | | | | | * shared/milkymist_ac97/ac97.c, shared/milkymist_clock/ckinit.c, shared/milkymist_clock/clock.h, shared/milkymist_console/console.c, shared/milkymist_console/uart.c, shared/milkymist_console/uart.h, shared/milkymist_framebuffer/framebuffer.c, shared/milkymist_gpio/gpio.c, shared/milkymist_networking/mm_crc32.c, shared/milkymist_networking/network.c, shared/milkymist_networking/network.h, shared/milkymist_timer/timer.c: New files.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-203-1/+8
| | | | | * acinclude.m4, configure.ac: Add Milkymist BSP developed as part of GSOC 2010.
* 2010-08-20 <yann.sionneau@telecom-sudparis.eu>Joel Sherrill2010-08-2013-0/+732
| | | | | | | | Add Milkymist BSP developed as part of GSOC 2010. * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, Documentation/uart.txt, include/.cvsignore, include/bsp.h, include/system_conf.h, include/tm27.h, make/custom/milkymist.cfg, startup/linkcmds: New files.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1682/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1684/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-1/+7
| | | | | PR 1685/bsps * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-20 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-202-2/+7
| | | | | PR 1686/bsps * console/console.c: Add BSP_poll_char.
* 2010-08-20 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-08-202-1/+10
| | | | | | | | | PR 1681/cpukit * shared/score/interrupt.S: With the percpu patch, ASM uses INTERRUPT_STACK_HIGH instead of _CPU_Interrupt_stack_high. The sparc64 was still using the old variable, which was declared in its cpu.h file. This patch to comment out the declaration and switch to using INTERRUPT_STACK_HIGH.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-172-0/+12
| | | | * libchip/ide/ata_internal.h: C++ compatibility.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-173-3/+11
| | | | | * libchip/Makefile.am, libchip/preinstall.am: Install <libchip/ata_internal.h>.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-174-197/+222
| | | | | | | * libchip/ide/ata_util.c: New file. * libchip/Makefile.am: Reflect change from above. * libchip/ide/ata.c: Moved ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() into new file.
* 2010-08-17 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-08-173-171/+223
| | | | | | | * libchip/ide/ata_internal.h, libchip/ide/ata.c: Moved code into separate functions. Added public ata_breq_init(), ata_identify_device(), and ata_process_request_on_init_phase() functions.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * src/uart-output-char.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * shared/console/polled_io.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * console/console.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-1/+6
| | | | * console/polled_io.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-0/+5
| | | | * mpc55xx/esci/esci.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-153-2/+6
| | | | * at91rm9200/dbgu/dbgu.c, pxa255/ffuart/ffuart.c: Add BSP_poll_char.
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-154-25/+19
| | | | * Makefile.am: Do not use .rel files for libbsp pieces.
* Add comment.Joel Sherrill2010-08-151-1/+3
|
* 2010-08-15 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-152-0/+6
| | | | * startup/syscalls.c:
* 2010-08-13 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-08-132-0/+5
| | | | * spurious/spinit.c: Add include of bootcard.h to fix warning.
* 2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-08-072-1/+6
| | | | | PR 1655/testing: * ada.am: Reflect changes to testsuites/automake/compile.am.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-31/+41
| | | | | * shared/startup/sbrk.c: Make bsp's sbrk a weak reference so that the test of having sbrk() support in malloc can link.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-0/+5
| | | | * shared/startup/linkcmds: Add .gcc_except_table*.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-4/+8
| | | | * shared/bspgetworkarea.c: Formatting.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-0316-9/+48
| | | | * console/console.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-1/+6
| | | | * startup/bspstart.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-034-2/+12
| | | | * console/debugio.c: Add BSP_poll_char.
* 2010-08-03 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-08-032-638/+631
| | | | * console/console.c: Add BSP_poll_char. Reformat.
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-305-4/+12
| | | | | | | | PR 1599/cpukit * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-302-1/+8
| | | | | | | PR 1599/cpukit * new-exceptions/bspsupport/ppc_exc_hdl.c: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-07-30 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-302-1/+7
| | | | | | PR 1599/cpukit * shared/irq/exception.S: Rename _Context_Switch_necessary to _Thread_Dispatch_necessary to more properly reflect the intent.
* 2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-272-0/+10
| | | | | | PR 1532/testing * host.cfg.in: Add initial tests for untar capabilities. This required BIN2C.