mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] Treewide: remove address of the Free Software Foundation
 2012-09-16 10:38 UTC 

[PATCH 0/3 v3] net: check error and introduce phylib
 2012-09-16  9:57 UTC  (13+ messages)
` [PATCH 1/3] net: "
  ` [PATCH 2/3] net: catch error on eth_send
  ` [PATCH 3/3] net: move the eth_dev status detection at driver level

[PATCH 1/1] defconfig: substitute '-' to '_' in defconfig name so MAKEALL can work
 2012-09-16  9:33 UTC  (4+ messages)

[PATCH] mtd: nand: extend NAND flash detection to new MLC chips
 2012-09-16  9:10 UTC  (3+ messages)

Patch a file in the next branch
 2012-09-16  8:58 UTC  (5+ messages)

[PATCH] mtd mtdraw: Fix partial page read
 2012-09-16  8:58 UTC  (3+ messages)

[PATCH] Karo TX53 support
 2012-09-16  8:56 UTC  (3+ messages)
` [PATCH 1/2] ARM i.MX: Add Ka-Ro TX53 board support
` [PATCH 2/2] ARM i.MX TX53: Add defconfig

[PATCH] ARM mmu: use xmemalign
 2012-09-16  8:51 UTC 

[PATCH] Make: Fix if_changed when command contains backslashes
 2012-09-16  8:35 UTC 

[PATCH 1/2] ARM i.MX6: add usb function prototypes
 2012-09-16  7:49 UTC  (3+ messages)
` [PATCH 2/2] ARM i.MX6: fix usb_ehci warnings for sabrelite

[PATCH] Barebox logo
 2012-09-16  7:46 UTC  (3+ messages)
` [PATCH 1/1] add barebox logo

[for master PATCH 1/2] miidev: add phy_addr detection support
 2012-09-15 14:23 UTC  (3+ messages)
` [for master PATCH 2/2] calao: at91 qil/tny/usb auto detect the phy addr

[RFC, PATCH] barebox-update command support
 2012-09-15 12:33 UTC  (9+ messages)
` [PATCH 1/3] Add barebox update infrastructure
` [PATCH 2/3] ARM: Add dummy update handler
` [PATCH 3/3] ARM pcm038: register nor "

[PATCH] mips: remove undefined local_irq_save/local_irq_restore
 2012-09-14 10:07 UTC 

[RFC][FAT] Handle MBR on the first sector
 2012-09-14  9:06 UTC  (10+ messages)

[PATCH] net: tftp: timeout only after a proper amount of time
 2012-09-14  7:50 UTC 

[PATCH 0/2] P2020RDB eTSEC2
 2012-09-14  7:33 UTC  (4+ messages)
` [PATCH 1/2] gianfar: region request returns NULL on already mapped region
` [PATCH 2/2] P2020rdb: eTSEC2 support

[PATCH] pcm049 phycard l + xl2: update partion sizes
 2012-09-14  7:28 UTC  (2+ messages)

[PATCH 0/7 v2] dhcp: update to globalvar
 2012-09-14  7:07 UTC  (9+ messages)
` [PATCH 1/7] globalvar: add inline when not enabled
  ` [PATCH 2/7] defaultenv: enable glovalvar support
  ` [PATCH 3/7] defaultenv: switch hostname to global.hostname
  ` [PATCH 4/7] dhcp: switch to global var support
  ` [PATCH 5/7] dhcp: add copy_only_if_valid support
  ` [PATCH 6/7] dhcp: add retries limit support
  ` [PATCH 7/7] defaultenv-2: eth0 add default global.dhcp.vendor_id

[PATCH 1/3] fec: restart autoneg at open instead of init
 2012-09-14  7:03 UTC  (3+ messages)
