Files
u-boot/include
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-12-30 15:48:36 -07:00
2025-12-17 10:51:23 -07:00
2025-11-11 04:09:41 -07:00
2025-12-07 17:18:57 -07:00
2025-09-28 14:32:36 -06:00
2025-12-20 09:56:13 -07:00
2025-11-12 08:40:05 -07:00
2025-12-07 11:53:55 -07:00
2025-12-27 13:35:43 -07:00
2025-12-27 13:35:43 -07:00
2025-11-19 19:51:46 -07:00
2025-12-24 05:17:05 -07:00
2025-10-24 08:47:38 +01:00
2025-11-17 06:59:47 -07:00
2025-09-22 11:23:05 -06:00
2025-09-15 03:26:57 -06:00