Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | rtl8169: add support for RTL8110SCL | Yoshihiro Shimoda | 2008-08-18 | -6/+22 | |
* | | | | | | | Fix dm9000 receive status and len little endian issue | TsiChung Liew | 2008-08-18 | -6/+10 | |
|/ / / / / / | |||||
* | | | | | | Clean up usage of icache_disable/dcache_disable | Kumar Gala | 2008-08-19 | -20/+8 | |
* | | | | | | Update linux bootm to support ePAPR client interface | Kumar Gala | 2008-08-19 | -10/+23 | |
* | | | | | | Minor code cleanup: keep lists sorted. | Wolfgang Denk | 2008-08-18 | -8/+8 | |
* | | | | | | Add support for ADT7460 I2C monitor chip | Ricardo Ribalda Delgado | 2008-08-18 | -1/+86 | |
* | | | | | | video: Clean drivers/video/Makefile | Michal Simek | 2008-08-18 | -37/+8 | |
* | | | | | | rtc: Clean drivers/rtc/Makefile | Michal Simek | 2008-08-18 | -55/+49 | |
* | | | | | | i2c: Clean drivers/i2c/ Makefile | Michal Simek | 2008-08-18 | -18/+6 | |
* | | | | | | Add 'license' command to U-Boot command line | Harald Welte | 2008-08-18 | -0/+123 | |
* | | | | | | add 'unzip' command to u-boot commandline | Harald Welte | 2008-08-18 | -0/+37 | |
* | | | | | | Change CFG_ENV_SIZE to CFG_ENV_SECT_SIZE for SPI sector erase | TsiChung Liew | 2008-08-14 | -1/+9 | |
* | | | | | | ColdFire: Multiple fixes for M5282EVB | TsiChung Liew | 2008-08-14 | -6/+12 | |
* | | | | | | ColdFire: Move m5282evb from board to board/freescale | TsiChung Liew | 2008-08-14 | -1/+1 | |
* | | | | | | ColdFire: Move m5272c3 from board to board/freescale | TsiChung Liew | 2008-08-14 | -1/+1 | |
* | | | | | | ColdFire: Move m5271evb from board to board/freescale | TsiChung Liew | 2008-08-14 | -1/+1 | |
* | | | | | | ColdFire: Add M54451EVB platform support for MCF5445x | TsiChung Liew | 2008-08-14 | -2/+1153 | |
* | | | | | | ColdFire: Add Serial Flash support for M54455EVB | TsiChung Liew | 2008-08-14 | -0/+4 | |
* | | | | | | ColdFire: Implement SBF feature for M5445EVB | TsiChung Liew | 2008-08-14 | -45/+538 | |
* | | | | | | ColdFire: Add SSPI feature for MCF5445x | TsiChung Liew | 2008-08-14 | -7/+204 | |
* | | | | | | ColdFire: Use CFI Flash driver for M54455EVB | TsiChung Liew | 2008-08-14 | -1328/+58 | |
* | | | | | | ColdFire: Add M5253DEMO platform support for MCF5253 | TsiChung Liew | 2008-08-14 | -0/+1077 | |
* | | | | | | ColdFire: Raise M5253EVBE uart baudrate to 115200 bps | TsiChung Liew | 2008-08-14 | -1/+1 | |
* | | | | | | ColdFire: Fix M5253EVB dram bring up issue | TsiChung Liew | 2008-08-14 | -4/+9 | |
* | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-08-14 | -6/+60 | |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into next | Stefan Roese | 2008-08-14 | -8225/+27870 | |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | cfi-flash: Added support to flash_real_protect for Atmel flash devices | Rafael Campos | 2008-08-06 | -6/+43 | |
| * | | | | | | | cfi-flash: Add definition for the AM29LV800BB AMD NOR-flash | Guennadi Liakhovetski | 2008-08-06 | -0/+17 | |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Coding Style cleanup, update CHANGELOG | Wolfgang Denk | 2008-08-14 | -1095/+2031 | |
* | | | | | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2008-08-14 | -334/+307 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | |||||
| * | | | | | | socrates: Update NAND driver to new API. | Scott Wood | 2008-08-13 | -52/+32 | |
| * | | | | | | quad100hd: Update NAND driver to new API. | Scott Wood | 2008-08-13 | -23/+13 | |
| * | | | | | | m5373evb: Update NAND driver to new API. | Scott Wood | 2008-08-13 | -46/+18 | |
| * | | | | | | s3c24x0: Update NAND driver to new API. | Scott Wood | 2008-08-13 | -32/+32 | |
| * | | | | | | at91: Update board NAND drivers to current API. | Scott Wood | 2008-08-13 | -95/+90 | |
| * | | | | | | Fix OneNAND build break | Kyungmin Park | 2008-08-13 | -86/+122 | |
* | | | | | | | Merge branch 'Makefile' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-08-13 | -571/+333 | |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | drivers/mtd/nand_legacy: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -6/+4 | |
| * | | | | | | | drivers/mtd/nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -89/+62 | |
| * | | | | | | | drivers/mtd/onenand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -16/+2 | |
| * | | | | | | | drivers/mtd: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -205/+194 | |
| * | | | | | | | drivers/qe: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -14/+2 | |
| * | | | | | | | drivers/pci: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -32/+8 | |
| * | | | | | | | drivers/misc: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -22/+9 | |
| * | | | | | | | drivers/input: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -23/+5 | |
| * | | | | | | | drivers/dma: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -12/+1 | |
| * | | | | | | | drivers/block: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -25/+7 | |
| * | | | | | | | serial: move CFG_NS9750_UART to CONFIG_NS9750_UART | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -6/+2 | |
| * | | | | | | | serial: move CFG_SCIF_CONSOLE to CONFIG_SCIF_CONSOLE | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -13/+9 | |
| * | | | | | | | common: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-13 | -103/+23 |