Commit Graph
30314 Commits
Author SHA1 Message Date
Joel Sherrill 473a3cd007 rtems/inttypes.h: Add PRIdioctl_command_t 2017-04-23 12:53:44 -05:00
Joel Sherrill 2912982227 amba/ahbstat.c: Correct printf() format 2017-04-23 12:03:22 -05:00
Joel Sherrill e4633241ca linpack/linpack-pc.c: Fix no return statement warning 2017-04-23 11:51:22 -05:00
Joel Sherrill 906e67fe88 dhrystone/dhry_1.c: Fix may be used uninitialized warning 2017-04-23 11:50:46 -05:00
Joel Sherrill 35e523d9d0 uart/apbuart.c: Correct printk() format 2017-04-23 11:49:54 -05:00
Joel Sherrill 76052e6b33 spw/grspw_router.c: Include <rtems/bspIo.h> 2017-04-23 11:49:05 -05:00
Joel Sherrill d968826703 irq/genirq.c: Include <rtems/bspIo.h> 2017-04-23 11:48:32 -05:00
Joel Sherrill 5c93fb3b3f drvmgr/ambapp_bus.c: Include <rtems/bspIo.h> 2017-04-23 11:48:15 -05:00
Joel Sherrill 9ed326620f amba/ahbstat.c: Include <rtems/bspIo.h> 2017-04-23 11:47:53 -05:00
Joel Sherrill 438ca2f594 rtems/inttypes.h: Add blksize_t and blkcnt_t 2017-04-22 14:15:22 -05:00
Joel Sherrill 8ed5889f87 elnk.c: Fix printf() format warnings 2017-04-20 20:52:09 -05:00
Joel Sherrill 9f55bfb575 elnk.c: rtems_elnk_driver_attach() prototype added 2017-04-20 20:49:07 -05:00
Joel Sherrill 814bd02584 elnk.c: Make elnk_txDaemon() static to fix warning 2017-04-20 20:47:34 -05:00
Joel Sherrill 84776524e0 if_fxp.c: Add prototype of rtems_fxp_attach() 2017-04-20 20:44:49 -05:00
Joel Sherrill 169d6f6e55 if_fxp.c: Remove unused variable 2017-04-20 20:43:04 -05:00
Joel Sherrill fc91f517e7 dec21140.c: Add prototype of dec21140_txDaemon() 2017-04-20 20:40:51 -05:00
Joel Sherrill 5ce048968e dec21140.c: Fix printk() warnings 2017-04-20 20:38:42 -05:00
Joel Sherrill 40d0a46874 dec21140.c: Include <libcpu/page.h> to eliminate warnings 2017-04-20 20:36:49 -05:00
Joel Sherrill bedd927211 dec21140.c: Fix PRIxx formatter 2017-04-20 20:27:56 -05:00
Chris Johns 7f95cc0707 libdebugger: Fix the mode on task create. Clean up warnings.
Closes #2976.
2017-04-19 14:33:29 +10:00
Chris Johns 3d803afef2 testsuite: Fix rtems-test-check-py when a BSP has no tcfg file.
Updates #2981.
2017-04-19 13:01:26 +10:00
Chris Johns 4fd25c4340 libmisc/monitor: Correctly print unlimited configuration table entries.
Closes #2997.
2017-04-19 12:36:32 +10:00
Joel Sherrill d420b679af Merge tmacros.h PRIxxx constants from testsuites/ into <rtems/inttypes.h>
This completes the initial creation of rtems/inttypes.h based on all
existing PRIxxx definitions contained in RTEMS Project owned code.

closes #2983.
2017-04-18 11:24:46 -05:00
Joel Sherrill 54bdf0c7e5 rtems/inttypes.h: New file. Uses contents from cpukit
Provide extentions to <inttpes.h> PRIxxx constants for more POSIX types.
Start with existing definitions found in RTEMS Project owned code
in cpukit/.

updates #2983.
2017-04-18 11:24:44 -05:00
Chris Johns 18f63c0004 testsuite: Fix rtems-test-check not excluding tests.
The include file handling was broken.

Add a test configuration data README.

Closes #2981.
2017-04-18 12:27:57 +10:00
Chris Johns b53ad4615a libdebugger: Work around assert when using _Thread_Executing.
Using _Thread_Executing with RTEMS_DEBUG results in an `assert` if
the server accesses invalid memory.

