| Commit message (Expand) | Author | Age | Lines |
* | ppc4xx: Autocalibration can set RDCC to over aggressive value. | Adam Graham | 2009-02-12 | -36/+47 |
* | ppc4xx: Fix problem with CONFIG_MAX_MEM_MAPPED in include/asm-ppc/config.h | Stefan Roese | 2009-02-12 | -3/+2 |
* | Coding style cleanup; update CHANGELOG | Wolfgang Denk | 2009-02-12 | -54/+2440 |
* | Add feature-removal-schedule.txt | Peter Tyser | 2009-02-11 | -0/+37 |
* | 8xx serial, smc: Coding-Style cleanup serial SMC driver | Heiko Schocher | 2009-02-11 | -48/+24 |
* | 8xx serial, smc: add configurable SMC Rx buffer len | Heiko Schocher | 2009-02-11 | -38/+58 |
* | common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile | Mike Frysinger | 2009-02-11 | -16/+3 |
* | bzip2: move ifdef handling to Makefile COBJS-$(...) | Mike Frysinger | 2009-02-11 | -20/+5 |
* | Fix whitespace damage: double space changed to a tab | Jerry Van Baren | 2009-02-11 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2009-02-11 | -1/+4 |
|\ |
|
| * | cfi: make flash_get_info() non static | Heiko Schocher | 2009-02-11 | -1/+4 |
* | | net: removed board-specific CONFIGs from MPC5xxx FEC driver | Ben Warren | 2009-02-09 | -52/+48 |
* | | net/sntp.c: move ifdef into Makefile COBJS-$(...) | Mike Frysinger | 2009-02-09 | -5/+1 |
* | | tsec: Fix a bug in soft-resetting | Andy Fleming | 2009-02-09 | -0/+1 |
* | | Fix 100Mbs ethernet operation on sh7763 based boards | Simon Munton | 2009-02-09 | -1/+1 |
* | | Fix MPC8260 with ethernet on SCC | ksi@koi8.net | 2009-02-09 | -1/+1 |
|/ |
|
* | 82xx serial, smc: Coding-Style cleanup serial SMC driver | Heiko Schocher | 2009-02-10 | -36/+18 |
* | 82xx serial, smc: add configurable SMC Rx buffer len | Heiko Schocher | 2009-02-10 | -37/+68 |
* | ppc: Fix roll over bug in flush_cache() | Kumar Gala | 2009-02-10 | -2/+4 |
* | ppc: Move CONFIG_MAX_MEM_MAPPED to common config.h | Kumar Gala | 2009-02-10 | -6/+8 |
* | Add an architecture specific config.h for common defines | Kumar Gala | 2009-02-10 | -0/+289 |
* | mpc8641hpcn: Change PCI MEM pci bus address | Becky Bruce | 2009-02-10 | -1/+10 |
* | drivers/block/ahci: Fix pci mapping bug | Becky Bruce | 2009-02-10 | -5/+2 |
* | MPC8641HPCN: Enable CONFIG_ADDR_MAP | Becky Bruce | 2009-02-10 | -0/+2 |
* | mpc8641hpcn: Clean up PCI mapping concepts | Becky Bruce | 2009-02-10 | -11/+16 |
* | mpc86xx: Add support to populate addr map based on BATs | Becky Bruce | 2009-02-10 | -4/+69 |
* | powerpc: Move duplicated BAT defines to mmu.h | Becky Bruce | 2009-02-10 | -183/+64 |
* | drivers/pci: Create pci_map_bar function | Becky Bruce | 2009-02-10 | -4/+43 |
* | mpc8641hpcn: Set up outbound pci windows before inbound | Becky Bruce | 2009-02-10 | -6/+6 |
* | mpc8641hpcn: Use physical address in flash banks defintion | Becky Bruce | 2009-02-10 | -1/+1 |
* | Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master | Wolfgang Denk | 2009-02-07 | -359/+1364 |
|\ |
|
| * | pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching | Kumar Gala | 2009-02-07 | -24/+78 |
| * | pci: Rename PCI_REGION_MEMORY to PCI_REGION_SYS_MEMORY for clarity | Kumar Gala | 2009-02-07 | -43/+43 |
| * | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-02-07 | -4/+27 |
| |\ |
|
| | * | NAND: Add timeout for reset command | Peter Tyser | 2009-02-06 | -2/+17 |
| | * | NAND: Silence warning when CONFIG_SYS_NAND_QUIET_TEST | Peter Tyser | 2009-02-06 | -0/+2 |
| | * | NAND: Fixed invalid pointers to static relocated chip names | Valeriy Glushkov | 2009-02-06 | -0/+4 |
| | * | env_nand: fix env memory release | derek@siconix.com | 2009-02-06 | -2/+4 |
| * | | Merge branch 'master' of git://git.denx.de/u-boot-coldfire | Wolfgang Denk | 2009-02-07 | -26/+147 |
| |\ \ |
|
| | * | | Coldfire: M527x: Add missing GPIO register address defines | Richard Retanubun | 2009-02-06 | -0/+32 |
| | * | | Coldfire: mcfmii: Allow non-autonegotiating PHYs to use mii command | Richard Retanubun | 2009-02-06 | -8/+19 |
| | * | | Coldfire: Applied baudrate formula of serial_init to serial_setbrg | Richard Retanubun | 2009-02-06 | -2/+3 |
| | * | | Coldfire: M5271EVB: Board header update (dependencies) | Richard Retanubun | 2009-02-06 | -10/+30 |
| | * | | Coldfire: M5271: Allow board header file to specify clock multiplier | Richard Retanubun | 2009-02-06 | -3/+57 |
| | * | | Coldfire: M5271EVB: Remove usage of CONFIG_SYS_FECI2C | Richard Retanubun | 2009-02-06 | -1/+2 |
| | * | | Coldfire: cmd_bdinfo cleanup | Richard Retanubun | 2009-02-06 | -1/+2 |
| | * | | Coldfire: Fix half-baud UART by adding M5271 to Coldfire v2 core list | Richard Retanubun | 2009-02-06 | -1/+2 |
| | |/ |
|
| * | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2009-02-07 | -212/+331 |
| |\ \ |
|
| | * | | Blackfin: move default boot SPI CS to common code | Mike Frysinger | 2009-02-05 | -7/+10 |
| | * | | Blackfin: dynamically update UART speed when initializing | Mike Frysinger | 2009-02-05 | -91/+43 |