summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen83xx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remaining bsp.h: Fix by hand to LIBBSP_@CPU@_@BSP_FAMILY@_BSP_HJoel Sherrill2015-07-161-2/+2
| | | | These files were left after running the script in the previous patch.
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* powerpc/gen83xx: Fix warningsJoel Sherrill2014-10-194-464/+491
|
* powerpc/gen83xx/startup/bsprestart.c: Fix set but not used warningJoel Sherrill2014-10-191-0/+1
|
* powerpc/gen83xx: Fix unused variable warningsJoel Sherrill2014-10-162-2/+6
|
* libchip/serial: Add alternative NS16550 driverSebastian Huber2014-10-073-85/+73
| | | | Use the Termios device API.
* bsps: Fix build errorSebastian Huber2014-09-182-6/+0
| | | | Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.
* Regenerate all preinstall.am files.Chris Johns2014-08-291-3/+3
| | | | | With this patch the preinstall.am files are in a set order and not dependent on now perl implements a hash.
* Regenerate all preinstall.am files.Joel Sherrill2014-08-281-6/+6
| | | | | Apparently, at some point automake output changed and these were not updated.
* bsp/gen83xx: Disable interrupt nesting for br_uidSebastian Huber2014-05-081-2/+3
| | | | This is necessary for the USB support.
* bsp/gen83xx: Add BSP_USB_EHCI_MPC83XX_HAS_ULPISebastian Huber2014-05-061-0/+3
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2117-17/+17
|
* bsps/powerpc: Use System V small-data areaSebastian Huber2014-02-241-1/+1
| | | | | | The 32-bit ABIs for thread-local storage (TLS) and EABI read-only small-data area have a conflicting register (r2) usage. Use the System V small-data instead (here r2 is system reserved).
* powerpc: Change interrupt disable implemetationSebastian Huber2014-02-191-1/+0
| | | | | | | | | | | | Instead of SPRG0 (= special purpose register 272) use the new global symbol _PPC_INTERRUPT_DISABLE_MASK to store the interrupt disable mask. The benefit is that it is now possible to disable interrupts without further run-time initialization in boot_card(). At least on Freescale e500 cores this leads also to a faster execution since the mfmsr and mfspr instruction require four cycles to complete. The instructions to load the mask value can execute while the mfmsr is in progress.
* score: Add CPU counter supportSebastian Huber2014-02-141-0/+3
| | | | | | | | | Add a CPU counter interface to allow access to a free-running counter. It is useful to measure short time intervals. This can be used for example to enable profiling of critical low-level functions. Add two busy wait functions rtems_counter_delay_ticks() and rtems_counter_delay_nanoseconds() implemented via the CPU counter.
* bsp/gen83xx: Fix BSP options for MPC8348EAMDSRalf Kirchner2013-07-181-2/+1
|
* bsps/powerpc: Use proper typeSebastian Huber2013-04-081-3/+3
|
* bsp/mpc83xx: Add MPC83XX_NET*_INTERFACE_0_PHY_ADDRSebastian Huber2013-03-211-0/+5
|
* mpc83xx: Add and use mpc83xx_reset()Sebastian Huber2013-03-141-15/+3
| | | | | The inline version makes it possible to use this code in different memory areas.
* mpc83xx: Use shared linkcmds.baseSebastian Huber2013-03-1413-495/+129
|
* mpc83xx: Copy nothing if necessarySebastian Huber2013-03-141-0/+3
|
* mpc83xx: Fix local access window 1 configurationSebastian Huber2013-03-141-0/+10
|
* mpc83xx: Add MPC83XX_HAS_NAND_LP_FLASH_ON_CS0Sebastian Huber2013-03-143-9/+27
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-630/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* bsp/gen83xx: Disable caches in bsp_restart()Sebastian Huber2013-01-181-1/+23
|
* bsp/gen83xx: Register I2C SEMTECH SC620 driverSebastian Huber2013-01-091-0/+12
|
* bsps/powerpc: Add probe handler to I2C driverSebastian Huber2013-01-091-52/+49
|
* bsp/gen83xx: Invalidate caches only if disabledSebastian Huber2013-01-091-3/+10
|
* bsp/gen83xx: System reset after fatal conditionsSebastian Huber2013-01-091-1/+1
|
* bsp/gen83xx: Add bsp_restart()Sebastian Huber2013-01-093-0/+27
|
* bsp/gen83xx: Delete obsolete regionSebastian Huber2013-01-091-1/+0
|
* bsp/gen83xx: Fix CSB clock calculation for MPC8309Sebastian Huber2012-12-211-1/+6
|
* bsp/gen83xx: Workaround for USB stackSebastian Huber2012-12-031-0/+3
|
* bsp/gen83xx: Add sections for USB stackSebastian Huber2012-12-031-0/+6
|
* bsps/powerpc: Exception initialization error is fatalSebastian Huber2012-11-151-4/+1
|
* bsps: Interrupt initialization error is fatalSebastian Huber2012-11-151-4/+1
|
* score: Add RTEMS_FATAL_SOURCE_EXITSebastian Huber2012-11-151-4/+5
| | | | | | | Include <bsp/default-initial-extension.h> in all BSPs. Call rtems_fatal() with RTEMS_FATAL_SOURCE_EXIT as source and the exit() status code as fatal code in every bsp_cleanup(). Move previous bsp_cleanup() code into bsp_fatal_extension().
* bsp/gen83xx: Add br_uid BSP variantThomas Doerfler2012-08-207-0/+124
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-061-67/+0
| | | | | | | | | | | | This reverts commit daffa606cc4a45d93c1f0f4fe365fde0fda6acbb. Conflicts: c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in c/src/lib/libbsp/powerpc/mpc55xxevb/include/bspopts.h.in c/src/lib/libbsp/powerpc/qoriq/include/bspopts.h.in Manually deleted conflicting files.
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-126-9/+11
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* Add bspopts.h.in.Ralf Corsépius2012-05-241-0/+67
|
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1124-62/+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.
* Revert: Remove CVS IdsJoel Sherrill2012-05-072-0/+6
| | | | | See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html for details.
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* bsp/gen83xx: Fix console driver configurationSebastian Huber2012-04-021-1/+1
|
* bsp/gen83xx: Removed fileSebastian Huber2012-04-021-57/+0
|
* bsp/gen83xx: RegenerateSebastian Huber2012-04-021-36/+40
|
* bsps: More accurate PowerPC clock driverSebastian Huber2012-04-021-3/+6
| | | | | | The clock driver used previously the bsp_clicks_per_usec value. For a 33333333Hz time base frequency this leads to a relative error of one per cent for example due to integer truncation.