Timeline
04/10/18:
- 14:32 Changeset in rtems [4359c43]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Simplify source file path in Makefile.am This patch is a part of the BSP source reorganization. Update #3285.
- 10:38 Changeset in rtems [2eaea422]5 by Sebastian Huber <sebastian.huber@…>
- sptests: Fix AM_CONDITIONAL Update #3382.
- 08:08 Ticket #2490 (RSB: Use SHA512 instead of MD5) closed by Chris Johns
-
wontfix: There is 98
md5
labels in the config files. I will not fix this so I am closing it with won't fix. Please open again if this is important and then assign to someone who agrees to update the hashes to sha512. - 07:59 Changeset in rtems-source-builder [162cbda]5 by Chris Johns <chrisj@…>
-
sb/config: Terminate building on an error.
This changes the previous functionality where the RSB switch to
dry run mode. This functionality can be enabled by adding
--keep-going
. Close #3209. - 07:37 Ticket #3027 (RTEMS source builder fails when building gcc documentation with newer ...) closed by Chris Johns
- fixed
- 07:06 Changeset in rtems [c4267b1]5 by David Gibson <david@…>
- libfdt: Improve sequential write state checking When creating a tree with the sequential write functions, certain things have to be done in a certain order. You must create the memory reserve map and only then can you create the actual tree structure. The -FDT_ERR_BADSTATE return code is for if you try to do things out of order. However, we weren't checking that very thoroughly, so it was possible to generate a corrupted blob if, for example, you started calling fdt_begin_node() etc. before calling fdt_finish_reservemap(). This makes the state checking more thorough disallow that. Signed-off-by: David Gibson <david@…> Tested-by: Alexey Kardashevskiy <aik@…> Reviewed-by: Alexey Kardashevskiy <aik@…> Reviewed-by: Simon Glass <sjg@…>
- 06:28 Changeset in rtems [343f2084]5 by Chris Johns <chrisj@…>
- Updated README.
- 06:06 Changeset in rtems [aa567bc1]5 by Chris Johns <chrisj@…>
- configure: Add subdir-objects to all automake flags. This option silences warning with automake-1.16.1 allowing us to upgrade to that version. This change has been tested with automake-1.12.6 and automake-1.16.1. It seems version 1.16.1 configures slower than 1.12.6 for the same source and BSP. The newer versions is 6 second slower. Close #3387.
- 05:59 Ticket #3387 (Add subdir-objects to automake flags) created by Chris Johns
- This will be fixed by the new build system, see #3818.
- 05:30 Changeset in rtems [d13a624]5 by Chris Johns <chrisj@…>
- cpukit/mttpd: Add a callback to generate a per file HTTP etag Close #3323.
- 05:16 Changeset in rtems [b10caf8]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Remove headers from librtemsbsp_a_SOURCES This was used by the not supported "make dist". This patch is a part of the BSP source reorganization. Update #3285.
- 05:14 Ticket #3217 (Add RTEMS version, build and tools details to tests) closed by Chris Johns
- fixed
- 05:02 Changeset in rtems [9e8df1fe]5 by Chris Johns <chrisj@…>
- fstest/fsrfsbitmap01: Update RFS bitmap tests to test fixes. Add tests to check the patches for this ticket exist and are fixed. Close #3089
- 04:59 Changeset in rtems [1ce4a9e]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Fix typo in MPCI support This patch is a part of the BSP source reorganization. Update #3285.
- 04:36 Changeset in rtems [b78b814]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Avoid source variables in Makefile.am This patch is a part of the BSP source reorganization. Update #3285.
- 04:17 Changeset in rtems [6c4140c]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Avoid line continuation in Makefile.am This patch is a part of the BSP source reorganization. Update #3285.
- 04:00 Changeset in rtems-tools [b7c4753]5 by Chris Johns <chrisj@…>
- teater: Filter out an *.norun.* executables.
- 03:59 Changeset in rtems-tools [cf641a6]5 by Chris Johns <chrisj@…>
- tester: List .ini files for BSPs with --list-bsps.
- 03:59 Changeset in rtems-tools [c5286cd]5 by Chris Johns <chrisj@…>
- waf: Add getcwd() to sys.path as waf has changed.
- 01:46 Changeset in rtems-tools [252d21c]5 by Chris Johns <chrisj@…>
- bsp-builder: Collect2 messages are errors.
- 00:32 Changeset in rtems [7ff743d]5 by Chris Johns <chrisj@…>
- Generate an error if a BSP in the --enable-rtemsbsp list is not valid Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641.
04/09/18:
- 23:11 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
- 23:11 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 …
- 22:47 Ticket #3383 (Require --enable-rtemsbsp with --enable-smp or --enable-multiprocessor) closed by Chris Johns
- fixed: See e1664027/rtems for the changeset.
- 22:22 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: […]
- 09:40 Changeset in rtems [b606998]5 by Sebastian Huber <sebastian.huber@…>
- bsp/genmcf548x: Fix IRQ support This patch is a part of the BSP source reorganization. Update #3285.
- 09:37 Changeset in rtems [01d34a3]5 by Sebastian Huber <sebastian.huber@…>
- bsp/csb337: Fix umon support This patch is a part of the BSP source reorganization. Update #3285.
- 06:36 Changeset in rtems [e1664027]5 by Chris Johns <chrisj@…>
- Require the user to provide a BSP list when build SMP or MP. Close 3383.
- 06:18 Changeset in rtems [9f6f026]5 by Chris Johns <chrisj@…>
- Generate an error if no valid gcc is found when configure runs. Close #3385.
- 06:15 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 …
- 06:09 Ticket #3384 (Prefer int for int32_t) created by Sebastian Huber
- Common systems like Linux and FreeBSD define int32_t to int. This …
- 06:06 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 …
- 04:56 Changeset in rtems [1ce7bcb]5 by Chris Johns <chrisj@…>
- Allow rtems-bsps to be run from any path.
- 04:37 Changeset in rtems [9e36910]5 by Sebastian Huber <sebastian.huber@…>
- NFS: Remove support for cexp Avoid use of RTEMS_RELLDFLAGS. Close #3390.
- 03:47 Changeset in rtems [cb7b4dc4]5 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
- 03:46 Changeset in rtems [ee3d7dcb]5 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
- 03:45 Changeset in rtems [cc14545e]5 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
- 03:45 Changeset in rtems [bc06753]5 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
- 03:44 Changeset in rtems [8074fa0b]5 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
- 03:44 Changeset in rtems [d027e6bb]5 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
- 03:43 Changeset in rtems [590a5809]5 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
- 03:42 Changeset in rtems [dfc57eb]5 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
- 03:42 Changeset in rtems [2a99a6a]5 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
- 03:41 Changeset in rtems [3206879f]5 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
- 03:40 Changeset in rtems [8967e5f]5 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
- 03:39 Changeset in rtems [5c65b988]5 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
- 03:35 Changeset in rtems [32f2629b]5 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
04/08/18:
- 22:18 Changeset in rtems [18f77699]5 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
04/07/18:
- 17:46 Changeset in rtems [1032bf9]5 by Sebastian Huber <sebastian.huber@…>
- bsp/mvme5500: Avoid RTEMS_RELLDFLAGS
- 17:38 Changeset in rtems [b46f943c]5 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.
- 17:28 Changeset in rtems [efb893f]5 by Sebastian Huber <sebastian.huber@…>
- bsp/beatnik: Avoid RTEMS_RELLDFLAGS Avoid extra CPPFLAGS.
04/06/18:
- 22:35 Changeset in rtems-source-builder [defa958]5 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
- 22:24 Changeset in rtems-source-builder [8e76390]5 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
- 17:35 Changeset in rtems [4d6837d] by Brooks Davis <brooks@…>
- Move most of the contents of opt_compat.h to opt_global.h. opt_compat.h is mentioned in nearly 180 files. In-progress network driver compabibility improvements may add over 100 more so this is closer to "just about everywhere" than "only some files" per the guidance in sys/conf/options. Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of sys/compat/linux/*.c. A fake _COMPAT_LINUX option ensure opt_compat.h is created on all architectures. Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the set of compiled files. Reviewed by: kib, cem, jhb, jtl Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14941
- 17:35 Changeset in rtems [c54b13b]5 by Brooks Davis <brooks@…>
- Move most of the contents of opt_compat.h to opt_global.h. opt_compat.h is mentioned in nearly 180 files. In-progress network driver compabibility improvements may add over 100 more so this is closer to "just about everywhere" than "only some files" per the guidance in sys/conf/options. Keep COMPAT_LINUX32 in opt_compat.h as it is confined to a subset of sys/compat/linux/*.c. A fake _COMPAT_LINUX option ensure opt_compat.h is created on all architectures. Move COMPAT_LINUXKPI to opt_dontuse.h as it is only used to control the set of compiled files. Reviewed by: kib, cem, jhb, jtl Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D14941
- 12:07 Changeset in rtems_waf [f490cd3] by Christian Mauderer <christian.mauderer@…>
- Fix bsp_init hook.
- 08:35 Changeset in rtems-libbsd [854427b]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- waf: Add configurations with different modules. Update #3351
- 07:42 Changeset in rtems-libbsd [494b156]55-freebsd-126-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
- 07:37 Changeset in rtems-libbsd [fedd993]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- freebsd-to-rtems.py: Use all modules. Update #3351
- 06:54 Changeset in rtems_waf [4ef2f41] by Christian Mauderer <christian.mauderer@…>
- Add bsp_init hook.
04/05/18:
- 15:07 Changeset in rtems [b43ea9f]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Move legacy console driver to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 14:45 Changeset in rtems [f0bcae38]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Remove unused console_select_simple.c This patch is a part of the BSP source reorganization. Update #3285.
- 04:56 Changeset in rtems [9edb72e]5 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.
- 04:40 Changeset in rtems [9b7c456]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Move generic IRQ support to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 02:46 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 …
04/04/18:
- 14:44 Changeset in rtems [d584269]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Remove librtemsbsp.a wrapup This patch is a part of the BSP source reorganization. Update #3285.
- 14:39 Changeset in rtems [4b28d3c]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Move shmdr to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 14:26 Changeset in rtems [d03ec77d]5 by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Rename to shared-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 14:25 Changeset in rtems [6799a78]5 by Sebastian Huber <sebastian.huber@…>
- bsps/powerpc: Rename to exceptions-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 14:24 Changeset in rtems [0f0f249c]5 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.
- 14:23 Changeset in rtems [82bc976]5 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.
04/03/18:
- 14:41 Changeset in rtems [814eccb4]5 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.
- 14:24 Changeset in rtems [671c31fc]5 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.
- 05:28 Changeset in rtems [8621ed38]5 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.
- 05:20 Changeset in rtems [27de4e1f]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Move libchip to bsps This patch is a part of the BSP source reorganization. Update #3285.
- 05:09 Changeset in rtems [4f0dca3a]5 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.
- 05:08 Changeset in rtems [ce0ea6f]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Add shared-sources.am This patch is a part of the BSP source reorganization. Update #3285.
- 04:28 Changeset in rtems [66b99a1]5 by Sebastian Huber <sebastian.huber@…>
- bsps: Add RTEMS_BSP to bspopts.h This patch is a part of the BSP source reorganization. Update #3285.
04/02/18:
- 03:18 Ticket #3263 (4.10: test case for starvation due to improper PIP) closed by Gedare Bloom
- fixed: Fixed in 8e1421f6e347b6346cdc327f362a7c4aae661f2d
- 03:16 Ticket #3359 (4.10: Improved Priority Inheritance Protocol) closed by Gedare Bloom <gedare@…>
- fixed: In b50468c/rtems: […]
03/31/18:
03/30/18:
- 18:42 Changeset in rtems [2d0bc83]5 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.
03/29/18:
- 14:12 Ticket #3354 (PowerPC BSPs duplicate PAGE_MASK, etc redefinition) closed by Joel Sherrill <joel@…>
- fixed: In 0b8a6d7/rtems: […]
- 11:52 GSoC/2018 edited by Vijay Kumar Banerjee
- (diff)
03/28/18:
- 16:17 Changeset in rtems [0b8a6d7]5 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.
- 13:07 GSoC/2018 edited by Danxue Huang
- (diff)
- 05:19 Changeset in rtems-docs [fc9db4c]5am 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.
03/27/18:
- 19:25 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 …
- 17:27 GSoC/2018 edited by udit agarwal
- Proposal final submitted (diff)
- 12:42 Changeset in rtems-libbsd [8189ea8]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- CRYPTO(4): Port to RTEMS
- 12:41 Changeset in rtems-libbsd [b8f7836]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- DEVFS(5): Fix warning
- 12:40 Changeset in rtems-libbsd [8993827]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- DEVFS(5): Properly initialize fp->f_cdevpriv
- 11:30 GSoC/2018 edited by Amaan Cheval
- Update submit status of final proposal (diff)
- 11:25 Changeset in rtems-libbsd [6600368]55-freebsd-126-freebsd-12 by Sebastian Huber <sebastian.huber@…>
- CRYPTO(4): Import from FreeBSD
- 11:20 GSoC/2018 edited by Abhinav Jain
- (diff)
- 11:07 Changeset in rtems [4f0dcb69]5 by Sebastian Huber <sebastian.huber@…>
- bsps/riscv: Fix warnings
- 11:01 Changeset in rtems [6ac6a5c8]5 by Sebastian Huber <sebastian.huber@…>
- jffs2: Do not use command line defines Update #3375.
- 07:31 Changeset in rtems-libbsd [a6a6d54]55-freebsd-126-freebsd-12 by Christian Mauderer <christian.mauderer@…>
- waf: Fix freebsd-to-rtems.py. Update #3351
- 06:12 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 …
- 06:08 Ticket #3379 (Remove packhex program) created by Sebastian Huber
- The packhex program ( tools/build/packhex.c) is exported to the …
- 05:57 Ticket #3378 (Remove unhex program) created by Sebastian Huber
- The unhex program (tools/build/unhex.c) has no license information and …
- 05:52 Ticket #3377 (Remove eolstrip program) created by Sebastian Huber
- The eolstrip program (tools/build/eolstrip.c) has no license …
- 05:47 Ticket #3376 (Remove cklength program) created by Sebastian Huber
- The cklength program (tools/build/cklength.c) has no license …
- 05:19 Ticket #3375 (Remove command line pre-processor defines) created by Sebastian Huber
- Command line defines defined by the build system make it difficult get …
- 04:39 Developer/Simulators/QEMU edited by Amaan Cheval
- Instructions on booting UEFI firmware in QEMU through OVMF (diff)
- 04:26 GSoC/2018 edited by Danxue Huang
- (diff)
Note: See TracTimeline
for information about the timeline view.