mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] at91: sama5d3: fix off-by-one array boundary checking for pdata_i2c
 2013-06-04  1:42 UTC 

[PATCH/RFC 0/5] Another try for a new memtest implementation
 2013-06-03 23:13 UTC  (6+ messages)
` [PATCH 1/5] common: fix codestyle in ALIGN macros
` [PATCH 2/5] common: add ALIGN_DOWN macro
` [PATCH 3/5] memtest: remove memtest command
` [PATCH 4/5] common: add memtest.c with mem_test routine
` [PATCH 5/5] commands: add new memtest command

[PATCH v2 0/5] MIPS: rework ns16550 debug_ll
 2013-06-03 10:53 UTC  (6+ messages)
` [PATCH v2 1/5] MIPS: rzx50: prepare for new debug_ll
` [PATCH v2 2/5] MIPS: malta: "
` [PATCH v2 3/5] MIPS: unify ns16550 debug_ll support code
` [PATCH v2 4/5] MIPS: rzx50: pbl: use debug_ll
` [PATCH v2 5/5] MIPS: rzx50_defconfig: use UART1 for low-level debug

[PATCH 1/4] mci: rename capabilities flags
 2013-06-03 10:49 UTC  (4+ messages)
` [PATCH 2/4] mci: Print more info
` [PATCH 3/4] mci: add mci_caps function
` [PATCH 4/4] mci: Use tran_speed field to fix highspeed MMC card clock

[PATCH] gianfar: prevent resource conflict
 2013-06-03  9:31 UTC  (3+ messages)

[PATCH] Fix typo
 2013-06-03  8:08 UTC  (2+ messages)

[PATCH 1/3] Remove unnesessory malloc.h inclusions
 2013-06-03  8:02 UTC  (7+ messages)
` [PATCH 2/3] Refactor malloc.h
` [PATCH 3/3] Use stdlib.h instead of malloc.h

[PATCH 0/6] MIPS: rework ns16550 debug_ll
 2013-06-03  7:46 UTC  (11+ messages)
` [PATCH 1/6] MIPS: XBurst: use mach-specific debug_ll setup
` [PATCH 2/6] MIPS: pbl: add low-level debug asm macros for ns16550
` [PATCH 3/6] MIPS: rzx50: pbl: use debug_ll
` [PATCH 4/6] MIPS: rzx50_defconfig: use UART1 for low-level debug
` [PATCH 5/6] MIPS: malta: adapt for new debug_ll
` [PATCH 6/6] MIPS: unificate ns16550 debug_ll support code

[PATCH] Provide and use dirent.h
 2013-06-03  7:45 UTC  (3+ messages)

[PATCH] Provide and use dirent.h
 2013-06-03  7:43 UTC 

[PATCH] Fix typo
 2013-06-03  7:37 UTC  (2+ messages)

v2013.06.0
 2013-06-03  7:33 UTC 

[PATCH] Remove a redundant line
 2013-06-03  7:26 UTC  (3+ messages)

[PATCH] Remove ftstc(). It is declared but not implemented
 2013-06-03  7:16 UTC  (2+ messages)

[PATCH] Remove ftstc(). It is declared but not implemented
 2013-06-02 23:02 UTC  (3+ messages)

[PATCH] omap4-fb: add driver
 2013-06-02 21:07 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH 0/8] U-Boot DDR initialisation import
 2013-06-02 15:44 UTC  (10+ messages)
` [PATCH 1/8] ppc 8xxx: DDR headers
` [PATCH 2/8] ppc 8xxx: memory controller register manipulation functions
` [PATCH 3/8] ppc 8xxx: dimm parameters calculation
` [PATCH 4/8] ppc 8xxx: lowest common dimm parameters
` [PATCH 5/8] ppc 8xxx: DDR utility functions
` [PATCH 6/8] ppc 8xxx: DDR specific options
` [PATCH 7/8] ppc 8xxx: core DDR driver functions
` [PATCH 8/8] ppc 8xxx: remove interactive debugging

[PATCH] Use FILE structure for stdin/stdout/stderr
 2013-06-02 15:01 UTC  (2+ messages)

[PATCH] Enables to build bootm command on generic_x86
 2013-06-02  9:21 UTC  (2+ messages)

[PATCH] [x86] Avoid build error on "config SPI" is y
 2013-06-02  9:19 UTC  (2+ messages)

bootm command support for x86
 2013-06-01  8:13 UTC  (2+ messages)

[patch][x86] Avoid build error on "config SPI" is y
 2013-06-01  1:56 UTC 

[PATCH v3 0/3] work on atheros ar2313
 2013-05-31 14:35 UTC  (5+ messages)
` [PATCH v3 1/3] MIPS: add Atheros ar531x family support
` [PATCH v3 2/3] net: add ar231x-eth support
` [PATCH v3 3/3] MIPS: ar231x: add netgear-wg102

