mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[Resend PATCH 0/7 v3] defaultenv-2: add boot sequence
 2012-09-11 10:00 UTC 

[for master PATCH 1/2] miidev: add phy_addr detection support
 2012-09-11  9:25 UTC  (6+ messages)

[PATCH 1/3 v2] net: introduce phylib
 2012-09-11  9:09 UTC  (6+ messages)
` [PATCH 2/3] net: catch error on eth_send
` [PATCH 3/3] net: move the eth_dev status detection at driver level

[PATCH] fsl TSEC: register map boundary
 2012-09-11  8:06 UTC  (2+ messages)

[PATCH] arm: mxs: add proper resource length
 2012-09-11  7:59 UTC  (3+ messages)

[PATCH 1/3] sandbox-unaligned: better usement of ifdef
 2012-09-11  7:51 UTC  (4+ messages)
` [PATCH 2/3] sandbox: fix posix_types
` [PATCH 3/3] sandbox: add missed case statement

[PATCH 1/3] commands: add testing menu
 2012-09-11  7:46 UTC  (5+ messages)
` [PATCH 2/3] commands: move nandtest to testing
` [PATCH 3/3] commands: move memtest "

[PATCH] video imx-ipu-fb: add clear screen
 2012-09-11  7:44 UTC  (5+ messages)

[PATCH 1/1] genenv: fix files copy
 2012-09-11  7:39 UTC  (2+ messages)

[PATCH 1/2] libbb: remove vi tabwidth setting
 2012-09-11  7:31 UTC  (4+ messages)
` [PATCH 2/2] complete: abstract path complete

[PATCH] fs: fs.c fix cast
 2012-09-11  7:20 UTC  (2+ messages)

[PATCH 0/3 v2] AMBA Bus support
 2012-09-11  4:51 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] smsc911x: Check platformdata pointer
 2012-09-10 16:07 UTC  (2+ messages)

[PATCH 1/2] drivers/nor/m25p80: add MTD support
 2012-09-10 16:04 UTC  (3+ messages)
` [PATCH 2/2] drivers/nor/cfi_flash: use IS_ENABLED instead of an ifdef

[PATCH] omap: add SPI as a boot mode for xload
 2012-09-10 10:47 UTC  (3+ messages)

[PATCH 1/1] uncompress: drop wrong BUG(uncompress_size)
 2012-09-10  8:05 UTC  (2+ messages)

[PATCH v2] ARM lowlevel
 2012-09-10  7:56 UTC  (4+ messages)
` [PATCH 1/3] ARM lowlevel: Update function documentation
` [PATCH 2/3] ARM: Add assembler function to get runtime offset
` [PATCH 3/3] ARM lowlevel: Use get_runtime_offset

[PATCH 1/3] fec: restart autoneg at open instead of init
 2012-09-10  7:51 UTC  (4+ messages)

[PATCH] [RFC] fec: fix calculation of mii bus speed on mxs
 2012-09-10  7:32 UTC  (2+ messages)

[PATCH 0/3] AMBA Bus support
 2012-09-10  7:25 UTC  (3+ messages)
` [PATCH 1/3] Introduce ARM AMBA bus

[PATCH] mtd: nand: Add K9LBG08U0D chip to flash ids
 2012-09-10  6:36 UTC  (2+ messages)

[PATCH v2 1/1] boards: Add support for imx233-olinuxino board
 2012-09-10  6:34 UTC  (2+ messages)

[PATCH 1/1] smc911x: fix typo pn check if the device is ready before using it
 2012-09-10  6:26 UTC  (2+ messages)

[PATCH 1/3] ARM lowlevel: Update function documentation
 2012-09-09 16:27 UTC  (5+ messages)
` [PATCH 2/3] ARM: Add assembler function to get runtime offset
` [PATCH 3/3] ARM lowlevel: Use get_runtime_offset

[PATCH 00/11 v2] defaultenv-2: add bootp support
 2012-09-08 18:12 UTC  (36+ messages)
` [PATCH 01/11] defaultenv: enable glovalvar support
  ` [PATCH 02/11] defaultenv: switch hostname to global.hostname
  ` [PATCH 03/11] dhcp: switch to global var support
  ` [PATCH 04/11] dhcp: add copy_only_if_valid support
  ` [PATCH 05/11] dhcp: add retries limit support
  ` [PATCH 06/11] defaultenv-2: eth0 add default global.dhcp.vendor_id
  ` [PATCH 07/11] defaultenv-2/ip: add dhcp-barebox support
  ` [PATCH 08/11] defaultenv-2: add ifdown support
  ` [PATCH 09/11] defaultenv-2: boot/net add bootp support
  ` [PATCH 10/11] defaultenv-2: add net boot support with kernel and oftree via nfs
  ` [PATCH 11/11] defaultenv-2: add symbolic link support to boot/nfs

[PATCH 00/11 v3] add PNG support
 2012-09-08 18:05 UTC  (12+ messages)
` [PATCH 01/11] bmp: rename it to splash
  ` [PATCH 02/11] bmp: split bmp rending in lib/bmp.c
  ` [PATCH 03/11] introduce image_renderer framework
  ` [PATCH 04/11] filetype: add BMP support
  ` [PATCH 05/11] splash/bmp: switch to image_renderer
  ` [PATCH 06/11] splash: add support to set a background color
  ` [PATCH 07/11] Introduce graphic utils
  ` [PATCH 08/11] graphic_utils: add rgba support
  ` [PATCH 09/11] filetype: add PNG support
  ` [PATCH 10/11] "
  ` [PATCH 11/11] png: add picoPNG lib support

[PATCH 1/1] net: introduce phylib
 2012-09-08 17:28 UTC  (3+ messages)

[PATCH 0/7 v2] defaultenv-2: add boot sequence
 2012-09-08  5:41 UTC  (10+ 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 5/7] echo: always allow to pass -e option

[PATCH 00/11 v2] add PNG support
 2012-09-08  3:47 UTC  (13+ messages)
` [PATCH 01/11] bmp: rename it to splash
  ` [PATCH 02/11] bmp: split bmp rending in lib/bmp.c
  ` [PATCH 03/11] introduce image_renderer framework
  ` [PATCH 04/11] filetype: add BMP support
  ` [PATCH 05/11] splash/bmp: switch to image_renderer
  ` [PATCH 06/11] splash: add support to set a background color
  ` [PATCH 07/11] Introduce graphic utils
  ` [PATCH 08/11] graphic_utils: add rgba support
  ` [PATCH 09/11] filetype: add PNG support
  ` [PATCH 10/11] "
  ` [PATCH 11/11] png: add picoPNG lib support

[PATCH 1/2] kbuild: keep the barebox binary accessible
 2012-09-07 10:25 UTC  (8+ messages)
` [PATCH 2/2] Makefile: add target to produce a SPL compatible uImage
  ` [PATCH v5] xload: get barebox size from barebox_arm_head

[PATCH] mtd/mtdraw: fix format specifier for ssize_t
 2012-09-07  9:51 UTC 

[PATCH 1/3] fec: restart autoneg at open instead of init
 2012-09-07  9:32 UTC  (17+ messages)
` [PATCH 2/3] i.MX51: unbreak FEC iomux
` [PATCH 3/3] miidev: fix 1G wrong detection

[PATCH] mtd: use correct format specifier
 2012-09-07  9:25 UTC  (2+ messages)

[PATCH 1/1] fs/nfs: fix read when size < 1024
 2012-09-07  8:27 UTC  (2+ messages)

[PATCH 00/12] add PNG support
 2012-09-07  0:18 UTC  (21+ messages)
` [PATCH 01/12] add barebox logo
  ` [PATCH 04/12] introduce image_renderer framework

[PATCH] drivers/net: add driver for the EMAC device found in some TI SoCs
 2012-09-06 17:34 UTC  (3+ messages)

[PATCH] ARM Makefile: switch to kbuild command definition for mkublheader
 2012-09-06 17:33 UTC  (2+ messages)

[PATCH] PCM049: nand_bootstrap add shebang
 2012-09-06 17:29 UTC  (2+ messages)

[PATCH] i.mx35pdk add nand identification
 2012-09-06 14:39 UTC  (9+ messages)

[RFC] spi: add demo bitbang driver based on code from linux
 2012-09-06 10:45 UTC  (3+ 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