mail archive of the barebox mailing list
 help / color / mirror / Atom feed
memtest updates
 2015-10-27  8:30 UTC  (7+ messages)
` [PATCH 1/9] memtest: move request/release regions to common/
` [PATCH 3/9] memtest: split tests in separate functions
` [PATCH 5/9] memtest: Make comments single line when appropriate
` [PATCH 6/9] memtest: move ctrlc check / progress showing into separate function
` [PATCH 8/9] memtest: By default only test biggest region
` [PATCH 9/9] memtest: Make cached/uncached test configurable

[PATCH] ARM: Eltec-hypercam: Add missing dcdofd in flash header
 2015-10-27  7:34 UTC 

[PATCH v2] Make list of flash images and fix link all single image cases
 2015-10-26 20:55 UTC 

[PATCH 1/3] loadb: add missing brackets in help
 2015-10-26 18:10 UTC  (3+ messages)
` [PATCH 2/3] checkpatch: fix left brace warning
` [PATCH 3/3] amba: check if on remove callback

[PATCH] ARM: imx6: add OF fixup to delete nonexistent CPU cores
 2015-10-26 16:33 UTC 

[PATCH] imx6-mmdc: restore RALAT/WALAT in MMDC0, not MMDC1
 2015-10-26 14:09 UTC  (3+ messages)

[PATCH] ARM: imx: clocksource: add new DT compatible
 2015-10-26 14:07 UTC  (2+ messages)

[PATCH] imx6-mmdc: fix automatic power down enable in write level calibration
 2015-10-26 14:07 UTC  (3+ messages)

[PATCH] of_dump: Add option to print node names only
 2015-10-26 13:10 UTC 

[PATCH] fixup! commands: clk_dump: use COMMAND_SUCCESS instead of 0 return code
 2015-10-26  7:20 UTC  (2+ messages)

[PATCH] lib:font:fbconsole: add custom font support for review
 2015-10-26  7:18 UTC  (2+ messages)

[vedio] support no-ascii fonts?
 2015-10-26  6:39 UTC  (2+ messages)

[PATCH] Make barebox flashable image link for "multi-image" targets
 2015-10-26  6:22 UTC  (6+ messages)

[PATCH v3 0/8] state framework enhancements
 2015-10-25 21:03 UTC  (10+ messages)
` [PATCH v3 1/9] of_path: of_find_path() factor out device detection logic into separate function
` [PATCH v3 2/9] of_path: add of_find_path_by_node()
` [PATCH v3 3/9] state: make use of of_find_path_by_node() and add return -EPROBE_DEFER if device is not available
` [PATCH v3 4/9] state: use name of device node as name if alias "
` [PATCH v3 5/9] state: disable load command
` [PATCH v3 6/9] crypto: Kconfig: add submenu for crypto related config options
` [PATCH v3 7/9] crypto: add simple keystore
` [PATCH v3 8/9] state: prepare raw backend for hmac support
` [PATCH v3 9/9] state: backend_raw: add hamc support

[PATCH] lib:font:fbconsole: add custom font support for review
 2015-10-24  7:02 UTC 

[PATCH 1/6] lib: add base64 helpers
 2015-10-23 10:02 UTC  (10+ messages)
` [PATCH 2/6] include: linux: add circular buffers
` [PATCH 3/6] ARM: imx6qdl: add caam clks
` [PATCH 4/6] crypto: add i.MX6 CAAM support
` [PATCH 5/6] ARM: i.MX6qdl: add caam node
` [PATCH 6/6] crypto: caam: add blob_gen driver

[PATCH 1/2] kbuild: fix DTC-native include path for dts/ directory
 2015-10-23  6:53 UTC  (5+ messages)
` [PATCH 2/2] kbuild: Don't assume dts files live in arch/*/boot/dts

[PATCH 0/3] misc clk-related changes
 2015-10-22  7:34 UTC  (5+ messages)
` [PATCH 1/3] commands: add clk_get_rate command
` [PATCH 2/3] clock.h: include <types.h> under guard macro
` [PATCH 3/3] commands: clk_dump: use COMMAND_SUCCESS instead of 0 return code

In flash vs compiled environment for omap, rasp-pi, socfpga
 2015-10-22  7:31 UTC  (4+ messages)

[PATCH 1/2 v2] net: eth: Refactor OF tree fixup of one node into new function
 2015-10-22  7:08 UTC  (2+ messages)

[Question] device-tree-rebasing include path
 2015-10-22  3:35 UTC  (3+ messages)

[PATCH 2/2 v2] net: eth: Fixup OF tree with registered MAC addresses too
 2015-10-21 19:38 UTC 

[PATCH v2 1/8] state framework enhancements
 2015-10-21  9:12 UTC  (14+ messages)
` [PATCH v2 1/8] of_path: of_find_path() factor out device detection logic into separate function
` [PATCH v2 2/8] of_path: add of_find_path_by_phandle()
` [PATCH v2 3/8] state: make use of of_find_path_by_phandle() and add return -EPROBE_DEFER if device is not available
` [PATCH v2 4/8] state: use name of device node as name if alias "
` [PATCH v2 5/8] state: disable load command
` [PATCH v2 6/8] crypto: add simple keystore
` [PATCH v2 7/8] state: prepare raw backend for hmac support
` [PATCH v2 8/8] state: backend_raw: add hamc support

[PATCH] ARM: Add support for semihosting
 2015-10-21  7:26 UTC  (6+ messages)

