summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mflash: Initial mflash supportunsik Kim2009-04-034-0/+65
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2009-04-036-2/+865
|\
| * Blackfin: force all boards to HZ of 1000Mike Frysinger2009-04-021-2/+6
| * Blackfin: bf518f-ezbrd: new board portMike Frysinger2009-04-021-0/+147
| * Blackfin: bf526-ezbrd: new board portMike Frysinger2009-04-021-0/+190
| * Blackfin: bf538f-ezkit: new board portMike Frysinger2009-04-021-0/+139
| * Blackfin: bf527-ezkit: new board portMike Frysinger2009-04-021-0/+172
| * Blackfin: bf548-ezkit: new board portMike Frysinger2009-04-021-0/+211
* | Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk2009-04-031-1/+1
|\ \
| * | libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire2009-04-011-1/+1
* | | Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel2009-04-032-141/+93
* | | Add "source" command; prepare removal of "autoscr" commandWolfgang Denk2009-04-0348-168/+164
| |/ |/|
* | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2009-04-0286-212/+89
|\ \
| * | OMAP: rename timer divisorLadislav Michl2009-03-3015-50/+37
| * | s3c2410: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-301-0/+1
| * | s3c24x0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-305-0/+5
| * | davinci: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD2009-03-304-0/+4
| * | imx: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-303-1/+4
| * | arm720t/clps7111: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-293-0/+3
| * | lpc2292: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2009-03-292-0/+2
| * | 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
OpenPOWER on IntegriCloud