Files
u-boot/test/lib
Simon Glass b5b151cfb5 membuf: Support a flag for being full
At present the membuf implementation wastes a slot in the fifo so it can
detect the difference between a full and an empty buffer.

Add the option of supporting a boolean flag, if desired. For now it is
off.

The code-size penalty is non-zero, but the space penalty is small and
could be reduced on 64-bit machines by using a u32 offset for head and
tail.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-25 16:39:57 -07:00
..
2025-02-15 19:07:09 -07:00
2025-02-25 16:39:57 -07:00
2025-02-25 16:39:57 -07:00
2024-11-22 15:04:54 -06:00