[PATCH] i.mx35pdk add nand identification
2012-09-06 13:54 UTC (5+ messages)
[PATCH] [RFC] fec: fix calculation of mii bus speed on mxs
2012-09-06 13:50 UTC
[PATCH] PCM049: nand_bootstrap add shebang
2012-09-06 13:37 UTC
[PATCH 1/2] kbuild: keep the barebox binary accessible
2012-09-06 13:23 UTC (5+ messages)
` [PATCH 2/2] Makefile: add target to produce a SPL compatible uImage
` [PATCH v5] xload: get barebox size from barebox_arm_head
[PATCH 00/12] add PNG support
2012-09-06 12:16 UTC (28+ messages)
` [PATCH 01/12] add barebox logo
` [PATCH 02/12] bmp: rename it to splash
` [PATCH 03/12] bmp: split bmp rending in lib/bmp.c
` [PATCH 04/12] introduce image_renderer framework
` [PATCH 05/12] filetype: add BMP support
` [PATCH 06/12] splash/bmp: switch to image_renderer
` [PATCH 07/12] splash: add support to set a background color
` [PATCH 08/12] Introduce graphic utils
` [PATCH 09/12] graphic_utils: add rgba support
` [PATCH 10/12] filetype: add PNG support
` [PATCH 11/12] "
` [PATCH 12/12] png: add picoPNG lib support
[RFC] spi: add demo bitbang driver based on code from linux
2012-09-06 10:45 UTC (3+ messages)
[PATCH 1/2] Calao boards: enable the pbl
2012-09-06 9:52 UTC (2+ messages)
Prepare support for TI AM35xx
2012-09-06 8:58 UTC (16+ 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 3/8] scripts: add tool to create image for SPI boot on AM35xx
` [PATCH 4/8] common: split out meminfo output and make it optional
` [PATCH 5/8] drivers/net/ksz8864rmn: add driver for Micrel KSZ8864RMN Ethernet Switch
` [PATCH 6/8] drivers/net: add driver for the EMAC device found in some TI SoCs
` [PATCH 7/8] omap3: remove unused coded for clock configuration
` [PATCH 8/8] drivers/spi: add driver for the Multichannel SPI controller found in TI SoCs
[PATCH] provide ffs and __ashrdi3 for all architectures
2012-09-06 7:28 UTC (4+ messages)
` [PATCH] [OpenRISC] Add __ashrdi3 and remove link to libgcc
barebox ascii art
2012-09-06 6:43 UTC
[PATCH 1/2] mtd: fix compiler warnings
2012-09-05 18:53 UTC (4+ messages)
[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 (9+ messages)
` [PATCH 01/18] fs: add "
` [PATCH 03/18] fs: add symlink support
` [PATCH 04/18] fs: implement stat
[PATCH 1/3] sandbox: add asm-generic/io.h
2012-09-03 9:09 UTC (2+ messages)
[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 (3+ messages)
` [PATCH v2 02/11] ARM i.MX: switch to "
` [PATCH v2 11/11] ARM i.MX6: add imx-gpio devices
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox