summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* bootm: set max decompression size for LZOKees Cook2014-04-181-1/+1
* board_r: return 0 from show_model_rPaul Burton2014-04-181-0/+1
* blackfin: make name_to_gpio be a weak symbolIan Campbell2014-04-181-3/+4
* env_flash.c: Drop unused variablesTom Rini2014-04-171-2/+1
* floppy: delete unused filesMasahiro Yamada2014-04-171-124/+0
* Merge branch 'next'Tom Rini2014-04-1717-129/+429
|\
| * env: Implement support for encrypting environmentMarek Vasut2014-03-211-0/+62
| * env: Add env_export() wrapperMarek Vasut2014-03-2111-117/+63
| * aes: Add 'aes' command to access AES-128-CBCMarek Vasut2014-03-212-0/+90
| * tools, fit_check_sign: verify a signed fit imageHeiko Schocher2014-03-211-8/+10
| * gen: Add progressive hash APIHung-ying Tyan2014-03-211-11/+105
| * rsa: add sha256,rsa4096 algorithmHeiko Schocher2014-03-211-0/+23
| * 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
* | Start the deprecation process for generic boardSimon Glass2014-04-171-0/+6
* | Revert "Start the deprecation process for generic board"Tom Rini2014-04-041-6/+0
* | cmd:gpt: randomly generate each partition uuid if undefinedPrzemyslaw Marczak2014-04-021-15/+46
* | mmc: Add 'mmc rst-function' sub-commandTom Rini2014-04-021-0/+37
* | Start the deprecation process for generic boardSimon Glass2014-03-281-0/+6
* | common, env: Fix support for environment in i2c eepromMatthias Fuchs2014-03-281-2/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2014-03-282-2/+2
|\ \
| * | mmc: Split mmc struct, rework mmc initialization (v2)Pantelis Antoniou2014-03-242-2/+2
| |/
* | Add lzmadec commandPatrice Bouchand2014-03-222-0/+55
|/
* 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
OpenPOWER on IntegriCloud