summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* virtex5/startup/dummy_console.c: Use <rtems/bspIo.h> and <rtems/console.h> ↵Joel Sherrill2017-04-261-20/+2
| | | | for many of the prototypes
* virtex4/startup/dummy_console.c: Use <rtems/bspIo.h> and <rtems/console.h> ↵Joel Sherrill2017-04-261-17/+2
| | | | for many of the prototypes
* virtex5/startup/dummy_console.c: Fix no prototype warningJoel Sherrill2017-04-241-0/+1
|
* virtex4/startup/dummy_console.c: Fix no prototype warningJoel Sherrill2017-04-241-0/+1
|
* shared/startup/panic.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+5
|
* shared/pci/detect_raven_bridge.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
|
* shared/bootloader/mm.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+4
|
* shared/bootloader/misc.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+3
|
* beatnik/pci/gt_pci_init.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
|
* beatnik/startup/bspstart.c: Fix printf() format warningsJoel Sherrill2017-04-241-1/+1
|
* beatnik/marvell/discovery.c: Fix printf() format warningsJoel Sherrill2017-04-241-2/+2
|
* powerpc/haleakala/./mmu_405.c: Use inttypes.h constants removes 11 warnings.Cillian O'Donnell2017-04-141-6/+14
|
* powerpc/mvme550/./pci.c: Use inttypes.h constant to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
|
* virtex4/startup/bspstart.c: Use %p to fix 11 warnings.Cillian O'Donnell2017-04-141-13/+14
|
* virtex5/startup/bspstart.c: Use %p to fix 11 warnings.Cillian O'Donnell2017-04-141-13/+14
|
* libbsp/powerpc/./pci/detect_raven_bridge.c: Use inttypes.h to fix 1 warning.Cillian O'Donnell2017-04-141-1/+2
|
* bootstrap: regenerate files after sort order fixGedare Bloom2017-04-131-2/+2
| | | | Updates #2965.
* bsp/qoriq: Comment out post-link hookSebastian Huber2017-04-051-6/+6
| | | | | | The U-Boot mkimage is not available in general. Close #2969.
* mpc55xxevb/.../*-testsuite.tcfg: Add linpackJoel Sherrill2017-04-0411-0/+17
|
* bsp/qoriq: Fix L1 cache flushSebastian Huber2017-04-031-6/+13
|
* bsp/qoriq: Adjust MMU config only onceSebastian Huber2017-04-033-5/+10
|
* bsp/qoriq: Add post-link hookSebastian Huber2017-04-031-0/+7
|
* bsps: Fix baud settingsSebastian Huber2017-04-032-2/+2
| | | | Update #2897.
* bsp/qoriq: Regenerate preinstall.amSebastian Huber2017-03-271-4/+0
|
* termios: Synchronize with latest FreeBSD headersKevin Kirspel2017-03-224-5/+5
| | | | | | | | | | | Adding modified FreeBSD headers to synchronize RTEMS termios with FreeBSD. Modify termios to support dedicated input and output baud for termios structure. Updated BSPs to use dedicated input and output baud in termios structure. Updated tools to use dedicated input and output baud in termios structure. Updated termios testsuites to use dedicated input and output baud in termios structure. Close #2897.
* bsp/qoriq: Fix memory configurationSebastian Huber2017-03-081-1/+6
| | | | Take nocache section into account which may reside after the workspace.
* bsps: Provide <bsp/fdt.h> for every BSPSebastian Huber2017-03-083-3/+9
| | | | Add bsp_fdt_map_intr() intended for the libbsd FDT support.
* bsp/beatnik: More verbose fatal extensionSebastian Huber2017-03-061-0/+6
|
* bsp/beatnik: Update due to API changesSebastian Huber2017-03-062-2/+1
| | | | | The device_t typedef is already provided by <sys/types.h> if _KERNEL is defined.
* bsp/qoriq: Use at most 2GiB of RAMSebastian Huber2017-03-021-1/+1
|
* bsp/qoriq: Adjust workspace according to FDTSebastian Huber2017-03-022-5/+70
|
* bsp/qoriq: Use -O2Sebastian Huber2017-03-021-1/+1
|
* bsp/qoriq: Enable linker garbage collectionSebastian Huber2017-03-021-0/+3
|
* bsp/qoriq: Do not overwrite configured baudSebastian Huber2017-03-021-1/+0
|
* bsps/powerpc: Fix warningsSebastian Huber2017-03-014-13/+17
|
* bsps/powerpc: Fix warningsSebastian Huber2017-02-153-44/+46
|
* bsps/powerpc: Fix warningsSebastian Huber2017-02-153-3/+4
|
* bsps/powerpc: Fix warningsSebastian Huber2017-02-152-10/+11
|
* bsp/beatnik: Remove superfluous checkSebastian Huber2017-01-201-1/+1
| | | | Close #2874.
* powerpc/mpc55xxevb/*.tcfg: Add fsjffs2gc01 to excluded testsJoel Sherrill2017-01-176-0/+6
|
* powerpc/shared/linkcmds.base: Add .rela.rtemsroset and .rela.rtemsrwsetJoel Sherrill2017-01-161-0/+2
|
* Rename is_internal to always_set_to_falseSebastian Huber2016-12-124-4/+4
| | | | Update #2825.
* score: Remove fatal is internal indicatorSebastian Huber2016-12-091-2/+0
| | | | | | | | | The fatal is internal indicator is redundant since the fatal source and error code uniquely identify a fatal error. Keep the fatal user extension is internal parameter for backward compatibility and set it to false always. Update #2825.
* testsuite: Add test states to the testsuit configuration files.Chris Johns2016-12-0717-69/+69
| | | | | | | | | | | | | | | | Change the testsuite configuration files to hold state information about a test. The states are: exclude - Do not build the test expected-fail - The test is expected to fail indeterminate - The test may pass or may fail A message is printed just after the test's BEGIN message to indicate there is a special state for the test. No state message means the test is expected to pass. This support requires tests are correctly written to the use standard support to begin and end a test.
* powerpc: Add up to date CPU_Interrupt_frameSebastian Huber2016-11-183-9/+9
| | | | | | | Rename ppc_exc_min_frame to CPU_Interrupt_frame. Move it and the corresponding defines to <rtems/score/cpuimpl.h>. Update #2809.
* powerpc: Move legacy CPU_Interrupt_frameSebastian Huber2016-11-181-1/+0
| | | | | | | The only remaining user of CPU_Interrupt_frame on PowerPC is the mpc5xx support. Move it to here. Update #2809.
* powerpc: Add _CPU_Get_current_per_CPU_control()Sebastian Huber2016-11-101-0/+4
| | | | | | | | Add _CPU_Get_current_per_CPU_control() on SMP configurations. Use SPRG0 for the current per-CPU control. This reduces the code size by three instructions and is slightly faster. Update #2805.
* bsp/qoriq: Remove duplicate qoriq_gpio definitionSebastian Huber2016-11-071-4/+0
| | | | Close #2800.
* virtex4, virtex5 bsp.h: Use BSP_INTERRUPT_STACK_SIZE not user space ↵Tim Cussins2016-11-032-2/+2
| | | | | | CONFIGURE_INTERRUPT_STACK_SIZE closes #2801.
* bsp/qoriq: Add GPIO register mapSebastian Huber2016-10-111-1/+14
|