summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | ARM pbl: Add .gitignore for generated filesSascha Hauer2012-08-031-0/+5
| | * | | | compressed image: add gzip supportJean-Christophe PLAGNIOL-VILLARD2012-08-035-0/+16
| | * | | | ARM: add early malloc support needed by the decompressorJean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+8
| | * | | | decompressor: import malloc/free implementation for linux 3.4Jean-Christophe PLAGNIOL-VILLARD2012-08-031-0/+68
| | * | | | Add compressed image supportJean-Christophe PLAGNIOL-VILLARD2012-08-034-5/+69
| | * | | | pbl: discard unwind symbol if enable in bareboxJean-Christophe PLAGNIOL-VILLARD2012-08-035-2/+29
| | * | | | Add pre-bootloader (pbl) image supportJean-Christophe PLAGNIOL-VILLARD2012-08-0316-41/+459
| | * | | | kbuild: add pre-bootloader (pbl) targetJean-Christophe PLAGNIOL-VILLARD2012-08-033-4/+63
| | * | | | Makefile.clean: include Makefiles againSascha Hauer2012-08-031-1/+1
* | | | | | Merge branch 'for-next/omap'Sascha Hauer2012-09-0521-130/+465
|\ \ \ \ \ \
| * | | | | | pcm049: use NAND_BUSWIDTH_AUTOJan Weitzel2012-08-281-1/+0
| * | | | | | OMAP4460: clock initJan Weitzel2012-08-147-17/+70
| * | | | | | OMAP4460: ram init changesJan Weitzel2012-08-142-2/+23
| * | | | | | Add support for OMAP4460 TPS62361Jan Weitzel2012-08-147-6/+88
| * | | | | | ARM OMAP4: use writel and readlJan Weitzel2012-08-131-14/+16
| * | | | | | mtd OMAP NAND: implement buswidth autodetection supportSascha Hauer2012-08-031-13/+31
| * | | | | | mtd nand: implement buswidth detectionSascha Hauer2012-08-032-4/+19
| * | | | | | mtd OMAP NAND: Use prefetch engineSascha Hauer2012-08-033-3/+174
| * | | | | | ARM OMAP gpmc nand: specify platform data in boardsSascha Hauer2012-08-036-29/+39
| * | | | | | mtd OMAP NAND: Fix dev_ready handlingSascha Hauer2012-08-023-43/+7
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next/mtd'Sascha Hauer2012-09-054-11/+40
|\ \ \ \ \ \
| * | | | | | mtd: add private data to mtddev-hookAlexander Aring2012-09-034-6/+35
| * | | | | | mtd: fix compiler warningsAlexander Aring2012-09-032-5/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-next/misc'Sascha Hauer2012-09-058-2/+161
|\ \ \ \ \ \
| * | | | | | net: miidev: really wait for auto negotiationWolfram Sang2012-09-031-1/+1
| * | | | | | Add documentation for the calao boardsgregory hermant2012-08-296-0/+160
| * | | | | | stringlist: fix division by zeroEric BĂ©nard2012-08-291-2/+2
| * | | | | | arm: do not enable the previous bootz commandJean-Christophe PLAGNIOL-VILLARD2012-08-281-1/+0
* | | | | | | Merge branch 'for-next/menu'Sascha Hauer2012-09-051-0/+17
|\ \ \ \ \ \ \
| * | | | | | | menu: add number key supportJean-Christophe PLAGNIOL-VILLARD2012-08-091-0/+17
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'for-next/mc13xxx'Sascha Hauer2012-09-055-22/+36
|\ \ \ \ \ \ \
| * | | | | | | mc13xxx: Fixed memory leakAlexander Shiyan2012-09-041-5/+5
| * | | | | | | mc13xxx: Hide private struct mc13xxx from other unitsAlexander Shiyan2012-09-042-12/+16
| * | | | | | | ARM i.MX35 3stack: do not dereference members of struct mc13xxxSascha Hauer2012-09-041-3/+1
| * | | | | | | mc13xxx: Added mc13xxx_revision() function.Alexander Shiyan2012-08-104-2/+14
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'for-next/link'Sascha Hauer2012-09-0518-100/+676
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'fs-symlink' of git://git.jcrosoft.org/barebox into for-next/linkSascha Hauer2012-09-0418-100/+676
| |\ \ \ \ \ \ \
| | * | | | | | | defautenv: add support of symlinkJean-Christophe PLAGNIOL-VILLARD2012-09-051-1/+1
| | * | | | | | | envfs: add support of symlinkJean-Christophe PLAGNIOL-VILLARD2012-09-051-30/+73
| | * | | | | | | envfs: add support of variable inode sizeJean-Christophe PLAGNIOL-VILLARD2012-09-052-15/+50
| | * | | | | | | envfs: introduce version major and minorJean-Christophe PLAGNIOL-VILLARD2012-09-052-1/+8
| | * | | | | | | recursive_action: add ACTION_FOLLOWLINKS supportJean-Christophe PLAGNIOL-VILLARD2012-09-053-3/+8
| | * | | | | | | dirname: add -V option to return only path related to the mountpointJean-Christophe PLAGNIOL-VILLARD2012-09-051-3/+21
| | * | | | | | | ls: add symlink support to -lJean-Christophe PLAGNIOL-VILLARD2012-09-051-10/+21
| | * | | | | | | command: add ln supportJean-Christophe PLAGNIOL-VILLARD2012-09-053-0/+56
| | * | | | | | | command: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-053-0/+87
| | * | | | | | | test: add -L support to test if it's a symbolic linkJean-Christophe PLAGNIOL-VILLARD2012-09-051-2/+9
| | * | | | | | | nfs: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-052-28/+59
| | * | | | | | | ramfs: add symlink and readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-6/+55
| | * | | | | | | fs: introduce get_mounted_path to get the path where a file is mountedJean-Christophe PLAGNIOL-VILLARD2012-09-052-0/+11