summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* make uimages work on tftpfsSascha Hauer2012-02-191-0/+25
* Merge branch 'pu/device-cleanup' into nextSascha Hauer2012-02-171-1/+1
|\
| * dos partitions: Do not register as fixed partitionsSascha Hauer2012-02-171-1/+1
* | Merge branch 'pu/block' into nextSascha Hauer2012-02-171-73/+201
|\ \
| * | block: reimplement cachingSascha Hauer2012-02-151-73/+201
| |/
* / readkey: add define for Ascii keysJean-Christophe PLAGNIOL-VILLARD2012-02-161-3/+3
|/
* Select CMD_LOADENV with DEFAULT_ENVIRONMENTSanjeev Premi2012-02-071-0/+1
* Merge branch 'pu/debug' into nextSascha Hauer2012-01-272-24/+35
|\
| * startup: use regular debug statements in initcall debuggingSascha Hauer2012-01-261-4/+3
| * initcalls: do not hang if an initcall failsSascha Hauer2012-01-261-4/+1
| * console: make it work without mallocSascha Hauer2012-01-261-17/+32
* | introduce barebox_bare_init_size to known the bare_init size and check itJean-Christophe PLAGNIOL-VILLARD2012-01-231-0/+9
* | add config to check if the size of barebox exceed the target sizeJean-Christophe PLAGNIOL-VILLARD2012-01-171-0/+7
* | param: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+2
* | filetype: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-112-1/+4
* | banner: add config to disable itJean-Christophe PLAGNIOL-VILLARD2012-01-112-1/+5
* | dummy_malloc: add calloc supportJean-Christophe PLAGNIOL-VILLARD2012-01-111-0/+12
|/
* poller_call: move from getc to is_timeoutJean-Christophe PLAGNIOL-VILLARD2012-01-042-2/+4
* Merge branch 'pu/tlsf' into nextSascha Hauer2012-01-033-12/+85
|\
| * tlsf: remove unused stuff from tlsfbits.hSascha Hauer2011-12-231-0/+55
| * tlsf: implement malloc_statsSascha Hauer2011-12-231-2/+23
| * tlsf: enable assertionsSascha Hauer2011-12-231-10/+7
* | defaultenv: use a compressed version when embedded in bareboxJean-Christophe PLAGNIOL-VILLARD2012-01-023-3/+81
|/
* add tlsf-based malloc implementationAntony Pavlov2011-12-234-0/+91
* adapt tlsf for bareboxAntony Pavlov2011-12-231-0/+11
* import TLSF 2.0 from http://tlsf.baisoku.org/tlsf-2.0.zipAntony Pavlov2011-12-231-0/+961
* auto-completion: add auto-completion for path filesAlexander Aring2011-12-211-2/+68
* move code now only used in mkimage to mkimageSascha Hauer2011-12-151-169/+0
* remove now unused uImage codeSascha Hauer2011-12-151-118/+0
* reimplement uImage codeSascha Hauer2011-12-152-0/+506
* filetype: Add oftree detectionSascha Hauer2011-12-151-0/+3
* oftree: add of_fix_tree()Sascha Hauer2011-12-151-7/+15
* remove old ft_build supportSascha Hauer2011-12-143-625/+0
* fix "no previous prototype for 'sbrk'" warningAntony Pavlov2011-12-091-0/+1
* make dos partition support default yes if we have disk partition supportSascha Hauer2011-12-071-7/+3
* ft_build: temporarily disable bootm oftree supportSascha Hauer2011-12-071-1/+2
* console_simple: fix compiler warningSascha Hauer2011-12-071-0/+1
* memory: do not try to reserve iomem on sandboxSascha Hauer2011-12-071-1/+2
* Merge branch 'next'Sascha Hauer2011-12-0711-7/+554
|\
| * console: add console unregisteringRobert Jarzmik2011-12-052-6/+22
| * register sdram as resourcesSascha Hauer2011-12-041-0/+58
| * add resource management functionsSascha Hauer2011-12-032-0/+122
| * 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
| |\|
| * | DISK: Add common partition handling for disk like mediaJuergen Beisert2011-11-283-0/+220