Timeline
Apr 9, 2018:
- 11:11 PM Ticket #3083 (parallel make not working) closed by Chris Johns
- fixed: This has been fixed with the switch to real parallel building of sub-directories, the removal of pre-installed header files, and now the testsuite has been refactored to use one nested make call per test group. See: 1. 2afb22b7/rtems 2. 900c4073/rtems
- 11:11 PM Ticket #3386 (Trac's git changeset browsing is suspect.) created by Chris Johns
- It is critical this interface works because we have moved to Trac for …
- 10:47 PM Ticket #3383 (Require --enable-rtemsbsp with --enable-smp or --enable-multiprocessor) closed by Chris Johns
- fixed: See e1664027/rtems for the changeset.
- 10:22 PM Ticket #3385 (Generate an error if RTEMS's gcc is not found when the user runs configure) closed by Chris Johns <chrisj@…>
- fixed: In 9f6f026/rtems: […]
- 9:40 AM Changeset in rtems [b606998] by Sebastian Huber <sebastian.huber@…>
- bsp/genmcf548x: Fix IRQ support This patch is a part of the BSP source reorganization. Update #3285.
- 9:37 AM Changeset in rtems [01d34a3] by Sebastian Huber <sebastian.huber@…>
- bsp/csb337: Fix umon support This patch is a part of the BSP source reorganization. Update #3285.
- 6:36 AM Changeset in rtems [e1664027] by Chris Johns <chrisj@…>
- Require the user to provide a BSP list when build SMP or MP. Close 3383.
- 6:18 AM Changeset in rtems [9f6f026] by Chris Johns <chrisj@…>
- Generate an error if no valid gcc is found when configure runs. Close #3385.
- 6:15 AM Ticket #3385 (Generate an error if RTEMS's gcc is not found when the user runs configure) created by Chris Johns
- Generate an error when the user runs configure if one cannot be found …
- 6:09 AM Ticket #3384 (Prefer int for int32_t) created by Sebastian Huber
- Common systems like Linux and FreeBSD define int32_t to int. This …
- 6:06 AM Ticket #3383 (Require --enable-rtemsbsp with --enable-smp or --enable-multiprocessor) created by Chris Johns
- There is a limited number of BSPs that support SMP or MP so using the …
- 4:56 AM Changeset in rtems [1ce7bcb] by Chris Johns <chrisj@…>
- Allow rtems-bsps to be run from any path.
- 4:37 AM Changeset in rtems [9e36910] by Sebastian Huber <sebastian.huber@…>
- NFS: Remove support for cexp Avoid use of RTEMS_RELLDFLAGS. Close #3390.
- 3:47 AM Changeset in rtems [cb7b4dc4] by Chris Johns <chrisj@…>
- bsp/lpc24xx: Exclude iconv POSIX tests. These are now built to executables and are too large for this BSP. This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:46 AM Changeset in rtems [ee3d7dcb] by Chris Johns <chrisj@…>
- testsuites: Remove the test check from the subdir support. Leave the parallel support so each test group builds in parallel. Update #3382
- 3:45 AM Changeset in rtems [cc14545e] by Chris Johns <chrisj@…>
- testsuite/tmtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:45 AM Changeset in rtems [bc06753] by Chris Johns <chrisj@…>
- testsuite/sptests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:44 AM Changeset in rtems [8074fa0b] by Chris Johns <chrisj@…>
- testsuite/smptests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:44 AM Changeset in rtems [d027e6bb] by Chris Johns <chrisj@…>
- testsuite/samples: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:43 AM Changeset in rtems [590a5809] by Chris Johns <chrisj@…>
- testsuite/irhealstone: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:42 AM Changeset in rtems [dfc57eb] by Chris Johns <chrisj@…>
- testsuite/psxtmtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:42 AM Changeset in rtems [2a99a6a] by Chris Johns <chrisj@…>
- testsuite/psxtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:41 AM Changeset in rtems [3206879f] by Chris Johns <chrisj@…>
- testsuite/mptests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:40 AM Changeset in rtems [8967e5f] by Chris Johns <chrisj@…>
- testsuite/fstests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:39 AM Changeset in rtems [5c65b98] by Chris Johns <chrisj@…>
- testsuite/libtests: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
- 3:35 AM Changeset in rtems [32f2629b] by Chris Johns <chrisj@…>
- testsuite/benchmarks: Merged nested Makefile.am files into one Makefile.am This change is part of the testsuite Makefile.am reorganization. Update #3382
Apr 8, 2018:
- 10:18 PM Changeset in rtems [18f77699] by Chris Johns <chrisj@…>
- testsuite: Autoconf test check support. The autoconf function checks the state of a test for the BSP and controls the building of the test. This change is part of the testsuite Makefile.am reorganisation. Update #3382
Apr 7, 2018:
- 5:46 PM Changeset in rtems [1032bf9] by Sebastian Huber <sebastian.huber@…>
- bsp/mvme5500: Avoid RTEMS_RELLDFLAGS
- 5:38 PM Changeset in rtems [b46f943c] by Sebastian Huber <sebastian.huber@…>
- bsp/motorola_powerpc: Move polled_io.c This file was used by this BSP only. Avoid RTEMS_RELLDFLAGS. This patch is a part of the BSP source reorganization. Update #3285.
- 5:28 PM Changeset in rtems [efb893f] by Sebastian Huber <sebastian.huber@…>
- bsp/beatnik: Avoid RTEMS_RELLDFLAGS Avoid extra CPPFLAGS.
Apr 6, 2018:
- 10:35 PM Changeset in rtems-source-builder [defa958] by Amaan Cheval <amaan.cheval@…>
- x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc) Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for gcc targeting x86_64. Corresponding gcc commit: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=602fa1e9d3ea5e87d4d6e17e3e91fc2647e42da3
- 10:24 PM Changeset in rtems-source-builder [8e76390] by Amaan Cheval <amaan.cheval@…>
- x86_64/gcc: Add gcc patch for LIB_SPEC (rtems.h in gcc) Adds -qnolinkcmds, -qrtems, and defaults to pass to linker, for gcc targeting x86_64. Corresponding gcc commit: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=602fa1e9d3ea5e87d4d6e17e3e91fc2647e42da3
- 12:07 PM Changeset in rtems_waf [f490cd3] by Christian Mauderer <christian.mauderer@…>
- Fix bsp_init hook.
- 8:35 AM Changeset in rtems-libbsd [854427b]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- waf: Add configurations with different modules. Update #3351
- 7:42 AM Changeset in rtems-libbsd [494b156]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- waf: Remove module without sources. There are no imported sources for a number of modules. Some of them doesn't even have the right paths for freebsd-org anymore. Therefore this patch removes the following modules: - dev_usb_add_on - dev_usb_bluetooth - dev_usb_controller_add_on - dev_usb_misc - dev_usb_storage_add_on - dev_usb_template - dev_nic_cs Update #3351
- 7:37 AM Changeset in rtems-libbsd [fedd993]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- freebsd-to-rtems.py: Use all modules. Update #3351
- 6:54 AM Changeset in rtems_waf [4ef2f41] by Christian Mauderer <christian.mauderer@…>
- Add bsp_init hook.
Apr 5, 2018:
- 3:07 PM Changeset in rtems [b43ea9f] by Sebastian Huber <sebastian.huber@…>
- bsps: Move legacy console driver to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 2:45 PM Changeset in rtems [f0bcae38] by Sebastian Huber <sebastian.huber@…>
- bsps: Remove unused console_select_simple.c This patch is a part of the BSP source reorganization. Update #3285.
- 4:56 AM Changeset in rtems [9edb72e] by Sebastian Huber <sebastian.huber@…>
- build: Remove DISTCLEANFILES A "make distclean" is not supported. So, it makes no sense to have pure "make distclean" related stuff in the Makefile.am.
- 4:40 AM Changeset in rtems [9b7c456] by Sebastian Huber <sebastian.huber@…>
- bsps: Move generic IRQ support to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 2:46 AM Ticket #3382 (Testsuite Makefile merge to one per group of tests) created by Chris Johns
- Merge the nested Makefile.am files into a single file per group of …
Apr 4, 2018:
- 2:44 PM Changeset in rtems [d584269] by Sebastian Huber <sebastian.huber@…>
- bsps: Remove librtemsbsp.a wrapup This patch is a part of the BSP source reorganization. Update #3285.
- 2:39 PM Changeset in rtems [4b28d3c] by Sebastian Huber <sebastian.huber@…>
- bsps: Move shmdr to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 2:26 PM Changeset in rtems [d03ec77d] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Rename to shared-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 2:25 PM Changeset in rtems [6799a78] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Rename to exceptions-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 2:24 PM Changeset in rtems [0f0f249c] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Rename fpsp.am to fpsp-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 2:23 PM Changeset in rtems [82bc976] by Sebastian Huber <sebastian.huber@…>
- bsps/bfin: Rename shared.am to shared-sources.am This patch is a part of the BSP source reorganization. Update #3285.
Apr 3, 2018:
- 2:41 PM Changeset in rtems [814eccb4] by Sebastian Huber <sebastian.huber@…>
- bsps: Move VME support to bsps The VME support is only used by powerpc BSPs. This patch is a part of the BSP source reorganization. Update #3285.
- 2:24 PM Changeset in rtems [671c31fc] by Sebastian Huber <sebastian.huber@…>
- bsp: Move umon support to bsps The umon support is only used by the csb337 BSP. This patch is a part of the BSP source reorganization. Update #3285.
- 5:28 AM Changeset in rtems [8621ed38] by Sebastian Huber <sebastian.huber@…>
- bsps: Move config macros to RTEMS_BSP_CONFIGURE Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285.
- 5:20 AM Changeset in rtems [27de4e1f] by Sebastian Huber <sebastian.huber@…>
- bsps: Move libchip to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 5:09 AM Changeset in rtems [4f0dca3a] by Sebastian Huber <sebastian.huber@…>
- bsps: Move version.c and use bspopts.h This patch is a part of the BSP source reorganization. Update #3285. Update #3375.
- 5:08 AM Changeset in rtems [ce0ea6f] by Sebastian Huber <sebastian.huber@…>
- bsps: Add shared-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 4:28 AM Changeset in rtems [66b99a1] by Sebastian Huber <sebastian.huber@…>
- bsps: Add RTEMS_BSP to bspopts.h This patch is a part of the BSP source reorganization. Update #3285.
Apr 2, 2018:
- 3:18 AM Ticket #3263 (4.10: test case for starvation due to improper PIP) closed by Gedare Bloom
- fixed: Fixed in 8e1421f6e347b6346cdc327f362a7c4aae661f2d
- 3:16 AM Ticket #3359 (4.10: Improved Priority Inheritance Protocol) closed by Gedare Bloom <gedare@…>
- fixed: In b50468c/rtems: […]
Mar 31, 2018:
Mar 30, 2018:
- 6:42 PM Changeset in rtems [2d0bc83] by Sebastian Huber <sebastian.huber@…>
- build: Remove EXTRA_DIST A "make dist" is not supported. So, it makes no sense to have pure "make dist" related stuff in the Makefile.am.
Mar 29, 2018:
- 2:12 PM Ticket #3354 (PowerPC BSPs duplicate PAGE_MASK, etc redefinition) closed by Joel Sherrill <joel@…>
- fixed: In 0b8a6d7/rtems: […]
- 11:52 AM GSoC/2018 edited by Vijay Kumar Banerjee
- (diff)
Mar 28, 2018:
- 4:17 PM Changeset in rtems [0b8a6d7] by Joel Sherrill <joel@…>
- Eliminate PowerPC libcpu/page.h Started to eliminate warnings and then realized that only one one-line macro in the file was used by a few files. The rest of the file was was not needed. Eliminate the file. Closes #3354.
- 1:07 PM GSoC/2018 edited by Danxue Huang
- (diff)
- 5:19 AM Changeset in rtems-docs [fc9db4c] by Sebastian Huber <sebastian.huber@…>
- user: Do not mention "bootstrap -p" It is now obsolete and was never necessary for an RTEMS users. Update #3254.
Mar 27, 2018:
- 7:25 PM Ticket #3381 (rtems-test command line documentation appears to be out of date) created by Joel Sherrill
- https://docs.rtems.org/branches/master/user/tools/tester.html#command-l …
- 5:27 PM GSoC/2018 edited by udit agarwal
- Proposal final submitted (diff)
- 12:42 PM Changeset in rtems-libbsd [8189ea8]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- CRYPTO(4): Port to RTEMS
- 12:41 PM Changeset in rtems-libbsd [b8f7836]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- DEVFS(5): Fix warning
- 12:40 PM Changeset in rtems-libbsd [8993827]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- DEVFS(5): Properly initialize fp->f_cdevpriv
- 11:30 AM GSoC/2018 edited by Amaan Cheval
- Update submit status of final proposal (diff)
- 11:25 AM Changeset in rtems-libbsd [6600368]5-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- CRYPTO(4): Import from FreeBSD
- 11:20 AM GSoC/2018 edited by Abhinav Jain
- (diff)
- 11:07 AM Changeset in rtems [4f0dcb69] by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Fix warnings
- 11:01 AM Changeset in rtems [6ac6a5c8] by Sebastian Huber <sebastian.huber@…>
- jffs2: Do not use command line defines Update #3375.
- 7:31 AM Changeset in rtems-libbsd [a6a6d54]5-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- waf: Fix freebsd-to-rtems.py. Update #3351
- 6:12 AM Ticket #3380 (Move rtems-bin2c program to rtems-tools) created by Sebastian Huber
- The rtems-bin2c program (tools/build/rtems-bin2c.c) is exported to the …
- 6:08 AM Ticket #3379 (Remove packhex program) created by Sebastian Huber
- The packhex program ( tools/build/packhex.c) is exported to the …
- 5:57 AM Ticket #3378 (Remove unhex program) created by Sebastian Huber
- The unhex program (tools/build/unhex.c) has no license information and …
- 5:52 AM Ticket #3377 (Remove eolstrip program) created by Sebastian Huber
- The eolstrip program (tools/build/eolstrip.c) has no license …
- 5:47 AM Ticket #3376 (Remove cklength program) created by Sebastian Huber
- The cklength program (tools/build/cklength.c) has no license …
- 5:19 AM Ticket #3375 (Remove command line pre-processor defines) created by Sebastian Huber
- Command line defines defined by the build system make it difficult get …
- 4:39 AM Developer/Simulators/QEMU edited by Amaan Cheval
- Instructions on booting UEFI firmware in QEMU through OVMF (diff)
- 4:26 AM GSoC/2018 edited by Danxue Huang
- (diff)
Mar 26, 2018:
- 11:18 PM Ticket #3374 (rtems-test does not honor --mail-from argument) created by Joel Sherrill
- This is on the master but may apply to other branches. $ …
- 11:09 PM GSoC/2018 edited by Braden Elliott
- (diff)
- 10:48 PM Ticket #3373 (add confstr() method) created by Jeff Mayes
- See: …
- 10:48 PM GSoC/2018 edited by Braden Elliott
- (diff)
- 10:45 PM GSoC/2018 edited by Braden Elliott
- (diff)
- 9:08 PM GSoC/2018 edited by Braden Elliott
- (diff)
- 9:07 PM GSoC/2018 edited by Braden Elliott
- (diff)
- 8:26 PM Ticket #3372 (add tests for inttypes.h methods to RTEMS) created by salil sirotia
- These methods are defined in the POSIX standard here: …
- 6:49 PM Ticket #3371 (Add dirfd() and fdopendir() methods in dirent.h) created by salil sirotia
- When added update psxhdr section of psxtests/Makefile.am to enable the …
- 5:18 PM Ticket #2968 (newlib inttypes.h is missing some methods) closed by Joel Sherrill
- fixed: All of these methods are now present.
- 2:09 PM Changeset in rtems [549b1d6] by Sebastian Huber <sebastian.huber@…>
- Remove unused POSIX_NOT_IMPLEMENTED() declaration
- 12:15 PM GSoC/2018 edited by Danxue Huang
- (diff)
- 11:33 AM Changeset in rtems [699fee43] by Sebastian Huber <sebastian.huber@…>
- bsps: Remove libcpu This patch is a part of the BSP source reorganization. Update #3285.
- 11:25 AM Changeset in rtems [5d39512] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Remove libcpu/m68k This patch is a part of the BSP source reorganization. Update #3285.
- 11:20 AM Changeset in rtems [b54558ac] by Sebastian Huber <sebastian.huber@…>
- bsps/mcf5225x: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 11:11 AM Changeset in rtems [4d22b554] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Fix warning
- 11:08 AM Changeset in rtems [945095d] by Sebastian Huber <sebastian.huber@…>
- bsps/genmcf548x: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 10:23 AM Changeset in rtems [ddf3ea2] by Sebastian Huber <sebastian.huber@…>
- bsps/csb360: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 10:20 AM Changeset in rtems [2190bc6] by Sebastian Huber <sebastian.huber@…>
- bsps/mcf5206elite: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 10:17 AM Changeset in rtems [3cf2bf63] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Move fpsp support to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 10:10 AM Changeset in rtems [fc2ec62] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Move libcpu content to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 10:01 AM Changeset in rtems [1e23c47] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Remove unused define This patch is a part of the BSP source reorganization. Update #3285.
- 9:59 AM Changeset in rtems [f8e4755f] by Sebastian Huber <sebastian.huber@…>
- bsps/m68k: Use namespace header This patch is a part of the BSP source reorganization. Update #3285.
- 8:36 AM Changeset in rtems [1048a165] by Sebastian Huber <sebastian.huber@…>
- bsp/tqm8xx: Use shared linker command file Update #3339.
- 7:14 AM Changeset in rtems [f17df94] by Sebastian Huber <sebastian.huber@…>
- build: configure.ac is a file
- 7:04 AM Changeset in rtems [96400050] by Sebastian Huber <sebastian.huber@…>
- bsp/pc386: Remove unused RTEMS_CPU_MODEL This patch is a part of the BSP source reorganization. Update #3285.
- 6:58 AM Changeset in rtems [b1b7390] by Sebastian Huber <sebastian.huber@…>
- bsp/pc386: Fix build This patch is a part of the BSP source reorganization. Update #3285.
- 5:57 AM Changeset in rtems [11a8296] by Sebastian Huber <sebastian.huber@…>
- bsp/mvme3100: Simplify Makefile.am
- 5:52 AM Changeset in rtems [5f59e2a] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Move dec timer driver This patch is a part of the BSP source reorganization. Update #3285.
- 5:47 AM Changeset in rtems [6882be7] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Remove libcpu/powerpc This patch is a part of the BSP source reorganization. Update #3285.
- 5:43 AM Changeset in rtems [2d33672a] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Move ppc403 clock driver to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 5:18 AM Changeset in rtems [d7c232f] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Remove unused files This patch is a part of the BSP source reorganization. Update #3285.
- 5:12 AM GSoC/2018 edited by Danxue Huang
- (diff)
- 4:57 AM Changeset in rtems [4fd1ff0f] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Move AltiVec? support to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 4:24 AM Changeset in rtems [d813d9aa] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Move dec clock driver to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 4:18 AM Changeset in rtems [11fe8c59] by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Move MMU support to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 4:14 AM Changeset in rtems-libbsd [d797c5d]5-freebsd-12 by Chris Johns <chrisj@…>
- waf: Refactor libbsd.py to support per module generation. This change allows us to control the modules we want to build. Update #3351
- 4:14 AM Changeset in rtems-libbsd [f7a09b5]5-freebsd-12 by Chris Johns <chrisj@…>
- waf: Support building from libbsd.py directly from waf. Remove the need to generate a waf script. Move various pieces of data from the builder code to libbsd.py and make it configuration data. Update #3351
- 2:22 AM GSoC/2018 edited by Danxue Huang
- (diff)
Note: See TracTimeline
for information about the timeline view.