summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add netconsole supportSascha Hauer2010-06-175-1/+239
* errno: add strings for network related error messagesSascha Hauer2010-06-171-3/+4
* rework device parametersSascha Hauer2010-06-1712-169/+202
* net: remove old network stackSascha Hauer2010-06-173-1296/+49
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-1713-14/+14
* net: consider rarp support as outdated. Remove itSascha Hauer2010-06-173-106/+0
* implement nfs using new network stackSascha Hauer2010-06-171-370/+346
* implement ping using new network stackSascha Hauer2010-06-171-73/+74
* implement tftp using new network stackSascha Hauer2010-06-171-145/+126
* implement dhcp using new network stackSascha Hauer2010-06-171-311/+180
* remove unused sntp.hSascha Hauer2010-06-171-61/+0
* net: Implement a new network stackSascha Hauer2010-06-172-7/+874
* net: remove need for eth_halt/eth_openSascha Hauer2010-06-175-37/+62
* arm start.c: Make runtime function address calculation tolerant for more comp...Sascha Hauer2010-06-131-7/+10
* arm: use processor specififc functions to turn off MMUSascha Hauer2010-06-101-4/+11
* cpuimx25: remove unused defineEric Bénard2010-06-101-2/+0
* eukrea_cpuimx25: update defconfigEric Bénard2010-06-101-8/+15
* eukrea_cpuimx25: add compressed logo supportEric Bénard2010-06-101-0/+3
* Merge branch 'next'Sascha Hauer2010-06-0333-61/+1521
|\
| * eukrea_cpuimx25: update envEric Bénard2010-05-262-4/+5
| * eukrea_cpuimx25: fix machine IDEric Bénard2010-05-261-1/+1
| * arm: update mach-typesEric Bénard2010-05-261-5/+128
| * eukrea_cpuimx27: update defconfigEric Bénard2010-05-261-32/+47
| * eukrea_cpuimx27: update envEric Bénard2010-05-262-10/+14
| * eukrea_cpuimx27: add fb supportEric Bénard2010-05-261-1/+66
| * commands: add i2c commandsEric Bénard2010-05-263-0/+223
| * i2c: implement i2c_get_adapter()Sascha Hauer2010-05-262-1/+25
| * i2c-imx: change log level for No ACKEric Bénard2010-05-261-1/+1
| * Add support for Eukrea's CPUIMX25Eric Benard2010-05-2514-0/+884
| * i.MX25 : add Framebuffer supportEric Benard2010-05-172-3/+20
| * imx35pdk: Detect and set silicon and board revision for boot params.Marc Reilly2010-05-171-4/+47
| * imx35pdk: correct mode for display contrast pinMarc Reilly2010-05-171-4/+2
| * imx35: add detection of silicon revisionMarc Reilly2010-05-173-0/+34
| * arm boot: FormattingMarc Reilly2010-05-171-1/+1
| * arm: Add revision tag to boot parametersMarc Reilly2010-05-172-0/+29
* | v2010-06.0v2010.06.0Sascha Hauer2010-06-021-1/+1
* | eukrea_cpuimx27_defconfig: increase MALLOC_SIZEEric Bénard2010-06-021-1/+1
* | pcm043: Fix check for being inside NFC spaceSascha Hauer2010-05-251-1/+1
* | i.MX27: add required defines for I2C2Eric Bénard2010-05-181-0/+3
* | eukrea_cpuimx27: allow compilation without LP3972 selectedEric Bénard2010-05-181-2/+4
* | freescale-mx*5-3-stack : fix __flash_header_startEric Benard2010-05-172-2/+2
|/
* pcm038: reimplement lowlevel code in CSascha Hauer2010-05-034-126/+118
* i.MX35: Fix ahbclock calculationSascha Hauer2010-05-031-1/+3
* pcm043: reimplement lowlevel code in CSascha Hauer2010-05-034-242/+215
* i.MX: remove __REG from esd controller regs. use readl/writel insteadSascha Hauer2010-05-031-5/+5
* arm: reimplement startup code in CSascha Hauer2010-05-035-254/+113
* arm: move __mmu_cache_flush to bare_init sectionSascha Hauer2010-05-034-0/+9
* arm: remove unused variables from header fileSascha Hauer2010-05-031-6/+1
* add arm helper function to determine the program counterSascha Hauer2010-05-031-0/+18
* ARM: update icache functions to use get_cr/set_crSascha Hauer2010-05-031-81/+13