mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH v2] i.MX HABv4 rework and HABv3 support
 2016-02-02 14:48 UTC  (23+ messages)
` [PATCH 02/34] scripts/include: Add ARRAY_SIZE
` [PATCH 03/34] scripts: Add scripts/include to host compiler includes
` [PATCH 04/34] scripts: imx: Use Kernel includes
` [PATCH 05/34] scripts: mxs: "
` [PATCH 06/34] ARM: i.MX: Add HABv3 Kconfig variables
` [PATCH 08/34] hab: Add HABv3 status report function
` [PATCH 09/34] scripts: imx-usb-loader: Make readonly arguments const
` [PATCH 10/34] scripts: imx-usb-loader: Move definitions up
` [PATCH 11/34] scripts: imx-image: Allow dcd offset 0x0
` [PATCH 13/34] scripts: imx-usb-loader: Move load_file up
` [PATCH 16/34] scripts: imx-image: move write_mem to context data
` [PATCH 17/34] scripts: imx-image: move check "
` [PATCH 20/34] scripts: imx-usb-loader: Add -s and -i options
` [PATCH 21/34] scripts: imx: Drop double check
` [PATCH 22/34] scripts: imx-image: move more variables to context data
` [PATCH 23/34] scripts: imx-image: pass config data to add_header_*
` [PATCH 24/34] scripts: imx-image: Support adding a Super Root Key to the image
` [PATCH 26/34] scripts: imx: Allow to create signed images
` [PATCH 29/34] scripts: imx-image: Factor out a read_file function
` [PATCH 30/34] scripts: imx-image: Allow to create HAB signed images suitable for USB upload
` [PATCH 31/34] Make: i.MX: Allow to pass config file to cmd_imx_image
` [PATCH 34/34] imx: hab: Make hab status functions SoC specific

[PATCH 1/6] net: phy: micrel: Staticise ksz8873mll_read_status()
 2016-02-02 14:42 UTC  (7+ messages)
` [PATCH 2/6] net: phy: micrel: use BIT macro
` [PATCH 3/6] net: phy: micrel: Be more const correct
` [PATCH 4/6] net: phy: micrel: Center FLP timing at 16ms
` [PATCH 5/6] net: phy: micrel: Add workaround for bad autoneg
` [PATCH 6/6] net: phy: micrel: errata for KSZ9031

[PATCH] Terasic DE0 NANO-SoC: add support
 2016-02-02 14:15 UTC  (12+ messages)
            ` [PATCH v2] Terasic DE0-Nano-SoC: "
              ` [PATCH v3] "

[RFC] nfs: forward filesystem options to the kernel command line
 2016-02-02 13:49 UTC  (2+ messages)
` [PATCH v2] "

Raspberry PI: Incorrect information about the monitor
 2016-02-02  9:53 UTC 

[PATCH v4] Terasic DE0-Nano-SoC: add support
 2016-02-02  8:03 UTC  (3+ messages)

[PATCH 1/2] dcache: add missing linux/list.h include
 2016-02-02  7:27 UTC  (5+ messages)
` [PATCH 2/2] fs: add super_operations infrastructure

[RFC 1/2] misc: Add MAC address mapper "driver"
 2016-02-01 19:18 UTC  (4+ messages)
` [RFC 2/2] arm/dts: i.MX6: Use generic MAC address mapper

i.MX HABv4 rework and HABv3 support
 2016-02-01 10:06 UTC  (27+ messages)
