summaryrefslogtreecommitdiffstats
path: root/c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 2010-07-27 Gedare Bloom <giddyup44@yahoo.com>Joel Sherrill2010-07-272-0/+16
| | | | | PR 1634/bsps * shared/console/conscfg.c: Add BSP_poll_char.
* Typo.Sebastian Huber2010-07-271-1/+1
|
* 2010-07-27 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-272-7/+11
| | | | * umon/tfsDriver.c: Update for LibIO API changes.
* 2010-07-23 Vinu Rajashekhar <vinutheraj@gmail.com>Joel Sherrill2010-07-233-23/+8
| | | | | | * start/start.S: Replace the call to _return_to_monitor by hlt instruction. * startup/ldsegs.S: Remove the _return_to_monitor function.
* 2010-07-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-212-1/+6
| | | | * timer/timer.c: Do not do the indirect call if NULL.
* 2010-07-07 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-07-072-68/+82
| | | | | | PR 1606/cpukit * shared/startup/panic.c: Remove INTERNAL_ERROR_INVALID_WORKSPACE_ADDRESS since it is not generated.
* 2009-10-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2010-07-062-0/+15
| | | | * byteorder.h: added ld_le16, st_le16.
* 2010-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-07-062-1/+5
| | | | | * shared/irq/exception.S: Removed _ISR_Signals_to_thread_executing declaration.
* 2010-06-30 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-302-3/+6
| | | | * umon/tfsDriver.c: Remove extra brace.
* 2010-06-30 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-302-1/+6
| | | | | * umon/tfsDriver.c: Corrected filesystem mknod entry to call the default handler.
* 2010-06-30 Peter Dufault <dufault@hda.com>Sebastian Huber2010-06-302-15/+21
| | | | | | PR 1588/cpukit * start/start.S: Renamed defines SR0 .. SR15 in PPC_SR0 .. PPC_SR15.
* 2010-06-29 Jennifer.Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-292-30/+38
| | | | | * umon/tfsDriver.c: Changed NULL methods in filesystem tables to be default methods.
* 2010-06-29 Jennifer Averett <Jennifer.Averett@OARcorp.com>Jennifer Averett2010-06-292-0/+6
| | | | | * new-exceptions/bspsupport/ppc_exc_asm_macros.h: Added include of bspopts to resolve compilation problem.
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-2940-80/+80
| | | | * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
* 2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-1/+5
| | | | * shared/irq/irq_asm.S: Rename rtems_per_cpu_info.
* 2010-06-29 Joel Sherrill <Joel.Sherrill@OARcorp.com>Jennifer Averett2010-06-2940-0/+160
| | | | * configure.ac: Added AC_CHECK_SIZEOF macro.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-35/+13
| | | | | | | | PR 1573/cpukit * shared/score/interrupt.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-295-12/+13
| | | | | | | | | PR 1573/cpukit * sh7032/score/cpu_asm.c, sh7045/score/cpu_asm.c, sh7750/score/cpu_asm.c, shgdb/score/cpu_asm.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-296-57/+32
| | | | | | | | | | | PR 1573/cpukit * mpc5xx/irq/irq.c, mpc5xx/irq/irq_asm.S, new-exceptions/bspsupport/ppc_exc.S, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/ppc_exc_hdl.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-20/+7
| | | | | | | PR 1573/cpukit * irq/irq.c: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-292-10/+16
| | | | | | | | PR 1573/cpukit * shared/irq/exception.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-293-57/+53
| | | | | | | | PR 1573/cpukit * shared/irq/irq.c, shared/irq/irq_asm.S: Add a per cpu data structure which contains the information required by RTEMS for each CPU core. This encapsulates information such as thread executing, heir, idle and dispatch needed.
* 2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-282-8/+5
| | | | | PR 1591/bsps * preinstall.am: Regenerate.
* 2010-06-24 Arnout Vandecappelle <arnout@mind.be>Sebastian Huber2010-06-243-3/+24
| | | | | | PR 1586/misc * libchip/i2c/spi-sd-card.h, libchip/i2c/spi-sd-card.c: Add retries to SD card accesses.