| Commit message (Expand) | Author | Age | Lines |
... | |
* | lib, rbtree: resync with Linux-3.14 | Heiko Schocher | 2014-08-25 | -255/+429 |
* | lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM | Stephen Warren | 2014-08-09 | -1/+4 |
* | rsa: Fix two errors in the implementation | Simon Glass | 2014-08-09 | -2/+3 |
* | fdt: Sync up with libfdt | Simon Glass | 2014-08-09 | -7/+95 |
* | Implement generalised RSA public exponents for verified boot | Michael van der Westhuizen | 2014-08-09 | -8/+145 |
* | fdt: Add a function to get the node offset of an alias | Simon Glass | 2014-07-23 | -0/+15 |
* | fdt: Add a function to get the alias sequence of a node | Simon Glass | 2014-07-23 | -0/+46 |
* | Add a simple malloc() implementation for pre-relocation | Simon Glass | 2014-07-23 | -0/+3 |
* | Add option -r to env import to allow import of text files with CRLF as line e... | Alexander Holler | 2014-07-22 | -1/+16 |
* | lib/time.c cleanups | Pavel Machek | 2014-07-22 | -8/+10 |
* | lib:vsprintf: reduce scope of pack_hex_byte | Jeroen Hofstee | 2014-07-18 | -11/+11 |
* | lib:sha1: remove unused constant | Jeroen Hofstee | 2014-07-18 | -2/+0 |
* | lib:lmb: use __weak | Jeroen Hofstee | 2014-07-18 | -4/+2 |
* | lib: div64: add missing include | Jeroen Hofstee | 2014-07-18 | -0/+1 |
* | lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c | Heiko Schocher | 2014-06-23 | -36/+40 |
* | includes: move openssl headers to include/u-boot | Jeroen Hofstee | 2014-06-19 | -9/+9 |
* | mkimage: Automatically expand FDT in more cases | Simon Glass | 2014-06-19 | -9/+18 |
* | libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images | Jon Nalley | 2014-06-19 | -1/+1 |
* | LzmaTools: don't self assign values | Jeroen Hofstee | 2014-06-11 | -2/+2 |
* | fdt: Update functions which write to an FDT to return -ENOSPC | Simon Glass | 2014-06-11 | -9/+19 |
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-06-02 | -6/+15 |
|\ |
|
| * | initcall: Improve debugging support | Simon Glass | 2014-05-28 | -5/+12 |
| * | exynos: Enable the LCD backlight for snow | Simon Glass | 2014-05-28 | -0/+1 |
| * | power: Add support for TPS65090 PMU chip. | Tom Wai-Hong Tam | 2014-05-28 | -0/+1 |
| * | ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC | Jaehoon Chung | 2014-05-16 | -1/+1 |
* | | eMMC: add support for operations in RPMB partition | Pierre Aubert | 2014-05-23 | -0/+1 |
* | | lib/sha256: fix compile on some hosts | Andreas Bießmann | 2014-05-12 | -1/+3 |
|/ |
|
* | 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 |
|/ |
|