mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 0/8 v3] add sha384/sha512 and hmac support
 2015-03-11 16:53 UTC  (5+ messages)
` [PATCH 1/8] digest: move digest.c to crypto
  ` [PATCH 2/8] digest: introduce digest_{init/update/final/length}
  ` [PATCH 3/8] digest: make it multi-instance
  ` [PATCH 5/8] command: add sha384sum and sha512sum support

[PATCH 0/8] add sha384/sha512 and hmac support
 2015-03-11 13:41 UTC  (9+ messages)
` [PATCH 1/8] digest: move digest.c to crypto
  ` [PATCH 2/8] digest: introduce digest_{init/update/final/length}
  ` [PATCH 3/8] digest: make it multi-instance
  ` [PATCH 4/8] crypto: add sha384 & sha512 support
  ` [PATCH 5/8] command: add sha384sum and sha512sum support
  ` [PATCH 6/8] password: add support for sha512
  ` [PATCH 7/8] digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512
  ` [PATCH 8/8] command: add hmac sum supportfor "

[PATCH 0/8 v2] add sha384/sha512 and hmac support
 2015-03-11 13:38 UTC 

[PATCH 0/7] add sha384/sha512 and hmac support
 2015-03-11 11:45 UTC  (18+ messages)
` [PATCH 1/7] digest: introduce digest_{init/update/final/length}
  ` [PATCH 2/7] digest: make it multi-instance
  ` [PATCH 3/7] crypto: add sha384 & sha512 support
  ` [PATCH 4/7] command: add sha384sum and sha512sum support
  ` [PATCH 5/7] password: add support for sha512
  ` [PATCH 6/7] digest: add HMAC support for md5, sha1, sha224, sha256, sha384, sha512
  ` [PATCH 7/7] command: add hmac sum supportfor "

[PATCH 1/5] pbl: let pbl-console depend on !CONSOLE_NONE
 2015-03-11  9:54 UTC  (7+ messages)
` [PATCH 2/5] ARM: versatile: provide clk_set_rate stub
` [PATCH 3/5] ARM: zynq: zedboard: don't select serial
` [PATCH 4/5] ARM: radxa-rock: select options for regulator
` [PATCH 5/5] ARM: highbank: fix Thumb build

[PATCH] parameter: include header for ERR_PTR and errno
 2015-03-11  8:38 UTC  (2+ messages)

[PATCH] ARM: atmel: sama5d4_xplained: switch to env2
 2015-03-10 18:49 UTC  (2+ messages)

[PATCH 0/3] sandbox cleanups
 2015-03-10 16:35 UTC  (12+ messages)
` [PATCH 1/3] fixup! sandbox: hostfile: completely switch to OF based probing
` [PATCH 2/3] "
` [PATCH 3/3] fixup! sandbox: add support to pass dtb to barebox

[PATCH v5] state: add framework for persistent state handling
 2015-03-10 14:54 UTC 

[PATCH] paramter: The dev_add_param_*() return ERR_PTR(), change no-ops to return ERR_PTR(-ENOSYS) instead of NULL
 2015-03-10 10:09 UTC  (4+ messages)

[PATCH 0/9] Socfpga: QSPI support
 2015-03-09 11:14 UTC  (13+ messages)
` [PATCH 1/9] mtd: spi-nor: add SPI-NOR framework
` [PATCH 2/9] mtd: spi-nor: enable quadspi for n25q00/n25q256a
` [PATCH 3/9] mtd: spi-nor: add cadence quadspi driver
` [PATCH 4/9] ARM: dts: socfpga: add qspi node
` [PATCH 5/9] ARM: socfpga: socdk add qspi flash
` [PATCH 6/9] ARM: socfpga: socrates: "
` [PATCH 7/9] ARM: socfpga: sockit: "
` [PATCH 8/9] ARM: socfpga: xload: support qspi bootsource
` [PATCH 9/9] ARM: socfpga: update defconfigs

[PATCH 1/2] images: move board variable to parent makefile
 2015-03-09 10:53 UTC  (3+ messages)
` [PATCH 2/2] images: fix Tegra out-of-tree build

[PATCH] ARM: phycore-am335x-som: Fix boards with no SPI
 2015-03-09 10:41 UTC  (2+ messages)

