Timeline



03/02/17:

20:44 Developer/OpenProjects edited by Gedare Bloom
strike-thru fix (diff)
20:39 Developer/OpenProjects edited by Gedare Bloom
Move RTEMS Tester OP to ticket. (diff)
20:37 Ticket #2919 (RTEMS Tester Improvements) created by Gedare Bloom
= RTEMS Tester = [[PageOutline(...)]] == Mentors …
20:24 Developer/OpenProjects edited by Gedare Bloom
Clean up BSP ticketquery (diff)
19:37 Developer/OpenProjects edited by Amar Takhar
Convert testing project to ticket for SoC (diff)
19:25 Developer/Projects/Open/TestingImprovements edited by Amar Takhar
Redirec to ticket. (diff)
19:19 Ticket #2918 (Conversion to new test suite.) created by Amar Takhar
[[PageOutline(...)]] == Introduction == The …
15:53 Changeset in rtems [c0dafd7b]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Use at most 2GiB of RAM
15:45 Changeset in rtems-libbsd [334019d]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
nexus-devices: Use FDT for qoriq BSPs
15:29 Changeset in rtems-libbsd [c1205ee]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
FDT(4): Port to RTEMS
15:28 Changeset in rtems-libbsd [f0dd0c5]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
FDT(4): Import from FreeBSD
15:09 GSoC/GettingStarted edited by Gedare Bloom
Replace sis with erc32 (diff)
14:25 Changeset in rtems [d3f60af]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Adjust workspace according to FDT
14:20 Changeset in rtems [35136d3]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Use -O2
14:20 Changeset in rtems [62f16ad]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Enable linker garbage collection
14:17 Changeset in rtems [891b834f]5 by Sebastian Huber <sebastian.huber@…>
bsp/qoriq: Do not overwrite configured baud
10:57 Changeset in rtems [805d7213]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Fix warnings
10:54 Changeset in rtems [09dab28d]5 by Sebastian Huber <sebastian.huber@…>
powerpc: Fix interrupt thread dispatch Update #2751.
07:49 Changeset in rtems-source-builder [10d9e2d]5 by Sebastian Huber <sebastian.huber@…>
4.12: Do not use a global hash file
06:54 Changeset in rtems [1f618ab0]5 by Sebastian Huber <sebastian.huber@…>
posix_devctl: Fix for pre C99 Use restrict just like in <devctl.h> to avoid compiler errors with older GCC, e.g. 4.8 or 4.9.

03/01/17:

10:31 Changeset in rtems [08d85992]5 by Sebastian Huber <sebastian.huber@…>
bsps/powerpc: Fix warnings
09:49 Changeset in rtems-libbsd [ae9e46d]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Fix dw_mmc dependencies
07:18 Changeset in rtems-source-builder [4f72b95]5 by Sebastian Huber <sebastian.huber@…>
sb: Bail out only if hash definitions conflict
06:30 Changeset in rtems-source-builder [4c5eb89]5 by Sebastian Huber <sebastian.huber@…>
4.12: Update to use Newlib 2.5.0.20170228

02/28/17:

