mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 02/20] e1000: Fix a bug in e1000_detect_gig_phy
 2016-01-18  3:52 UTC  (15+ 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 16/20] e1000: Add functions for register polling
` [PATCH 17/20] e1000: Properly release SW_FW_SYNC semaphore bits

[PATCH] remote control support
 2016-01-18  2:39 UTC  (19+ 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-16 23:15 UTC 

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

[PATCH v3] FIT support
 2016-01-15 15:50 UTC  (16+ 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 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] state: hmac: fix error message that algo is displayed
 2016-01-14  9:52 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] ARM: tegra: clean up lowlevel entry
 2016-01-12 20:06 UTC 

[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  (7+ messages)
` [PATCH v2 1/3] crypto: add digest_alloc_by_algo()
` [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  (19+ messages)
` [PATCH 1/3] crypto: add enum
` [PATCH 2/3] crypto: add RSA support
` [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  (15+ messages)
` [PATCH 2/6] ARM: mmu: Add VBAR setup
` [PATCH 3/6] ARM: Fix exception table setup in MMU-less mode
` [PATCH 4/6] i.MX6: pci: Replace magic number with a named constant
` [PATCH 5/6] i.MX6: pci: Reconcile imx6_pcie_start_link with the kernel code
` [PATCH 6/6] i.MX6: pci: Avoid aborts when asserting PCIe reset

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

[PATCH 1/6] rtc: ds1307: Add code to support ds1337/1341
 2016-01-07 16:54 UTC  (11+ messages)
` [PATCH 2/6] rtc: ds1307: Fix a memory leak
` [PATCH 3/6] rtc-lib: Check tm_wday for validity in rtc_valid_tm()
` [PATCH 5/6] common/date.c: Fix off-by-one error
` [PATCH 6/6] commands/hwclock: Check return value of rtc_read_time()

[PATCH] fs: automount: Make automountpoints persistent
 2016-01-07 15:55 UTC 

[PATCH 1/2] of: Add for_each_compatible_node_from iterator
 2016-01-07  7:34 UTC  (13+ messages)
  ` [PATCH 1/2] OF: fix typo in for_each_compatible_node()
  ` [PATCH 2/2] OF: Fix fixups to fix Linux DT instead of Barebox DT

FIT support: node syntax
 2016-01-06 11:23 UTC 

[PATCH 1/2] readline: Fix potential buffer overflow
 2016-01-05  8:25 UTC  (2+ messages)
` [PATCH 2/2] readline: Fix potential buffer overflow in command history

[RFC 0/4] FIT Support
 2016-01-05  8:11 UTC  (7+ messages)
` [RFC 3/4] FIT: add FIT image support

Patchwork for Barebox
 2016-01-04 10:00 UTC  (3+ messages)

[PATCH 1/2] mtd: nand: Add erased page bitflip check helper functions
 2016-01-04  9:44 UTC  (2+ messages)

[RFC] device probe order
 2016-01-04  8:56 UTC  (12+ messages)

[PATCH 0/7] bcm283x: add support for raspberry pi 2
 2016-01-04  8:38 UTC  (2+ messages)

You have received a new fax, document 00000317727
 2015-12-29 15:10 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