Timeline



11/06/20:

17:50 Changeset in rtems-central [bf90abb] by Sebastian Huber <sebastian.huber@…>
interface: Substitute group descriptions
16:09 Changeset in rtems-central [0587c47] by Sebastian Huber <sebastian.huber@…>
spec: Review application configuration API
14:34 Ticket #4173 (atsam BSP: SD/MMC driver doesn't work any more) created by Christian Mauderer
Cloned from #4172: ---- The SD/MMC driver of the atsam BSP causes the …
14:33 Ticket #4172 (atsam BSP: SD/MMC driver doesn't work any more) created by Christian Mauderer
The SD/MMC driver of the atsam BSP causes the system to crash. Reason …
10:12 Changeset in rtems-docs [238789d] by Sebastian Huber <sebastian.huber@…>
eng: Rework and clarify Doxygen Guidelines
08:53 Changeset in rtems-libbsd [182aac3] by Christian Mauderer <christian.mauderer@…>
if_ffec: Fix cache handling on tx With the previous fix, it could happen that the end of the packet hasn't been flushed. For example assume the following addresses: ds_addr: 0x81c804A ds_len: 0x57 In that case the data ends at 0x81c80a1. But due to the rounding the area from 0x81c8040 to 0x81c80a0 would have been flushed. This fix now first calculates the start and end address, aligns these addresses and then recalculates the len that has to be flushed. Update #4180
08:53 Changeset in rtems-libbsd [a58f553]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
if_ffec: Fix cache handling on tx With the previous fix, it could happen that the end of the packet hasn't been flushed. For example assume the following addresses: ds_addr: 0x81c804A ds_len: 0x57 In that case the data ends at 0x81c80a1. But due to the rounding the area from 0x81c8040 to 0x81c80a0 would have been flushed. This fix now first calculates the start and end address, aligns these addresses and then recalculates the len that has to be flushed. Update #4180
08:21 Changeset in rtems-docs [64323c3] by Sebastian Huber <sebastian.huber@…>
eng: Move code formatting rules into one section Clarify the 80 character limit. Change the line continuation indent level.

11/05/20:

20:16 Ticket #4123 (rtems-bsps needs to be switched to look at waf info for BSPs) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 4cd885c/rtems: […]
20:02 Changeset in rtems [1cbe577] by Kinsey Moore <kinsey.moore@…>
spec/aarch64: Only apply SUBALIGN(4) to ILP32 The SUBALIGN(4) required on rtemsroset and rtemsrwset for ILP32 builds was previously present on LP64 builds and causes no issues within RTEMS, but causes relocation/alignment issues when building libbsd. This restricts those alignment changes to ILP32 builds.
19:27 Changeset in rtems [0c7bb0e] by Kinsey Moore <kinsey.moore@…>
spec/aarch64: Ensure that libbsd can build properly These files are required for libbsd to build against the AArch64 A53 BSPs.
18:39 Changeset in rtems-docs [b0b6c0c] by Sebastian Huber <sebastian.huber@…>
eng: Clarify "Coding Conventions" introduction
18:38 Changeset in rtems-docs [dc345cf] by Sebastian Huber <sebastian.huber@…>
eng: Clarify "Source Documentation" section
18:24 Changeset in rtems-docs [c694df1] by Sebastian Huber <sebastian.huber@…>
eng: Add header file conventions
15:58 Changeset in rtems [6cf0c559] by Sebastian Huber <sebastian.huber@…>
build: Place cache file in output directory This improves support for the --out option. Previously, the cache file was placed in the source directory under "build/...". Now, it is placed in the output directory, which is "build" by default. So, if you don't use the --out option nothing changes. However, if you use the --out option, then the cache file is placed under the specified directory.
15:27 Changeset in rtems-docs [3c896b9] by Sebastian Huber <sebastian.huber@…>
eng: Remove "Generating a Tools Patch" This section is probably some left over stuff from CVS times. The topic is already covered by the "Software Development (Git Users)" section.
10:44 Changeset in rtems-central [354ad67] by Sebastian Huber <sebastian.huber@…>
glossary: Remove global state Initialize the dictionaries each time the glossary() function is called.
08:56 Changeset in rtems [350bba7a] by Sebastian Huber <sebastian.huber@…>
sparc: Add SPARC_INTERRUPT_SOURCE_TO_TRAP() Update #4171.
08:50 Changeset in rtems [82811477] by Sebastian Huber <sebastian.huber@…>
sparc: Add SPARC_INTERRUPT_TRAP_TO_SOURCE() Update #4171.
08:32 Changeset in rtems [b7271f8] by Sebastian Huber <sebastian.huber@…>
sparc: Add SPARC_IS_INTERRUPT_TRAP() Update #4171.
08:23 Changeset in rtems [2c467ec] by Sebastian Huber <sebastian.huber@…>
sparc: Move SPARC-specific macros to sparc.h Clarify Doxygen comments. Fix formatting. Update #4171.