09:03 Ticket #2917 (termios: Make write POSIX compatible) closed by Sebastian Huber
fixed: [a165a9607abd4263fa1a572bb227bd9fb537053b/rtems]
09:03 Ticket #2916 (termios: Change receive callback invocation to enable select() and ...) closed by Sebastian Huber
fixed: [9fa0f543ecfcf6cdf79d60a3a9f5a0ed845c7046/rtems]
09:02 Ticket #2915 (termios: Potential infinite loop in canonical mode) closed by Sebastian Huber
fixed: [a27128c5dce5d2fcd482a7914750539f8745ff88/rtems] [c80f6aa9161e10259127b3b9abe7717c702daf39/rtems]
09:01 Ticket #2914 (termios: Race condition in raw input buffer handling) closed by Sebastian Huber
fixed: [0e8d20555966942f79e0e8ec29ff2104fda1b646/rtems] [bb087cb0f93e85858db24023b3fa28815fa2d01e/rtems]
09:01 Ticket #2913 (RTEMS FAT32 formatter does not set the not dirty and no IO error bits) closed by Sebastian Huber
fixed: [17f81ee3cb41764d34c2f09a2b92c40a41f78841/rtems] [a60db6958fa28c5c2e44b0900665c27433175c03/rtems]
08:57 Ticket #2755 (FAT mkdir() broken) closed by Sebastian Huber
fixed: [6ec60de37d899646552f988d974017d5f54c4e3c/rtems] [267de79ad27469a2ff7816043e76eecc99ffe38d/rtems]
08:12 Changeset in rtems [f71ccc34]5 by Sebastian Huber <sebastian.huber@…>
termios: Simplify some calculations Use the modular arithmetic addition rule.
07:57 Ticket #2917 (termios: Make write POSIX compatible) created by Sebastian Huber
Currently only blocking read/write operations are implemented. A …
07:55 Ticket #2916 (termios: Change receive callback invocation to enable select() and ...) created by Sebastian Huber
Call the receive callback in case a read will succeed without to …
07:52 Ticket #2915 (termios: Potential infinite loop in canonical mode) created by Sebastian Huber
In canonical mode, the raw input buffer or the canonical buffer may …
07:50 Ticket #2914 (termios: Race condition in raw input buffer handling) created by Sebastian Huber
Use the device lock to protect the raw input buffer management, e.g. …
07:34 Ticket #2913 (RTEMS FAT32 formatter does not set the not dirty and no IO error bits) created by Sebastian Huber
On FAT12 and FAT32 the FAT table entry 1 contains one bit to indicate …
02:56 Boards/Zynq - Zedboard edited by Chris Johns
Fox JTAG boxes. (diff)

02/27/17:

10:50 Changeset in rtems [17f81ee]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix FAT32 formatter The second FAT entry contains a bit to indicate if the FAT32 filesystem is not dirty and a bit to indicate if there was no IO error. Set both bits for a fresh filesystem. This prevents a warning if mounted on Windows. Update #2913.
10:50 Changeset in rtems [a60db69]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Fix FAT32 formatter The second FAT entry contains a bit to indicate if the FAT32 filesystem is not dirty and a bit to indicate if there was no IO error. Set both bits for a fresh filesystem. This prevents a warning if mounted on Windows. Close #2913.
09:40 Changeset in rtems [267de79a]5 by Sebastian Huber <sebastian.huber@…>
dosfs: Directories should have a file size of 0 Close #2755.
09:40 Changeset in rtems [6ec60de3]4.11 by Sebastian Huber <sebastian.huber@…>
dosfs: Directories should have a file size of 0 Update #2755.

02/25/17:

04:05 Changeset in rtems-docs [ff9d555]5 by Chris Johns <chrisj@…>
Add a check for Sphinx extensions. Minor clean up of the configure messages. Do not re-check sphinx in the nested configures.

02/24/17:

13:56 Changeset in rtems [902ffed]5 by Sebastian Huber <sebastian.huber@…>
termios09: Test send callback
13:44 Changeset in rtems [36635433]5 by Sebastian Huber <sebastian.huber@…>
termios: Implement non-blocking write
11:54 Changeset in rtems [36fc8b18]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: unregister ISR on close
11:49 Changeset in rtems [029ce4d1]5 by Daniel Hellstrom <daniel@…>
leon, grspw_pkt: fix descriptor table mem leak on grspw_close()
10:46 Changeset in rtems [06d14667]5 by Sebastian Huber <sebastian.huber@…>
termios09: Test output post processing
09:29 Changeset in rtems [a27128c5]4.11 by Sebastian Huber <sebastian.huber@…>
termios: Fix infinite loop in receive path In canonical mode, the raw input buffer or the canonical buffer may overflow without an end of line. Avoid an infinite loop in this case. Update #2915.
09:29 Changeset in rtems [c80f6aa9]5 by Sebastian Huber <sebastian.huber@…>
termios: Fix infinite loop in receive path In canonical mode, the raw input buffer or the canonical buffer may overflow without an end of line. Avoid an infinite loop in this case. Close #2915.
03:22 TracChangeLog created by trac
03:22 TicketQuery created by trac
03:22 WikiRestructuredTextLinks edited by trac
(diff)
03:22 WikiRestructuredText edited by trac
(diff)
03:22 WikiProcessors edited by trac
(diff)
03:22 WikiPageNames edited by trac
(diff)
03:22 WikiNewPage edited by trac
(diff)
03:22 WikiMacros edited by trac
(diff)
03:22 WikiHtml edited by trac
(diff)
03:22 WikiFormatting edited by trac
(diff)
03:22 WikiDeletePage edited by trac
(diff)
03:22 TracWorkflow edited by trac
(diff)
03:22 TracWiki edited by trac
(diff)
03:22 TracUpgrade edited by trac
(diff)
03:22 TracUnicode edited by trac
(diff)
03:22 TracTimeline edited by trac
(diff)
03:22 TracTicketsCustomFields edited by trac
(diff)
03:22 TracTickets edited by trac
(diff)
03:22 TracSyntaxColoring edited by trac
(diff)
03:22 TracSupport edited by trac
(diff)
03:22 TracStandalone edited by trac
(diff)
03:22 TracSearch edited by trac
(diff)
03:22 TracRoadmap edited by trac
(diff)
03:22 TracRevisionLog edited by trac
(diff)
03:22 TracRepositoryAdmin edited by trac
(diff)
03:22 TracReports edited by trac
(diff)
03:22 TracQuery edited by trac
(diff)
03:22 TracPlugins edited by trac
(diff)
03:22 TracPermissions edited by trac
(diff)
03:22 TracNotification edited by trac
(diff)
03:22 TracNavigation edited by trac
(diff)
03:22 TracModWSGI edited by trac
(diff)
03:22 TracModPython edited by trac
(diff)
03:22 TracLogging edited by trac
(diff)
03:22 TracLinks edited by trac
(diff)
03:22 TracInterfaceCustomization edited by trac
(diff)
03:22 TracRss edited by trac
(diff)
03:22 TracInstall edited by trac
(diff)
03:22 TracIni edited by trac
(diff)
03:22 TracImport edited by trac
(diff)
03:22 TracGuide edited by trac
(diff)
03:22 TracFineGrainedPermissions edited by trac
(diff)
03:22 TracFastCgi edited by trac
(diff)
03:22 TracEnvironment edited by trac
(diff)
03:22 TracChangeset edited by trac
(diff)
03:22 TracCgi edited by trac
(diff)
03:22 TracBrowser edited by trac
(diff)
03:22 TracBatchModify edited by trac
(diff)
03:22 TracBackup edited by trac
(diff)
03:22 TracAdmin edited by trac
(diff)
03:22 TracAccessibility edited by trac
(diff)
03:22 TitleIndex edited by trac
(diff)
03:22 SandBox created by trac
03:22 RecentChanges edited by trac
(diff)
03:22 PageTemplates edited by trac
(diff)
03:22 InterWiki edited by trac
(diff)
03:22 InterTrac edited by trac
(diff)
03:22 CamelCase created by trac
00:12 Changeset in rtems [90f54b0e]5 by David Gibson <david@…>
libfdt: Add fdt_setprop_empty() Device trees can contain empty (zero length) properties, which are often used as boolean flags. These can already be created using fdt_setprop() passing a length of zero and a pointer which is ignored. It is safe to pass NULL, but that may not be obvious from the interface. To make it clearer, add an fdt_setprop_empty() helper macro. Signed-off-by: David Gibson <david@…>

