summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
* mx25pdk: Add Ethernet supportFabio Estevam2012-10-26-0/+83
* pmic: Add support for mc34704Fabio Estevam2012-10-26-0/+51
* mx25: Place common functions into sys_proto.hFabio Estevam2012-10-26-4/+4
* pmic_fsl: Introduce FSL_PMIC_I2C_LENGTHFabio Estevam2012-10-26-1/+7
* mx25pdk: Add esdhc supportFabio Estevam2012-10-26-1/+68
* mx25pdk: Include CONFIG_MX25Fabio Estevam2012-10-26-0/+1
* MX35: add support for woodburn boardStefano Babic2012-10-26-0/+896
* ARM: Add SPL target to arm1136Stefano Babic2012-10-26-0/+4
* SPL: Added SPL target for mx35 SOC to SPL MakefileStefano Babic2012-10-26-0/+6
* MX35: Add soc_boot_mode and soc_boot_device to MX35Stefano Babic2012-10-26-0/+206
* MX35: add LOW_LEVEL_SRAM_STACK to use SPL_FRAMEWORKStefano Babic2012-10-26-0/+2
* ARM: Fix start.S when used with SPL in arm1136Stefano Babic2012-10-26-11/+24
* MX5: fix warning in clock.cStefano Babic2012-10-26-1/+1
* imximage: make set_imx_hdr_v1/v2 easier to readTroy Kisky2012-10-20-19/+11
* imximage: change parameters to set_imx_hdrTroy Kisky2012-10-20-15/+11
* imximage: delay setting of image sizeTroy Kisky2012-10-20-6/+6
* imximage: fix size of image to load.Troy Kisky2012-10-20-4/+2
* imximage: move flash_offset check to common locationTroy Kisky2012-10-20-14/+5
* imximage: remove redundant setting of app_dest_ptrTroy Kisky2012-10-20-1/+0
* imximage: check dcd_len as entries addedTroy Kisky2012-10-20-15/+11
* mx6qarm2: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFERFabio Estevam2012-10-20-2/+1
* mx6qsabre_common: Enable DCACHE and CONFIG_MMC_BOUNCE_BUFFERFabio Estevam2012-10-20-2/+1
* mx25pdk: Use internal RAM for stack pointerFabio Estevam2012-10-20-2/+9
* mx5: Add workaround for ARM erratum ID 468414Fabio Estevam2012-10-17-0/+9
* mx6qsabrelite: enable DCache and MMC bounce bufferDirk Behme2012-10-17-2/+1
* configs: mx53evk: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* configs: mx51evk: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* configs: mx53loco: Remove CONFIG_HAS_ETH1Fabio Estevam2012-10-17-1/+0
* mx53loco: Adapt the IPU clockFabio Estevam2012-10-17-1/+1
* mx5: lowlevel_init.S: Fix PLL settings for mx53Fabio Estevam2012-10-17-33/+67
* mx5: lowlevel_init.S: Split init_clock macroFabio Estevam2012-10-17-30/+65
* mx25: Clean up imx-regs.hBenoît Thébaudeau2012-10-16-3/+3
* i.MX6: mx6qsabrelite: Add splash screen supportEric Nelson2012-10-16-1/+343
* i.MX6: add HDMI transmitter register declarations from kernel WIP.Eric Nelson2012-10-16-0/+1053
* i.MX6: set drive strength for parallel RGB padsEric Nelson2012-10-16-29/+29
* i.MX: ipufb: add const to fb_videomode declarationsEric Nelson2012-10-16-3/+3
* i.MX video: struct fb_videomode can be constEric Nelson2012-10-16-4/+8
* i.MX: declare iomux_v3_cfg_t arrays as constEric Nelson2012-10-16-27/+27
* i.MX: iomux: input pad array can be constEric Nelson2012-10-16-3/+5
* mx6qsabreauto: Pass the board revision to the kernelFabio Estevam2012-10-16-2/+52
* mx6qsabreauto: Change mmcroot so it works out of boxOtavio Salvador2012-10-16-2/+4
* mxc: Fix SDHC multi-instance clockBenoît Thébaudeau2012-10-16-2/+40
* mx35: Fix eSDHC clocksBenoît Thébaudeau2012-10-16-3/+15
* mx35: Clean up lowlevel_initBenoît Thébaudeau2012-10-16-279/+97
* Merge branch 'agust@denx.de-next' of git://git.denx.de/u-boot-stagingTom Rini2012-10-15-19/+517
|\
| * bootstage: Add new bootstage IDs for board, LCDSimon Glass2012-10-03-0/+5
| * bootstage: Add bootstage commandSimon Glass2012-10-03-0/+121
| * bootstage: Add feature to stash/unstash bootstage infoSimon Glass2012-10-03-0/+188
| * bootstage: Store boot timings in device treeSimon Glass2012-10-02-6/+120
| * bootstage: Add time accumulation featureSimon Glass2012-10-02-3/+60