RTEMS | cpukit: Create DHRL Library for DRAM Latency Mitigation (!1193)
Wayne Thornton (@wmthornton-dev)
gitlab at rtems.org
Fri Apr 17 21:03:56 UTC 2026
Wayne Thornton started a new discussion on spec/build/testsuites/smptests/smpdhrl01.yml: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148742
> +SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
> +build-type: test-program
> +cflags: []
> +cppflags: []
> +cxxflags: []
> +enabled-by:
> + and:
> + - RTEMS_SMP
> + - or:
> + - amd64
> + - x86_64
> +features: c cprogram
> +includes: []
> +ldflags:
Sorry for the extra commit... there was an error in the smpdhrl0x.yml files that caused the build to fail when another non-x86_64 BSP was compiling. The DHRL library would properly exclude libdhrl.a from the build, but would fail later when trying to link the tests. Modfied the enabled-by flags in the YML to ensure those are excluded as well. Tested by recompiling for ARM/Zynq and build succeeded without attempting to link non-existent tests.
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1193#note_148742
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260417/c87f608f/attachment-0001.htm>
More information about the bugs
mailing list