summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove irq support fragmentsSascha Hauer2011-11-2817-723/+0
* Add driver for IDE like interfacesJuergen Beisert2011-11-284-0/+170
* ATA Disk Support: Add support for native ATA type drivesJuergen Beisert2011-11-284-0/+725
* ATA/DISK: Remove the now unused header <ata.h>Juergen Beisert2011-11-281-39/+0
* Remove 'disk_drive.c' as it is now replaced by generic partition handlingJuergen Beisert2011-11-283-256/+0
* Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-288-157/+219
* DISK: Add common partition handling for disk like mediaJuergen Beisert2011-11-284-0/+222
* ATA/DISK: Share important constants and structuresJuergen Beisert2011-11-281-0/+39
* ATA/DISK: The BIOS based disk driver is not an interfaceJuergen Beisert2011-11-284-9/+9
* ATA/DISK: Reorganize file structure and names for future updatesJuergen Beisert2011-11-285-16/+19
* ATA/DISK: Enabling write support does not belong to 'drive types'Juergen Beisert2011-11-281-2/+2
* ATA/DISK: Add generic disk support when enabling the BIOS disk driverJuergen Beisert2011-11-281-0/+1
* Create a unique cdev number for on demand devicesJuergen Beisert2011-11-282-0/+15
* USB Mass Storage driver: Fix compile time warningJuergen Beisert2011-11-281-1/+1
* arm: trivial renaming create_sectionsRobert Jarzmik2011-11-271-3/+3
* spi/altera_spi: Add cs_change supportFranck Jullien2011-11-252-1/+27
* mci: Add MCI over SPI supportFranck Jullien2011-11-255-16/+524
* crypto: Add crc7 functionFranck Jullien2011-11-254-0/+81
* commands/cp: add verbose mode which displays progress barHubert Feurstein2011-11-224-9/+42
* sandbox: move ELFCLASS detection to asm/elf.hJean-Christophe PLAGNIOL-VILLARD2011-11-222-14/+10
* Mini2440: Everything's now present to provide USB host featureJuergen Beisert2011-11-171-0/+2
* Merge branch 'pu/mci/multiblock-write' into nextSascha Hauer2011-11-111-34/+46
|\
| * ARM i.MX53: enable l2 cacheSascha Hauer2011-11-111-7/+6
| * mci: remove unnecessary loopsSascha Hauer2011-11-111-30/+21
| * mci: implement multi block writeSascha Hauer2011-11-111-4/+25
* | omap: Unify run_shell() in xload configurationSanjeev Premi2011-11-115-81/+43
* | fs: read: do not call read op when count is 0Sascha Hauer2011-11-091-0/+4
* | Merge branch 'pu-mx53-l2' into nextSascha Hauer2011-11-091-7/+6
|\ \
| * | ARM i.MX53: enable l2 cacheSascha Hauer2011-11-021-7/+6
| |/
* | mtd nand omap: use NAND_OWN_BUFFERS optionSascha Hauer2011-11-081-3/+3
* | mtd nand omap: add read function for the OMAP4 romcode ecc modeSascha Hauer2011-11-081-8/+91
* | mtd nand omap: factor out an internal __omap_calculate_ecc functionSascha Hauer2011-11-081-4/+10
* | mtd nand omap: make debugging output more usefulSascha Hauer2011-11-081-17/+10
* | mtd nand omap: use register defines for ecc registersSascha Hauer2011-11-081-11/+40
* | mtd nand omap: fail on bch decode failureSascha Hauer2011-11-081-1/+4
* | mtd nand omap: call ecc calculate function outside omap_correct_bchSascha Hauer2011-11-081-2/+6
* | mtd nand omap: factor out hamming correct functionSascha Hauer2011-11-081-35/+45
* | mtd nand omap: factor out bch correct functionSascha Hauer2011-11-081-52/+62
* | mtd nand omap: use blocknum calculation to where it's usedSascha Hauer2011-11-081-7/+7
|/
* Merge branch 'master' into nextSascha Hauer2011-10-2313-26/+30
|\
| * fix bug introduced with fixing path_check_prereq()Sascha Hauer2011-10-191-2/+6
| * fs: fix chdir()Antony Pavlov2011-10-181-1/+2
| * fs: fix path_check_prereq()Antony Pavlov2011-10-181-3/+4
| * Avoid warnings by using format(__printf__)Loïc Minier2011-10-183-8/+8
| * Only pass -P to cpp when generating ld scriptsLoïc Minier2011-10-188-8/+6
| * Really fix the 'bootz' commandJuergen Beisert2011-10-181-3/+3
| * 'bootz' command fails to load the zImage's headerJuergen Beisert2011-10-141-1/+1
* | sandbox: simplify linker scriptJean-Christophe PLAGNIOL-VILLARD2011-10-233-232/+10
* | sandbox: remove duplicate barebox.lds.SJean-Christophe PLAGNIOL-VILLARD2011-10-232-233/+0
* | sandbox: move __SANDBOX__ to MakefileJean-Christophe PLAGNIOL-VILLARD2011-10-232-3/+1