summaryrefslogtreecommitdiffstats
path: root/common/filetype.c
Commit message (Expand)AuthorAgeFilesLines
* filetype: Add type detection at an offsetPhilipp Zabel2018-02-051-2/+8
* filetype: Add fastboot sparse format detectionSascha Hauer2018-01-171-0/+5
* filetype: Add image type for boot images used on Armada 370 and XPUwe Kleine-König2017-03-021-0/+8
* Add filetype and detection for squashfs imagesEnrico Jorns2016-10-241-0/+4
* filetype: add new filetype for SoCFPGA xload imageSteffen Trumtrar2016-08-181-0/+4
* filetype: Fix booting ARM Linux Kernels with CONFIG_EFI enabledSascha Hauer2016-04-191-2/+3
* fastboot: Add a ARM Barebox filetype handlerMarkus Pargmann2016-03-111-0/+13
* common: filetype: do not redetect MBR-type devices as a FAT-typePeter Mamonov2015-11-231-31/+0
* filetype: Use cdev_openSascha Hauer2015-10-151-1/+3
* detect_fs: use device instead of fileVicente Bergas2015-10-021-0/+37
* filetype: Add filetype for MXS bootstreamSascha Hauer2015-06-121-0/+3
* Merge branch 'for-next/xz'Sascha Hauer2014-11-051-0/+4
|\
| * filetype: Add XZ filetype supportSascha Hauer2014-10-241-0/+4
* | common: fix mbr filetype detectionZahari Doychev2014-11-051-0/+48
|/
* Merge branch 'for-next/efi'Sascha Hauer2014-08-071-0/+4
|\
| * filetype: Add DOS EXE file detection supportSascha Hauer2014-07-141-0/+4
* | barebox: common: Add missing filetype descriptionWadim Egorov2014-07-241-0/+1
|/
* barebox: common: added new filetypesWadim Egorov2014-07-091-0/+12
* misc: upper-case some abbreviationsHolger Schurig2014-06-021-10/+10
* filetype: Add detection for barebox environmentSascha Hauer2014-02-201-0/+4
* filetype: add Binary PacKage BPK typeJean-Christophe PLAGNIOL-VILLARD2013-10-061-0/+3
* filetype: Add ubifs detectionSascha Hauer2013-08-071-0/+2
* lib: Add support for LZ4-compressed kernelKyungsik Lee2013-07-161-0/+4
* common/filetype: move partition-table detection into own functionHubert Feurstein2013-04-291-12/+24
* filetype: add GPT supportJean-Christophe PLAGNIOL-VILLARD2013-02-161-0/+52
* filetype: add is_barebox_mips_head supportJean-Christophe PLAGNIOL-VILLARD2013-01-221-1/+1
* filetype: Make buf in file_detect_type constSascha Hauer2013-01-201-5/+5
* add ext fs detection supportSascha Hauer2012-12-031-0/+8
* filetype: Pass bufsizeSascha Hauer2012-12-031-12/+27
* filetype: add shortnamesSascha Hauer2012-10-301-19/+32
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | Merge branch 'for-next/png'Sascha Hauer2012-10-031-0/+7
|\ \
| * | filetype: add PNG supportJean-Christophe PLAGNIOL-VILLARD2012-09-121-0/+4
| * | filetype: add BMP supportJean-Christophe PLAGNIOL-VILLARD2012-09-121-0/+3
| |/
* | Merge branch 'for-next/omap'Sascha Hauer2012-10-031-1/+1
|\ \
| * | xload: get barebox size from barebox_arm_headJan Weitzel2012-09-071-1/+1
| |/
* / filetype: Improve FAT detectionFranck Jullien2012-09-201-12/+56
|/
* filetype: add fat filesystem supportJean-Christophe PLAGNIOL-VILLARD2012-09-041-0/+20
* filetype: add forgotten mips barebox filetype_strAntony Pavlov2012-07-161-0/+1
* MIPS: bootm: add "MIPS barebox" handlerAntony Pavlov2012-05-111-0/+2
* filetype: add Bourne Shell supportJean-Christophe PLAGNIOL-VILLARD2012-04-181-0/+3
* Merge branch 'master' into nextSascha Hauer2012-04-171-2/+2
|\
| * filetype: Make it work on files < 512 bytesSascha Hauer2012-04-171-2/+2
* | filetype: add Android boot image supportJean-Christophe PLAGNIOL-VILLARD2012-04-121-0/+3
|/
* filetype: Add oftree detectionSascha Hauer2011-12-151-0/+3
* add file detection supportSascha Hauer2011-11-291-0/+99