summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* param: Add helpers to provide an enum parameterSascha Hauer2013-05-231-0/+104
* Merge branch 'for-next/param'Sascha Hauer2013-05-061-39/+263
|\
| * param: pass param to dev_remove_paramSascha Hauer2013-04-111-11/+6
| * param: remove now unused dev_[gs]et_param_ipSascha Hauer2013-04-111-17/+0
| * param: Add ip address convenience functionSascha Hauer2013-04-111-8/+87
| * param: Add integer and boolean parameter helpersSascha Hauer2013-04-111-0/+161
| * param: refactor __dev_add_paramSascha Hauer2013-04-071-13/+18
| * param: Add dev member to struct param_dSascha Hauer2013-04-061-0/+1
* | Use a common define for RW_BUF_SIZESascha Hauer2013-04-171-2/+0
|/
* of: remove unused libfdtSascha Hauer2013-03-0611-1835/+0
* of: move OFTREE Kconfig option to drivers/of/Sascha Hauer2013-03-061-4/+0
* libubi: Use global mtd_all_ff functionSascha Hauer2013-03-041-12/+1
* Merge branch 'for-next/mtd'Sascha Hauer2013-03-042-8/+8
|\
| * libmtd: rename functions from mtd_* to libmtd_*Sascha Hauer2013-02-142-8/+8
* | getopt: change optstring to const char*Alexander Aring2013-02-111-2/+2
|/
* pbl: fix IMAGE_COMPRESSION_LZO-enabled build on MIPSAntony Pavlov2013-02-051-1/+3
* Merge branch 'for-next/compile-log-level'Sascha Hauer2013-02-042-3/+3
|\
| * treewide: fix format specifiersSascha Hauer2013-01-272-3/+3
* | Merge branch 'for-next/commands'Sascha Hauer2013-02-042-0/+796
|\ \
| * | commands: add let command which supports proper arithmeticJan Luebbe2013-01-092-0/+796
* | | introduce common bootstrap codeJean-Christophe PLAGNIOL-VILLARD2013-01-227-0/+198
| |/ |/|
* | graphic_utils/fb_open: fix fbsizeJean-Christophe PLAGNIOL-VILLARD2013-01-161-1/+1
* | lib: add barebox version of libmtdWolfram Sang2012-12-193-0/+372
* | lib: add libubigenWolfram Sang2012-12-193-0/+316
* | lib: add libscanWolfram Sang2012-12-193-0/+223
* | lib: update size_human_readable to latest versionWolfram Sang2012-12-191-16/+31
* | lib: misc: add 'iB' suffixes to strtoull_suffixWolfram Sang2012-12-191-1/+4
|/
* Merge branch 'kconfig'Sascha Hauer2012-12-082-4/+4
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-082-4/+4
* | Merge branch 'for-next/ext4'Sascha Hauer2012-12-072-5/+5
|\ \
| * | filetype: Pass bufsizeSascha Hauer2012-12-032-5/+5
| |/
* / rm: implement -rSascha Hauer2012-11-293-1/+57
|/
* xymodem.c: fix compiler warningAntony Pavlov2012-11-261-1/+1
* bmp: specify we need to keep the data read from the fileJean-Christophe PLAGNIOL-VILLARD2012-11-211-0/+1
* Merge branch 'for-next/ymodem'Sascha Hauer2012-11-163-0/+601
|\
| * commands: change Y-Modem implementationRobert Jarzmik2012-11-123-0/+601
* | Merge branch 'for-next/readline'Sascha Hauer2012-11-161-11/+23
|\ \
| * | readline: fix the 'new blank line at EOF' typoAntony Pavlov2012-10-291-1/+0
| * | readline: add ctrl-w handling (cut-the-last-word)Antony Pavlov2012-10-291-0/+10
| * | readline: move backspace key handling to the DO_BACKSPACE macroAntony Pavlov2012-10-291-10/+13
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2012-11-162-1/+20
|\ \ | |/ |/|
| * progressbar: use __stringify in format stringAlexander Aring2012-10-301-1/+2
| * parameter: support removing named parametersJan Luebbe2012-10-121-0/+18
* | parameter: fix memory leakJan Luebbe2012-10-121-0/+1
|/
* gui: blit the surface on demandJean-Christophe PLAGNIOL-VILLARD2012-10-043-6/+8
* graphic_utils: introduce common fb_open/closeJean-Christophe PLAGNIOL-VILLARD2012-10-043-9/+56
* gui: introduce screen and surface to factorize and simplify codeJean-Christophe PLAGNIOL-VILLARD2012-10-043-41/+48
* graphic_utils: pass image so we can draw only the visible part of the imageJean-Christophe PLAGNIOL-VILLARD2012-10-042-4/+5
* gui: move gui file to include/gui and lib/guiJean-Christophe PLAGNIOL-VILLARD2012-10-0416-50/+56
* image_renderer: fix size typeJean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1