11/04/20:

16:20 Ticket #4171 (sparc: Remove set_vector() function) created by Sebastian Huber
The […] is an unsafe interface since it works with incompatible …
13:06 Changeset in rtems [064a1d7] by Tom Rini <trini@…>
libfdt: Check for 8-byte address alignment in fdt_ro_probe_() The device tree must be loaded in to memory at an 8-byte aligned address. Add a check for this condition in fdt_ro_probe_() and a new error code to return if we are not. Signed-off-by: Tom Rini <trini@…> Message-Id: <20201104130605.28874-1-trini@…> Signed-off-by: David Gibson <david@…>
08:50 Ticket #4170 (Raspberry Pi booting files from master branch not working) created by Miguel Garcia-Gordillo
In order to execute an RTEMS 5.1 image in a Raspberry Pi 2, …

11/03/20:

10:21 Changeset in rtems [6cece585] by Christian Mauderer <christian.mauderer@…>
bsps/imx: Move imx-gpio to arm/shared Update #4180

11/02/20:

18:43 Changeset in rtems [4cd885c] by Sebastian Huber <sebastian.huber@…>
rtems-bsps: Use build specification items Close #4123.
16:36 Changeset in rtems [f435bdd5] by Sebastian Huber <sebastian.huber@…>
dl06: Do not include loaded objs in base image
13:50 Changeset in rtems-libbsd [5cb4146] by Christian Mauderer <christian.mauderer@…>
imxrt: Add support Update #4180
13:50 Changeset in rtems-libbsd [9cd2890]6-freebsd-12 by Christian Mauderer <christian.mauderer@…>
imxrt: Add support Update #4180
12:02 Changeset in rtems [d907c22] by Sebastian Huber <sebastian.huber@…>
powerpc: Add support for VRSAVE The VRSAVE feature of the Altivec unit can be used to reduce the amount of Altivec registers which need to be saved/restored during interrupt processing and context switches. In order to use the VRSAVE optimization a corresponding multilib (-mvrsave) is required, see GCC configuration. The -mvrsave option must be added to the ABI_FLAGS of the BSP. Currently only the -mcpu=e6500 based QorIQ BSP support this optimization. Update #4712.
06:11 Changeset in rtems-source-builder [3d88829] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain

11/01/20:

14:24 Changeset in rtems [4c2d5f2] by Jiri Gaisler <jiri@…>
Add correct link address for griscv waf build

10/30/20:

02:22 Ticket #4169 (Link problem of C++ tests when using libpci in BSP) closed by Jan Sommer <jan.sommer@…>
fixed: In f84c4a5/rtems: […]

10/29/20:

18:40 Changeset in rtems [a151ee1] by Kinsey Moore <kinsey.moore@…>
bsps: Move ARM GICv2 driver to bsps/shared This moves the ARM GICv2 driver to bsps/shared to be usable by AArch64 code.
13:19 Ticket #4169 (Link problem of C++ tests when using libpci in BSP) created by Jan Sommer
When using libpci in a custom BSP we experienced linking problems for …
13:11 Changeset in rtems [da9cc0b] by Jan Sommer <jan.sommer@…>
confdefs: Add extern C guards to libpci.h
13:11 Changeset in rtems [f84c4a5]5 by Jan Sommer <jan.sommer@…>
confdefs: Add extern C guards to libpci.h Closes #4169
06:57 Ticket #4168 (Source builder failed due to Python relative import in non-package ...) created by andi
The Python version used is 2.7.17. Traceback (most recent call last): …

10/28/20:

16:14 Ticket #4167 (Coverity Scan Does Not Run on rtems6) created by Joel Sherrill
This is a ticket to note that Coverity does not appear to like the gcc …
15:03 Changeset in rtems-source-builder [4c5af1f] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain
13:14 Changeset in rtems-central [30b294c] by Sebastian Huber <sebastian.huber@…>
items: Add Link.setitem()
13:04 Ticket #4166 (rtems-bsp-builder: Add way to select rtems version (6 vs 7)) created by Joel Sherrill
When testing the RTEMS master, one can use the rtems6 or rtems7 tools. …
12:25 Changeset in rtems [6823943] by Sebastian Huber <sebastian.huber@…>
score: Fix unused parameter 'lock' warning
07:17 Changeset in rtems-central [9bf147c] by Sebastian Huber <sebastian.huber@…>
specverify: Fix type annotation
07:14 Changeset in rtems-central [21f7873] by Sebastian Huber <sebastian.huber@…>
venv: Update mypy
06:58 Changeset in rtems-central [f0735bb] by Sebastian Huber <sebastian.huber@…>
items: Add ItemCache?.updates
06:44 Changeset in rtems-central [88ed098] by Sebastian Huber <sebastian.huber@…>
items: Detect file removals in item cache
05:36 Changeset in rtems [eebad5f] by Sebastian Huber <sebastian.huber@…>
build: Improve cache handling Check the directory modification time to notice file removals.
05:34 Changeset in rtems [b052e3a] by Sebastian Huber <sebastian.huber@…>
build: Report caching errors The ctx.fatal() method uses an exception to stop the build. Do not catch it.

10/27/20:

09:00 Changeset in rtems [e00f443] by Christian Mauderer <christian.mauderer@…>
imx: Move imx_iomux to arm/shared Update #4180
06:54 Changeset in rtems-central [535fe18] by Sebastian Huber <sebastian.huber@…>
modules: Update rsb
06:51 Ticket #3910 (Add BSP for STM32H7) closed by Sebastian Huber <sebastian.huber@…>
fixed: In 8fe0da2/rtems-docs: […]
06:50 Changeset in rtems-docs [8fe0da2] by Sebastian Huber <sebastian.huber@…>
user: Add arm/stm32h7 Close #3910.
06:49 Changeset in rtems-docs [1736aea] by Sebastian Huber <sebastian.huber@…>
user: Rename files to match the chapter index
05:28 Ticket #4164 (Fix NVMe disk synchronization and media block handling) closed by Sebastian Huber
fixed
05:27 Ticket #4165 (Fix NVMe disk synchronization and media block handling (cloned)) closed by Sebastian Huber
fixed
05:24 Ticket #4165 (Fix NVMe disk synchronization and media block handling (cloned)) created by Sebastian Huber
Cloned from #4164.
05:24 Ticket #4164 (Fix NVMe disk synchronization and media block handling) created by Sebastian Huber

10/26/20:

15:26 Changeset in rtems [f085957] by Kinsey Moore <kinsey.moore@…>
bsps: Move zynq-uart to bsps/shared This moves the zynq-uart driver from bsps/arm/shared to bsps/shared to accomodate use by AArch64 BSPs.
14:09 Changeset in rtems [db94626b] by Sebastian Huber <sebastian.huber@…>
bsp/leon3: Updat due to API changes
13:34 Changeset in rtems-source-builder [5f4fd63] by Sebastian Huber <sebastian.huber@…>
6/7: Update unstable RTEMS 6/7 tool chain
12:55 Changeset in rtems-central [79b2fcd] by Sebastian Huber <sebastian.huber@…>
glossary: Make project glossary optional
12:54 Changeset in rtems-central [4fe26dc] by Sebastian Huber <sebastian.huber@…>
glossary: Support custom glossary headers
12:52 Changeset in rtems-central [7ceb7ca] by Sebastian Huber <sebastian.huber@…>
glossary: Find term plurals
12:51 Changeset in rtems-central [dec8e25] by Sebastian Huber <sebastian.huber@…>
sphinxcontent: Support recursive mappings
12:50 Changeset in rtems-central [be446d0] by Sebastian Huber <sebastian.huber@…>
spec: Move glossary specification Move the glossary specification to the general specification to make it reusable.

10/24/20:

14:43 Changeset in rtems [b4c29b5] by Jiri Gaisler <jiri@…>
Add networking support for griscv bsp * Only GRETH device supported for now * Fix endian problem in GRETH driver * Remove SPARC assembly from greth.c * Builds with both autoconf and waf
10:22 Changeset in rtems-central [d4c5e4d] by Sebastian Huber <sebastian.huber@…>
Move glossary of terms to separate directory This makes the glossary reusable in other specification domains.
10:12 Changeset in rtems-docs [abc9c44] by Sebastian Huber <sebastian.huber@…>
eng: Replace spec2doc.py with spec2modules.py Update #3715.
10:11 Changeset in rtems-central [076a452] by Sebastian Huber <sebastian.huber@…>
spec2modules.py: Merge spec2doc.py, spec2rtems.py
10:07 Changeset in rtems-central [9b358db] by Sebastian Huber <sebastian.huber@…>
items: Add Item.cache

10/23/20:

12:37 Ticket #4163 (Error in documentation regarding C/C++ large comment styles) created by Andrew Butterfield
In the RTEMS Software Engineering manual, Sec 6.3.2.1 …
10:51 Changeset in rtems-central [a181ed6] by Sebastian Huber <sebastian.huber@…>
specverify: Add SpecVerify?.verify()
10:50 Changeset in rtems-central [0355901] by Sebastian Huber <sebastian.huber@…>
specverify: Add SpecVerify?.verify_all() Introduce a VerifyStatus? tuple with an aggregated verify status.
09:01 Changeset in rtems-central [4319cd1] by Sebastian Huber <sebastian.huber@…>
specverify: Introduce SpecVerifier? class
08:41 Changeset in rtems-central [7a76fae] by Sebastian Huber <sebastian.huber@…>
items: Add ItemCache?.add_volatile_item()
Note: See TracTimeline for information about the timeline view.