public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/8]: Fixes for ubifs build on ARM
@ 2009-07-07 13:55 Simon Kagstrom
  2009-07-07 13:56 ` [U-Boot] [PATCH 1/8]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
                   ` (7 more replies)
  0 siblings, 8 replies; 30+ messages in thread
From: Simon Kagstrom @ 2009-07-07 13:55 UTC (permalink / raw)
  To: u-boot

Hello!

This series of patches corrects some of the issues I've had with
building and using the ubifs support on ARM (and some general things).
In summary:

- move __set_bit and __clear_bit to bitops.h (was defined in ubifs.h)
- define fls for all architectures (and ffs where it was missing)
- unaligned.h was missing for ARM, add it
- use do_div from div64.h for vsprintf (avoid __udivdi3)
- use lldiv in ubifs (again to avoid __udivdi3 references)
- handle VID header offset in the ubi part command
- proper argument checking in ubifsmount

I've built and tested it on ARM (OpenRD base), but some of the patches
also affect other architectures, so please look this through!

// Simon

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2009-08-17 14:43 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-07 13:55 [U-Boot] [PATCH 0/8]: Fixes for ubifs build on ARM Simon Kagstrom
2009-07-07 13:56 ` [U-Boot] [PATCH 1/8]: Move __set/clear_bit from ubifs.h to bitops.h Simon Kagstrom
2009-07-09  8:31   ` Stefan Roese
2009-07-19  9:54   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-07 13:57 ` [U-Boot] [PATCH 2/8]: Define ffs/fls for all architectures Simon Kagstrom
2009-07-20 21:37   ` Wolfgang Denk
2009-07-07 13:58 ` [U-Boot] [PATCH 3/8]: Define test_and_set/clear_bit for ARM Simon Kagstrom
2009-07-19  9:47   ` Jean-Christophe PLAGNIOL-VILLARD
2009-07-19 12:51     ` Wolfgang Denk
2009-08-17 14:43     ` Simon Kagstrom
2009-07-07 13:58 ` [U-Boot] [PATCH 4/8]: Add unaligned.h for arm Simon Kagstrom
2009-07-09  8:42   ` Stefan Roese
2009-07-20 21:39   ` Wolfgang Denk
2009-07-07 13:59 ` [U-Boot] [PATCH 5/8]: Use do_div from div64.h for vsprintf Simon Kagstrom
2009-07-09  8:38   ` Stefan Roese
2009-07-19  6:48     ` Dirk Behme
2009-07-20 21:42   ` Wolfgang Denk
2009-07-20 21:59     ` Wolfgang Denk
2009-07-21 18:32       ` Dirk Behme
2009-07-22  5:13         ` Stefan Roese
2009-07-07 13:59 ` [U-Boot] [PATCH 6/8]: Use lldiv to avoid references to __udvidi3 on (at least) ARM Simon Kagstrom
2009-07-07 14:20   ` Stefan Roese
2009-07-07 14:29     ` Simon Kagstrom
2009-07-07 14:00 ` [U-Boot] [PATCH 7/8]: Handle VID header offset in ubi part command Simon Kagstrom
2009-07-07 14:46   ` Stefan Roese
2009-07-07 14:59     ` Simon Kagstrom
2009-07-09  7:58       ` Stefan Roese
2009-07-07 14:01 ` [U-Boot] [PATCH 8/8]: Command improvements for ubifs Simon Kagstrom
2009-07-08  9:37   ` Stefan Roese
2009-07-09 11:07   ` Stefan Roese

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox