summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | BeagleBoard: Added LED driverJason Kridner2011-04-274-1/+114
| * | Add 'led' commandJason Kridner2011-04-271-0/+153
| * | MX31: drop warnings in get_cpu_revStefano Babic2011-04-271-1/+1
| * | MX5: factor out boot cause funciton to common codeJason Liu2011-04-271-0/+28
| * | ARM: MX31: Fix file name labelFabio Estevam2011-04-271-3/+3
| * | MX31: mx31pdk: Make the board name simpler.Fabio Estevam2011-04-271-1/+1
| * | MX31: Introduce get_reset_cause()Fabio Estevam2011-04-271-1/+28
| * | ARM: mx31: Print the silicon versionFabio Estevam2011-04-272-2/+53
| * | IMX: MX31: Cleanup include files and drop nasty #ifdef in driversStefano Babic2011-04-2727-58/+35
| * | MX5: Enable flat-device-tree support on mx51/53 evk boardLiu Hui-R643432011-04-272-0/+6
| * | MX53: drop config.mk from mx53evkLiu Hui-R643432011-04-272-25/+1
| * | mx25: Make the UART port number explicit in its setup functionFabio Estevam2011-04-272-3/+3
| * | MX31: qong: add watchdogStefano Babic2011-04-272-0/+13
| * | MX31: add support for MX31 watchdogStefano Babic2011-04-272-1/+47
| * | MX51: drop config.mk from mx51evkStefano Babic2011-04-273-26/+3
| * | Makefile: change rule to build IMX imageStefano Babic2011-04-271-1/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-fdtWolfgang Denk2011-04-279-52/+93
|\ \ \
| * | | Respect memreserve regions specified in the device treeGrant Likely2011-04-255-1/+37
| * | | Fix off-by-one error in passing initrd end address via device treeGrant Likely2011-04-251-1/+1
| * | | Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZGrant Likely2011-04-254-12/+5
| * | | Default to bootm_size() when CONFIG_SYS_BOOTMAPSZ is not definedGrant Likely2011-04-254-6/+35
| * | | Stop passing around bootmem_base value.Grant Likely2011-04-256-36/+19
| |/ /
* | | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-04-274-4/+11
|\ \ \
| * | | Blackfin: adi boards: add eon to the "all" spi flash listMike Frysinger2011-04-251-0/+1
| * | | Blackfin: bf506f-ezkit: disable import/export env commandsMike Frysinger2011-04-251-0/+2
| * | | Blackfin: bf537-stamp/bf527-ad7160-eval: convert to mmc_spiMike Frysinger2011-04-253-4/+8
* | | | Merge branch 'spi' of git://git.denx.de/u-boot-blackfinWolfgang Denk2011-04-272-13/+27
|\ \ \ \ | |_|/ / |/| | |
| * | | bfin_spi: add spi_set_speedThomas Chou2011-04-251-13/+19
| * | | spi: add spi_set_speed funcThomas Chou2011-04-251-0/+8
| |/ /
* | | mpc52xx, digsy_mtc: add trickle charger support for rev5 boards.Heiko Schocher2011-04-261-0/+2
* | | rtc, rv3029: add trickle charger support.Heiko Schocher2011-04-262-0/+89
* | | Fix typo in #error: IS_IN_NOWHERE vs. IS_NOWHERELoïc Minier2011-04-261-1/+1
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk2011-04-251-5/+22
|\ \
| * | cfi_flash driver - Add delay after reset commandAaron Williams2011-04-211-0/+7
| * | mtd, cfi: read AMD 3-byte (expanded) device ids on 16bit devicesHeiko Schocher2011-04-211-2/+11
| * | cfi_flash: reverse geometry for M29W800DT partsMike Frysinger2011-04-211-3/+4
* | | Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk2011-04-256-24/+118
|\ \ \
| * | | ppc4xx: Do not stop booting on any keypress on dlvision-10gDirk Eibach2011-04-211-0/+4
| * | | ppc4xx: Improve fan PWM curve on DLVision 10GDirk Eibach2011-04-211-1/+2
| * | | ppc4xx: Enable MPC92469AC on DLVision 10GDirk Eibach2011-04-212-3/+6
| * | | ppc4xx: Set DLVision 10G osd position to linux defaultsDirk Eibach2011-04-212-2/+7
| * | | ppc4xx: Adapt DLVision 10G to new FPGA firmwareDirk Eibach2011-04-214-11/+33
| * | | ppc4xx: Enable LM64 on DLVision 10GDirk Eibach2011-04-211-1/+1
| * | | ppc4xx: Improve video board detectionDirk Eibach2011-04-211-8/+18
| * | | ppc4xx: Improve DLVision-10G PLL setupDirk Eibach2011-04-211-3/+52
| * | | xilinx_ppc_boards: Change address of RESET_VECTORRicardo Ribalda Delgado2011-04-211-5/+5
| |/ /
* / / powerpc, 8xx: Fix fallout from "Fixup all 8xx u-boot.lds scripts"Joakim Tjernlund2011-04-242-4/+5
|/ /
* | tools/env: fix redundant env flag comparisonJon Povey2011-04-211-7/+6
* | Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk2011-04-2052-2322/+4902
|\ \
| * | Add mdio command for new PHY infrastructureAndy Fleming2011-04-202-0/+289