` [PATCH 01/23] ARM: i.MX: Add HABv3 Kconfig variables
` [PATCH 02/23] imx: hab: rename driver dir to hab/
` [PATCH 03/23] hab: Add HABv3 status report function
` [PATCH 04/23] scripts: imx-usb-loader: Make readonly arguments const
` [PATCH 05/23] scripts: imx-usb-loader: Move definitions up
` [PATCH 06/23] scripts: imx-image: Allow dcd offset 0x0
` [PATCH 07/23] scripts: imx-usb-loader: fully read images into memory
` [PATCH 08/23] scripts: imx-usb-loader: Move load_file up
` [PATCH 09/23] scripts: imx: Consolidate flash headers in imx tools
` [PATCH 10/23] scripts: imx-image: Add context struct to config parsers
` [PATCH 11/23] scripts: imx-image: move write_mem to context data
` [PATCH 12/23] scripts: imx-image: move check "
` [PATCH 13/23] scripts: imx: move macro definitions to common header file
` [PATCH 14/23] scripts: imx: move config file parser to separate file
` [PATCH 15/23] scripts: imx: make libusb variables global
` [PATCH 16/23] scripts: imx-usb-loader: Add -s and -i options
` [PATCH 17/23] scripts: imx: Drop double check
` [PATCH 18/23] scripts: imx-image: move more variables to context data
` [PATCH 19/23] scripts: imx-image: pass config data to add_header_*
` [PATCH 20/23] scripts: imx-image: Support adding a Super Root Key to the image
` [PATCH 21/23] scripts: imx: Create CSF files from imx config file
` [PATCH 22/23] scripts: imx: Allow to create signed images
` [PATCH 23/23] scripts: imx: Generate signed images with imx-image

[PATCH v2 0/8] Bitbang MDIO, miitool changes
 2016-02-01  9:35 UTC  (10+ messages)
` [PATCH v2 1/8] include/linux/phy.h: Add MII_ADDR_C45
` [PATCH v2 2/8] net: Port bitbanged MDIO code from Linux kernel
` [PATCH v2 3/8] miitool: Fix PHY argument handling
` [PATCH v2 4/8] mdio_bus: Change dev_info to dev_dbg
` [PATCH v2 5/8] mdio_bus: Add mdiobus_get_bus() function
` [PATCH v2 6/8] miitool: Don't print negative parent IDs
` [PATCH v2 7/8] mdio_bus: Change PHY's naming scheme
` [PATCH v2 8/8] miitool: Add code to register a PHY

[RFC] usb: port UHCI driver from the u-boot
 2016-02-01  7:41 UTC  (2+ messages)

[PATCH] fixup! [PATCH v2 8/8] miitool: Add code to register a PHY
 2016-02-01  4:07 UTC 

[PATCH 1/5] Introduce include/linux/sched.h
 2016-01-29  7:08 UTC  (6+ messages)
` [PATCH 2/5] Introduce include/linux/spinlock.h
` [PATCH 3/5] Introduce include/linux/mutex.h
` [PATCH 4/5] Introduce include/linux/wait.h
` [PATCH 5/5] Introduce include/linux/rwsem.h

[PATCH 1/8] fs: move PAGE_CACHE definitions to include/linux/pagemap.h
 2016-01-29  7:08 UTC  (9+ messages)
` [PATCH 2/8] fs: ubifs: remove redundant macro defines
` [PATCH 3/8] fs: use linux/fs.h for file system related definitions
` [PATCH 4/8] fs: move pgoff_t definition to include/linux/types.h
` [PATCH 5/8] fs: ubifs: move dcache related definitions to include/linux/dcache.h
` [PATCH 6/8] fs: ubifs: move vfsmount definition to include/linux/mount.h
` [PATCH 7/8] fs: ubifs: move path definition to include/linux/path.h
` [PATCH 8/8] fs: ubifs: move file and file_system_type definitions to linux/fs.h

[PATCH 1/7] include/linux/phy.h: Add MII_ADDR_C45
 2016-01-28 18:00 UTC  (13+ messages)
` [PATCH 2/7] net: Port bitbanged MDIO code from Linux kernel
` [PATCH 3/7] miitool: Fix PHY argument handling
` [PATCH 4/7] mdio_bus: Change dev_info to dev_dbg
` [PATCH 5/7] mdio_bus: Add mdiobus_get_bus() function
` [PATCH 6/7] miitool: Don't print negative parent IDs
` [PATCH 7/7] commands: Add mdio_read and mdio_write

[PATCH 1/3] fs: move struct timespec to include/linux/time.h
 2016-01-26 21:57 UTC  (4+ messages)
` [PATCH 2/3] fs: introduce include/linux/fs.h
` [PATCH 3/3] fs: import magic.h from Linux kernel

Linux headers
 2016-01-26 21:41 UTC  (2+ messages)

