summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/i386/displayCpu.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/pc386: Move libcpu content to bspsSebastian Huber2018-03-221-243/+0
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* i386: refactor libcpu/cpu.h into rtems/score/i386.hJoel Sherrill2016-03-031-1/+1
| | | | Fixes #2515.
* libcpu/i388: Fix warning i displayCpu.cJoel Sherrill2014-10-161-3/+4
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-211-1/+1
|
* 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.
* 2010-04-15 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2010-04-151-129/+143
| | | | | * cpuModel.S, cpuModel.h, displayCpu.c: Update to include more reserved bits and pick out a bit more information.
* Whitespace removal.Ralf Corsepius2009-12-041-5/+5
|
* 2009-10-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-291-12/+19
| | | | | * displayCpu.c: Fixed formatting for prettier printing; don't print more than 8 flags on a single line of output.
* 2009-10-28 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-281-4/+16
| | | | | | | * cpuModel.S, cpuModel.h, displayCpu.c: Save/cache CPUID:ECX (extended capabilities) in a new variable (x86_capability_x). Added more known flag description strings (printCpuInfo()) and let 'printCpuInfo()' dump the extended feature flags, too.
* Add missing prototypes.Ralf Corsepius2008-08-161-1/+1
|
* 2003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-041-1/+1
| | | | | * cpu.c, cpu.h, cpuModel.S, cpuModel.h, displayCpu.c, idtr.S, page.c: URL for license changed.
* 2002-01-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2002-01-041-1/+1
| | | | | * i386/displayCpu.c: Include rtems/bspIo.h instead of bspIo.h. * i386/page.c: Include rtems/bspIo.h instead of bspIo.h.
* 2000-12-06 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-12-061-0/+1
| | | | * displayCpu.c: Added include of <rtems.h> to eliminate warnings.
* Warning removal patch from Philip A. Prindeville <philipp@zembu.com>.Joel Sherrill1999-12-131-1/+2
|
* Patch from Eric Valette <valette@crf.canon.fr> to add an extra newline.Joel Sherrill1998-08-241-0/+1
|
* Patch from Eric Valette <valette@crf.canon.fr>:Joel Sherrill1998-08-211-2/+1
| | | | | | | | | | Here is a patch that enables to catch exception and get message before crashing RTEMS :) It should be generic to any Intel port although enabled only for pc386 BSP... [Joel] I fixed the bug I introduced in irq_asm.s...
* Patch from Eric Valette <valette@crf.canon.fr> which brings the i386ex BSPJoel Sherrill1998-08-051-1/+1
| | | | inline with the new IRQ structure.
* Automatic CPU type detection code from Eric Valette <valette@crf.canon.fr>.Joel Sherrill1998-08-051-0/+209
Enabled on the pc386.