aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2014-02-26Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini4-15/+16
2014-02-26arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini1-2/+0
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2-13/+5
2014-02-25Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini1-1/+6
2014-02-24SPL: P2020RDB: fix the problem booting from spi flashYing Zhang1-1/+6
2014-02-21ubifs: fix checkpatch warningKaricheri, Muralidharan1-9/+0
2014-02-21common, itest: pass u-boot env variables to itest.sHeiko Schocher1-0/+13
2014-02-21common, ubi: add ubi check volumename commandHeiko Schocher1-0/+31
2014-02-21Fix memory commands for 64-bit platformsYork Sun1-36/+36
2014-02-21pxe: prepend fdtdir to DTB name irrespective of sourceStephen Warren1-37/+40
2014-02-21fix address of error message in mtest commandDavid Feng1-5/+9
2014-02-21common: Add get_effective_memsize() to memsize.cYork Sun3-13/+16
2014-02-21common: Remove invalid endianess conversionChristian Eggers1-2/+2
2014-02-21pxe: allow compilation when !defined(CONFIG_CMD_NET)Stephen Warren1-0/+11
2014-02-21fs/fdos: RemoveTom Rini2-69/+1
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini1-0/+1
2014-02-19cosmetic: FIT: fix a strange commentMasahiro Yamada1-1/+1
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada1-2/+0
2014-02-19dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada1-1/+1
2014-02-19kbuild: use Linux Kernel build scriptsMasahiro Yamada1-7/+3
2014-02-19kbuild: change out-of-tree buildMasahiro Yamada1-5/+4
2014-02-19common: spl: Add spl sata boot supportDan Murphy5-0/+60
2014-02-19EXT4: Fix number base handling of "ext4write" commandWolfgang Denk1-2/+2
2014-02-19fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada1-1/+1
2014-02-19cmd_test: implement -e test for file existenceStephen Warren1-0/+6
2014-02-19cmd_test: evaluate to false without any argumentsStephen Warren1-1/+1
2014-02-19cmd_test: implement ! on sub-expressionsStephen Warren1-19/+24
2014-02-19cmd_test: check for binary operators before unaryStephen Warren1-4/+4
2014-02-19cmd_test: use table lookup for parsingStephen Warren1-67/+110
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-14/+13
2014-02-17Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2-58/+74
2014-02-07cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini1-72/+0
2014-02-07cmd_mmc.c: Add bootbus mmc sub-commandTom Rini1-0/+29
2014-02-07cmd_mmc.c: Add 'partconf' command to mmcTom Rini1-1/+29
2014-02-07cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini1-4/+4
2014-02-07cmd_mmc.c: Change 'bootpart' code to match normal coding styleTom Rini1-4/+11
2014-02-07SPL: Add CONFIG_SUPPORT_EMMC_BOOT support to CONFIG_SPL_FRAMEWORKTom Rini1-0/+24
2014-02-07arc: bdinfo, image and arc-specific init functions declarations supportAlexey Brodkin2-0/+19
2014-02-04cmd_pxe.c add any option for filesystem with sysboot uses generic loadDennis Gilmore1-3/+19
2014-02-04Merge branch 'clk' of git://www.denx.de/git/u-boot-microblazeTom Rini2-0/+52
2014-02-04pxe: implement fdtdir extlinux.conf tagStephen Warren1-6/+72
2014-02-04pxe: support "devicetree" tagStephen Warren1-0/+1
2014-02-04common: Add new clk commandMichal Simek2-0/+52
2014-02-03common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak1-14/+13
2014-01-27board_r - fixup functions table after relocationAlexey Brodkin1-0/+10
2014-01-24spl: common: Support for USB MSD FAT image loadingDan Murphy5-8/+76
2014-01-24spl: common: Move FAT funcs to a common fileDan Murphy3-62/+103
2014-01-20fdt_support.c: Correct linux,initrd-start/end settingTom Rini1-2/+2
2014-01-20Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-3/+2
2014-01-14common, env: optimize boottimeHeiko Schocher2-2/+15