aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2009-04-04elf.h: Use stdint.h to provide standard typedefs for WIN32Peter Tyser1-6/+1
2009-04-03mflash: Initial mflash supportunsik Kim4-0/+65
2009-04-03Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk6-2/+865
2009-04-03Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk1-1/+1
2009-04-03Rename common ns16550 constants with UART_ prefix to prevent conflictsDetlev Zundel2-141/+93
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk48-168/+164
2009-04-02Blackfin: force all boards to HZ of 1000Mike Frysinger1-2/+6
2009-04-02Blackfin: bf518f-ezbrd: new board portMike Frysinger1-0/+147
2009-04-02Blackfin: bf526-ezbrd: new board portMike Frysinger1-0/+190
2009-04-02Blackfin: bf538f-ezkit: new board portMike Frysinger1-0/+139
2009-04-02Blackfin: bf527-ezkit: new board portMike Frysinger1-0/+172
2009-04-02Blackfin: bf548-ezkit: new board portMike Frysinger1-0/+211
2009-04-01libfdt: Fix C++ compile-time cast error on gnu 4.2.1Laurent Gregoire1-1/+1
2009-04-02Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk86-212/+89
2009-04-01mpc83xx: Set guarded bit on BAT that covers the end of the address spaceScott Wood6-6/+10
2009-04-01Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk23-420/+674
2009-04-01rtc: remove broken rtc_read and rtc_write declarationsKim Phillips1-4/+0
2009-04-0186xx: Cleanup MP supportKumar Gala3-0/+33
2009-03-30MPC85xx: Add MPC8569MDS board supportHaiying Wang1-0/+454
2009-03-30MPC85xx: Add MPC8569 CPU supportHaiying Wang3-4/+19
2009-03-30fsl-ddr: add the DDR3 SPD infrastructureDave Liu3-2/+49
2009-03-3083xx: Use common LSDMR defines from asm/fsl_lbc.hKumar Gala5-172/+31
2009-03-3085xx: Use common LSDMR defines from asm/fsl_lbc.hKumar Gala7-242/+61
2009-03-30Add LSDMR (SDRAM Mode Register) definition on localbusKumar Gala1-0/+27
2009-03-30OMAP: rename timer divisorLadislav Michl15-50/+37
2009-03-30s3c2410: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-30s3c24x0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD5-0/+5
2009-03-30davinci: move nand driver to drivers/mtd/nandJean-Christophe PLAGNIOL-VILLARD4-0/+4
2009-03-30imx: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD3-1/+4
2009-03-30inka4x0: Add hardware diagnosis and RTC in configuration.Detlev Zundel1-5/+85
2009-03-30inka4x0: Add hardware diagnosis functions for inka4x0Detlev Zundel2-0/+12
2009-03-30rtc: add support for 4543 RTC (manufactured by e.g. EPSON)Detlev Zundel1-0/+4
2009-03-30drivers/twserial: Add protocol driver for "three wire serial" interface.Detlev Zundel1-0/+38
2009-03-29arm720t/clps7111: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD3-0/+3
2009-03-29lpc2292: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+2
2009-03-29ks8695: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+2
2009-03-29s3c64xx: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-29netarm: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-29sa1100: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD5-0/+5
2009-03-29s3c44b0: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-29s3c44b0: move rtc driver to drivers/rtcJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-03-29s3c44b0: move i2c driver to drivers/i2cJean-Christophe PLAGNIOL-VILLARD1-0/+2
2009-03-29s3c4510b: move specific code to soc directoryJean-Christophe PLAGNIOL-VILLARD2-3/+1
2009-03-29NetStar: add RTC supportLadislav Michl1-0/+9
2009-03-29NetStar: use generic flash driverLadislav Michl1-10/+10
2009-03-29Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZLadislav Michl79-148/+0
2009-03-27command.c: Expose the core of do_help as _do_help to the rest of u-boot.Detlev Zundel1-1/+3
2009-03-27mpc5xxx: Add structure definition for several more register blocks.Detlev Zundel1-0/+124
2009-03-27ppc: cleanup compiler errors/warningsHeiko Schocher1-0/+1
2009-03-26Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk8-6/+139