Files
Simon Glass 104ee92c32 lib: linux: Add find_bit from Linux
Add lib/find_bit.c and include/linux/find.h from Linux v6.19, trimmed
to include only the functions needed for ext4l: find_first_bit(),
find_first_zero_bit(), find_next_bit(), find_next_zero_bit() and
find_last_bit()

The following items are removed from the Linux originals:
- find.h: _and_bit, _andnot_bit, _or_bit, _nth_bit variants, wrap
  functions, clump8 functions, big-endian support, most for_each_...
  macros
- find_bit.c: Corresponding implementations, random.h include

Add wrapper functions matching sandbox's asm/bitops.h declarations
(int return type, void* addr) that call the _find_* implementations.

Build find_bit.o only for sandbox for now.

Co-developed-by: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
2025-12-30 15:48:36 -07:00
..
2025-05-01 05:56:48 -06:00
2025-05-01 05:56:48 -06:00
2025-11-12 08:40:05 -07:00
2025-12-17 10:51:23 -07:00
2025-09-11 15:19:22 -06:00
2025-02-06 23:49:28 +00:00
2025-06-27 07:50:11 -06:00
2025-02-06 23:49:28 +00:00
2025-12-30 15:48:36 -07:00
2025-02-06 23:49:28 +00:00
2025-02-06 23:49:28 +00:00
2025-12-30 15:48:36 -07:00
2025-12-17 10:51:23 -07:00
2025-12-17 10:51:23 -07:00
2025-12-24 05:17:00 -07:00
2025-05-16 06:14:22 +02:00
2025-05-16 18:17:17 +02:00