summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-04-15233-5369/+4058
|\
| * cosmetic: fix CONFIG_SPL_BSS_MAX_SIZE typo in READMEAlbert ARIBAUD2013-04-141-2/+2
| * smdk5250, snow: convert to CONFIG_SPL_MAX_FOOTPRINTAlbert ARIBAUD2013-04-142-2/+2
| * da850evm, da850_am18xxevm: convert to CONFIG_SPL_MAX_FOOTPRINTAlbert ARIBAUD2013-04-142-2/+2
| * cam_enc_4xx: convert to CONFIG_SPL_MAX_FOOTPRINTAlbert ARIBAUD2013-04-142-2/+2
| * ARM: fix CONFIG_SPL_MAX_SIZE semanticsAlbert ARIBAUD2013-04-144-18/+30
| * Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-142-6/+6
| |\
| | * fsl_esdhc: Fix DMA transfer completion waiting loopAndrew Gabbasov2013-04-142-3/+4
| | * fsl_esdhc: flush cache after IO completionEric Nelson2013-04-141-3/+2
| * | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-144-9/+12
| |\ \ | | |/
| | * spi: mxc_spi: Set master mode for all channelsFabio Estevam2013-04-133-8/+11
| | * mx6qsabre{sd, auto}: Fix environment as 'mmc rescan' takes no argumentsOtavio Salvador2013-04-131-1/+1
| * | ARM: Fix __bss_start and __bss_end in linker scriptsAlbert ARIBAUD2013-04-137-28/+70
| * | BUGFIX: arm: data abort in get_bad_stack_swiTetsuyuki Kobayashi2013-04-134-4/+9
| * | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-133-10/+10
| |\ \
| | * | omap5_common.h: Switch to ext4Tom Rini2013-04-121-1/+1
| | * | omap3: Display MHz instead of mHz on the consoleman.huber@arcor.de2013-04-121-2/+2
| | * | am335x: Really correct DDR timings on new BeagleBone partTom Rini2013-04-121-7/+7
| * | | integrator: enable device treeLinus Walleij2013-04-121-0/+1
| * | | VCMA9: Enable CONFIG_CMD_NAND_YAFFSTom Rini2013-04-121-0/+1
| * | | Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-12270-2059/+7061
| |\ \ \ | | |/ / | |/| |
| * | | arm/km: add support for kmsuv31 boardHolger Brunck2013-04-122-0/+9
| * | | arm/km: use CONFIG_NAND_ECC_BCHHolger Brunck2013-04-121-0/+3
| * | | arm/km: rename BOARD_LATE_INIT to CONFIG_BOARD_LATE_INITHolger Brunck2013-04-121-1/+1
| * | | kirkwood_nand: allow usage of NAND_ECC_SOFT_BCHGerlando Falauto2013-04-121-0/+4
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-04-1210-43/+80
| |\ \ \
| | * | | omap5912-osk: Fix get_timer() and CONFIG_SYS_HZJon Hunter2013-04-102-8/+9
| | * | | omap5912-osk: Increase flash partition for u-bootJon Hunter2013-04-101-3/+3
| | * | | omap5912-osk: Fix device initialisationJon Hunter2013-04-103-6/+33
| | * | | omap5912-osk: Fix booting from NOR flashJon Hunter2013-04-101-6/+6
| | * | | omap5912-osk: Fix DRAM initialisationJon Hunter2013-04-101-3/+8
| | * | | omap5_uevm: Correct to 2MiB aligned partitions on eMMCTom Rini2013-04-101-2/+1
| | * | | OMAP4: Fix bug in omap4460_volts structLubomir Popov2013-04-101-4/+4
| | * | | am335x: Update timings for the beaglebone againTom Rini2013-04-102-11/+11
| | * | | am335x/ti814x: Correct MMC_BOOT_DEVICES_START/ENDTom Rini2013-04-091-0/+5
| * | | | mx31pdk: Remove watchdog supportFabio Estevam2013-04-121-2/+0
| * | | | arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau2013-04-1212-32/+32
| * | | | arm1176: Remove unused MMU setup from start.SBenoît Thébaudeau2013-04-121-90/+1
| * | | | arm: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-123-24/+6
| * | | | arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-1223-2253/+23
| * | | | Revert "mkconfig: start deprecating Makefile config targets"Benoît Thébaudeau2013-04-122-25/+0
| * | | | arm: Remove support for smdk6400Benoît Thébaudeau2013-04-1215-1235/+1
| * | | | imx: Add u-boot-with-nand-spl.imx make targetBenoît Thébaudeau2013-04-123-0/+17
| * | | | imx: Add u-boot-with-spl.imx make targetBenoît Thébaudeau2013-04-123-0/+12
| * | | | .gitignore: Add /SPLBenoît Thébaudeau2013-04-121-0/+1
| * | | | Makefile: Move SHELL setup to config.mkBenoît Thébaudeau2013-04-122-6/+8
| * | | | arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-1218-65/+36
| * | | | arm926ejs: Remove deprecated and now unused NAND SPLBenoît Thébaudeau2013-04-121-10/+0
| * | | | nand: mxc: Switch NAND SPL to generic SPLBenoît Thébaudeau2013-04-1220-383/+81
| * | | | imx: Fix automatic make targets for imx imagesBenoît Thébaudeau2013-04-123-2/+19
OpenPOWER on IntegriCloud