summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+101
* image: move map_image amd unmap_image to image.cJean-Christophe PLAGNIOL-VILLARD2011-09-281-0/+121
* image: use data base addr for image_print_contents, image_multi_count/getimgJean-Christophe PLAGNIOL-VILLARD2011-09-281-16/+15
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-274-81/+5
* introduce generic memory bank handlingSascha Hauer2011-09-231-0/+18
* rename include/mem_malloc.h to include/memory.hSascha Hauer2011-09-232-2/+2
* add option LOCALVERSION to common/KconfigJan Weitzel2011-09-201-0/+9
* commands/loads.c: make it compile againAntony Pavlov2011-08-231-0/+1
* put env_push_context into postcore_initcallSascha Hauer2011-08-171-1/+1
* console: make console device a child of the hardware deviceSascha Hauer2011-08-151-0/+2
* login: add timeout supportJean-Christophe PLAGNIOL-VILLARD2011-08-111-39/+48
* remove now unnecessary HAVE_MMU from KconfigSascha Hauer2011-08-031-4/+0
* Add option DEBUG_LL to common/KconfigAntony Pavlov2011-07-271-0/+10
* drivers: move resource generic management to driver/base/resource.cJean-Christophe PLAGNIOL-VILLARD2011-07-212-47/+0
* add a add_mem_device functionSascha Hauer2011-07-183-13/+50
* startup.c: make DEBUG_LL output more usefulAntony Pavlov2011-07-181-1/+5
* Merge branch 'next'Sascha Hauer2011-07-061-0/+55
|\
| * shift and clocksourceCarlo Caione2011-06-221-0/+55
* | password: fix command support as moduleJean-Christophe PLAGNIOL-VILLARD2011-07-051-0/+7
* | menu: fix command support as moduleJean-Christophe PLAGNIOL-VILLARD2011-07-051-1/+16
|/
* fix console fifo (and loadb/loady commands)Alexey Galakhov2011-05-161-11/+16
* setenv: be robust against setenv(<var>, NULL)Peter Korsgaard2011-05-161-1/+1
* move simple_itoa to libbb so that others can use itSascha Hauer2011-04-121-14/+1
* environment: make default env path configurableSascha Hauer2011-04-122-3/+6
* add dummy_malloc functionsSascha Hauer2011-04-113-1/+44
* malloc: put common memory functions to seperate fileSascha Hauer2011-04-113-50/+72
* add noshell supportSascha Hauer2011-04-111-1/+12
* make command support optionalSascha Hauer2011-04-113-2/+7
* env: Make environment variable support optionalSascha Hauer2011-04-112-1/+6
* add block supportSascha Hauer2011-04-113-0/+270
* move version_string to seperate fileSascha Hauer2011-04-115-12/+18
* startup: we can only mount root and devfs when compiled inSascha Hauer2011-04-111-0/+2
* Merge branch 'next'Sascha Hauer2011-04-042-4/+147
|\
| * Merge branch 'master' into nextSascha Hauer2011-03-101-2/+0
| |\
| * | kallsyms/printk: enable symbol printing support (%pS)Sascha Hauer2011-03-102-4/+147
* | | defaultenv: fix empty CONFIG_DEFAULT_ENVIRONMENT_PATHJon Ringle2011-03-231-1/+3
| |/ |/|
* | module: CONFIG_COMMAND does not exist anymore, remove ifdefsSascha Hauer2011-03-101-2/+0
|/
* Merge branch 'next'Sascha Hauer2011-02-032-3/+4
|\
| * startup: make debug printing of linker variables work againSascha Hauer2011-01-171-2/+3
| * Merge branch 'master' into nextSascha Hauer2011-01-171-1/+1
| |\
| * | Init env context a bit earlier in initalization sequence.Marc Reilly2011-01-101-1/+1
* | | Fix default baudrate settingJuergen Beisert2011-01-181-1/+2
| |/ |/|
* | device tree: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
|/
* Silence few warnings.Krzysztof Halasa2010-12-211-1/+1
* Merge branch 'led' into nextSascha Hauer2010-12-214-0/+54
|\
| * Add generic poll infrastructureMarc Kleine-Budde2010-12-204-0/+54
* | console_simple: add fprintf / console_list for commands/loadb.cPeter Korsgaard2010-12-121-1/+25
|/
* parser: use debug macrosRobert Schwebel2010-11-011-28/+23
* doc: silence doxygen warningsRobert Schwebel2010-10-221-0/+4
* common/memsize.c: add missing includeSascha Hauer2010-10-211-0/+1