mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] UBIFS support
 2013-08-06 13:07 UTC  (8+ messages)
` [PATCH 1/8] mtd: ubi: add missing prototype for ubi_volume_notify
` [PATCH 2/8] mtd: ubi: add ubi info functions
` [PATCH 3/8] filetype: Add ubifs detection
` [PATCH 4/8] mtd: ubi: Add support for opening a volume by cdev
` [PATCH 5/8] move print_hex_dump function to include/common.h
` [PATCH 6/8] extend barebox wrapper header
` [PATCH 7/8] Add deflate_decompress function

Commit "ARM: Turn most board directories into regular build directories" break kwb images
 2013-08-06 11:50 UTC  (2+ messages)

v2013.08.0
 2013-08-06 10:53 UTC  (4+ messages)

[PATCH 1/4] ARM: OMAP: Pass TEXT_BASE address to mk-am35xx-spi-image
 2013-08-06  9:53 UTC  (4+ messages)
` [PATCH 2/4] ARM: OMAP: pcm051: Increase console output for MLO
` [PATCH 3/4] ARM: OMAP: pcm051: Update enviroment
` [PATCH 4/4] ARM: OMAP: pcm051: Create own NAND mux struct

[RFC 0/5] JUST-FOR-FUN: run barebox on Canon digital camera
 2013-08-06  9:42 UTC  (8+ messages)
` [RFC 1/5] ARM: add very initial support for Canon DIGIC chips
` [RFC 2/5] ARM: DIGIC: add Canon EOS 600D support
` [RFC 3/5] ARM: DIGIC: add Canon PowerShot A1100 IS support
` [RFC 4/5] ARM: DIGIC: add canon-600d_defconfig
` [RFC 5/5] ARM: DIGIC: add canon-a1100_defconfig

[PATCH 0/2] resurrect CONFIG_PANIC_HANG option
 2013-08-05 10:14 UTC  (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] CONFIG_PANIC_HANG: replace #ifdef with IS_ENABLED()

[PATCH] pbl: add generated file piggy.lz4 to .gitignore
 2013-08-05 10:11 UTC  (2+ messages)

[PATCH 0/2] ppc 85xx: remove early local bus initialisation
 2013-08-05 10:09 UTC  (4+ messages)
` [PATCH 1/2] mpc85xx: remove "
` [PATCH 2/2] P2020RDB: map boot flash

[PATCH] of fixes
 2013-07-27  8:32 UTC  (5+ messages)
` [PATCH 1/4] of: Use correct devicetree in of_print_cmdline
` [PATCH 2/4] of: net: Use correct devicetree in eth_of_fixup
` [PATCH 3/4] of: Use dts syntax when printing devicetrees
` [PATCH 4/4] ARM: bootm: Print Kernel commandline unconditionally

[PATCH] mtd: Turn 'bad block at' message into pr_debug
 2013-07-25  8:44 UTC 

[RFC 0/2] serial: ns16550: small dt support improvements
 2013-07-25  8:28 UTC  (5+ messages)
` [RFC 1/2] serial: ns16550: get clock-frequency from dt
` [RFC 2/2] serial: ns16550: fill cdev just-in-time

[PATCH] ARM: imx_v7_defconfig: remove board specific part from environment
 2013-07-25  8:27 UTC 

[PATCH] ARM: dts: i.MX6q: cpus/cpu nodes dts updates
 2013-07-25  8:23 UTC 

[PATCH] arm: mvebu: add board USI Topkick
 2013-07-24 17:01 UTC  (5+ messages)

Raspberry pi barebox boot
 2013-07-24  7:37 UTC 

Raspberry Pi net boot using barebox
 2013-07-23 16:09 UTC  (2+ messages)

[PATCH] update UBI support
 2013-07-23 10:28 UTC  (5+ messages)
` [PATCH 1/4] UBI: Add ubidetach command
` [PATCH 2/4] ubiattach command: Properly check return values
` [PATCH 3/4] UBI: remove old ubi support
` [PATCH 4/4] UBI: reimport UBI from Linux v3.10

[PATCH] serial: ns16550: Add devicetree support
 2013-07-23  6:40 UTC  (7+ messages)
` [PATCH 1/6] clk: provide static inline wrappers
` [PATCH 2/6] serial: ns16550: reorder functions to avoid forward declaration
` [PATCH 3/6] serial: ns16550: introduce private struct
` [PATCH 4/6] serial: ns16550: remove f_caps from platform_data
` [PATCH 5/6] serial: ns16550: Add clk support and make platform_data optional
` [PATCH 6/6] serial: ns16550: Add devicetree probe support

[PATCH] Phytec phyFLEX i.MX6 support
 2013-07-22 14:06 UTC  (7+ messages)
` [PATCH 1/6] scripts: imx-image: allow semicolon as command delimiter
` [PATCH 2/6] scripts: run imxcfg files through cpp
` [PATCH 3/6] ARM: dts: i.MX6: Add label for ocotp nodes
` [PATCH 4/6] ARM: i.MX6: Add ocotp driver
` [PATCH 5/6] ARM: i.MX6 sabre: register MAC address from dt
` [PATCH 6/6] ARM: Add Phytec phyFLEX-i.MX6 board support

[PATCH 1/2] mtd: nand: mxs-nand: Add i.MX6 support
 2013-07-22 10:28 UTC  (2+ messages)
` [PATCH 2/2] mtd: nand: mxs-nand: Add on flash bbt support

