| Commit message (Expand) | Author | Age | Lines |
* | Merge branch 'Makefile' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-09-01 | -1/+900 |
|\ |
|
| * | miiphyutil: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -1/+1 |
| * | miiphybb: move to drivers/net/phy | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -0/+281 |
| * | soft_spi: move to drivers/spi | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -1/+195 |
| * | soft_i2c: move to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -0/+424 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-09-01 | -0/+494 |
|\ \ |
|
| * | | NAND: add NAND driver for S3C64XX | Guennadi Liakhovetski | 2008-08-31 | -0/+320 |
| * | | S3C64XX: remove broken HWFLOW support from the serial driver | Guennadi Liakhovetski | 2008-08-31 | -21/+0 |
| * | | serial: add S3C64XX serial driver | Guennadi Liakhovetski | 2008-08-31 | -0/+194 |
| * | | USB: Add support for OHCI controller on S3C6400 | Guennadi Liakhovetski | 2008-08-31 | -0/+1 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-sh | Wolfgang Denk | 2008-09-01 | -13/+36 |
|\ \ |
|
| * | | sh: add support Renesas SH7723 | Nobuhiro Iwamatsu | 2008-08-31 | -12/+34 |
| * | | sh: Add support Renesas SH7203 processor | Nobuhiro Iwamatsu | 2008-08-31 | -1/+2 |
| |/ |
|
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx | Wolfgang Denk | 2008-08-31 | -0/+2372 |
|\ \ |
|
| * | | Move MPC512x_FEC driver to drivers/net | Ben Warren | 2008-08-29 | -0/+1022 |
| * | | Move MPC5xxx_FEC driver to drivers/net | Ben Warren | 2008-08-29 | -0/+1350 |
| |/ |
|
* | | Add I2C frequency dividers for ColdFire | TsiChung Liew | 2008-08-28 | -1/+33 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2008-08-28 | -1/+1 |
|\ |
|
| * | mpc85xx: Add support for the MPC8536 | Kumar Gala | 2008-08-27 | -1/+1 |
* | | dm9000 remove dead external phy support, gpio fix | Andrew Dyer | 2008-08-26 | -144/+36 |
* | | ColdFire: Add FEC Buffer descriptors in SRAM | TsiChung Liew | 2008-08-26 | -6/+36 |
* | | Fix ColdFire FEC warning messages | TsiChung Liew | 2008-08-26 | -8/+13 |
* | | Moved initialization of SKGE Ethernet driver to board code. | Ben Warren | 2008-08-26 | -1/+1 |
* | | Moved conditional compilation to Makefile for SK98 Ethernet driver | Ben Warren | 2008-08-26 | -92/+4 |
* | | Moved initialization of Blackfin EMAC Ethernet controller to board_eth_init() | Ben Warren | 2008-08-26 | -1/+1 |
* | | Moved initialization of GRETH Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -1/+1 |
* | | Moved initialization of MCFFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -1/+1 |
* | | Moved initialization of FSL_MCDMAFEC Ethernet driver to CPU directory | Ben Warren | 2008-08-26 | -1/+1 |
|/ |
|
* | FSL DDR: Provide a generic set_ddr_laws() | Kumar Gala | 2008-08-27 | -0/+39 |
* | Minor coding style cleanup, updte CHANGELOG | Wolfgang Denk | 2008-08-25 | -5/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-08-25 | -0/+124 |
|\ |
|
| * | Add ARM AMBA PL031 RTC Support | Gururaja Hebbar K R | 2008-08-25 | -0/+124 |
* | | RTC: Fix Makefile problem with COBJS-$(CONFIG_RTC_DS1307 || CONFIG_RTC_DS1338) | Stefan Roese | 2008-08-25 | -1/+2 |
|/ |
|
* | Fix OneNAND read_oob/write_oob functions compatability | Kyungmin Park | 2008-08-21 | -200/+706 |
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-08-21 | -3/+10 |
|\ |
|
| * | CFI: Add CFI_CMDSET_INTEL_EXTENDED to fix flash_real_protect() | Nick Spence | 2008-08-20 | -0/+1 |
| * | CFI: Fix AMD Legacy sector protect | TsiChung Liew | 2008-08-20 | -3/+9 |
* | | 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 |
|/ |
|
* | Minor code cleanup: keep lists sorted. | Wolfgang Denk | 2008-08-18 | -1/+1 |
* | Add support for ADT7460 I2C monitor chip | Ricardo Ribalda Delgado | 2008-08-18 | -0/+84 |
* | 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 |
* | 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 | -2951/+5314 |
| |\ |
|
| * | | 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 | -83/+83 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2008-08-14 | -39/+96 |
|\ \ \
| |_|/
|/| | |
|