summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sha1/sha256: use be32_to_cpu and cpu_to_be32Jean-Christophe PLAGNIOL-VILLARD2010-09-222-33/+6
* sha1: use unit32_t and uint8_tJean-Christophe PLAGNIOL-VILLARD2010-09-221-26/+26
* driver: use id as -1 for auto assigned idJean-Christophe PLAGNIOL-VILLARD2010-09-201-1/+1
* add sha256 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+323
* add sha1 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+400
* add md5 supportJean-Christophe PLAGNIOL-VILLARD2010-09-203-0/+321
* add digest frameworkJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+7
* device: fix dev_nameJean-Christophe PLAGNIOL-VILLARD2010-09-201-8/+6
* driver: allow register device with specific idJean-Christophe PLAGNIOL-VILLARD2010-09-171-4/+22
* vsprintf: fix wrong EXPORT_SYMBOLSascha Hauer2010-09-161-1/+1
* arm: add common clkdevJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+25
* string: add strlcpy supportJean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+26
* add rbtree support (needed for ubi)Sascha Hauer2010-07-052-0/+390
* crc32: activate crc32_no_comp (needed for jffs2 and UBI)Sascha Hauer2010-07-051-5/+6
* add progression bar functionSascha Hauer2010-06-282-0/+63
* include support for a simple pseudo number generatorSascha Hauer2010-06-222-0/+27
* rework device parametersSascha Hauer2010-06-172-79/+128
* make panic and hang __noreturn functionsSascha Hauer2010-03-301-1/+1
* add process_escape_sequence functionSascha Hauer2010-03-303-0/+82
* add snprintf functionSascha Hauer2010-03-301-0/+12
* add unlzo supportSascha Hauer2010-03-309-0/+731
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-1/+1
* Remove obsolete comment referring to CFG_CMD_JFFS2.Robert P. J. Day2009-12-211-1/+1
* vsprintf: Only define PAGE_SIZE if not already definedSascha Hauer2009-12-181-0/+2
* Remove unnecessary casts in key definesSascha Hauer2009-12-182-4/+4
* read_key: Use ARRAY_SIZE instead of hardcoded valueSascha Hauer2009-12-181-1/+1
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-157-16/+16
* Fix some exported namesJuergen Beisert2009-12-111-2/+2
* list: remove duplicated list.hSascha Hauer2009-11-032-2/+2
* commands: remove maxargsSascha Hauer2009-10-191-1/+0
* stringlist: Fix printing on smaller consolesSascha Hauer2009-10-151-3/+4
* readline: Allow only ascii and printable charactersSascha Hauer2009-09-291-2/+4
* add xstrdup functionSascha Hauer2009-09-251-0/+10
* make copy_file() globally availableSascha Hauer2009-09-252-1/+59
* Move the parameter's documentation where it belongs toJuergen Beisert2009-07-311-0/+67
* get rid of device idsSascha Hauer2009-07-211-54/+27
* Get rid of DEVICE_TYPE_FS usageSascha Hauer2009-07-211-4/+0
* introduce cdevSascha Hauer2009-07-211-71/+23
* vsprintf: Update to latest kernel versionSascha Hauer2009-06-101-156/+366
* Add notifier frameworkSascha Hauer2009-05-132-0/+61
* use bus remove functionSascha Hauer2009-04-071-1/+1
* driver: do not match for devices which already have a driverSascha Hauer2009-04-071-0/+3
* fix compiler warningSascha Hauer2009-04-071-2/+2
* we need different bus typesSascha Hauer2009-04-073-7/+79
* driver.c: set errnoSascha Hauer2009-04-061-0/+1
* Shutdown U-Boot before starting an OSSascha Hauer2009-03-191-0/+14
* Introduce dev_* and pr_* functionsSascha Hauer2008-10-311-0/+12
* string: add typechecking for strchr, strrchr, strstrSascha Hauer2008-08-201-4/+4
* Fix string_to_ipSascha Hauer2008-08-201-1/+6
* parameter: set errno in dev_set_paramSascha Hauer2008-08-201-2/+4