summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-0/+2
| * | s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2009-03-291-0/+1
| * | netarm: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-291-0/+1
| * | sa1100: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-295-0/+5
| * | s3c44b0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-291-0/+1
| * | s3c44b0: move rtc driver to drivers/rtcJean-Christophe PLAGNIOL-VILLARD2009-03-291-0/+1
| * | s3c44b0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2009-03-291-0/+2
| * | s3c4510b: move specific code to soc directoryJean-Christophe PLAGNIOL-VILLARD2009-03-292-3/+1
| * | NetStar: add RTC supportLadislav Michl2009-03-291-0/+9
| * | NetStar: use generic flash driverLadislav Michl2009-03-291-10/+10
| * | Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZLadislav Michl2009-03-2979-148/+0
* | | mpc83xx: Set guarded bit on BAT that covers the end of the address spaceScott Wood2009-04-016-6/+10
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2009-04-0123-420/+674
|\ \
| * | 86xx: Cleanup MP supportKumar Gala2009-04-013-0/+33
| * | MPC85xx: Add MPC8569MDS board supportHaiying Wang2009-03-301-0/+454
| * | MPC85xx: Add MPC8569 CPU supportHaiying Wang2009-03-303-4/+19
| * | fsl-ddr: add the DDR3 SPD infrastructureDave Liu2009-03-303-2/+49
| * | 83xx: Use common LSDMR defines from asm/fsl_lbc.hKumar Gala2009-03-305-172/+31
| * | 85xx: Use common LSDMR defines from asm/fsl_lbc.hKumar Gala2009-03-307-242/+61
| * | Add LSDMR (SDRAM Mode Register) definition on localbusKumar Gala2009-03-301-0/+27
* | | rtc: remove broken rtc_read and rtc_write declarationsKim Phillips2009-04-011-4/+0
|/ /
* | inka4x0: Add hardware diagnosis and RTC in configuration.Detlev Zundel2009-03-301-5/+85
* | inka4x0: Add hardware diagnosis functions for inka4x0Detlev Zundel2009-03-302-0/+12
* | rtc: add support for 4543 RTC (manufactured by e.g. EPSON)Detlev Zundel2009-03-301-0/+4
* | drivers/twserial: Add protocol driver for "three wire serial" interface.Detlev Zundel2009-03-301-0/+38
|/
* command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel2009-03-271-1/+3
* mpc5xxx: Add structure definition for several more register blocks.Detlev Zundel2009-03-271-0/+124
* ppc: cleanup compiler errors/warningsHeiko Schocher2009-03-271-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2009-03-268-6/+139
|\
| * at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC.Nicolas Ferre2009-03-222-6/+19
| * at91sam9/at91cap: move nand drivers to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-226-0/+53
| * at91sam9/at91cap: move common macb initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-221-0/+1
| * at91sam9/at91cap: move common usb host initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-221-0/+1
| * at91sam9/at91cap: move common led management to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-225-0/+29
| * at91sam9/at91cap: move common spi initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-221-0/+2
| * at91sam9/at91cap: move common serial initialisation to cpuJean-Christophe PLAGNIOL-VILLARD2009-03-221-0/+34
* | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-03-261-0/+5
|\ \
| * | OMAP3:Beagle: Enable mtdpartsNishanth Menon2009-03-251-0/+5
* | | ads5121: enable instruction cacheWolfgang Denk2009-03-261-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2009-03-2539-1349/+1175
|\ \ \
| * | | Blackfin: bf537-stamp: increase monitor sizeMike Frysinger2009-03-241-1/+1
| * | | Blackfin: bf537-stamp: bump default SCLK up to 125MHzMike Frysinger2009-03-241-1/+1
| * | | Blackfin: bf537-stamp: rewrite MAC-in-flash handlingMike Frysinger2009-03-241-0/+28
| * | | Blackfin: add clkin_hz= to default kernel command line for ADI boardsMike Frysinger2009-03-241-0/+1
| * | | Blackfin: bf533-stamp: bump up default clocksMike Frysinger2009-03-241-1/+1
| * | | Blackfin: bf533-stamp: rewrite startup LED notificationsMike Frysinger2009-03-241-0/+25
| * | | Blackfin: unify common ADI board settingsMike Frysinger2009-03-245-937/+719
| * | | Blackfin: fix SIC_RVECT definition: it is 16bits, not 32bitsMike Frysinger2009-03-232-6/+6
| * | | Blackfin: drop SPORT_TX read helper macrosMike Frysinger2009-03-239-26/+0
| * | | Blackfin: unify duplicate CPU port definitionsMike Frysinger2009-03-2316-320/+314