[PATCH 01/10] add habv4 support for i.MX6
2015-04-01 16:14 UTC (3+ messages)
` [PATCH 03/10] imx-image: replace 0x400 by FLASH_HEADER_OFFSET
` [PATCH 07/10] imx-image: pad generated image to 4k
[PATCH] makfiles: add emacs syntax highlighting hint
2015-03-31 22:33 UTC
[PATCH 0/9 v3] digest: allow multiple implementation of digest
2015-03-31 17:33 UTC (13+ messages)
` [PATCH 1/9] command: digest/hashsum: set key command level
` [PATCH 2/9] digest: allow algo to specify their length at runtime
` [PATCH 3/9] crypto: prepare to allow multiple digest driver
` [PATCH 4/9] crypto: hmac: move register to hmac
` [PATCH 5/9] crypto: sha1: switch to linux implementation
` [PATCH 6/9] crypto: sha256: "
` [PATCH 7/9] crypto: sha512: "
` [PATCH 8/9] arm: crypto: add sha1 assembly support
` [PATCH 9/9] arm: crypto: add sha256 "
[PATCH 1/2] images: mxs: remove not used PREP_ definitions
2015-03-31 16:14 UTC (2+ messages)
` [PATCH 2/2] commands: dmesg: fi format security warning
picotcp barebox integration
2015-03-31 12:50 UTC (7+ messages)
[PATCH 1/2] mtd: nand_omap_gpmc: Remove unused code
2015-03-30 17:27 UTC (3+ messages)
` [PATCH 2/2] mtd: nand_omap_gpmc: Fix ecc check for bch8 romcode
[PATCH] ARM: tegra124: remove serial aliases
2015-03-30 17:25 UTC (2+ messages)
[PATCH 1/2] ARM/MXS/i.MX28: recognize watchdog reset
2015-03-30 17:24 UTC (3+ messages)
` [PATCH 2/2] duckbill: fix PBL debug prefix
[PATCH] fixup! command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512
2015-03-29 8:04 UTC (3+ messages)
OMAP NAND Driver ECC Read broken
2015-03-27 7:52 UTC (2+ messages)
hashsum.c:54:3: error: 'ret' undeclared (first use in this function)
2015-03-27 6:51 UTC (2+ messages)
[PATCH 1/4] ARM: highbank: fix build with recent binutils
2015-03-26 7:01 UTC (7+ messages)
` [PATCH 2/4] clk: fractional-divider: fix build with CONFIG_MODULES
` [PATCH 3/4] ARM: highbank: select OFTREE
` [PATCH 4/4] usb: host: xhci: depend on HAS_DMA
[PATCH] docs: correct link to microcom repo
2015-03-26 7:00 UTC (2+ messages)
[PATCH 0/7 v2] digest: allow multiple implementation of digest
2015-03-25 11:44 UTC (12+ messages)
` [PATCH 1/7] command: digest: only set the key when specified
` [PATCH 2/7] crypto: prepare to allow multiple digest driver
` [PATCH 3/7] crypto: sha1: switch to linux implementation
` [PATCH 4/7] crypto: sha256: "
` [PATCH 5/7] crypto: sha512: "
` [PATCH 6/7] arm: crypto: add sha1 assembly support
` [PATCH 7/7] arm: crypto: add sha256 "
[PATCH v2 0/2] lzo update from kernel
2015-03-25 8:48 UTC (4+ messages)
` [PATCH v2 1/2] Revert "lzo: properly check for overruns"
` [PATCH v2 2/2] lzo: check for length overrun in variable length encoding
[PATCH 0/4] digest: allow multiple implementation of digest
2015-03-24 9:19 UTC (5+ messages)
` [PATCH 1/4] command: digest: only set the key when specified
` [PATCH 2/4] crypto: prepare to allow multiple digest driver
` [PATCH 3/4] crypto: sha1: switch to linux implementation
` [PATCH 4/4] arm: crypto: add sha1 assembly support
[PATCH] AM335x: MLO image issue
2015-03-24 8:30 UTC (5+ messages)
` [PATCH] lib/lzo: port lzo fix from upstream kernel
[PATCH] toshiba_ac100: board.c: drop unused headers
2015-03-24 6:19 UTC (2+ messages)
[PATCH] ARM: Add ELTEC HiPerCam board support
2015-03-20 11:38 UTC
[PATCH] ARM: i.MX6: ocotp: remove useless code
2015-03-20 11:14 UTC
[PATCH] ARM: i.MX6: Add clock for ocotp
2015-03-20 11:14 UTC
[PATCH 1/2] crypto: digest: speficied when a digest need a key to be used
2015-03-19 6:53 UTC (3+ messages)
` [PATCH 2/2] password: add pbkdf2 support
[PATCH] mci: core: Check return value of dev_add_param_bool
2015-03-19 6:52 UTC (2+ messages)
Is this a barebox bootm memory release Bug ?
2015-03-18 18:55 UTC (2+ messages)
[RFC] Keystore design
2015-03-18 9:59 UTC
i.MX6 PCI support
2015-03-18 9:08 UTC (9+ messages)
` [PATCH 1/7] pci: Use standard pr_debug
` [PATCH 2/7] pci: fix copy-paste bug
` [PATCH 3/7] pci: pci_regs.h: Sync with Linux
` [PATCH 4/7] pci: Add pcie-designware driver
` [PATCH 5/7] ARM: i.MX: Add imx_clk_gate_exclusive
` [PATCH 6/7] ARM: i.MX6: Add PCI clocks
` [PATCH 7/7] pci: Add i.MX6 pcie support
[PATCH] Documentation: booting-linux: Fix wrong variable name
2015-03-18 8:52 UTC
[PATCH 0/9 v4] prepare for rsa support
2015-03-18 7:44 UTC (12+ messages)
` [PATCH 1/9] crypto: digest: digest_file_window: check every digest_xxx return
` [PATCH 2/9] crypto: digest: digest_file_window/digest_file/digest_file_by_name drop key params
` [PATCH 3/9] digest: add verify callback
` [PATCH 4/9] digest: add digest callback
` [PATCH 5/9] crypto: hmac: use digest_digest and check the return of every digest_xxx
` [PATCH 6/9] crypto: add pbkdf2 hmac key generator
` [PATCH 7/9] command: allow runtime usage
` [PATCH 8/9] command: rename digest.c to hashsum.c
` [PATCH 9/9] command: add generic digest command
[RFC 0/4] FIT Support
2015-03-17 12:57 UTC (52+ messages)
` [RFC 1/4] digest: Make filename arguments const
` [RFC 2/4] Add rsa support
` [RFC 3/4] FIT: add FIT image support
` [RFC] digest: Add enum
[PATCH] net: ping: return an error exit code when connection fails
2015-03-17 7:11 UTC (3+ messages)
[PATCH] net: Add Intel e1000 driver
2015-03-17 6:58 UTC
[PATCH 1/3] driver: fix device remove order
2015-03-17 6:25 UTC (3+ messages)
` [PATCH 2/3] driver: Call remove function only when available
` [PATCH 3/3] driver: Call bus->remove instead of driver->remove
[PATCH 00/10 v3] prepare for rsa support
2015-03-16 14:51 UTC (23+ messages)
` [PATCH 01/10] digest: add verify callback
` [PATCH 02/10] command: rename digest.c to hashsum.c
` [PATCH 03/10] command: allow runtime usage
` [PATCH 04/10] command: add generic digest command
` [PATCH 05/10] digest: add digest callback
` [PATCH 06/10] crypto: add pbkdf2 hmac key generator
` [PATCH 07/10] password: add pbkdf2 support
` [PATCH 08/10] digest: allow algo to specify their length at runtime
` [PATCH 09/10] crypto: hmac: use digest_digest and check the return of every digest_xxx
` [PATCH 10/10] digest: digest_file_window: check every digest_xxx return
[PATCH 0/8 v3] add sha384/sha512 and hmac support
2015-03-16 12:52 UTC (6+ messages)
` [PATCH 1/8] digest: move digest.c to crypto
` [PATCH 8/8] command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512
[PATCH 0/8 v2] prepare for rsa support
2015-03-16 9:19 UTC (9+ messages)
` [PATCH 1/8] digest: add verify callback
` [PATCH 2/8] command: rename digest.c to hashsum.c
` [PATCH 3/8] command: allow runtime usage
` [PATCH 4/8] command: add generic digest command
` [PATCH 5/8] digest: add digest callback
` [PATCH 6/8] crypto: add pbkdf2 hmac key generator
` [PATCH 7/8] password: add pbkdf2 support
` [PATCH 8/8] digest: allow algo to specify their length at runtime
ARM: UBI/UBIFS on spi-nor
2015-03-16 9:13 UTC
[PATCH] net: mvneta: convert to streaming DMA ops
2015-03-16 4:30 UTC (2+ messages)
[PATCH] PCI: fix bad bugs in bridge setup code
2015-03-16 4:29 UTC (2+ messages)
git fetch issue
2015-03-13 19:22 UTC (4+ messages)
[PATCH 0/7] prepare for rsa support
2015-03-13 18:46 UTC (7+ messages)
` [PATCH 1/7] digest: fix and add missing copyright
` [PATCH 7/7] command: add generic digest command
` [PATCH 1/1] command: allow runtime usage
ARM: UBI/UBIFS on spi-nor
2015-03-13 15:49 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox