| Commit message (Expand) | Author | Age | Lines |
* | FPGA: move fpga drivers to drivers/fpga | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-05 | -0/+3762 |
* | Merge branch 'master' of git://git.denx.de/u-boot-at91 | Wolfgang Denk | 2008-12-05 | -13/+12 |
|\ |
|
| * | mtd/dataflash.c: fix a problem with the last partition | Ilko Iliev | 2008-12-02 | -1/+1 |
| * | fix some coding style violations. | Ilko Iliev | 2008-12-02 | -13/+12 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-usb | Wolfgang Denk | 2008-12-05 | -29/+13 |
|\ \ |
|
| * | | drivers/usb: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-11-28 | -29/+13 |
| |/ |
|
* | | drivers/fsl_pci_init: Fix inbound window mapping bug | Becky Bruce | 2008-12-03 | -1/+1 |
|/ |
|
* | NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). | Scott Wood | 2008-11-25 | -6/+6 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Wolfgang Denk | 2008-11-25 | -67/+64 |
|\ |
|
| * | ARM: OMAP: Convert IO macros | Dirk Behme | 2008-11-21 | -67/+64 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-ubi | Wolfgang Denk | 2008-11-25 | -0/+12566 |
|\ \ |
|
| * | | mtd: Remove a printf() from add_mtd_device(). | Piotr Ziecik | 2008-11-24 | -2/+0 |
| * | | UBI: Add basic UBI support to U-Boot (Part 5/8) | Kyungmin Park | 2008-11-19 | -0/+3810 |
| * | | UBI: Add basic UBI support to U-Boot (Part 4/8) | Kyungmin Park | 2008-11-19 | -0/+2538 |
| * | | UBI: Add basic UBI support to U-Boot (Part 3/8) | Kyungmin Park | 2008-11-19 | -0/+2018 |
| * | | UBI: Add basic UBI support to U-Boot (Part 2/8) | Kyungmin Park | 2008-11-19 | -0/+1768 |
| * | | UBI: Add basic UBI support to U-Boot (Part 1/8) | Kyungmin Park | 2008-11-19 | -0/+1755 |
| * | | MTD: Add MTD paritioning infrastructure | Kyungmin Park | 2008-11-19 | -0/+679 |
| |/ |
|
* | | cfi-mtd: Add cfi-mtd driver. | Piotr Ziecik | 2008-11-24 | -0/+208 |
* | | cfi_flash: Add interface for flash verbosity control | Piotr Ziecik | 2008-11-24 | -11/+22 |
* | | cfi_flash: Export flash_sector_size() function. | Piotr Ziecik | 2008-11-24 | -2/+0 |
* | | cfi_flash: Make all flash access functions weak | Stefan Roese | 2008-11-24 | -7/+25 |
|/ |
|
* | drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver. | Richard Retanubun | 2008-11-09 | -0/+79 |
* | ColdFire: Add mii driver in drivers/net | TsiChung Liew | 2008-11-09 | -17/+326 |
* | Moved PPC4xx EMAC driver to drivers/net | Ben Warren | 2008-11-09 | -0/+2127 |
* | xilinx_emaclite buffer overrun | Clive Stubbings | 2008-11-09 | -1/+1 |
* | NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg. | richardretanubun | 2008-11-09 | -3/+43 |
* | Adds two more ethernet interface to 83xx | richardretanubun | 2008-11-09 | -0/+8 |
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash | Wolfgang Denk | 2008-11-01 | -1/+2 |
|\ |
|
| * | CFI Driver: Fix "flash not ready" problem | Wolfgang Denk | 2008-10-31 | -1/+2 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2008-11-01 | -9/+10 |
|\ \
| |/
|/| |
|
| * | Blackfin: only initialize the RTC when actually used | Mike Frysinger | 2008-10-23 | -9/+10 |
* | | NAND: Properly create JFFS2 cleanmarkers. | Scott Wood | 2008-10-29 | -19/+11 |
* | | NAND fsl elbc: Set FMR[ECCM] based on page size. | Scott Wood | 2008-10-29 | -2/+14 |
* | | Make Freescale local bus registers available for both 83xx and 85xx. | Haiying Wang | 2008-10-29 | -9/+11 |
* | | NAND: Reset chip on power-up | Karl Beldan | 2008-10-29 | -0/+8 |
* | | NAND: sync with 2.6.27 | Scott Wood | 2008-10-29 | -43/+141 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-video | Wolfgang Denk | 2008-10-28 | -5/+1 |
|\ \ |
|
| * | | atmel_lcdfb: Straighten out funky vl_sync logic | Haavard Skinnemoen | 2008-10-25 | -4/+1 |
| * | | atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h> | Haavard Skinnemoen | 2008-10-25 | -1/+0 |
| |/ |
|
* | | powerpc: fix pci window initialization to work with > 4GB DRAM | Becky Bruce | 2008-10-27 | -3/+7 |
* | | pci/fsl_pci_init: Removed a bunch pointless trailing backslashes. | Kumar Gala | 2008-10-27 | -7/+7 |
* | | pci/fsl_pci_init: Added fdt helper for setting up bus-ranges & dma-ranges | Kumar Gala | 2008-10-24 | -0/+20 |
* | | pci/fsl_pci_init: Add a common PCI inbound setup function | Kumar Gala | 2008-10-24 | -0/+81 |
* | | pci/fsl_pci_init: Enable larger address and setting inbound windows properly | Kumar Gala | 2008-10-24 | -14/+24 |
* | | pci: Allow for PCI addresses to be 64-bit | Kumar Gala | 2008-10-24 | -47/+78 |
|/ |
|
* | Cleanup: fix "MHz" spelling | Wolfgang Denk | 2008-10-21 | -9/+9 |
* | Merge git://git.denx.de/u-boot into x1 | Markus Klotzbuecher | 2008-10-21 | -1634/+3127 |
|\ |
|
| * | Merge 'next' branch | Wolfgang Denk | 2008-10-18 | -860/+1131 |
| |\ |
|
| | * | fsl_law clear enable before changing. | Ed Swarthout | 2008-10-18 | -0/+1 |