summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* rsa: add sha256-rsa2048 algorithmHeiko Schocher2014-03-211-0/+38
* fit: add sha256 supportHeiko Schocher2014-03-211-0/+5
* fdt: add "fdt checksign" commandHeiko Schocher2014-03-211-1/+41
* sandbox: Add LCD driverSimon Glass2014-03-171-4/+17
* cros_ec: Move EC interface into common libraryVadim Bendebury2014-03-172-0/+45
* sandbox: Use os functions to read host device treeSimon Glass2014-03-171-27/+21
* powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260Masahiro Yamada2014-03-073-26/+26
* cmd_nvedit: Make 'env import -c' require size parameterTom Rini2014-03-071-0/+3
* hush: fix some quoted variable expansion issuesStephen Warren2014-03-071-6/+25
* Add 64-bit data support for memory commandsYork Sun2014-03-042-10/+151
* dm: Enable gpio command to support driver modelSimon Glass2014-03-041-13/+116
* dm: Add a demonstration/example driverSimon Glass2014-03-042-0/+103
* dm: Set up driver model after relocationSimon Glass2014-03-041-0/+33
* Add cmd_process_error() to report and process errorsSimon Glass2014-03-041-0/+10
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-264-15/+16
|\
| * arm: Switch to -mno-unaligned-access when supported by the compilerTom Rini2014-02-261-2/+0
| * arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD2014-02-262-13/+5
| * pxe: allow compilation when !defined(CONFIG_CMD_NET)Stephen Warren2014-02-211-0/+11
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini2014-02-251-1/+6
|\ \
| * | SPL: P2020RDB: fix the problem booting from spi flashYing Zhang2014-02-241-1/+6
* | | ubifs: fix checkpatch warningKaricheri, Muralidharan2014-02-211-9/+0
* | | common, itest: pass u-boot env variables to itest.sHeiko Schocher2014-02-211-0/+13
* | | common, ubi: add ubi check volumename commandHeiko Schocher2014-02-211-0/+31
* | | Fix memory commands for 64-bit platformsYork Sun2014-02-211-36/+36
* | | pxe: prepend fdtdir to DTB name irrespective of sourceStephen Warren2014-02-211-37/+40
* | | fix address of error message in mtest commandDavid Feng2014-02-211-5/+9
* | | common: Add get_effective_memsize() to memsize.cYork Sun2014-02-213-13/+16
* | | common: Remove invalid endianess conversionChristian Eggers2014-02-211-2/+2
* | | fs/fdos: RemoveTom Rini2014-02-212-69/+1
* | | blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
| |/ |/|
* | cosmetic: FIT: fix a strange commentMasahiro Yamada2014-02-191-1/+1
* | Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada2014-02-191-2/+0
* | dts: re-write dts/Makefile more simply with KbuildMasahiro Yamada2014-02-191-1/+1
* | kbuild: use Linux Kernel build scriptsMasahiro Yamada2014-02-191-7/+3
* | kbuild: change out-of-tree buildMasahiro Yamada2014-02-191-5/+4
* | common: spl: Add spl sata boot supportDan Murphy2014-02-195-0/+60
* | EXT4: Fix number base handling of "ext4write" commandWolfgang Denk2014-02-191-2/+2
* | fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUPMasahiro Yamada2014-02-191-1/+1
* | cmd_test: implement -e test for file existenceStephen Warren2014-02-191-0/+6
* | cmd_test: evaluate to false without any argumentsStephen Warren2014-02-191-1/+1
* | cmd_test: implement ! on sub-expressionsStephen Warren2014-02-191-19/+24
* | cmd_test: check for binary operators before unaryStephen Warren2014-02-191-4/+4
* | cmd_test: use table lookup for parsingStephen Warren2014-02-191-67/+110
* | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2014-02-171-14/+13
|\ \
| * | common: lcd.c: fix data abort exception when try to access bmp headerPrzemyslaw Marczak2014-02-031-14/+13
* | | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-02-172-58/+74
|\ \ \ | |_|/ |/| |
| * | cmd_mmc.c: Drop open/close mmc sub-commandsTom Rini2014-02-071-72/+0
| * | cmd_mmc.c: Add bootbus mmc sub-commandTom Rini2014-02-071-0/+29
| * | cmd_mmc.c: Add 'partconf' command to mmcTom Rini2014-02-071-1/+29
| * | cmd_mmc.c: Rename 'bootpart' to 'bootpart-resize'Tom Rini2014-02-071-4/+4
OpenPOWER on IntegriCloud