summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * shared/include/cpuIdent.c: Accept PPC_PSIM as aTill Straumann2006-01-052-0/+6
| | | | known variant.
* 2005-12-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-312-1/+7
| | | | | PR 851/bsps * mpc6xx/exceptions/raw_exception.c: Add PPC_603le.
* 2005-11-31 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-12-311-0/+4
| | | | * mpc6xx/exceptions/raw_exception.c: Cosmetics.
* Cosmetics.Ralf Corsepius2005-12-311-9/+9
|
* Fixed format.Joel Sherrill2005-11-221-4/+4
|
* 2005-11-21 Till Straumann <strauman@slac.stanford.edu>Till Straumann2005-11-222-0/+9
| | | | | | | * new-exceptions/cpu_asm.S: the book says a context synchronizing instruction (isync) is necessary after flipping certain bits (e.g, MSR_FP) in msr -- since this could happen as part of a context switch I added 'isync'.
* Fixed formatting.Joel Sherrill2005-11-072-5/+5
|
* 2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-071-2/+7
| | | | | * mpc6xx/mmu/pte121.c: Eliminate unsigned32. * mpc8xx/clock/clock.c: Eliminate rtems_unsigned32.
* Eliminate rtems_unsigned32.Ralf Corsepius2005-11-071-2/+2
|
* Eliminate unsigned32.Ralf Corsepius2005-11-071-4/+4
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+2
| | | | | * Makefile.am: Add preinstall.am * preinstall.am: New.
* Add preinstall.amRalf Corsepius2005-11-041-23/+6
|
* NewRalf Corsepius2005-11-041-0/+34
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-042-0/+5
| | | | * configure.ac: Add AMPOLISH3.
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+4
| | | | * byteorder.h: New.
* New.Ralf Corsepius2005-11-041-0/+22
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-041-0/+1
| | | | * shared/include/byteorder.h: Remove __arch_swap (Unused).
* Remove __arch_swap (Unused).Ralf Corsepius2005-11-041-43/+0
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-043-4/+7
| | | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP. * Makefile.am: Distibute mongoosev's READMEs
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-046-6/+12
| | | | * configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
* Cleanup.Ralf Corsepius2005-11-041-27/+8
|
* Merge new-exceptions/ChangeLogRalf Corsepius2005-11-041-82/+132
|
* Remove (Merged into ../ChangeLog)Ralf Corsepius2005-11-041-169/+0
|
* CleanupRalf Corsepius2005-11-041-19/+4
|
* Merge old-exceptions/ChangeLogRalf Corsepius2005-11-041-817/+609
|
* Remove (Merged into ../ChangeLog)Ralf Corsepius2005-11-041-192/+0
|
* 2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-11-042-6/+13
| | | | * Makefile.am: Partially cleanup EXTRA_DIST.
* 2005-11-03 straumanatslacdotstanford.eduTill Straumann2005-11-032-0/+8
| | | | | * mpc6xx/clock/c_clock.c: disable interrupts around decrementer update to eliminate a race condition
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-033-585/+842
| | | | | | | * mpc6xx/mmu/pte121.c, mpc6xx/mmu/pte121.h: enhancements to mpc6xx page table support - PTEs can now be modified even if the page table is already active; bugfix: address range crossing 256MB boundary was not handled correctly
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-034-104/+575
| | | | | | | | * mpc6xx/mmu/bat.c, mpc6xx/mmu/bat.h, mpc6xx/mmu/mmuAsm.S: moved assembly code to C; setdbat now supports high bats on 7450 CPUs; added argument checking to setdbat; added getdbat; moved early initialization code (clear_bats) from BSP to libcpu (CPU_clear_bats_early)
* 2005-11-02 straumanatslacdotstanford.eduTill Straumann2005-11-025-2/+14
| | | | | | * ChangeLog, configure.ac, mpc6xx/exceptions/raw_exception.c, shared/include/cpuIdent.c, shared/include/cpuIdent.h: recognize mpc7457 CPU; added definitions for high bats (#4..7) on 7450 CPUs
* 2005-09-15 Jay Monkman <jtm@lopingdog.com>Jay Monkman2005-09-153-2/+11
| | | | | | PR 776/bsps * at91rm9200/irq/bsp_irq_asm.S, at91rm9200/irq/irq.h: Added code to pass interrupt vector number to ISR on AT91RM9200
* 2005-09-12 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>Joel Sherrill2005-09-132-5/+45
| | | | | | | | | | PR 527/bsps PR 822/bsps * mpc8xx/clock/clock.c: Currently the MBX8xx BSP does not boot, because some logical errors are in the startup code. Additionally, the mpc8xx shared clock driver does not support the clocking scheme of some of the board variants, which are clocked from a 32768Hz (!) external crystal.
* Added PR number to existing ChangeLog entry.Joel Sherrill2005-09-011-0/+1
|
* 2005-08-17 Lars Munch <lars@segv.dk>Joel Sherrill2005-08-172-2/+8
| | | | | | PR 727/bsps * at91rm9200/clock/clock.c: Correct the equation so 10 milliseconds tick is not 9.365 miliseconds long.
* 2005-08-12 Phil Torre <ptorre@zetron.com>Joel Sherrill2005-08-122-1/+9
| | | | | | | | PR 816/bsps * mpc8xx/include/mpc8xx.h: The struct which describes SCC Ethernet mode parameters (m8xxSCCENparms_t) does not match the hardware: members taddr_h and taddr_l are transposed. When loading new multicast group addresses into the hash table, the wrong hash bit is set.
* 2005-08-05 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-08-052-5/+11
| | | | * Makefile.am: Unconditionally initialize include_libcpu_HEADERS.
* Fixed formatting.Joel Sherrill2005-08-021-1/+2
|
* Changes provided by Phillip Sorensen <pas37@cornell.edu> to get MVME550 BSP ↵Eric Norum2005-07-282-1/+5
| | | | running.
* Regenerate.Ralf Corsepius2005-07-271-10/+10
|
* 2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-272-1/+5
| | | | * Makefile.am: Fix broken patch to mcf5235.
* 2005-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-07-082-7/+5
| | | | * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-07-081-0/+4
| | | | * mpc5xx/vectors/vectors.h: Add hack to avoid warning.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-071-156/+0
| | | | * lcd/lcd.c: removed.
* 2005-07-07 Philippe Simons <loki_666@fastmail.fm>Philippe Simons2005-07-073-29/+27
| | | | | | * Makefile.am: Remove s3c2400/lcd/lcd.c * s3c2400/lcd/lcd.c: Remove. * s3c2400/clock/support.c: file "rewrote" to avoid GPL.
* 2005-06-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-06-171-0/+4
| | | | * mpc5xx/vectors/vectors.h: Add hack to avoid warning.
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-175-0/+3030
| | | | | | * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 support. * mcf5235/include/mcf5235.h: New file.
* 2005-06-01 Philippe Simons <loki_666@fastmail.fm>Joel Sherrill2005-06-027-27/+410
| | | | | | * Makefile.am: Add s3c2400/lcd/lcd.c, s3c2400/clock/support.c * s3c2400/clock/clockdrv.c: Update to use get_PCLK() * s3c2400/timer/timer.c: Update to use get_PCLK()
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-174-277/+88
| | | | | | * mpc5xx/irq/irq.c, mpc5xx/irq/irq.h, mpc8xx/console-generic/console-generic.c: Modified to use rtems/irq.h.
* 2005-05-17 Jennifer Averett <jennifer.averett@oarcorp.com>Jennifer Averett2005-05-174-148/+147
| | | | | | * at91rm9200/irq/irq.h, mc9328mxl/irq/irq.h, s3c2400/irq/irq.h: Modified names and types to match rtems/irq.h. Note: rtems/irq.h should be included after the addition of a parameter to ISRs.