mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Prepare support for TI AM35xx
 2012-09-05 15:52 UTC  (5+ messages)
` [PATCH 1/8] drivers/nor/m25p80: add JEDEC ID for Micron/Numonyx SPI NOR flash
` [PATCH 2/8] Makefile: add target to produce a SPL compatible uimage
` [PATCH 4/8] common: split out meminfo output and make it optional
` [PATCH 7/8] omap3: remove unused coded for clock configuration

[PATCH 1/2] mtd: fix compiler warnings
 2012-09-05 15:25 UTC  (4+ messages)
` [PATCH 2/2] mtd: add private data to mtddev-hook

[PATCH 1/1] uncompress: drop wrong BUG(uncompress_size)
 2012-09-05 14:59 UTC 

v2012.09.0
 2012-09-05 13:51 UTC 

MLO doesn't work, rest is ok
 2012-09-05 12:34 UTC  (14+ messages)

[PATCH 0/7 v2] defaultenv-2: add boot sequence
 2012-09-05 12:28 UTC  (8+ messages)
` [PATCH 1/7] globalbar: add inline when not enabled
  ` [PATCH 2/7] globalvar: add support to set a value to of all globalvars beginning with 'match'
  ` [PATCH 3/7] defaultenv-2: boot use global.linux.bootargs.dyn for dynamic globarvar
  ` [PATCH 4/7] defaultenv-2: boot reset linux.bootargs.dyn. and bootm. globarvar
  ` [PATCH 5/7] echo: always allow to pass -e option
  ` [PATCH 6/7] defaultenv-2/ansi-colors: export color only if enable
  ` [PATCH 7/7] defaultenv-2: add boot sequence

[PATCH v2] xload: get barebox size from barebox_arm_head
 2012-09-05 12:02 UTC  (11+ messages)
` [PATCH v3] "
            ` [PATCH v4] "
                ` Suspected ##SPAM## -:Re: "

[PATCH v4 0/2] Add stmpe mfd
 2012-09-05  9:54 UTC  (4+ messages)
` [PATCH v4 1/2] mfd: add stmpe-i2c driver
` [PATCH v4 2/2] gpio: add driver for stmpe io-expander

Prepare support for TI AM35xx
 2012-09-05  9:28 UTC  (23+ messages)
` [PATCH 01/10] drivers/nor/m25p80: add JEDEC ID for Micron/Numonyx SPI NOR flash
` [PATCH 02/10] drivers/nor/m25p80: add MEMGETINFO ioctl
` [PATCH 03/10] Makefile: add target to produce a SPL compatible uimage
` [PATCH 04/10] scripts: add tool to create image for SPI boot on AM35xx
` [PATCH 05/10] common: split out meminfo output and make it optional
` [PATCH 06/10] omap: add SPI as a boot mode for xload
` [PATCH 07/10] drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet Switch
` [PATCH 08/10] drivers/net: add driver for the EMAC device found in some TI SoCs
` [PATCH 09/10] omap3: allow enabling clocks for UART3, MMC1 and SPI
` [PATCH 10/10] drivers/spi: add driver for the Multichannel SPI controller found in TI SoCs

[PATCH v3 0/2] Add stmpe mfd
 2012-09-05  6:32 UTC  (5+ messages)
` [PATCH v3 1/2] mfd: add stmpe-i2c driver
` [PATCH v3 2/2] gpio: add driver for stmpe io-expander

barebox on imx23-olinuxino
 2012-09-04 21:23 UTC  (5+ messages)

[PATCH 2/6] memory: fix regions calculation
 2012-09-04 20:39 UTC 

[PATCH 00/18 v5] fs: add symlink and readlink support
 2012-09-04 19:50 UTC  (20+ messages)
` [PATCH 01/19] fs: add "
  ` [PATCH 02/19] fs: fix rmdir with symlink
  ` [PATCH 03/19] fs: rename stat to lstat as we implement lstat
  ` [PATCH 04/19] fs: add symlink support
  ` [PATCH 05/19] fs: implement stat
  ` [PATCH 06/19] fs: open: add symlink support
  ` [PATCH 07/19] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 08/19] ramfs: add symlink and readlink support
  ` [PATCH 09/19] nfs: add "
  ` [PATCH 10/19] test: add -L support to test if it's a symbolic link
  ` [PATCH 11/19] command: add readlink support
  ` [PATCH 12/19] command: add ln support
  ` [PATCH 13/19] ls: add symlink support to -l
  ` [PATCH 14/19] dirname: add -V option to return only path related to the mountpoint
  ` [PATCH 15/19] recursive_action: add ACTION_FOLLOWLINKS support
  ` [PATCH 16/19] envfs: introduce version major and minor
  ` [PATCH 17/19] envfs: add support of variable inode size
  ` [PATCH 18/19] envfs: add support of symlink
  ` [PATCH 19/19] defautenv: "

[PATCH v2 0/2] Add stmpe mfd
 2012-09-04  8:29 UTC  (7+ messages)
` [PATCH v2 1/2] mfd: add stmpe-i2c driver
` [PATCH v2 2/2] gpio: add driver for stmpe io-expander

iMX27 board : Barebox & linux 2.6.24.6 => reboot the board randomly 
 2012-09-04  8:10 UTC 

[PATCH 0/4 v2] fs/mount: add autodetection support
 2012-09-04  8:02 UTC  (2+ messages)

[PATCH 00/18 v3] fs: add symlink and readlink support
 2012-09-04  7:58 UTC  (3+ messages)
` [PATCH 01/18 v4] fs: add "