[PATCH] bootm: Print internal devicetree information without verbose
 2013-05-31 14:15 UTC 

[PATCH 1/4] block: remove unused read_start and read_done ops
 2013-05-31 10:38 UTC  (4+ messages)
` [PATCH 2/4] block: rename file operation functions
` [PATCH 3/4] block: implement block_read/block_write functions
` [PATCH 4/4] partition: DOS: Add parameter for the NT disk Signature

[PATCH 1/6] mci: print current clock in info
 2013-05-31  7:37 UTC  (10+ messages)
` [PATCH 2/6] mci: do not limit clock to card capabilities
` [PATCH 3/6] mci: rename trans_speed field to csd_max_dtr
` [PATCH 4/6] mci: Use csd_max_dtr when appropriate
` [PATCH 5/6] mci: Add devicetree helper function
` [PATCH 6/6] mci: i.MX esdhc: get additional parameters from devicetree

[PATCH] ARM: Using unsigned specifiers for unsigned arguments for printf
 2013-05-31  6:54 UTC  (2+ messages)

[PATCH 1/2] ppc io.h: fix indentation
 2013-05-31  6:52 UTC  (3+ messages)
` [PATCH 2/2] ppc: update I/O accessors

[PATCH] MIPS: asm/mipsregs.h: remove unused stuff
 2013-05-31  6:35 UTC  (2+ messages)

[PATCH] 'detect' command to detect devices
 2013-05-30 12:40 UTC  (4+ messages)
` [PATCH 1/3] devices: add detect mechanism
` [PATCH 2/3] mci: implement detect driver callback
` [PATCH 3/3] mci fsl-esdhc: "

[PATCH] i.MX6: Add devicetree support
 2013-05-30 11:49 UTC  (9+ messages)
` [PATCH 1/8] mtd: m25p80: add "
` [PATCH 2/8] ARM: i.MX6: Fix CCM compatible node
` [PATCH 3/8] ARM: i.MX6: skip devices register when devicetree is present
` [PATCH 4/8] ARM: i.MX6: Add devicetree files
` [PATCH 5/8] ARM: i.MX6: add imx31 compatible entry for GPT
` [PATCH 6/8] ARM: i.MX6: Add usdhc aliases
` [PATCH 7/8] ARM: i.MX6 sabrelite: switch to devicetree probing
` [PATCH 8/8] ARM: i.MX6 sabresd: Switch "

[PATCH] Add devicetree support to i.MX chipidea driver
 2013-05-30 10:52 UTC  (4+ messages)
` [PATCH 1/3] usb: Add devicetree helpers
` [PATCH 2/3] usb: i.MX chipidea: Add devicetree support
` [PATCH 3/3] usb: i.MX chipidea: Add overcurrent disable flag for i.MX6

[PATCH] OF updates
 2013-05-30 10:44 UTC  (5+ messages)
` [PATCH 1/4] of: Also print disabled nodes
` [PATCH 2/4] of: remove unused define
` [PATCH 3/4] bootm: make sure to print fixed oftree
` [PATCH 4/4] bootm: print Kernel commandline in verbose mode

[PATCH] treewide include/: Add missing includes
 2013-05-30 10:41 UTC 

[PATCH] scripts: Makefile: do not use obj-* variables for userspace tools
 2013-05-30 10:14 UTC  (2+ messages)

[PATCH] omap4: set voltage according to mpu freq
 2013-05-30  9:39 UTC  (2+ messages)

[PATCH] twl6030: Set WR_S for VMMC
 2013-05-30  9:22 UTC  (2+ messages)

[PATCH] pcm049: clean up
 2013-05-30  9:22 UTC  (2+ messages)

[PATCH] pcm049: add 1GB RAM support
 2013-05-30  9:22 UTC  (2+ messages)

[PATCH] scripts: genenv: remove empty files from tempdir
 2013-05-28 16:34 UTC  (4+ messages)
` [SPAM] "

[PATCH] OMAP4: Use default clock source for mcbsp
 2013-05-28 11:51 UTC 

[PATCH] ARM: pbl: Always call pbl make
 2013-05-28  8:43 UTC 

