summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsp/mpc55xx: PR2077: Avoid PPC_USE_SPEPeter Dufault2012-10-021-3/+1
|
* bsp/mpc55xx: PR2077: Mapping for external flashPeter Dufault2012-10-021-53/+6
|
* bsps: PR2076: SMC91111 fixes for mpc55xxevb BSPPeter Dufault2012-10-021-6/+5
| | | | | | | | - A typo prevents if_smc.c from being built when configured; - The argument passed to the interrupt handler was incorrect and the addition of support for RTEMS_INTERRUPT_SHARED exposed it; - A "#ifdef DEBUG" is supposed to be "#if DEBUG" since 0 is supposed to make it quiet.
* bsp/mpc55xx: Fix bsp_idle_thread()Sebastian Huber2012-10-023-13/+40
|
* bsp/mpc55xx: Add and use MPC55XX_CHIP_FAMILYSebastian Huber2012-10-0213-18/+22
|
* bsp/mpc55xx: Add e200z7 specific idle taskSebastian Huber2012-09-281-0/+13
|
* mpc55xxevb: Fix compilation in start-config-siu-pcr.cJoel Sherrill2012-09-061-2/+2
|
* bsp/mpc55xx: Use a one second timeoutChristian Mauderer2012-08-211-117/+217
|
* bsp/mpc55xx: Fix SMSC9218I_BIG_ENDIAN_SUPPORTChristian Mauderer2012-08-212-7/+15
|
* bsp/mpc55xx: Move work from ISR to task contextChristian Mauderer2012-08-211-6/+8
|
* bsp/gen83xx: Add br_uid BSP variantThomas Doerfler2012-08-207-0/+124
|
* Revert "Add bspopts.h.in."Gedare Bloom2012-08-0621-1314/+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.
* bsp/mpc55xx: Add MPC55XX_CONSOLE_MINORSebastian Huber2012-07-253-8/+9
| | | | Remove MPC55XX_ESCI_CONSOLE_MINOR.
* bsp/mpc55xx: Whitespace changesSebastian Huber2012-07-251-7/+7
|
* bsp/mpc55xx: New EBI settings for MPC5674F boardsSebastian Huber2012-07-252-12/+10
|
* Use http://www.rtems.org/bugzilla as bug-URL.Ralf Corsépius2012-07-194-4/+4
|
* Remove CVS-Ids.Ralf Corsépius2012-07-1918-35/+2
|
* Remove CVS-Ids.Ralf Corsépius2012-07-194-12/+0
|
* Require automake-1.12.2.Ralf Corsépius2012-07-1920-20/+20
|
* Require autoconf-2.69.Ralf Corsépius2012-07-1922-22/+22
|
* bsp/mpc55xx: Add SMSC9218I_IRQ_PINSebastian Huber2012-07-183-2/+10
|
* bsp/mpc55xx: Add SMSC9218I_RESET_PINSebastian Huber2012-07-183-3/+11
|
* bsp/mpc55xx: Add SMSC9218I_ENABLE_LED_OUTPUTSSebastian Huber2012-07-184-0/+16
|
* bsp/mpc55xx: Add SMSC9218I_BIG_ENDIAN_SUPPORTSebastian Huber2012-07-183-16/+44
|
* bsp/mpc55xx: New ECU508 BSPsSebastian Huber2012-07-1812-6/+223
|
* bsp/mpc55xx: Add ESCI_C and ESCI_D supportSebastian Huber2012-07-182-7/+30
|
* bsp/mpc55xx: Add MPC55XX_SYSTEM_CLOCK_DIVIDERSebastian Huber2012-07-183-6/+9
|
* bsp/mpc55xx: Add MPC55XX_NULL_POINTER_PROTECTIONSebastian Huber2012-07-183-1/+9
|
* bsp/mpc55xx: Add MPC55XX_NEEDS_LOW_LEVEL_INITSebastian Huber2012-07-188-132/+169
|
* bsp/mpc55xx: Implement network interface offChristian Mauderer2012-07-181-3/+29
|
* bsp/mpc55xx: Add bsp_restart()Christian Mauderer2012-07-183-1/+28
|
* bsp/mpc55xx: Add output value to PCR configSebastian Huber2012-07-183-77/+76
|
* bsps/powerpc: Add more BSP sections and sort themSebastian Huber2012-06-221-2/+4
|
* bsps: Replace NIRVANA regionSebastian Huber2012-06-1224-43/+55
| | | | | Replace the "NIRVANA" region with the more verbose "UNEXPECTED_SECTIONS" region. Move the region definition into the "linkcmds.base" files.
* powerpc/mpc55xx: BSP variant changes for MPC5643LSebastian Huber2012-06-0510-44/+60
|
* bsp/t32mppc: Fix Trace32 configuration fileSebastian Huber2012-06-041-3/+1
|
* bsps/powerpc: Add load section for .nocacheSebastian Huber2012-06-0413-21/+48
|
* bsp/qoriq: New BSP optionSebastian Huber2012-06-042-0/+6
| | | | New BSP option BSP_USE_DATA_CACHE_BLOCK_TOUCH.
* Fix C files which had two semi-colons at EOLJoel Sherrill2012-05-313-3/+3
|
* Add bspopts.h.in.Ralf Corsépius2012-05-2421-0/+1290
|
* powerpc/t32mppc: TypoSebastian Huber2012-05-221-1/+1
|
* powerpc/t32mppc: New BSPSebastian Huber2012-05-2217-0/+839
|
* powerpc/qoriq: Fix due to console API changesSebastian Huber2012-05-211-2/+2
|
* powerpc/mpc55xxevb: Fix cache define usageSebastian Huber2012-05-211-5/+9
|
* pci.h cleanup - Consolidate common defines to cpukit pci.hJoel Sherrill2012-05-165-18/+5
| | | | | | | | | | | | | + libbsp/sparc/shared/include/pci.h was largely a copy of an older version of the cpukit pci.h. Removed much of the contents and included <rtems/pci.h>. + sparc/*/pci*.c - Move to <rtems/pci.h> required updating to use uint32_t for dword accesses. + Rename PCI_MULTI_FUNCTION to PCI_HEADER_TYPE_MULTI_FUNCTION + Define PCI_HEADER_TYPE_MULTI_FUNCTION in cpukit pci.h and remove PCI_MULTI_FUNCTION definitions in C files. + Move PCI_INVALID_VENDORDEVICEID definitions from various C files to cpukit pci.h
* mvme5500 and cpukit pci.h - Eliminate mvme5500 specific pci.hJoel Sherrill2012-05-165-63/+5
| | | | | | | | All constants that should have been in cpukit pci.h were moved there. One naming style was corrected. This impacted if_wm.c. All other contents were the same as powerpc/shared/pci.h so BSP specific pci.h could be eliminated.
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-114-9/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-11397-866/+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.
* score603e - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-46/+0
|
* virtex4 - Eliminate any set_vector() remnantsJoel Sherrill2012-05-091-6/+0
|