[PATCH] bootm: add missing curly brace
 2016-01-26 16:16 UTC  (2+ messages)

scripts/remote: make clean leftovers
 2016-01-26 10:49 UTC  (2+ messages)

[PATCH] arm: imx53-guf-vincell-lt: dts: do not specfiy fixed memory information
 2016-01-26  7:05 UTC  (2+ messages)

[PATCH v2 1/2] arm: am33xx: Move function to read from Master OSC
 2016-01-26  7:01 UTC  (3+ messages)
` [PATCH v2 2/2] arm: am33xx: Master Osc clock speed handling

[PATCH v3] kwboot: do a filetype check before sending the image
 2016-01-26  7:00 UTC  (2+ messages)

Barebox vs Raspberry PI
 2016-01-25 22:25 UTC  (2+ messages)

[RFC] fs: move super_block and inode definitions to central fs.h header
 2016-01-25  8:49 UTC  (6+ messages)

[PATCH v2 0/3] i.MX6: CAAM engine support
 2016-01-22 12:38 UTC  (5+ messages)
` [PATCH v2 1/3] include: linux: add circular buffers
` [PATCH v2 2/3] crypto: add i.MX6 CAAM support
` [PATCH v2 3/3] crypto: caam: add RNG support

[PATCH] Add initial support for Netgear ReadyNAS 104
 2016-01-22  7:44 UTC  (2+ messages)

[PATCH] ARM: cm-fx6: set proper hostname
 2016-01-22  7:40 UTC  (2+ messages)

[PATCH] bootm: Add option to force booting signed images
 2016-01-22  7:35 UTC  (3+ messages)

[PATCH v4] FIT support
 2016-01-22  7:32 UTC  (15+ messages)
` [PATCH 01/14] ARM: zImage: add missing free() in appended device tree code
` [PATCH 02/14] bootm: Do not call uimage_close twice
` [PATCH 03/14] bootm: introduce bootm_get_os_size
` [PATCH 04/14] bootm: use names instead of numbers for image parts
` [PATCH 05/14] ARM: bootm: Use kernel handler to start barebox image
` [PATCH 06/14] bootm: Push dryrun to handlers
` [PATCH 07/14] bootm: move initrd code together
` [PATCH 08/14] bootm: move oftree "
` [PATCH 09/14] bootm: Initialize bootm_data defaults in single place
` [PATCH 10/14] crypto: add digest_alloc_by_algo()
` [PATCH 11/14] crypto: add RSA support
` [PATCH 12/14] bootm: make verifying/hashing configurable
` [PATCH 13/14] bootm: add initial FIT support
` [PATCH 14/14] bootm: Add option to force booting signed images

[PATCH 1/2] arm: am33xx: Move function to read from Master OSC
 2016-01-22  7:05 UTC  (4+ messages)
` [PATCH 2/2] arm: am33xx: Master Osc clock speed handling

[PATCH v2] kwboot: do a filetype check before sending the image
 2016-01-21 20:12 UTC  (5+ messages)

[PATCH] kwboot: do a filetype check before sending the image
 2016-01-20  7:56 UTC  (2+ messages)

[PATCH 16/20] e1000: Add functions for register polling
 2016-01-20  7:32 UTC  (5+ messages)
` [PATCH 20/20] e1000: Expose i210's iNVM as a cdev

[PATCH] ARM: PXA: move HAVE_CLK select
 2016-01-19 16:24 UTC  (3+ messages)

[PATCH] remote control support
 2016-01-18  9:32 UTC  (7+ messages)
` [PATCH 6/8] host side for barebox remote control
` [PATCH 8/8] barebox remote control: Documentation

[PATCH] fixup! input: gpio-keys: convert to input framework
 2016-01-18  7:33 UTC  (2+ messages)

[PATCH v3] FIT support
 2016-01-18  7:31 UTC  (4+ messages)
` [PATCH 13/13] bootm: add initial "

[PATCH] state: hmac: fix error message that algo is displayed
 2016-01-18  7:25 UTC  (2+ messages)

[PATCH] ARM: tegra: clean up lowlevel entry
 2016-01-18  7:22 UTC  (2+ 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