summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* decompress_inflate.c: fix "no previous prototype for 'gunzip'" warningAntony Pavlov2012-01-021-2/+2
* commands: really print BAREBOX_CMD_HELP_TEXTWolfram Sang2011-12-191-1/+1
* console: add console unregisteringRobert Jarzmik2011-12-051-0/+1
* Merge branch 'pu/cramfs-fix' into nextSascha Hauer2011-12-051-2/+2
|\
| * fix cramfs support broken since zlib updateSascha Hauer2011-12-051-2/+2
* | implement resource management for platform devicesSascha Hauer2011-12-041-5/+1
* | register sdram as resourcesSascha Hauer2011-12-041-0/+5
* | add resource management functionsSascha Hauer2011-12-031-0/+14
|/
* remove now unused unlzo functionSascha Hauer2011-11-291-2/+0
* Add generic uncompress functionSascha Hauer2011-11-291-0/+19
* lzo: export decompress_unlzo functionSascha Hauer2011-11-291-0/+6
* add file detection supportSascha Hauer2011-11-291-0/+23
* remove old zlibSascha Hauer2011-11-291-434/+0
* add kernel gunzip implementationSascha Hauer2011-11-295-2/+884
* remove old bzlibSascha Hauer2011-11-291-329/+0
* use kernel bunzip implementationSascha Hauer2011-11-291-0/+10
* bootm: use initrd_address and initrd_sizeSascha Hauer2011-11-291-0/+1
* bootm: do not require -L after -rSascha Hauer2011-11-291-0/+1
* bootm: remove image handler optionsSascha Hauer2011-11-291-4/+0
* introduce some env helpersSascha Hauer2011-11-291-0/+3
* compile in simple_strtoullSascha Hauer2011-11-291-2/+0
* factor out iminfo commandSascha Hauer2011-11-291-3/+0
* Merge branch 'work/magicvars' into nextSascha Hauer2011-11-292-0/+34
|\
| * add magicvar commandSascha Hauer2011-11-292-0/+34
* | Merge branch 'master' into nextSascha Hauer2011-11-291-4/+4
|\|
| * fix fprintf prototype and return valueSascha Hauer2011-11-111-1/+1
| * console: fix return values of puts functionsSascha Hauer2011-11-111-3/+3
* | remove irq support fragmentsSascha Hauer2011-11-281-19/+0
* | Add driver for IDE like interfacesJuergen Beisert2011-11-281-0/+32
* | ATA Disk Support: Add support for native ATA type drivesJuergen Beisert2011-11-281-0/+100
* | ATA/DISK: Remove the now unused header <ata.h>Juergen Beisert2011-11-281-39/+0
* | Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-281-1/+2
* | DISK: Add common partition handling for disk like mediaJuergen Beisert2011-11-281-0/+2
* | ATA/DISK: Share important constants and structuresJuergen Beisert2011-11-281-0/+39
* | Create a unique cdev number for on demand devicesJuergen Beisert2011-11-281-0/+1
* | mci: Add MCI over SPI supportFranck Jullien2011-11-251-0/+18
* | crypto: Add crc7 functionFranck Jullien2011-11-251-0/+14
* | commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-221-1/+1
|/
* Merge branch 'master' into nextSascha Hauer2011-10-231-6/+6
|\
| * Avoid warnings by using format(__printf__)Loïc Minier2011-10-181-6/+6
* | initial oftree command supportSascha Hauer2011-10-191-0/+21
* | initial libfdt supportSascha Hauer2011-10-194-0/+1318
* | Merge branch 'master' into nextSascha Hauer2011-10-141-0/+2
|\|
| * Merge branch 'next'Sascha Hauer2011-10-0913-82/+526
| |\
| * | include: list: add include because we need NULLWolfram Sang2011-09-141-0/+2
* | | digest: factorise file digest to common/digest.cJean-Christophe PLAGNIOL-VILLARD2011-10-121-0/+8
| |/ |/|
* | Allow data-only i2c transfersRosen Kolev2011-10-071-0/+1
* | spi: indicate in the docs that per-transfer bpw setting is not supportedPaul Fertser2011-09-291-1/+2
* | image: move map_image amd unmap_image to image.cJean-Christophe PLAGNIOL-VILLARD2011-09-281-0/+1
* | image: add multi image support for bootmJean-Christophe PLAGNIOL-VILLARD2011-09-281-0/+7