[PATCH 1/2] MMC: dw_mmc: PIO mode fixes
 2015-03-09 10:41 UTC  (3+ messages)
` [PATCH 2/2] ARM: Rockchip: Update defconfig

[PATCH] ARM: Rockchip: Update defconfig
 2015-03-06 18:37 UTC  (3+ messages)

[PATCH] environment: envfs_{load, save}: add possibility to call with filename and dirname == NULL
 2015-03-06  6:44 UTC  (2+ messages)

[PATCH 1/2] scripts: socfpga: statify sys_mgr_init_table
 2015-03-06  6:43 UTC  (3+ messages)
` [PATCH 2/2] ARM: socfpga: socdk: "

v2015.03.0
 2015-03-06  6:30 UTC 

[PATCH v2 00/27] Phasing out direct usage of asm/mmu.h on ARM
 2015-03-05 21:50 UTC  (31+ messages)
` [PATCH v2 01/27] usb: gadget: include common.h in header
` [PATCH v2 02/27] NIOS2: use dma_addr_t in dma_alloc_coherent
` [PATCH v2 03/27] MIPS: change dma_alloc/free_coherent to common prototypes
` [PATCH v2 04/27] ARM: change dma_alloc/free_coherent to match other architectures
` [PATCH v2 04/27] ARM: move virt<->phys translation to io.h
` [PATCH v2 05/27] "
` [PATCH v2 05/27] dma: add streaming DMA ops
` [PATCH v2 06/27] ARM: change dma_alloc/free_coherent to match other architectures
` [PATCH v2 06/27] dma: add streaming DMA ops
` [PATCH v2 07/27] ARM: move DMA alloc functions to dma.h
` [PATCH v2 08/27] ARM: implement streaming DMA ops
` [PATCH v2 09/27] AHCI: convert to "
` [PATCH v2 10/27] MCI: dw-mmc: "
` [PATCH v2 11/27] MCI: imx: "
` [PATCH v2 12/27] MCI: tegra-sdmmc: "
` [PATCH v2 13/27] net: arc-emac: "
` [PATCH v2 14/27] net: cpsw: "
` [PATCH v2 15/27] net: at91_ether: "
` [PATCH v2 16/27] net: davinci_emac: "
` [PATCH v2 17/27] net: designware: "
` [PATCH v2 18/27] net: fec: "
` [PATCH v2 19/27] net: macb: "
` [PATCH v2 20/27] net: orion-gbe: "
` [PATCH v2 21/27] net: rtl8169: "
` [PATCH v2 22/27] net: xgmac: "
` [PATCH v2 23/27] usb: gadget: fsl_udc: "
` [PATCH v2 24/27] usb: host: ehci: "
` [PATCH v2 25/27] usb: host: ohci: "
` [PATCH v2 26/27] ARM: bcm2835: mbox: "
` [PATCH v2 27/27] ARM: MMU: unexport cache maintenance functions

Barebox drops into shell immediately, without waiting for key (next branch)
 2015-03-05 18:48 UTC  (3+ messages)

[PATCH v2 00/18] Update support for RK3188, Radxa Rock board
 2015-03-05 18:46 UTC  (21+ messages)
` [PATCH v2 01/18] lib: Add gcd() function
` [PATCH v2 02/18] CLK: Add support for composite clock from Linux kernel
` [PATCH v2 03/18] CLK: Add fractional divider clock support "
` [PATCH v2 04/18] CLK: clk-mux: Respect CLK_MUX_HIWORD_MASK flag
` [PATCH v2 05/18] CLK: clk-divider: Respect CLK_DIVIDER_HIWORD_MASK flag
` [PATCH v2 06/18] CLK: clk-divider: Introduce clk_divider_alloc() and *_free() routines
` [PATCH v2 07/18] CLK: clk-divider: Respect CLK_DIVIDER_POWER_OF_TWO flag
` [PATCH v2 08/18] CLK: Check and do not allow to register clock twice
` [PATCH v2 09/18] CLK: Add helper defines to barebox-wrapper.h for easier porting of drivers from Linux kernel
` [PATCH v2 10/18] NET: arc_emac: Update for newer DTS, support for Rockchip .compatible
` [PATCH v2 11/18] MMC: dw_mmc: Add support for PIO mode and Rockchip variant of this hardware
` [PATCH v2 12/18] ARM: Rockchip: Remove unused files from mach-rockchip
` [PATCH v2 13/18] ARM: Rockchip: Update Kconfig
` [PATCH v2 14/18] ARM: Rockchip: Update clk driver from Linux kernel for use with newer DTS
` [PATCH v2 15/18] ARM: Rockchip: Use newer DTS for Radxa Rock board
` [PATCH v2 16/18] ARM: Rockchip: Update "
` [PATCH v2 17/18] ARM: Rockchip: Add Radxa Rock defconfig
` [PATCH v2 18/18] ARM: Rockchip: Add documentation