[PATCH] net: eth: Fixup OF tree with registered MAC addresses too
 2015-10-21  6:18 UTC  (2+ messages)

[PATCH 00/17] Armada 370/XP NAND driver
 2015-10-20 19:25 UTC  (42+ messages)
` [PATCH 01/17] arm: pxa: Prepare for NAND clkdev lookup on PXA3xx
` [PATCH 02/17] mtd: nand_mrvl_nfc: Use common clock for core clock
` [PATCH 04/17] arm: pxa: Remove pxa_get_nandclk()
` [PATCH 05/17] mtd: nand_mrvl_nfc: Remove keep_config
` [PATCH 06/17] mtd: nand_mrvl_nfc: Clear OOB data with 0xff instead of 0x00
` [PATCH 07/17] mtd: nand_mrvl_nfc: Use Auto Read Status on program/erase
` [PATCH 09/17] mtd: nand_mrvl_nfc: Get ecc parameters from DT
` [PATCH 11/17] mtd: nand_mrvl_nfc: Add hwflags to distinguish different HW versions
` [PATCH 15/17] mtd: nand_mrvl_nfc: Add support for NDCB3 register
` [PATCH 16/17] mtd: nand_mrvl_nfc: Add support for Marvell Armada 370/XP
` [PATCH] of: mtd: Import of_get_nand_ecc_{step_size, strength} from Linux

[PATCH 0/6] state
 2015-10-19 10:23 UTC  (7+ messages)
` [PATCH 1/6] state: use name of device node as name, if alias is not available
` [PATCH 2/6] state: return -EPROBE_DEFER if the backend isn't available
` [PATCH 3/6] state: disable load command
` [PATCH 4/6] crypto: add simple keystore
` [PATCH 5/6] state: prepare raw backend for hmac support
` [PATCH 6/6] state: backend_raw: add hamc support

(no subject)
 2015-10-19  6:40 UTC  (9+ messages)
` [PATCH 1/3] scripts/kwbimage: Move configfile opening to the function that reads it
` [PATCH 2/3] scripts/kwbimage: Make BINARY files relative to config file
` [PATCH 3/3] ARM: mvebu: Lenovo IX4 300D: Fix pblb generation

[PATCH 0/2] usb: core: return -EAGAIN on usb_* functions reentrance
 2015-10-15 12:38 UTC  (5+ messages)
` [PATCH 1/2] input: usb_kbd: skip poll on -EAGAIN error
` [PATCH 2/2] usb: core: return -EAGAIN on usb_* functions reentrance

[PATCH 1/3] input: usb-kbd: depend on CONSOLE_FULL
 2015-10-14 13:33 UTC  (4+ messages)
` [PATCH 2/3] mtd: nand_denali: don't include arch header
` [PATCH 3/3] video: simple-panel: depend on OFDEVICE

[PATCH v1] fixup! detect_fs: use device instead of file
 2015-10-13 14:09 UTC  (4+ messages)
  ` [PATCH v1 resend] "

[PATCH v6 0/5] input: add usb keyboard driver
 2015-10-13 10:38 UTC  (13+ messages)
` [PATCH 4/5] usb: ehci-hcd: use mdelay_non_inerruptible()

[PATCH 1/4] ARM: l2x0: correct indentation
 2015-10-13  8:45 UTC  (5+ messages)
` [PATCH 2/4] ARM: l2x0: move outer cache flush on disable to user
` [PATCH 3/4] ARM: imx6: use l2x0 header for register definitions
` [PATCH 4/4] ARM: imx6: set shared attribute override bit in PL310

[RFC] common: filetype: is_fat_or_mbr() considered harmful
 2015-10-13  8:32 UTC  (9+ messages)

devfs fixes
 2015-10-13  8:25 UTC  (6+ messages)
` [PATCH 1/4] fs: devfs: Allow mounting only on /dev/
` [PATCH 2/4] fs: devfs: Allow mount path in cdev_open
` [PATCH 3/4] filetype: Use cdev_open
` [PATCH 4/4] fs: pass path directly to cdev_open

[PATCH] fcntl: Fix O_CREAT clashing with O_RWSIZE_8
 2015-10-13  8:17 UTC 

[PATCH] fs: Fix memcpy_sz for remaining count/rwsize
 2015-10-13  8:09 UTC  (6+ messages)

Beaglebone black issue loading booting kernel
 2015-10-12 10:14 UTC  (4+ messages)

[PATCH 1/8] memtest.c: Print iterations count if -i is 0
 2015-10-12  9:46 UTC  (11+ messages)
` [PATCH 2/8] arm: Disable unaligned accesses
` [PATCH 3/8] arm/cpu/start.c: Distil some common code in __start()
` [PATCH 4/8] arm/cpu: Avoid multiple definitions of barebox_arm_entry
` [PATCH 5/8] freescale-mx6-sabresd: Add CONFIG_DEBUG_LL support
` [PATCH 6/8] common/command.c: Replace magic number with appropriate constant
` [PATCH 7/8] common/parser.c: Do not conflate error reporting disciplines
` [PATCH 8/8] common/parser.c: Do not treat zero return code as error

[PATCH] net: mvneta: add Armada XP compatible
 2015-10-12  6:15 UTC  (2+ messages)

[PATCH] clk: mvebu: Add corediv clock driver for Armada 370/XP
 2015-10-12  6:15 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