02/23/17:

23:51 Changeset in rtems [6dbbd277]5 by David Gibson <david@…>
libfdt: Remove undefined behaviour setting empty properties The standard way of setting an empty property using libfdt is: fdt_setprop(fdt, nodeoffset, propname, NULL, 0); However, the implementation of this includes an unconditional: memcpy(prop->data, NULL, 0); Which although it will be a no-op (which is what we want) on many platforms is technically undefined behaviour. Correct this, so that when passing a 0 length, passing a NULL pointer as the value to fdt_setprop() is definitely safe. This should quiet static checkers which complain about this. Signed-off-by: David Gibson <david@…>
15:33 Changeset in rtems [f600458d]5 by Martin Aberg <maberg@…>
leon, clock: new driver manager clock driver - Compatible with SMP - Selects timecounter depending on features available - Fixes problem with time going to fast on SMP This is an implementation of the RTEMS "clockdrv_shell" interface for LEON2/3/4 systems using the Driver Manager. It is clock hardware agnostic and compatible with SMP and UP. Availability of free running counters is probed and selected as needed. GR740: RTEMS TESTSUITE FAILURE SUMMARY Result Test ExecRes? ConsoleRes? ExitCode1 ExitCode2 FAIL: ./fstests/imfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/jffs2_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mdosfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mimfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mrfs_fsscandir01 OK FAIL 5 0 FAIL: ./psxtests/psxshm01 FAIL FAIL N/A N/A FAIL: ./psxtests/psxshm02 FAIL FAIL N/A N/A FAIL: ./sptests/spinternalerror01 OK N/A -559038737 1611526157 FAIL: ./sptests/sptimecounter01 OK N/A 5 0 SUMMARY Tests failing: 9 Tests successful: 578 --- GR712RC: RTEMS TESTSUITE FAILURE SUMMARY Result Test ExecRes? ConsoleRes? ExitCode1 ExitCode2 FAIL: ./smptests/smpipi01 FAIL FAIL N/A N/A FAIL: ./smptests/smpthreadlife01 FAIL FAIL N/A N/A FAIL: ./fstests/imfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/jffs2_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mdosfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mimfs_fsscandir01 OK FAIL 5 0 FAIL: ./fstests/mrfs_fsscandir01 OK FAIL 5 0 FAIL: ./psxtests/psxshm01 FAIL FAIL N/A N/A FAIL: ./psxtests/psxshm02 FAIL FAIL N/A N/A FAIL: ./sptests/spinternalerror01 OK N/A -559038737 1611526157 FAIL: ./sptests/sptimecounter01 OK N/A 5 0 SUMMARY Tests failing: 11 Tests successful: 576
14:43 Changeset in rtems [a165a96]5 by Sebastian Huber <sebastian.huber@…>
termios: Make write POSIX compatible Currently only blocking read/write operations are implemented. A blocking write must transfer at least one character. It should not wait for the device for the second character and so on. Close #2917.
14:19 Changeset in rtems [c41b47e3]5 by Sebastian Huber <sebastian.huber@…>
termios: Introduce doTransmit()
13:04 Changeset in rtems [5244d31e]5 by Sebastian Huber <sebastian.huber@…>
termios: Simplify oproc() Call rtems_termios_puts() only once. Adjust column in one place.
10:35 Changeset in rtems [9fa0f54]5 by Sebastian Huber <sebastian.huber@…>
termios: Change receive callback invocation Call the receive callback in case a read will succeed without to block. This enables the use of the receive callback for a poll() and select() support. Increase raw input buffer size to allow buffering of one line. Close #2916.
09:35 Changeset in rtems [9f69ac2]5 by Sebastian Huber <sebastian.huber@…>
termios: Ignore carriage return early if desired In case carriage return characters should be ignored in the input (IGNCR), then drop them early before they reach the raw input buffer. This makes it easier to calculate the content size of the raw input buffer.
09:06 Changeset in rtems [0e8d2055]4.11 by Sebastian Huber <sebastian.huber@…>
termios: Protect raw input buffer with device lock Use the device lock to protect the raw input buffer management, e.g. tail, head and buffer content updates. Update #2914.
09:06 Changeset in rtems [bb087cb0]5 by Sebastian Huber <sebastian.huber@…>
termios: Protect raw input buffer with device lock Use the device lock to protect the raw input buffer management, e.g. tail, head and buffer content updates. Close #2914.
08:38 Changeset in rtems [49d8f653]5 by Sebastian Huber <sebastian.huber@…>
termios: Change tty_rcvwakeup to bool Optimize callout invocation check.
08:12 Changeset in rtems [35a3d815]4.11 by Sebastian Huber <sebastian.huber@…>
termios: Simplify rtems_termios_read_tty() Remove dead code. Update #2914.
08:12 Changeset in rtems [d60c2d79]5 by Sebastian Huber <sebastian.huber@…>
termios: Simplify rtems_termios_read_tty() Remove dead code. Update #2914.
00:34 Changeset in rtems [638948c]5 by Colin Ian King <colin.king@…>
jffs2: fix spelling mistake: "requestied" -> "requested" trivial fix to spelling mistake in JFFS2_ERROR message Signed-off-by: Colin Ian King <colin.king@…> [Brian: also fix 'an' -> 'a'] Signed-off-by: Brian Norris <computersforpeace@…>