[PATCH 1/3] ARM: i.MX5: Do not register fixed clocks twice
 2015-03-05 14:18 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX: remove i.MX6 ARM2 board support
` [PATCH 3/3] ARM: i.MX6: switch to COMMON_CLK_OF_PROVIDER

[PATCH] PWM: i.MX: register successfully without alias
 2015-03-05 14:18 UTC 

[PATCH] clk: Treat NULL as dummy clocks
 2015-03-05 14:17 UTC 

D-Link DNS-320 build
 2015-03-05 14:13 UTC  (2+ messages)

[PATCH 1/2] fs: rename inode member of struct filep to priv
 2015-03-05  8:42 UTC  (6+ messages)
` [PATCH 2/2] fs: remove unnecessary device pointer argument
  ` [PATCH 2/2] "

[PATCH 0/4] Device Tree Overlay Support
 2015-03-05  7:59 UTC  (7+ messages)
` [PATCH 1/4] drivers: of: implement overlay support
` [PATCH 2/4] scripts/dtc: import update-dtc-source.sh from kernel v4.0-rc1
` [PATCH 3/4] scripts/dtc: Update to upstream version 1.4.1
` [PATCH 4/4] scripts/dtc: Update to upstream version 1.4.1 with overlay support

Rockchip RK3188
 2015-03-04 18:28 UTC  (2+ messages)

[PATCH] led: gpio: add support for default-state dt-property
 2015-03-04 10:37 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 00/13] sandbox OF integration
 2015-03-04 10:35 UTC  (15+ messages)
` [PATCH v3 01/13] sandbox: add support to pass dtb to barebox
` [PATCH v3 02/13] sandbox: add sample dts
` [PATCH v3 04/13] sandbox: hostfile: clarify variable names
` [PATCH v3 05/13] sandbox: hostfile: probe(): add missing pointer from cdev.dev to dev
` [PATCH v3 06/13] sandbox: hostfile: remove struct hf_platform_data from hf_priv
` [PATCH v3 07/13] sandbox: hostfile: move fd from platform data to priv
` [PATCH v3 08/13] sandbox: hostfile: probe driver earlier
` [PATCH v3 10/13] sandbox: hostfile: is always mmpad'ed
` [PATCH v3 11/13] sandbox: move device name generation for image/env into add_image()
` [PATCH v3 12/13] sandbox: hostfile: improve --image parameter to support "dev=file"
` [PATCH v3 13/13] sandbox: hostfile: completely switch to OF based probing

[PATCH 01/11] of: make of_alias_get work on all types of DT paths
 2015-03-04 10:34 UTC  (12+ messages)
` [PATCH 02/11] ARM: tegra20: add mmc aliases
` [PATCH 03/11] ARM: tegra30: "
` [PATCH 04/11] ARM: tegra124: "
` [PATCH 05/11] mci: tegra: handle "
` [PATCH 06/11] bbu: include necessary headers
` [PATCH 07/11] bbu: make bbu confirm a bit more verbose
` [PATCH 08/11] ARM: tegra: add eMMC barebox update handler
` [PATCH 09/11] ARM: tegra: add barebox update handler to Beaver board
` [PATCH 10/11] ARM: tegra: add barebox update handler to Jetson board
` [PATCH 11/11] ARM: tegra: enable barebox update in defconfig

[PATCH 1/2] ARM: i.MX: boards: Setup stack before calling imx*_barebox_entry
 2015-03-04  8:35 UTC  (2+ messages)
` [PATCH 2/2] ARM: i.MX: remove __naked from imx*_barebox_entry

[PATCH] ARM: i.MX53 QSB: remove unused /dev/env0 partition
 2015-03-04  8:08 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox