mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 01/10] add habv4 support for i.MX6
 2015-04-13 10:30 UTC  (18+ messages)
` [PATCH 01/10] imx-image: sort included header files
` [PATCH 02/10] imx-image: add_header_v2(): replace hardcoded 0x400 by offset parameter
` [PATCH 03/10] imx-image: replace 0x400 by FLASH_HEADER_OFFSET
` [PATCH 04/10] imx-image: introduce HEADER_LEN and replace several 0x1000 and 4096
` [PATCH 05/10] imx-image: mx35: increase load image size, due to dobule header
` [PATCH 06/10] imx-image: main: make use of round_up instead of open coding it
` [PATCH 07/10] imx-image: pad generated image to 4k
` [PATCH 08/10] imx-image: add option to prepare image for HAB signing
` [PATCH 09/10] images: add HABv4 support for i.MX6
  ` [PATCH v2] "
` [PATCH 10/10] habv4: add High Assurance Boot v4

[RFC] Keystore design
 2015-04-13  9:48 UTC  (2+ messages)

[PATCH] .mailmap: Fix Juergens name
 2015-04-13  9:33 UTC 

v2015.04.0
 2015-04-13  8:41 UTC 

[PATCH] make PBL_CONSOLE depend on PBL_IMAGE
 2015-04-13  8:17 UTC  (2+ messages)

[PATCH 0/4] Introduce deferred probing
 2015-04-13  8:14 UTC  (7+ messages)
` [PATCH 1/4] base: "
` [PATCH 2/4] gpio: Return -EPROBE_DEFER on gpio_get_num()
` [PATCH 3/4] OF: gpio: Silence error message on -EPROBE_DEFER
` [PATCH 4/4] led: gpio: Properly deal with deferred probing

[PATCH 0/5] MIPS: xburst: add initial JZ4770 SoC support
 2015-04-13  8:02 UTC  (7+ messages)
` [PATCH 1/5] MIPS: xburst: add "
` [PATCH 2/5] MIPS: xburst: debug_ll: add JZ4770 support
` [PATCH 3/5] MIPS: xburst: add Ainol Novo7 Paladin support
` [PATCH 4/5] MIPS: add ainol-novo7-paladin_defconfig
` [PATCH 5/5] Documentation: add Ainol Novo7 Paladin board mini-howto

[PATCH] ARM: pxa: add mainstone board support
 2015-04-13  7:25 UTC  (2+ messages)

[PATCH 1/2] net: smc1111: fix platform data initializations
 2015-04-13  7:21 UTC  (3+ messages)
` [PATCH 2/2] net: smc1111: add a quirk for pxa pxa27x platforms

[PATCH 1/2] Documentation: fix am335x title
 2015-04-13  7:01 UTC  (3+ messages)
` [PATCH 2/2] Documentation: rename powerpc manual to .rst

[PATCH 0/4] Some fixes for PCI, mvneta, xHCI
 2015-04-13  6:43 UTC  (12+ messages)
` [PATCH 1/4] pci: fix device registration for directly attached devices
` [PATCH 2/4] net: mvneta: Fix transmit errors due to dirty txdesc
` [PATCH 3/4] net: mvneta: Remove unnecessary DMA ops
` [PATCH 4/4] USB: xHCI: Sync non-coherent DMA buffers

[PATCH v2 1/2] wdog: imx-wd: Introduce ops struct for imx21/imx1
 2015-04-13  6:36 UTC  (3+ messages)
` [PATCH v2 2/2] wdog: imx-wd: Disable watchdog powerdown counter

[PATCH] pci: make sure to activate devices on the root bus
 2015-04-13  6:35 UTC  (3+ messages)

Problem with parcel shipping, ID:0000959119
 2015-04-11 18:35 UTC 

[PATCH 00/13] Add support for Lenovo ix4-300d NAS
 2015-04-10  1:03 UTC  (14+ messages)
` [PATCH 01/13] net: phy: Support Marvell 88E1318S PHY
` [PATCH 02/13] gpio: Add driver for 74x164 compatible shift-registers
` [PATCH 03/13] spi: ath79: move spidelay from spi-bitbang-txrx
` [PATCH 04/13] spi: Add SPI GPIO bitbang driver
` [PATCH 05/13] bus: mvebu-mbus: Remove coherency attribute
` [PATCH 06/13] bus: mvebu-mbus: Drop device reference
` [PATCH 07/13] bus: mvebu-mbus: Convert mbus platform driver to direct driver
` [PATCH 08/13] ARM: mvebu: Move PCIe register defines to socid.h
` [PATCH 09/13] ARM: mvebu: armada-xp: Fixup broken MV78230-A0 SoC ID
` [PATCH 10/13] ARM: mvebu: armada-xp: Limit PUP access to Armada XP
` [PATCH 11/13] ARM: mvebu: armada-xp: Use MBUS_ERR_PROP_EN define
` [PATCH 12/13] ARM: mvebu: armada-xp: Sort boards and images alphabetically
` [PATCH 13/13] ARM: mvebu: armada-xp: Add Lenovo Iomega ix4-300d

Courier was unable to deliver the parcel, ID00000655069
 2015-04-06 13:08 UTC 

Courier was unable to deliver the parcel, ID00000864508
 2015-04-04 11:38 UTC 

[PATCH 1/2] wdog: imx-wd: Introduce ops struct for imx21/imx1
 2015-04-03 13:51 UTC  (4+ messages)
` [PATCH 2/2] wdog: imx-wd: Disable watchdog powerdown counter

[PATCH] fixup! command: add hmac sum supportfor md5, sha1, sha224, sha256, sha384, sha512
 2015-04-03  6:15 UTC  (6+ messages)

[PATCH] fixup! net: Add Intel e1000 driver
 2015-04-03  6:03 UTC  (2+ messages)

[PATCH 1/2] images: mxs: remove not used PREP_ definitions
 2015-04-03  6:02 UTC  (3+ messages)
` [PATCH 2/2] commands: dmesg: fi format security warning

[PATCH] makfiles: add emacs syntax highlighting hint
 2015-04-02  9:33 UTC  (10+ messages)

barebox qemu-malta pci problem
 2015-04-02  8:57 UTC  (2+ messages)

[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 "

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

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)

i.MX6 PCI support
 2015-03-18  9:08 UTC  (3+ messages)
` [PATCH 1/7] pci: Use standard pr_debug

[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 2/4] Add rsa support
 2015-03-17 12:57 UTC  (14+ messages)

[PATCH] net: ping: return an error exit code when connection fails
 2015-03-17  7:11 UTC  (3+ messages)

page:  |  | latest

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