02/22/17:

10:49 Changeset in rtems-libbsd [5e093a5]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
SLEEPQUEUE(9): Fix absolute timeouts The FreeBSD kernel timeouts are always based on the uptime. Thus, we have to use the relative watchdog. C_ABSOLUTE just means that the timeout value is already an uptime value. https://lists.freebsd.org/pipermail/freebsd-hackers/2017-February/050572.html
08:01 Changeset in rtems [11f0d52]5 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Add interrupt support to UART
06:09 Changeset in rtems-docs [c1dddac]5 by Sebastian Huber <sebastian.huber@…>
Move extensions to common conf.py

02/21/17:

14:26 Changeset in rtems-libbsd [045ff6e]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Add poll() and select() support for Termios
14:25 Changeset in rtems [3398602]5 by Sebastian Huber <sebastian.huber@…>
Add rtems_interrupt_server_request_submit() This function may be used to do a two-step interrupt processing. The first step is done in interrupt context which calls this function. The second step is then done in the context of the interrupt server.
11:57 Changeset in rtems-libbsd [631fb98]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
netshell01: Add license, fix format
11:10 Changeset in rtems [c54769e7]5 by Sebastian Huber <sebastian.huber@…>
spextensions01: Fix extension create order Update #2692.
09:30 Changeset in rtems [6b2fcc4]5 by Sebastian Huber <sebastian.huber@…>
bsp/xilinx-zynq: Use new Termios device driver
08:14 Changeset in rtems [dfa86338]5 by Javier Jalle <javier.jalle@…>
leon, l2cache: add GR740 L2-Cache driver
08:01 Changeset in rtems [5bfeddc0]5 by Sebastian Huber <sebastian.huber@…>
termios: Add kqueue() and poll() support Real implementation is provided by libbsd.
07:58 Changeset in rtems [c833970]5 by Sebastian Huber <sebastian.huber@…>
score: Add RTEMS_WEAK_ALIAS()
07:34 Changeset in rtems-libbsd [2a5d001]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
C11/C++11 are the default for the RTEMS 4.12 GCC
07:34 Changeset in rtems-libbsd [284ff16]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
Update due to configuration API changes

02/20/17:

06:23 Changeset in rtems-docs [7ba0479]5 by Sebastian Huber <sebastian.huber@…>
Render math via JavaScript? in HTML output
Note: See TracTimeline for information about the timeline view.