[PATCH] ARM: i.MX53 vincell: Fix lowlevel startup
 2013-05-28  8:43 UTC 

[RFC, PATCH v2 0/3] work on atheros ar2313
 2013-05-28  6:57 UTC  (9+ messages)
` [RFC, PATCH v2 1/3] MIPS: add Atheros ar531x family support
` [RFC, PATCH v2 2/3] net: add ar231x-eth support

v2013.05.1 stable release
 2013-05-28  6:24 UTC 

[RFC, EXPERIMENTAL] MIPS: add initial cache support
 2013-05-28  6:15 UTC  (2+ messages)

MIPS: XBurst: rzx50: enable pbl support
 2013-05-28  6:06 UTC  (5+ messages)
` [PATCH 1/3] MIPS: rzx50: add trivial board_pbl_start
` [PATCH 2/3] MIPS: XBurst: enable pbl support
` [PATCH 3/3] MIPS: rzx50: enable pbl in defconfig

[PATCH 1/3] USB: imx-usb-misc: add device tree support
 2013-05-27 21:59 UTC  (3+ messages)
` [PATCH 2/3] USB: chipidea-imx: add basic "
` [PATCH 3/3] USB: imx-usb-phy: add "

[PATCH] mtd: call mtd_erase with complete area if possible
 2013-05-27 11:17 UTC  (2+ messages)

[PATCH 1/3] cfi: remove unused field from struct flash_info
 2013-05-27  8:55 UTC  (3+ messages)
` [PATCH 2/3] cfi: Add dev * to flash_info and switch to dev_*
` [PATCH 3/3] cfi: make hardware device parent of mtd device

[PATCH] MCI patches
 2013-05-27  8:52 UTC  (8+ messages)
` [PATCH 1/7] driver: Attach info callback to device, not to driver
` [PATCH 2/7] mci: make mci device a pure device
` [PATCH 3/7] mci: embed mci device into struct mci
` [PATCH 4/7] mci: set name of mci device to same name as the filename
` [PATCH 5/7] of: Add of_alias_get function
` [PATCH 6/7] mci: imx-esdhc: allow to specify devicename via OF alias
` [PATCH 7/7] ARM: i.MX51: Add aliases for MMC controllers

[PATCH 0/2] cfi fixes
 2013-05-27  8:30 UTC  (5+ messages)
` [PATCH 2/2] cfi_flash: size_ratio should not be 0

[PATCH] ARM i.MX53: tqma53: fix console entry
 2013-05-27  7:51 UTC  (2+ messages)

Unable to Boot from NAND on Mini2440
 2013-05-27  7:26 UTC  (4+ messages)

[PATCH] ARM: i.MX51: PLL errata workaround
 2013-05-25 13:35 UTC 

[PATCH] Make dependency fixes
 2013-05-25 13:32 UTC  (5+ messages)
` [PATCH 1/4] pbl: Fix typo in make causing pbl files to be rebuilt
` [PATCH 2/4] ARM: pbl: fix make dependencies
` [PATCH 3/4] make: Add barebox_default_env.* to targets
` [PATCH 4/4] ARM: zynq: Add cmd to generate zynq image

[PATCH] ARM: cfa10036: Add more board ID for boot time detection
 2013-05-24  6:34 UTC  (2+ messages)

[PATCH] imx-image support
 2013-05-24  6:34 UTC  (4+ messages)
` [PATCH 1/3] ARM: Makefile: Make sure to clean boarddirs
` [PATCH 2/3] scripts: Add imx-usb-loader tool
` [PATCH 3/3] ARM: i.MX51 babbage: switch to imx-image

[PATCH] net: fec_imx: default phy address to -1 for dt probe
 2013-05-23 13:58 UTC 

[PATCH] MCI: support boot partitions
 2013-05-23 13:56 UTC  (4+ messages)
` [PATCH 1/3] param: Add info function
` [PATCH 2/3] param: Add helpers to provide an enum parameter
` [PATCH 3/3] mci: Add support for MMC boot partitions

[PATCH 1/2] arm: am33xx: add pinmux and clock config for UART2
 2013-05-23 13:38 UTC  (2+ messages)

[PATCH] mtd-core: fix mtd erase operation for non-uniform flashes
 2013-05-23 13:27 UTC  (2+ messages)

imx31 bcb
 2013-05-23 13:19 UTC  (2+ messages)

2013.05 breaking Linux boot on imx28 CFA-10036
 2013-05-23 13:16 UTC  (4+ 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