Files
Sebastian Huber 0462fa6b60 cpukit/libmisc: Align the device tree blob
A flattened device tree blob must start at an address which is a
multiple of eight, otherwise libfdt rejects it with FDT_ERR_ALIGNMENT.
The blob was allocated by rtems_malloc(), which provides the heap
alignment of the target.  That is four bytes on MicroBlaze, so no blob
could be loaded there at all.

Close #5708.

Assisted-by: Claude:claude-opus-5 claude-code
Signed-off-by: Sebastian Huber <sebastian.huber@embedded-brains.de>
2026-08-19 11:40:04 -05:00
..
2026-02-05 09:32:36 -06:00
2026-02-04 17:19:10 -06:00
2026-02-04 17:17:35 -06:00
2026-02-05 09:47:48 -06:00
2026-02-05 09:37:20 -06:00

libmisc

This directory contains for the "miscellaneous" library. Currently this library contains a number of useful support libraries:

  • Task Stack Overflow Checker
  • Workspace Consistency Checker
  • Task Execution Time Monitor
  • Period Statistics Monitor
  • Debug Monitor

The following ideas have been mentioned for items which could go in this library, but this list is not all inclusive:

  • there are no outstanding suggestions.

The intent of this library is to provide a home for useful utility routines which are dependent upon RTEMS.

--joel 16 Sept 97