mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] lib: font: fbconsole: add custom font support
 2015-10-30 12:58 UTC 

[PATCH] login: make some locally used functions static
 2015-10-30 12:55 UTC 

[BUG] ata: disk_ata_drive: SSD drive doesn't pass check for ata id validity
 2015-10-30 10:06 UTC  (4+ messages)

[PATCH] ata: disk_ata_drive: remove obsolete check for ID validity
 2015-10-30 10:00 UTC 

Booting Linux bzImage on x86_64
 2015-10-30  7:47 UTC  (2+ messages)

[PATCH v2] ARM: Add support for semihosting
 2015-10-30  7:20 UTC  (5+ messages)
` [PATCH v2 1/2] arm/cpu/start.c: Distil some common code in __start()
` [PATCH v2 2/2] arm/cpu: Avoid multiple definitions of barebox_arm_entry

memtest updates
 2015-10-28  9:11 UTC  (15+ messages)
` [PATCH 1/9] memtest: move request/release regions to common/
` [PATCH 2/9] rework remap_range
` [PATCH 3/9] memtest: split tests in separate functions
` [PATCH 4/9] memtest: Make output more compact
` [PATCH 5/9] memtest: Make comments single line when appropriate
` [PATCH 6/9] memtest: move ctrlc check / progress showing into separate function
` [PATCH 7/9] memtest: move error handling to end of function
` [PATCH 8/9] memtest: By default only test biggest region
` [PATCH 9/9] memtest: Make cached/uncached test configurable

[PATCH] lib:font:fbconsole: add custom font support for review
 2015-10-28  8:30 UTC  (6+ messages)

[PATCH v3 0/8] state framework enhancements
 2015-10-28  8:26 UTC  (13+ 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 v2] ARM: imx6: add OF fixup to delete nonexistent CPU cores
 2015-10-27 16:08 UTC  (2+ messages)

[PATCH v2] Make list of flash images and fix link all single image cases
 2015-10-27 16:02 UTC  (2+ messages)

[PATCH 1/3] loadb: add missing brackets in help
 2015-10-27 15:46 UTC  (4+ 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-27 14:45 UTC  (3+ messages)

[PATCH 1/3] ARM: Allow compressed dtb binaries
 2015-10-27  9:55 UTC  (3+ messages)
` [PATCH 2/3] ARM: i.MX6dl: dts: include arm/imx6dl.dtsi from board files
` [PATCH 3/3] ARM: add wandboard support

[PATCH] ARM: Eltec-hypercam: Add missing dcdofd in flash header
 2015-10-27  7:34 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)

[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] 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  (15+ messages)
` [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)

page:  |  | latest

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