summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/rtems/score/i386.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-031-14/+423
| | | | Fixes #2515.
* i386: doxygen and comments related to VESA real mode framebufferJan Dolezal2014-12-041-15/+24
|
* score: i386: functions converting real mode pointer to physical address and backJan Dolezal2014-11-201-0/+32
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* score/cpu/.../i386.h: PR2020: Remove soft float referencesJoel Sherrill2013-05-011-46/+20
| | | | | i386 soft-float is no longer supported by gcc. Dropping related code in the i386 score/cpu code.
* score: Doxygen Clean Up Task #5Alex Ivanov2013-01-021-4/+6
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-111-2/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-6/+6
| | | | | | * cpu.c, sse_test.c, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/interrupts.h: Use "__asm__" instead of "asm" for improved c99-compliance.
* Add missing prototypes.Ralf Corsepius2008-08-161-3/+3
|
* New header guard.Ralf Corsepius2005-01-281-2/+2
|
* 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-241-3/+3
| | | | * rtems/score/i386.h: *_swap_u32( uint32_t ).
* 2005-01-24 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-241-2/+2
| | | | * rtems/score/i386.h: *_swap_u16( uint16_t ).
* Cosmetics.Ralf Corsepius2004-11-211-1/+0
|
* 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-11-021-2/+5
| | | | | | | | | * rtems/score/cpu.h: Add doxygen preamble. * rtems/score/i386.h: Add doxygen preamble. * rtems/score/idtr.h: Add doxygen preamble. * rtems/score/interrupts.h: Add doxygen preamble. * rtems/score/registers.h: Add doxygen preamble. * rtems/score/types.h: Add doxygen preamble.
* Remove stray white spaces.Ralf Corsepius2004-04-161-7/+7
|
* 2004-04-16 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-04-161-4/+4
| | | | | * rtems/score/i386.h: Rename i386_swap_U* to i386_swap_u* (API consistency with other ports).
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | | | * cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/i386.h, rtems/score/idtr.h, rtems/score/interrupts.h, rtems/score/registers.h, rtems/score/types.h: URL for license changed.
* 2000-09-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-09-121-1/+1
| | | | * rtems/score/i386.h: Corrected "#elsif" to be "#elif".
* 2000-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-08-251-31/+29
| | | | | | * rtems/score/i386.h: cpu-variant define handling Rewrite due to introduction of multilib defines. * asm.h: include cpuopts.h instead of targopts.h
* Moved i386 and m68k cache management code to libcpu. EverythingJoel Sherrill2000-06-131-95/+0
| | | | | | now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.
* Patch from John Cotton <john.cotton@nrc.ca>, Charles-Antoine GauthierJoel Sherrill2000-06-121-0/+136
| | | | | | | | | | | | | | | <charles.gauthier@iit.nrc.ca>, and Darlene A. Stewart <Darlene.Stewart@nrc.ca> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-1/+11
|
* Added after report from Quality Quorum <qqi@world.std.com> thatJoel Sherrill2000-01-271-0/+5
| | | | pc686.cfg was not present.
* Updated copyright notice.Joel Sherrill1999-11-171-2/+1
|
* Part of the automake VI patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:Joel Sherrill1999-02-181-0/+191
> 4) rtems-rc-19990202-0.diff /reorg-score-cpu.sh > > reorg-score-cpu.sh reorganizes the cpu/<cpu>/* subdirectories in a > similar manner than previous reorg scripts did. rtems-rc-19990202-0.diff > contains the diffs after reorg-score-cpu.sh has been run on a > rtems-19981215 snapshot + my patches up to rtems-rc-19990131-2.diff. > > This patch is rather nasty and may break something. However, I've tested > it for about 10 different target/bsp pairs and believe to have shaken > out most bugs. I wonder about the following .h files that were not moved: a29k/asm.h a29k/cpu_asm.h i386/asm.h i960/asm.h m68k/asm.h m68k/m68302.h m68k/m68360.h m68k/qsm.h m68k/sim.h mips64orion/asm.h mips64orion/cpu_asm.h mips64orion/mips64orion.h no_cpu/asm.h no_cpu/cpu_asm.h powerpc/asm.h powerpc/mpc860.h sh/asm.h sparc/asm.h sparc/erc32.h