summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher2011-04-21-2/+11
| * cfi_flash: reverse geometry for M29W800DT partsMike Frysinger2011-04-21-3/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2011-04-25-24/+118
|\ \
| * | ppc4xx: Do not stop booting on any keypress on dlvision-10gDirk Eibach2011-04-21-0/+4
| * | ppc4xx: Improve fan PWM curve on DLVision 10GDirk Eibach2011-04-21-1/+2
| * | ppc4xx: Enable MPC92469AC on DLVision 10GDirk Eibach2011-04-21-3/+6
| * | ppc4xx: Set DLVision 10G osd position to linux defaultsDirk Eibach2011-04-21-2/+7
| * | ppc4xx: Adapt DLVision 10G to new FPGA firmwareDirk Eibach2011-04-21-11/+33
| * | ppc4xx: Enable LM64 on DLVision 10GDirk Eibach2011-04-21-1/+1
| * | ppc4xx: Improve video board detectionDirk Eibach2011-04-21-8/+18
| * | ppc4xx: Improve DLVision-10G PLL setupDirk Eibach2011-04-21-3/+52
| * | xilinx_ppc_boards: Change address of RESET_VECTORRicardo Ribalda Delgado2011-04-21-5/+5
| |/
* | powerpc, 8xx: Fix fallout from "Fixup all 8xx u-boot.lds scripts"Joakim Tjernlund2011-04-24-4/+5
|/
* tools/env: fix redundant env flag comparisonJon Povey2011-04-21-7/+6
* Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk2011-04-20-2322/+4902
|\
| * Add mdio command for new PHY infrastructureAndy Fleming2011-04-20-0/+289
| * fsl: Change fsl_phy_enet_if to phy_interface_tAndy Fleming2011-04-20-108/+86
| * tsec: Convert tsec to use PHY LibAndy Fleming2011-04-20-1780/+391
| * phylib: Add a bunch of PHY drivers from tsecAndy Fleming2011-04-20-0/+1542
| * Create PHY Lib for U-BootAndy Fleming2011-04-20-36/+2218
| * miiphy: Fix some formatting issuesAndy Fleming2011-04-20-90/+90
| * Remove instances of phy_read/writeAndy Fleming2011-04-20-107/+107
| * tsec: arrange the code to avoid useless function declarationMingkai Hu2011-04-20-440/+415
| * tsec: use IO accessors for IO accessesMingkai Hu2011-04-20-127/+130
* | Merge branch 'misc' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-04-20-223/+338
|\ \
| * | gpio: check request resultMike Frysinger2011-04-13-1/+4
| * | config_defaults.h: drop OSE bootm defaultMike Frysinger2011-04-13-1/+0
| * | gpio: generalize for all generic gpio providersMike Frysinger2011-04-13-119/+140
| * | md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger2011-04-13-104/+168
| * | crc32: make command optionalMike Frysinger2011-04-13-1/+11
| * | make `go` optionalMike Frysinger2011-04-13-0/+6
| * | env: make import/export optionalMike Frysinger2011-04-13-0/+12
* | | Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk2011-04-20-1/+1
|\ \ \
| * | | fdt_support: Fix buffer overflow in fdt_fixup_memory_banksKyle Moffett2011-04-17-1/+1
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2011-04-20-30/+50
|\ \ \
| * | | powerpc/85xx: Modify NAND loader makefiles to compile NAND_SPL linker scriptDipen Dudhat2011-04-15-16/+28
| * | | nand_spl: Fix large page nand_command()Alex Waterman2011-04-15-0/+4
| * | | nand/spl: Assuming a static nand page size to reduce code sizeMatthew McClintock2011-04-15-5/+5
| * | | NAND: rearrange ONFI revision checking, add ONFI 2.3Florian Fainelli2011-04-15-8/+12
| * | | NAND: Fix integer overflow in ONFI detection of chips >= 4GiBFlorian Fainelli2011-04-15-1/+1
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2011-04-20-31/+11
|\ \ \
| * | | I2C: OMAP: detect more devices when probing an i2c busNick Thompson2011-04-14-31/+11
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk2011-04-20-50/+616
|\ \ \
| * | | MMC may wrongly regconize 2GB eMMC as high capacityRaffaele Recalcati2011-04-13-3/+0
| * | | mmc: trace addedRaffaele Recalcati2011-04-13-0/+57
| * | | mmc: SEND_OP_COND considers card capabilities (voltage)Raffaele Recalcati2011-04-13-3/+20
| * | | mmc: checking status after commands with R1b responseRaffaele Recalcati2011-04-13-3/+63
| * | | mmc: remove duplicated header fileMinkyu Kang2011-04-13-1/+0
| * | | mmc: show mmc capacity using print_sizeMinkyu Kang2011-04-13-1/+2
| * | | mmc: add generic mmc spi driverThomas Chou2011-04-13-20/+448