[PATCH] memory_display: Change address pointer to type const void *
 2013-07-22 10:16 UTC 

[PATCH] mtd nand sync with kernel
 2013-07-22 10:04 UTC  (9+ messages)
` [PATCH 1/8] mtd: nand: write BBM to OOB even with flash-based BBT
` [PATCH 2/8] mtd: rename MTD_OOB_* to MTD_OPS_*
` [PATCH 3/8] mtd: sync bbm.h with Linux Kernel
` [PATCH 4/8] string: introduce memchr_inv
` [PATCH 5/8] mtd: rename mtd_read_oob
` [PATCH 6/8] mtd: introduce ecc strength
` [PATCH 7/8] mtd: introduce mtd_read_oob and mtd_write_oob
` [PATCH 8/8] mtd: nand: update to v3.11-rc1

[PATCH 0/3 v2] pbl: add lz4 compression support
 2013-07-22  9:56 UTC  (8+ messages)
` [PATCH 1/3] decompressor: Add LZ4 decompressor module
  ` [PATCH 2/3] lib: Add support for LZ4-compressed kernel
  ` [PATCH 3/3] pbl: add lz4 support

[PATCH] some minor image size decrease
 2013-07-22  9:56 UTC  (5+ messages)
` [PATCH 1/4] mtd: nand: omap: do not set write callback if mtd write is disabled
` [PATCH 2/4] block: shortcut writebuffer_flush if writing "
` [PATCH 3/4] ARM: omap4: Use writel where appropriate
` [PATCH 4/4] ARM: omap4: pcm049: register devices only when support is enabled

mini2440 (256MB NAND)
 2013-07-22  7:59 UTC  (6+ messages)

[PATCH] include/printk: fix level of pr_err and pr_warning
 2013-07-22  7:34 UTC  (2+ messages)

[PATCH] ppc ddr-8xxx: misplaced parenthesis
 2013-07-22  6:41 UTC  (2+ messages)

[PATCH] create directory for dir/file.o
 2013-07-22  6:40 UTC  (2+ messages)

ARM: stack region-related issue
 2013-07-17  9:27 UTC  (2+ messages)

[PATCH] Allow configuration from the devicetree
 2013-07-16 14:27 UTC  (19+ messages)
` [PATCH 1/9] devfs: let devfs_add_partition return the new partition
` [PATCH 2/9] of: export of_default_bus_match_table
` [PATCH 3/9] of: partitions: factor out function to parse a single partition
` [PATCH 4/9] cdev: introduce partition names
` [PATCH 5/9] cdev: allow to open a struct cdev
` [PATCH 6/9] cdev: add device_find_partition
` [PATCH 7/9] mci: set partnames of eMMC boot partitions
` [PATCH 8/9] Add configurability via devicetree
` [PATCH 9/9] ARM: i.MX Datamodul edmqx6: configure environment from devicetree

[PATCH] configure environment from devicetree
 2013-07-16 14:06 UTC  (11+ messages)
` [PATCH 01/10] of: partition: check for valid node
` [PATCH 02/10] of: Add convenience functions to en/disable devicenodes
` [PATCH 03/10] mtd: Add devicetree partition parsing
` [PATCH 04/10] mci: "
` [PATCH 05/10] Add configurability via devicetree
` [PATCH 06/10] ARM: i.MX Datamodul edmqx6: configure environment from devicetree
` [PATCH 07/10] ARM: i.MX51 babbage: "
` [PATCH 08/10] ARM: i.MX53 QSB: "
` [PATCH 09/10] ARM: i.MX51 efikasb: "
` [PATCH 10/10] ARM: i.MX6 tqma6x: "