` [PATCH 3/3] miidev: fix 1G wrong detection

[PATCH 1/3] [OpenRISC] Add __ashrdi3 and remove link to libgcc
 2012-09-14  6:40 UTC  (4+ messages)
` [PATCH 2/3] Add OpenRISC Image type
` [PATCH 3/3] [MCI_SPI] Fix endianness error on be target

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

[PATCH 1/7] globalbar: add inline when not enabled
 2012-09-13 17:16 UTC  (15+ messages)
` [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 globalvar
` [PATCH 4/7] defaultenv-2: boot reset linux.bootargs.dyn. and bootm. globalvar
` [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 1/1] mci_spi: fix missing switch to spi_register_driver
 2012-09-13 15:27 UTC  (2+ messages)

[PATCH 0/7] dhcp: update to globalvar
 2012-09-13  7:44 UTC  (19+ messages)
` [PATCH 1/7] globalbar: add inline when not enabled
  ` [PATCH 2/7] defaultenv: enable glovalvar support
  ` [PATCH 3/7] defaultenv: switch hostname to global.hostname
    ` [PATCH 3/7 v2] "
  ` [PATCH 4/7] dhcp: switch to global var support
  ` [PATCH 5/7] dhcp: add copy_only_if_valid support
  ` [PATCH 6/7] dhcp: add retries limit support
  ` [PATCH 7/7] defaultenv-2: eth0 add default global.dhcp.vendor_id

[PATCH] devicetree probe support
 2012-09-12 20:06 UTC  (16+ messages)
` [PATCH 01/15] driver: add dev_get_drvdata function
` [PATCH 02/15] of: add devicetree probing support
` [PATCH 03/15] oftree command: Add devicetree probe support
` [PATCH 04/15] of: Add devicetree partition parsing
` [PATCH 05/15] spi: add oftree support
` [PATCH 06/15] ARM i.MX: Use platform_device_id for gpio driver
` [PATCH 07/15] ARM i.MX: implement clocksource as driver
` [PATCH 08/15] serial i.MX: oftree support
` [PATCH 09/15] net fec_imx: "
` [PATCH 10/15] spi imx: dt support
` [PATCH 11/15] mfd mc13xxx: Add devicetree support
` [PATCH 12/15] cfi-flash: Add devicetree probe support
` [PATCH 13/15] mci i.MX esdhc: Add oftree support
` [PATCH 14/15] ARM i.MX: add devicetree support for gpio driver
` [PATCH 15/15] ARM i.MX: Add devicetree support for clocksource driver

[PATCH v4] bootm: add global bootm.{image/initrd}.loadaddr support
 2012-09-12 15:48 UTC 

[PATCH 1/1 v3] bootm: add global bootm.{image/initrd}.loadaddr support
 2012-09-12 15:46 UTC  (3+ messages)

[PATCH 1/1] tap: fix missing parent setting on eth_device
 2012-09-12 15:26 UTC  (2+ messages)

[PATCH 1/1] arm: armlinux: get the architecture before shutdown barebox
 2012-09-12 15:25 UTC  (2+ messages)

[PATCH 00/11 v4] add PNG support
 2012-09-12 15:24 UTC  (17+ messages)
` [PATCH 01/11] bmp: rename it to splash
  ` [PATCH 02/11] bmp: split bmp rending in lib/bmp.c
  ` [PATCH 03/11] Introduce graphic utils
  ` [PATCH 04/11] introduce image_renderer framework
  ` [PATCH 05/11] filetype: add BMP support
  ` [PATCH 06/11] splash/bmp: switch to image_renderer
  ` [PATCH 07/11] splash: add support to set a background color
  ` [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] sandbox: add sdl video support
 2012-09-12 13:38 UTC 

[PATCH 00/11 v3] add PNG support
 2012-09-12  8:01 UTC  (14+ messages)
` [PATCH 01/11] bmp: rename it to splash
  ` [PATCH 02/11] bmp: split bmp rending in lib/bmp.c
  ` [PATCH 06/11] splash: add support to set a background color
  ` [PATCH 07/11] Introduce graphic utils
  ` [PATCH 10/11] add PNG support
  ` [PATCH 11/11] png: add picoPNG lib support

[PATCH] device/driver work
 2012-09-12  6:47 UTC  (14+ messages)
` [PATCH 1/5] mfd mc13xxx: Separate I2C and SPI probe
` [PATCH 2/5] SPI: Put SPI devices on their own bus bus
` [PATCH 3/5] I2C: Put I2C devices on their own bus
` [PATCH 4/5] driver: rewrite dev_printf as a function
` [PATCH 5/5] driver: Add platform_device_id mechanism

regression: ARM: pca100: Use _text rather than TEXT_BASE
 2012-09-11 19:21 UTC 

[PATCH 1/2] xload: make internal functions static
 2012-09-11 13:55 UTC  (3+ messages)
` [PATCH 2/2] xload: add SPI as a boot mode

[PATCH 0/3 v2] AMBA Bus support
 2012-09-11 13:53 UTC  (2+ messages)

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

[PATCH 1/1 v2] genenv: Allow to also specify files for the environment instead of only directories
 2012-09-11 11:43 UTC  (2+ messages)

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

[Resend PATCH 0/7 v3] defaultenv-2: add boot sequence
 2012-09-11 10:00 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