Updates #2993.
2017-04-15 08:18:25 +10:00
Cillian O'Donnell 50b1269626 m68k/mrm332/./sci.c: Use inttypes.h constants removes 6 warnings. 2017-04-14 13:01:14 -05:00
Cillian O'Donnell 28593c6e1d powerpc/haleakala/./mmu_405.c: Use inttypes.h constants removes 11 warnings. 2017-04-14 13:01:14 -05:00
Cillian O'Donnell 53e7393b4e powerpc/mvme550/./pci.c: Use inttypes.h constant to fix 1 warning. 2017-04-14 13:01:14 -05:00
Cillian O'Donnell 4191647c61 virtex4/startup/bspstart.c: Use %p to fix 11 warnings. 2017-04-14 13:01:13 -05:00
Cillian O'Donnell 913ed81b1e virtex5/startup/bspstart.c: Use %p to fix 11 warnings. 2017-04-14 13:01:13 -05:00
Cillian O'Donnell 27920db91e libbsp/.../sparc64/loader/main.c: Use inttypes.h constants to remove 1 warning 2017-04-14 13:01:13 -05:00
Cillian O'Donnell 62c238e8f2 cpukit/../i386/cpu.c: Use inttypes.h to fix 1 warning. 2017-04-14 13:01:13 -05:00
Cillian O'Donnell 52597b96ae libchip/network/dec21140.c: Use inttypes.h to fix 1 warning. 2017-04-14 13:01:13 -05:00
Cillian O'Donnell 006ac513e5 libbsp/powerpc/./pci/detect_raven_bridge.c: Use inttypes.h to fix 1 warning. 2017-04-14 13:01:12 -05:00
Gedare Bloom 1731757c45 bootstrap: regenerate files after sort order fix
Updates #2965.
2017-04-13 13:13:59 -04:00
Gedare Bloom 3be28ee6dd bootstrap: make sort use C locale consistently
Closes #2965.
2017-04-13 13:00:51 -04:00
Kevin Kirspel d2390ce47b Updating default termios initialization for dedicated input/output baud rates
updates #2897.
2017-04-10 09:39:13 -05:00
Cillian O'Donnell 2c23639ddd libdl/rtl-obj-cache.c: Using inttypes macros fixes 4 format warnings 2017-04-07 15:40:26 -05:00
Cillian O'Donnell 7acdb10cfe libcpu/../mpc5xx/.../vectors_init.c: Using inttype macros fixes 39 format warnings 2017-04-07 15:37:58 -05:00
Joel Sherrill c475924d6d xz_config.h: Define XZ_USE_CRC64
close #2909.
2017-04-06 18:24:58 -05:00
Joel Sherrill d8753abd04 lm32/shared/timer/timer.c: Include <rtems/bspIo.h> 2017-04-05 11:26:56 -05:00
Joel Sherrill db46b5f8dc lm32/shared/milkymist_video/video.c: Include <rtems/bspIo.h> 2017-04-05 11:26:56 -05:00
Joel Sherrill c44de8507f lm32/shared/milkymist_pfpu/pfpu.c: Fix indentation and braces 2017-04-05 11:26:56 -05:00
Joel Sherrill 505898f6da lm32/shared/milkymist_timer/timer.c: Include <rtems/bspIo.h> 2017-04-05 11:26:56 -05:00
Joel Sherrill 6b5fd3a353 lm32/shared/milkymist_framebuffer/framebuffer.c: Fix indentation and braces 2017-04-05 11:26:56 -05:00
Sebastian Huber 9b91c84cee smpcache01: Fix test to run on QorIQ T4240 2017-04-05 11:29:02 +02:00
Sebastian Huber 46f05b92b2 SMP: Simplify SMP multicast actions 2017-04-05 11:28:46 +02:00
Sebastian Huber 75e71b2df9 spcache01: Instruction cache invalidate workaround
On some systems, the instruction cache invalidation is not allowed by
the MMU.
2017-04-05 09:55:45 +02:00
Sebastian Huber 1bf8b25dd7 rtems-test-check-py: Fix typo 2017-04-05 09:43:20 +02:00