aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-12arm: Remove support for smdk6400Benoît Thébaudeau15-1235/+1
2013-04-12imx: Add u-boot-with-nand-spl.imx make targetBenoît Thébaudeau3-0/+17
2013-04-12imx: Add u-boot-with-spl.imx make targetBenoît Thébaudeau3-0/+12
2013-04-12.gitignore: Add /SPLBenoît Thébaudeau1-0/+1
2013-04-12Makefile: Move SHELL setup to config.mkBenoît Thébaudeau2-6/+8
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau18-65/+36
2013-04-12arm926ejs: Remove deprecated and now unused NAND SPLBenoît Thébaudeau1-10/+0
2013-04-12nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau20-383/+81
2013-04-12imx: Fix automatic make targets for imx imagesBenoît Thébaudeau3-2/+19
2013-04-12Makefile: Change CONFIG_SPL_PAD_TO to image offsetBenoît Thébaudeau5-7/+25
2013-04-12autoconfig.mk: Make it possible to define configs from other configsBenoît Thébaudeau1-0/+2
2013-04-12arm: crt0.S: Remove bogus .globlBenoît Thébaudeau1-24/+4
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau24-15/+87
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau13-66/+39
2013-04-12arm1136: Remove redundant relocate_code() returnBenoît Thébaudeau1-2/+0
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau14-40/+18
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau14-4/+52
2013-04-12nand: mxc: Use appropriate page number in syndrome functionsBenoît Thébaudeau1-3/+3
2013-04-12nand: mxc: Fix debug trace in mxc_nand_read_oob_syndrome()Benoît Thébaudeau1-1/+1
2013-04-12imx: mx53ard: Add support for NAND FlashBenoît Thébaudeau2-0/+76
2013-04-12imx: mx5: lowlevel_init: Simplify codeBenoît Thébaudeau1-6/+2
2013-04-12nand: mxc: Add support for i.MX5Benoît Thébaudeau3-15/+250
2013-04-12nand: mxc: Prepare to add support for i.MX5Benoît Thébaudeau3-114/+97
2013-04-12mtd: nand: mxc_nand: Fix is_16bit_nand()Fabio Estevam2-35/+5
2013-04-12mtd: nand: Introduce CONFIG_SYS_NAND_BUSWIDTH_16BITFabio Estevam2-5/+8
2013-04-08omap5_common.h: Use fallback CONFIG_SYS_BAUDRATE_TABLETom Rini1-2/+1
2013-04-08omap5_uevm.h: Move uEVM-specific choices to omap5_uevm.hTom Rini3-8/+25
2013-04-08OMAP3/4/5/AM33xx: Correct logic for checking FAT or RAW MMCTom Rini5-3/+17
2013-04-08arm: omap4: Fix SDRAM AUTO DETECTIONLokesh Vutla6-18/+16
2013-04-08OMAP: Fix copy-paste bug that did not enable UART4 clockLubomir Popov1-2/+2
2013-04-08doc/feature-removal-schedule.txt: Add CONFIG_SYS_(CLOCKS|PADS)_ENABLE_ALLTom Rini1-0/+16
2013-04-08ARM: OMAP4/5: Make bootz as the default boot commandSRICHARAN R2-4/+4
2013-04-08ARM: OMAP4/5: Change the default boot command to work with device treeSRICHARAN R2-6/+36
2013-04-08omap5: Allow use of a plain text env fileNishanth Menon1-3/+13
2013-04-08ARM: OMAP5: Set fdt_high to enable booting with Device treeSRICHARAN R1-0/+1
2013-04-08ARM: OMAP5: Rename omap5_evm to omap5_uevmSRICHARAN R5-1/+1
2013-04-08omap2420-h4: Fix get_timer() and CONFIG_SYS_HZHunter, Jon2-3/+7
2013-04-08omap2420-h4: Add device tree supportHunter, Jon1-0/+1
2013-04-08omap2420-h4: Fix booting from NOR flashHunter, Jon4-19/+6
2013-04-08omap2420-h4: Fix DRAM initialisationHunter, Jon1-6/+18
2013-04-08tricorder: enable hw assisted BCH8 in SPL and u-bootAndreas Bießmann1-4/+9
2013-04-08omap_gpmc: add support for hw assisted BCH8Andreas Bießmann3-92/+305
2013-04-08omap_gpmc: change nandecc commandAndreas Bießmann4-36/+56
2013-04-08omap3/omap_gpmc.h: add ooblayout for BCH8 as in kernelAndreas Bießmann1-0/+17
2013-04-08asm/omap_gpmc.h: consolidate common definesAndreas Bießmann7-118/+92
2013-04-08omap3/cpu.h: add BCH supportAndreas Bießmann1-0/+6
2013-04-08omap3_beagle: Flush UART3 xmit on enable if TEMT is brokenManfred Huber3-13/+16
2013-04-08am335x: Enable MMC1 clockTom Rini1-0/+5
2013-04-08pcm051: Enable DDR PHY dynamic power down bitLars Poeschel1-1/+2
2013-04-08musb: set MUSB speed based on CONFIGBin Liu2-1/+3