Age | Commit message (Expand) | Author |
2014-03-25 | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD |
2014-03-24 | dfu: mmc: Replace calls to u-boot commands with native mmc API | Łukasz Majewski |
2014-03-24 | mmc: Split mmc struct, rework mmc initialization (v2) | Pantelis Antoniou |
2014-03-24 | mmc: Convert mmc struct's name array to a pointer | Pantelis Antoniou |
2014-03-24 | mmc: Remove ops from struct mmc and put in mmc_ops | Pantelis Antoniou |
2014-03-23 | dfu: mmc: Replace calls to u-boot commands with native mmc API | Łukasz Majewski |
2014-03-23 | am335x, dfu: add DFU_MANIFEST_POLL_TIMEOUT to the siemens boards | Heiko Schocher |
2014-03-23 | usb: dfu: introduce dfuMANIFEST state | Heiko Schocher |
2014-03-23 | usb, dfu: extract flush code into seperate function | Heiko Schocher |
2014-03-22 | patman: Use Patch-cc: instead of Cc: | Simon Glass |
2014-03-22 | sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.h | Patrice Bouchand |
2014-03-22 | Add lzmadec command | Patrice Bouchand |
2014-03-21 | sparc: consolidate CONFIG_{LEON, LEON2, LEON3} definition | Masahiro Yamada |
2014-03-21 | env: Implement support for AES encryption into fw_* tools | Marek Vasut |
2014-03-21 | env: Implement support for encrypting environment | Marek Vasut |
2014-03-21 | env: Add env_export() wrapper | Marek Vasut |
2014-03-21 | aes: Add 'aes' command to access AES-128-CBC | Marek Vasut |
2014-03-21 | aes: Implement AES-128-CBC decryption function | Marek Vasut |
2014-03-21 | aes: Move the AES-128-CBC encryption function to common code | Marek Vasut |
2014-03-21 | aes: Fix kerneldoc for aes.h | Marek Vasut |
2014-03-21 | tools, fit_check_sign: verify a signed fit image | Heiko Schocher |
2014-03-21 | tools, fit: add fit_info host command | Heiko Schocher |
2014-03-21 | gen: Add progressive hash API | Hung-ying Tyan |
2014-03-21 | rsa: add sha256,rsa4096 algorithm | Heiko Schocher |
2014-03-21 | rsa: add sha256-rsa2048 algorithm | Heiko Schocher |
2014-03-21 | fit: add sha256 support | Heiko Schocher |
2014-03-21 | fdt: add "fdt checksign" command | Heiko Schocher |
2014-03-21 | tools/image-host: fix sign-images bug | Heiko Schocher |
2014-03-18 | sandbox: config: Enable cros_ec emulation and related items | Simon Glass |
2014-03-18 | sandbox: Add implementation of spi_setup_slave_fdt() | Simon Glass |
2014-03-18 | sandbox: Add options to clean up temporary files | Simon Glass |
2014-03-18 | sandbox: Allow Ctrl-C to work in sandbox | Simon Glass |
2014-03-18 | sandbox: Deal with conflicting getenv() for SDL | Simon Glass |
2014-03-18 | sound: Move Samsung-specific code into its own file | Simon Glass |
2014-03-18 | sandbox: Add LCD driver | Simon Glass |
2014-03-18 | sandbox: Add a simple sound driver | Simon Glass |
2014-03-18 | sandbox: Add SDL library for LCD, keyboard, audio | Simon Glass |
2014-03-18 | sandbox: Add -j option to indicate a jump from a previous U-Boot | Simon Glass |
2014-03-18 | sandbox: Add os_jump_to_image() to run another executable | Simon Glass |
2014-03-18 | cros_ec: Implement I2C pass-through | Simon Glass |
2014-03-18 | sandbox: Plumb in Chrome OS EC emulation | Simon Glass |
2014-03-18 | cros_ec: sandbox: Add Chrome OS EC emulation | Simon Glass |
2014-03-18 | cros_ec: Correct comparison between signed and unsigned numbers | Simon Glass |
2014-03-18 | cros_ec: spi: Add support for EC protocol version 3 | Randall Spangler |
2014-03-18 | cros_ec: Add base support for protocol v3 | Simon Glass |
2014-03-18 | cros_ec: Clean up multiple EC protocol support | Randall Spangler |
2014-03-18 | cros_ec: Sync up with latest Chrome OS EC version | Simon Glass |
2014-03-18 | cros_ec: Move #ifdef to permit flash region access | Simon Glass |
2014-03-18 | cros_ec: Support systems with no EC interrupt | Simon Glass |
2014-03-18 | cros_ec: Drop old EC version support from EC driver | Vadim Bendebury |