| Commit message (Expand) | Author | Age | Lines |
* | aes: make apply_cbc_chain_data non-static | Stephen Warren | 2014-04-18 | -12/+3 |
* | Merge branch 'next' | Tom Rini | 2014-04-17 | -77/+314 |
|\ |
|
| * | env: Implement support for AES encryption into fw_* tools | Marek Vasut | 2014-03-21 | -0/+4 |
| * | aes: Implement AES-128-CBC decryption function | Marek Vasut | 2014-03-21 | -0/+28 |
| * | aes: Move the AES-128-CBC encryption function to common code | Marek Vasut | 2014-03-21 | -0/+52 |
| * | tools, fit_check_sign: verify a signed fit image | Heiko Schocher | 2014-03-21 | -8/+42 |
| * | rsa: add sha256,rsa4096 algorithm | Heiko Schocher | 2014-03-21 | -16/+69 |
| * | rsa: add sha256-rsa2048 algorithm | Heiko Schocher | 2014-03-21 | -64/+129 |
| * | fit: add sha256 support | Heiko Schocher | 2014-03-21 | -2/+3 |
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-04-08 | -5798/+3813 |
|\ \ |
|
| * | | cmd:gpt: randomly generate each partition uuid if undefined | Przemyslaw Marczak | 2014-04-02 | -2/+2 |
| * | | new commands: uuid and guid - generate random unique identifier | Przemyslaw Marczak | 2014-04-02 | -1/+43 |
| * | | lib: uuid: add functions to generate UUID version 4 | Przemyslaw Marczak | 2014-04-02 | -4/+65 |
| * | | lib: uuid: code refactor for proper maintain between uuid bin and string | Przemyslaw Marczak | 2014-04-02 | -24/+59 |
| * | | part_efi: move uuid<->string conversion functions into lib/uuid.c | Przemyslaw Marczak | 2014-04-02 | -7/+55 |
| * | | lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND | Przemyslaw Marczak | 2014-03-28 | -3/+1 |
| * | | Logo: TIZEN: Change booting logo size to official size. | Jonghwa Lee | 2014-03-28 | -5774/+3605 |
| |/ |
|
* | | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-03-25 | -0/+26 |
|\ \
| |/ |
|
| * | sandbox: Add LCD driver | Simon Glass | 2014-03-17 | -0/+1 |
| * | cros_ec: sandbox: Add Chrome OS EC emulation | Simon Glass | 2014-03-17 | -0/+1 |
| * | cros_ec: Add a function for reading a flash map entry | Simon Glass | 2014-03-17 | -0/+24 |
* | | drivers:mmc:sdhci: enable support for DT | Piotr Wilczek | 2014-03-12 | -0/+1 |
* | | video:mipidsim:fdt: Add DT support for mipi dsim driver | Piotr Wilczek | 2014-03-12 | -0/+1 |
|/ |
|
* | kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED | Masahiro Yamada | 2014-03-07 | -0/+2 |
* | Add 64-bit data support for memory commands | York Sun | 2014-03-04 | -1/+16 |
* | arm: Switch to -mno-unaligned-access when supported by the compiler | Tom Rini | 2014-02-26 | -3/+0 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | -2/+2 |
* | kbuild: change out-of-tree build | Masahiro Yamada | 2014-02-19 | -1/+1 |
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-02-13 | -5079/+10766 |
|\ |
|
| * | lib: tizen: change Tizen logo with the new one. | Przemyslaw Marczak | 2014-02-03 | -5079/+10766 |
* | | mmc: tegra: support Tegra124 | Stephen Warren | 2014-02-03 | -0/+1 |
|/ |
|
* | lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled | Darwin Rambo | 2014-01-24 | -0/+1 |
* | lib: time: add weak timer_init() function | Darwin Rambo | 2014-01-24 | -0/+5 |
* | lzma: fix buffer bound check error | Antonios Vamporakis | 2014-01-14 | -1/+4 |
* | Add crc8 routine | Simon Glass | 2014-01-08 | -0/+26 |
* | time: fix usec_to_tick() | Stephen Warren | 2013-12-13 | -2/+2 |
* | Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 | Tom Rini | 2013-11-25 | -4/+4 |
|\ |
|
| * | sandbox: Correct data sizes and printf() strings in fdtdec.c | Simon Glass | 2013-11-21 | -4/+4 |
* | | Makefile: move some libraries to lib/Makefile | Masahiro Yamada | 2013-11-25 | -0/+7 |
|/ |
|
* | lib: descend into sub directories only when it is necessary | Masahiro Yamada | 2013-11-17 | -6/+4 |
* | time: fix gcc warnings on MIPS64 | Daniel Schwierzeck | 2013-11-11 | -2/+2 |
* | time: add weak annotation to timer_read_counter declaration | Rob Herring | 2013-11-08 | -1/+1 |
* | env: fix the env export varname | Pierre Aubert | 2013-11-08 | -1/+1 |
* | Introduce common timer functions | Rob Herring | 2013-11-04 | -0/+73 |
* | config: consolidate CONFIG_SYS_HZ definition | Rob Herring | 2013-11-04 | -0/+4 |
* | lib: convert makefiles to Kbuild style | Masahiro Yamada | 2013-10-31 | -203/+54 |
* | exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI | Vivek Gautam | 2013-10-20 | -0/+2 |
* | Coding Style cleanup: remove trailing empty lines | Wolfgang Denk | 2013-10-14 | -2/+0 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | -1/+1 |
* | Cosmetic: Fix a number of typos, no functional changes. | Robert P. J. Day | 2013-09-20 | -1/+1 |