mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/7] include/linux/phy.h: Add MII_ADDR_C45
 2016-01-27  2:29 UTC  (10+ 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 02/20] e1000: Fix a bug in e1000_detect_gig_phy
 2016-01-20  7:32 UTC  (22+ messages)
` [PATCH 03/20] e1000: Remove unnecessary variable
` [PATCH 04/20] e1000: Do not read same register twice
` [PATCH 05/20] e1000: Remove unneeded i210 specific register code
` [PATCH 06/20] e1000: Consolidate register offset fixups
` [PATCH 07/20] e1000: Remove 'use_eewr' parameter
` [PATCH 08/20] e1000: Remove 'page_size'
` [PATCH 09/20] e1000: Simplify EEPROM init for e1000_80003es2lan
` [PATCH 10/20] e1000: Simplify EEPROM init for e1000_igb
` [PATCH 11/20] e1000: Consolidate SPI EEPROM init code
` [PATCH 12/20] e1000: Consolidate Microwire "
` [PATCH 13/20] e1000: Fix a bug in e1000_probe()
` [PATCH 14/20] e1000: Remove unnecessary intialization
` [PATCH 15/20] e1000: Refactor Flash/EEPROM reading code
` [PATCH 16/20] e1000: Add functions for register polling
` [PATCH 17/20] e1000: Properly release SW_FW_SYNC semaphore bits
` [PATCH 18/20] e1000: Add EEPROM access locking for i210
` [PATCH 19/20] e1000: Expose i210's external flash as MTD
` [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)

[RFC] usb: port UHCI driver from the u-boot
 2016-01-18 17:55 UTC 

[PATCH] remote control support
 2016-01-18  9:32 UTC  (21+ messages)
` [PATCH 1/8] Add Reliable Asynchronous Transfer Protocol
` [PATCH 2/8] barebox remote control
` [PATCH 3/8] fs: Add RATP fs support
` [PATCH 4/8] include pyserial trunk
` [PATCH 5/8] pyserial: decrease timeouts
` [PATCH 6/8] host side for barebox remote control
` [PATCH 7/8] defaultenv2: Add automount for RATPFS
` [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  (17+ messages)
` [PATCH 01/13] ARM: zImage: add missing free() in appended device tree code
` [PATCH 02/13] bootm: Do not call uimage_close twice
` [PATCH 03/13] bootm: introduce bootm_get_os_size
` [PATCH 04/13] bootm: use names instead of numbers for image parts
` [PATCH 05/13] ARM: bootm: Use kernel handler to start barebox image
` [PATCH 06/13] bootm: Push dryrun to handlers
` [PATCH 07/13] bootm: move initrd code together
` [PATCH 08/13] bootm: move oftree "
` [PATCH 09/13] bootm: Initialize bootm_data defaults in single place
` [PATCH 10/13] crypto: add digest_alloc_by_algo()
` [PATCH 11/13] crypto: add RSA support
` [PATCH 12/13] bootm: make verifying/hashing configurable
` [PATCH 13/13] bootm: add initial FIT support

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

Verified boot support with FIT
 2016-01-16  1:18 UTC  (3+ messages)

[PATCH 1/2] vsprintf: Add support for %pa
 2016-01-15 14:34 UTC  (2+ messages)
` [PATCH 2/2] Convert users of PRINTF_CONVERSION_RESOURCE to %pa

Verified boot support with FIT
 2016-01-14 20:05 UTC 

[PATCH v2 1/2] of: rework of_node_cmp() to support short and full node names
 2016-01-13 16:01 UTC  (4+ messages)
` [PATCH v2 2/2] FIT: bootm: accept configuration name as string

[PATCH] input core
 2016-01-13 15:37 UTC  (16+ messages)
` [PATCH 01/15] poller: Fix async poller
` [PATCH 02/15] keymap: Fix braces
` [PATCH 03/15] keymap: remove exotic and nonprintable keys
` [PATCH 04/15] keymap: Add keypad keys
` [PATCH 05/15] keymap: Add apostrophe, backslash and home
` [PATCH 06/15] keymap: Add keymap for keys with shift pressed
` [PATCH 07/15] input: Add input core
` [PATCH 08/15] input: usb keyboard: convert to input framework
` [PATCH 09/15] input: imx-keypad: Use dev_* functions
` [PATCH 10/15] input: move matrix_keypad_build_keymap() to C file
` [PATCH 11/15] input: imx-keypad: convert to input framework
` [PATCH 12/15] input: Add device tree parsing support for matrix keymap
` [PATCH 13/15] input: imx-keypad: Add device tree support
` [PATCH 14/15] input: gpio-keys: Use KEY_* keycodes
` [PATCH 15/15] input: gpio-keys: convert to input framework

[PATCH v2 1/3] ARM: asm: Add convenience fucntions to access VBAR
 2016-01-12  8:45 UTC  (6+ messages)
` [PATCH 2/3] ARM: mmu: Add VBAR setup
` [PATCH 3/3] ARM: Fix exception table setup in MMU-less mode

[PATCH] imx233-olinuxino: Fix mx23_power_init() arguments
 2016-01-12  8:42 UTC  (2+ messages)

[PATCH] FIT: bootm: accept configuration name as string
 2016-01-12  2:11 UTC  (2+ messages)

[BUG] barebox won't boot from SD card on iMX233-OLinuXino-MAXI
 2016-01-11 22:21 UTC  (3+ messages)

[PATCH] hush: fix indentation
 2016-01-11 12:32 UTC 

[PATCH] hush: Initialize struct p_context
 2016-01-11 12:15 UTC 

v2016.01.0
 2016-01-11 11:07 UTC 

[PATCH] reset: fix non GPIO reset
 2016-01-11 10:26 UTC  (2+ messages)

[PATCH v2 0/3] FIT Support
 2016-01-11  9:19 UTC  (6+ messages)
` [PATCH v2 2/3] crypto: add RSA support
` [PATCH v2 3/3] bootm: add initial FIT support

[PATCH v2] FIT: make RSA signature verification configurable
 2016-01-11  8:09 UTC 

[PATCH] FIT: make RSA signature verification configurable
 2016-01-11  8:03 UTC  (5+ messages)

[PATCH 0/3] FIT Support
 2016-01-08 10:36 UTC  (10+ messages)
` [PATCH 3/3] bootm: add initial FIT support

[PATCH 1/6] ARM: asm: Add convenience fucntions to access VBAR
 2016-01-08  7:53 UTC  (4+ messages)
` [PATCH 4/6] i.MX6: pci: Replace magic number with a named constant

[PATCH] usb: chipidea-imx: check return value of regulator_get()
 2016-01-08  7:52 UTC  (2+ messages)

[PATCH] PCI: imx6: properly shut down core when leaving barebox
 2016-01-08  7:52 UTC  (2+ messages)

[PATCH] of_path: Make partition names work again
 2016-01-08  7:34 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