summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* add file detection supportSascha Hauer2011-11-292-0/+100
* bootm: fix various memory leaksSascha Hauer2011-11-291-0/+1
* introduce some env helpersSascha Hauer2011-11-291-0/+22
* factor out iminfo commandSascha Hauer2011-11-291-1/+1
* Merge branch 'work/magicvars' into nextSascha Hauer2011-11-291-0/+8
|\
| * hush: Add magicvarsSascha Hauer2011-11-291-0/+8
* | Merge branch 'master' into nextSascha Hauer2011-11-293-11/+14
|\|
| * password: remove not used variable 'second'Jean-Christophe PLAGNIOL-VILLARD2011-11-221-2/+1
| * Merge branch 'sent/assorted-fixes'Sascha Hauer2011-11-171-2/+1
| |\
| | * export: do not fail on already exported variableSascha Hauer2011-11-091-2/+1
| * | fix fprintf prototype and return valueSascha Hauer2011-11-111-3/+2
| * | console: fix return values of puts functionsSascha Hauer2011-11-111-4/+10
* | | DISK: Add common partition handling for disk like mediaJuergen Beisert2011-11-283-0/+220
|/ /
* | oftree: add fixup for memory nodesSascha Hauer2011-10-191-0/+80
* | initial oftree command supportSascha Hauer2011-10-192-0/+313
* | 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