[PATCH 00/18 v3] fs: add symlink and readlink support
 2012-09-03 14:47 UTC  (21+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 02/18] fs: rename stat to lstat as we implement lstat
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 05/18] fs: open: add symlink support
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 07/18] ramfs: add symlink and readlink support
  ` [PATCH 08/18] nfs: add "
  ` [PATCH 09/18] test: add -L support to test if it's a symbolic link
  ` [PATCH 10/18] command: add readlink support
  ` [PATCH 11/18] command: add ln support
  ` [PATCH 12/18] ls: add symlink support to -l
  ` [PATCH 13/18] dirname: add -V option to return only path related to the mountpoint
  ` [PATCH 14/18] recursive_action: add ACTION_FOLLOWLINKS support
  ` [PATCH 15/18] envfs: introduce version major and minor
  ` [PATCH 16/18] envfs: add support of variable inode size
  ` [PATCH 17/18] envfs: add support of symlink
  ` [PATCH 18/18] defautenv: "

[RFC] Dedicated command to make a target bootable with Barebox
 2012-09-03 11:52 UTC  (5+ messages)

[PATCH 00/18 v2] fs: add symlink and readlink support
 2012-09-03  9:40 UTC  (24+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 02/18] fs: rename stat to lstat as we implement lstat
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 05/18] fs: open: add symlink support
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted
  ` [PATCH 07/18] ramfs: add symlink and readlink support
  ` [PATCH 08/18] nfs: add "
  ` [PATCH 09/18] test: add -L support to test if it's a symbolic link
  ` [PATCH 10/18] command: add readlink support
  ` [PATCH 11/18] command: add ln support
  ` [PATCH 12/18] ls: add symlink support to -l
  ` [PATCH 13/18] dirname: add -V option to return only path related to the mountpoint
  ` [PATCH 14/18] recursive_action: add ACTION_FOLLOWLINKS support
  ` [PATCH 15/18] envfs: introduce version major and minor
  ` [PATCH 16/18] envfs: add support of variable inode size
  ` [PATCH 17/18] envfs: add support of symlink
  ` [PATCH 18/18] defautenv: "

[PATCH 1/3] sandbox: add asm-generic/io.h
 2012-09-03  9:09 UTC  (4+ messages)
` [PATCH 2/3] sandbox: fix whitespaces in board file
` [PATCH 3/3] sandbox: fix malloc argument

[PATCH 1/1] nhk8815: fix nand IO_DATA end resource
 2012-09-03  9:07 UTC  (2+ messages)

[PATCH v2 00/11] ARM i.MX: add gpiolib support
 2012-09-03  8:18 UTC  (12+ messages)
` [PATCH v2 01/11] "
` [PATCH v2 02/11] ARM i.MX: switch to "
` [PATCH v2 03/11] ARM i.MX1: add imx-gpio devices
` [PATCH v2 04/11] ARM i.MX21: "
` [PATCH v2 05/11] ARM i.MX25: "
` [PATCH v2 06/11] ARM i.MX27: "
` [PATCH v2 07/11] ARM i.MX31: "
` [PATCH v2 08/11] ARM i.MX35: "
` [PATCH v2 09/11] ARM i.MX51: "
` [PATCH v2 10/11] ARM i.MX53: "
` [PATCH v2 11/11] ARM i.MX6: "

[PATCH 0/7 v3] smsc911x: runtime configuration improvement
 2012-09-03  7:49 UTC  (2+ messages)

[PATCH] net: miidev: really wait for auto negotiation
 2012-09-03  7:44 UTC  (2+ messages)

[PATCH] arm: mxs: bcb: fix usage of second bootstream
 2012-09-03  7:42 UTC  (2+ messages)

[PATCH 0/5] IMX i2c driver update for the PPC 85xx
 2012-09-03  7:39 UTC  (3+ messages)
` [PATCH V2 0/6 ] "

[PATCH v2] ARM i.MX6: query silicon revision
 2012-09-03  7:10 UTC 

[PATCH 0/2] Add stmpe mfd
 2012-09-03  7:08 UTC  (3+ messages)
` [PATCH 2/2] gpio: add driver for stmpe io-expander

[PATCH 00/10] ARM i.MX: add gpiolib support
 2012-09-03  7:03 UTC  (6+ messages)
` [PATCH 01/10] "
` [PATCH 03/10] ARM i.MX5: add imx-gpio devices

[PATCH] ARM i.MX6: query silicon revision
 2012-09-03  7:00 UTC  (3+ messages)

[PATCH 0/5] defaultenv-2: add boot sequence
 2012-09-01 12:49 UTC  (5+ messages)
` [PATCH 1/5] globalbar: add inline when not enabled
  ` [PATCH 5/5] defaultenv-2: add boot sequence

[PATCH 0/7] defaultenv-2: add bootp support
 2012-09-01 12:49 UTC  (7+ messages)
` [PATCH 1/7] dhcp: add global var support
  ` [PATCH 7/7] defaultenv-2: add symbolic link support to boot/nfs

[PATCH 1/2] Calao boards: enable the pbl
 2012-09-01 12:45 UTC  (2+ messages)
` [PATCH 2/2] Atmel sam9x "

[PATCH 0/3] AMBA Bus support
 2012-09-01 12:36 UTC  (4+ messages)
` [PATCH 1/3] Introduce ARM AMBA bus
  ` [PATCH 2/3] amba-pl011: switch to amba bus
  ` [PATCH 3/3] amba-pl011: add st specific init

[PATCH 00/18] fs: add symlink and readlink support
 2012-09-01 10:50 UTC  (13+ messages)
` [PATCH 01/18] fs: add "
  ` [PATCH 03/18] fs: add symlink support
  ` [PATCH 04/18] fs: implement stat
  ` [PATCH 06/18] fs: introduce get_mounted_path to get the path where a file is mounted

page:  |  | latest

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