[PATCH] bus: Add imx-weim support
 2013-07-16  6:49 UTC  (3+ messages)

[PATCH] mtd: nand_imx: Add devicetree probe support
 2013-07-15 19:56 UTC 

[PATCH] of: add mtd of helpers
 2013-07-15 19:56 UTC 

[PATCH 0/3] pbl: add lz4 compression support
 2013-07-15 10:08 UTC  (6+ messages)
` [PATCH 1/3] decompressor: Add LZ4 decompressor module
  ` [PATCH 2/3] lib: Add support for LZ4-compressed kernel
  ` [PATCH 3/3] pbl: add lz4 support

[PATCH] commands: spi: Fix spi read procedure
 2013-07-15  9:05 UTC  (2+ messages)

[PATCH 1/3] mfd: mc13xxx: Determine used bus by "bus_type" field
 2013-07-15  8:29 UTC  (4+ messages)
` [PATCH 2/3] mfd: mc13xxx: Separate query_revision function for each supported IC
` [PATCH 3/3] mfd: mc13xxx: Add support for MC34708

[PATCH 1/3] base: Transform "platform_match" into "device_match" and make this function public
 2013-07-15  8:08 UTC  (4+ messages)
` [PATCH 2/3] spi: Reuse "driver_match" for SPI bus
` [PATCH 3/3] i2c: Reuse "driver_match" for I2C bus

[PATCH] arm: cpuinfo: display the core name and version
 2013-07-15  6:53 UTC  (3+ messages)

[PATCH] OF: base: call of_parse_phandles() from of_unflatten_dtb()
 2013-07-12 16:32 UTC 

[PATCH 1/1] ARM: at91: fix debug_ll typo on CONFIG_HAVE_AT91_DBGU0
 2013-07-11 20:29 UTC 

[PATCH 1/3] ARM: Add "verbose" parameter for start_linux procedure
 2013-07-11  7:38 UTC  (6+ messages)

[PATCH] Force set console baudrate
 2013-07-11  7:13 UTC  (5+ messages)
` [PATCH 1/2] Revert "Force set console baudrate"
  ` [PATCH 2/2] Force set console baudrate at enable time

[PATCH 1/2] ARM: mxs: implement debug_ll support
 2013-07-11  5:52 UTC  (2+ messages)
` [PATCH 2/2] ARM: mxs: make ssp gates parents of ssp dividers

[RFC 0/2] mci: Dove SDHCI driver
 2013-07-10 22:51 UTC  (3+ messages)

[PATCHv2 01/12] ARM: OMAP: AM33xx: Add basic NAND support
 2013-07-10 21:31 UTC  (4+ messages)
` [PATCHv2 08/12] PCM051: Add first stage support

[PATCH] TQ tqma6x board support
 2013-07-10 13:00 UTC  (4+ messages)
` [PATCH 1/3] ARM: dts: Add i.MX6dl dtsi and pinfunc file
` [PATCH 2/3] ARM: dts: Add more pinctrl groups for i.MX6q
` [PATCH 3/3] ARM: i.MX6: TQ tqma6x initial board support

[PATCH] led: gpio: Add trigger support
 2013-07-10 12:11 UTC 

[PATCH] prepare i.MX6 NAND support
 2013-07-10 12:00 UTC  (12+ messages)
` [PATCH 01/11] ARM: MXS: introduce stmp device support
` [PATCH 02/11] dma: apbh: introduce private struct
` [PATCH 03/11] dma: apbh-dma: move header file to common location
` [PATCH 04/11] dma: apbh: remove CONFIG_ARCH_DMA_PIO_WORDS
` [PATCH 05/11] dma: apbh: Turn into a driver
` [PATCH 06/11] dma: apbh: add devicetree probe support
` [PATCH 07/11] dma: apbh: cleanup includes
` [PATCH 08/11] mtd: nand: gpmi: use io_base instead of MXS_GPMI_BASE
` [PATCH 09/11] mtd: nand: gpmi: cleanup includes
` [PATCH 10/11] ARM: mxs: Add convenience wrapper to register mxs_nand device
` [PATCH 11/11] mtd: nand: gpmi: replace MXS_BCH_BASE with driver resources

[PATCH] ARM: generate imx dcd.S files as *.dcd.S
 2013-07-10 10:22 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