summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-15379-1379/+1379
* cpuimx27 : use flash bbtEric Benard2009-12-151-0/+1
* Some doxygen related fixesJuergen Beisert2009-12-1414-23/+22
* arm/Makefile: don't set ABI unconditionally to "apcs-gnu"Marc Kleine-Budde2009-12-111-1/+1
* Fix some exported namesJuergen Beisert2009-12-111-2/+2
* OMAP3430-SDP: Compile fixesAnand Gadiyar2009-12-111-19/+1
* Re-format the fileJuergen Beisert2009-12-101-912/+781
* Combine memory initialization with the main memory functions.Juergen Beisert2009-12-103-108/+60
* Use the global string functionsJuergen Beisert2009-12-101-108/+6
* Remove win32 supportJuergen Beisert2009-12-101-186/+0
* Remove debug codeJuergen Beisert2009-12-101-179/+0
* Use nowadays function prototypesJuergen Beisert2009-12-102-96/+1
* After moving all declarations to the C source, do the same with the docJuergen Beisert2009-12-102-217/+217
* Remove confusing macros that hide the real functions namesJuergen Beisert2009-12-102-138/+46
* Use the native 'void' instead of 'Void_t'Juergen Beisert2009-12-102-52/+44
* Move private settings and configuration into the C sourceJuergen Beisert2009-12-102-476/+458
* Remove unused codeJuergen Beisert2009-12-101-99/+0
* Include the 'size_t' declarationJuergen Beisert2009-12-101-0/+1
* Move variables to bssJuergen Beisert2009-12-101-4/+4
* Merge branch 'for-sha-i2c-imx' of git://git.pengutronix.de/git/mkl/u-boot-v2Sascha Hauer2009-12-101-8/+27
|\
| * i2c-imx: i2c_imx_xfer return with err if sub-transfer isn't successfullMarc Kleine-Budde2009-12-091-0/+2
| * i2c-imx: fix low bitrate problemMarc Kleine-Budde2009-12-091-3/+17
| * i2c-imx: fix clear IFF race conditionMarc Kleine-Budde2009-12-091-2/+3
| * i2c-imx: print errors with dev_errMarc Kleine-Budde2009-12-091-3/+5
* | pcm038: update defconfigSascha Hauer2009-12-101-31/+43
* | i.MX Nand: fix bit clearingSascha Hauer2009-12-101-1/+1
* | nand bb: Be sure that fd is at the beginning when erasingSascha Hauer2009-12-101-0/+2
* | crc: Do not lseek if not necessary (bb devs do not allow lseek)Sascha Hauer2009-12-101-4/+6
* | pcm038: Use a flash based bbtSascha Hauer2009-12-101-2/+3
* | remove unused include filesSascha Hauer2009-12-103-291/+0
* | i.MX31: Fix CCM_UPCTL register offsetSascha Hauer2009-12-101-1/+1
* | let linker create a link mapJuergen Beisert2009-12-102-0/+3
* | omap: Use correct label in arch/arm/MakefileSascha Hauer2009-12-101-1/+1
* | beagle board: Compile fixesSascha Hauer2009-12-101-18/+2
* | omap: Add missing includeSascha Hauer2009-12-101-0/+1
* | pcm043: Add MMU supportSascha Hauer2009-12-102-0/+27
* | pcm043: add display supportSascha Hauer2009-12-102-0/+63
* | command line gpio supportSascha Hauer2009-12-103-0/+131
* | introduce GENERIC_GPIO labelSascha Hauer2009-12-102-0/+5
* | complete i.MX GPIO supportSascha Hauer2009-12-1012-38/+271
* | i.MX: split out iomux-v1 supportSascha Hauer2009-12-103-63/+90
* | mx35 3stack display supportJuergen nogit Beisert2009-12-101-0/+69
* | fb: Add a i.MX IPU framebuffer driverJuergen nogit Beisert2009-12-094-1/+961
* | fb: Add FB_SYNC_ defines from kernelSascha Hauer2009-12-091-0/+22
* | imxfb: show only for relevant i.MXsSascha Hauer2009-12-091-2/+2
* | nand_imx.c : remove unused codeEric Benard2009-12-091-5/+0
* | nand_imx.c : add reset commandEric Benard2009-12-091-0/+1
* | Fix imx_nand_set_layout for i.MX27Eric Benard2009-12-091-2/+2
|/
* PCA100: initialize pll in assembler codeSascha Hauer2009-12-032-43/+18
* nand: do not write empty pages. Needed for writing UBI imagesSascha Hauer2009-12-031-6/+18