summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-01-06 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2011-01-062-1/+5
| | | | * configure.ac: Move comment to correct location.
* 2011-01-06 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2011-01-062-1/+5
| | | | * shared/irq/irq_asm.S: Fix spelling.
* 2010-10-11 Chris Johns <chrisj@rtems.org>Chris Johns2010-10-112-12/+18
| | | | * console/console.c: Fix the baudrate command line support.
* 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-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-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-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-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-212-2/+4
| | | | * shared/comm/GDB.HOWTO: Remove more ITRON references.
* 2010-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-06-152-1/+5
| | | | * shared/irq/irq_asm.S: Fix capitalization.
* 2010-06-14 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-06-142-1/+6
| | | | * startup/bspstart.c: Formatting.
* 2010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-212-1/+5
| | | | * Makefile.am: Add bspreset.c
* 2010-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-212-2/+8
| | | | * Makefile.am: Add bspreset.c
* 2010-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-05-102-277/+223
| | | | * timer/timer.c: Now runs on 486 and below again. Reformatted.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-309-15/+15
| | | | | * Makefile.am, preinstall.am: Update for generic interrupt support changes.
* 2010-04-30 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber2010-04-303-39/+8
| | | | | * shared/irq/irq-config.h: Removed file. * shared/irq/irq.h: Moved defines from 'shared/irq/irq-config.h'.
* 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+5
| | | | | * shared/comm/uart.c, shared/comm/uart.h: Reflect termios API changes.
* Reflect termios API changes.Ralf Corsepius2010-04-124-13/+13
|
* 2010-04-12 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2010-04-121-0/+5
| | | | | * console/console.c, console/ps2_mouse.c: Reflect termios API changes.
* 2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>Joel Sherrill2010-04-102-1/+8
| | | | | | | * make/custom/pc386.cfg: EXEEXT is not defined in application Makefile support. All other BSPs just use .exe directly on objcopy commands. This makes it consistent and allows external examples (network demos, examples-v2, etc to link.
* 2010-03-26 Chris Johns <chrisj@rtems.org>Chris Johns2010-03-262-12/+16
| | | | * make/custom/pc386.cfg: Revert the PR1495 change.
* 2010-03-10 Gedare Bloom <gedare@gwu.edu>Joel Sherrill2010-03-103-11/+34
| | | | | | | PR 1495/bsp * clock/ckinit.c, make/custom/pc386.cfg: Calling rtems_clock_get_uptime() in a tight loop sometimes showed time moving backwards.
* 2009-12-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-232-0/+6
| | | | * include/bsp.h: Add BSP_HAS_FRAME_BUFFER.
* 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-112-0/+5
| | | | * clock/ckinit.c: Fix warning.
* 2009-12-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-112-1/+7
| | | | | * startup/bspgetworkarea.c: Make bsp_mem_size available for page table initialization.
* 2009-12-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-112-1/+6
| | | | | PR 1483/cpukit * shared/pci/pcibios.c: Rename pci_config into rtems_pci_config_t.
* 2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-103-33/+42
| | | | | | | | * include/bsp.h, startup/bspgetworkarea.c: Rework bsp_size_memory() to ensure that multiboot information regarding memory size is used as the primary source. This was broken in the move to supporting a unified workspace. It worked this way in 4.9 so this was a regression.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-102-4/+6
| | | | * console/console.c: Eliminate casts.
* 2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-12-103-7/+9
| | | | * shared/comm/uart.c, shared/comm/uart.h: Adjust prototypes.
* 2009-12-09 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-093-5/+31
| | | | | | * startup/bspgetworkarea.c: Add debug printk's. * startup/linkcmds: Using "-Wl,--defsym -Wl,RamSize=0x1000000" results in _RamSize being defined. Handle this properly.
* 2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-12-082-2/+5
| | | | | * include/bsp.h: BSP should not define CONFIGURE_NUMBER_OF_TERMIOS_PORTS.
* Whitespace removal.Ralf Corsepius2009-11-3010-58/+58
|
* Whitespace removal.Ralf Corsepius2009-11-302-8/+8
|
* Whitespace removal.Ralf Corsepius2009-11-287-13/+13
|
* 2009-11-23 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-11-232-1/+6
| | | | | * ne2000/ne2000.c: Logic on defaulting port number was inverted when adding command line arguments.
* 2009-11-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-104-1/+142
| | | | | * pc386/make/custom/pc586-sse.cfg, pc386/start/start.S, shared/irq/irq_asm.S: Added experimental SSE support.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-062-6/+13
| | | | | | * clock/ckinit.c: Remove nested externs. Add missing prototypes. Fix Clock_isr prototype.
* 2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-11-061-0/+5
| | | | | * clock/ckinit.c: Fix Clock_isr prototype. * network/network.c: Use PRI*32 to print uint32_t's.
* Fix Clock_isr prototype.Ralf Corsepius2009-11-061-1/+1
|
* Use PRI*32 to print uint32_t's.Ralf Corsepius2009-11-061-1/+1
|
* 2009-11-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-062-1/+5
| | | | * console/console.c: Fixed compiler warning.
* 2009-11-05 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-11-063-39/+73
| | | | | | | | | * start/start.S, console/console.c: Separated code that switched console and printk port based on info gathered from the commandline and/or a BSP provided routine into new BSP_console_select() which is called from 'start.S' so that early messages make it to the redirected printk port.
* 2009-10-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-303-27/+72
| | | | | | | | * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT for *all* C-routines (including _Thread_Dispatch() and _ThreadProcessSignalsFromIrq()) not only C_dispatch_isr(). * shared/irq/irq.c: Added IRQ statistics counters.
* 2009-10-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-292-107/+112
| | | | | * shared/irq/irq_asm.S: Beautification; ajusted margins and spaces to make the whole thing more readable.
* 2009-10-29 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-293-14/+10
| | | | | | | * shared/irq/irq_asm.S, shared/irq/irq.c: removed (fake) exception frame argument to _ThreadProcessSignalsFromIrq(). This has never been used and removing it simplifies the assembly code.
* 2009-10-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-292-5/+21
| | | | | * start/start.S: Make sure initial stack is aligned to CPU_STACK_ALIGNMENT before calling C-code.
* 2009-10-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-292-4/+23
| | | | | * shared/irq/irq_asm.S: Make sure stack is aligned to CPU_STACK_ALIGNMENT before invoking C-code.
* 2009-12-27 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-283-0/+20
| | | | | * include/bsp.h, console/console.c: Provide weak-alias hook so that the application may choose the console.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/ts_386ex.cfg: Remove RTEMS_BSP_FAMILY.
* 2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2009-10-212-3/+4
| | | | * make/custom/pc386.cfg: Remove RTEMS_BSP_FAMILY.