mail archive of the barebox mailing list
 help / color / mirror / Atom feed
barebox can update itself by tftp?
 2011-07-29  7:34 UTC  (3+ messages)

[PATCH 1/7] generic_memmap_ro/rw: switch to resource
 2011-07-29  7:07 UTC  (8+ messages)
` [PATCH 2/7] devinfo: "
` [PATCH 3/7] dm9000: replace DM9000_WIDTH_8/16/32 by IORESOURCE_MEM_8/16/32BIT
` [PATCH 4/7] dm9000: introduce add_dm9000_device to register dm9000 device
` [PATCH 5/7] resource: introduce add_usb_ehci_device to register echi device
` [PATCH 6/7] omap: switch to add_generic_device
` [PATCH 7/7] fb: switch to "struct resource"

[PATCH 1/2] ARM pcm043: New RAM timings
 2011-07-28 14:11 UTC  (4+ messages)
` [PATCH 2/2] ARM pcm043: Use PDR0 to change cpu freq

MAC address setting
 2011-07-28 14:10 UTC  (6+ messages)
` [PATCH 1/4] ARM i.MX IIM: Add a iim read function
` [PATCH 2/4] net: Add a possibility for boards to give network devices a MAC address
` [PATCH 3/4] ARM i.MX: rework IIM MAC address setting
` [PATCH 4/4] ARM i.MX51 babbage: set fec ethernet address from IIM

more switches to resources
 2011-07-28 13:42 UTC  (12+ messages)
` [PATCH 01/11] serial netx: get rid of map_base
` [PATCH 02/11] serial s3c: "
` [PATCH 03/11] serial pl010: "
` [PATCH 04/11] serial stm: "
` [PATCH 05/11] serial mpc5xxx: "
` [PATCH 06/11] smc911x: use dev_* instead of printf
` [PATCH 07/11] smc911x: switch to use resources
` [PATCH 08/11] smc911x: embed eth_device into priv
` [PATCH 09/11] ARM pcm037: Fix wrong sdram base
` [PATCH 10/11] smc91111: switch to resources
` [PATCH 11/11] fec_mpc5200: "

barebox compilation with gcc 4.5.2 and ptxdist
 2011-07-28 13:15 UTC  (10+ messages)
      ` [PATCH 1/2] "
      ` [PATCH 2/2] "

i.MX53 / LOCO support
 2011-07-28 11:40 UTC  (6+ messages)
` [PATCH 1/3] mx51: rename clock-imx51.h -> clock-imx51_53.h
` [PATCH 2/3] ARM: add support for the i.MX53
` [PATCH 3/3] arm: add support for the i.MX53 loco board

i.MX fec cleanup
 2011-07-28 10:08 UTC  (6+ messages)
` [PATCH 1/5] ARM dma_alloc_coherent: Fix alignment for !MMU case
` [PATCH 2/5] net i.MX fec: make multi instance safe
` [PATCH 3/5] net i.MX fec: remove unnecessary alignment
` [PATCH 4/5] net i.MX fec: embed ethernet device into priv
` [PATCH 5/5] net i.MX fec: rename driver struct to be generic

switch more devices to use resources
 2011-07-28  8:28 UTC  (10+ messages)
` [PATCH 1/8] ARM i.MX: add helper for usb device registration
` [PATCH 2/8] ARM i.MX cupid: use device registration helpers
` [PATCH 3/8] ARM i.MX pca100: "
` [PATCH 4/8] ARM i.MX scb9328: create uart registration helpers and use them
` [PATCH 5/8] ARM i.MX35 3stack: use device registration helpers
` [PATCH 6/8] ARM i.MX21ads : "
` [PATCH 7/8] ARM i.MX pcm037: "
` [PATCH 8/8] add a ns16550 registration helper and use it

i.MX IIM module rework
 2011-07-28  7:59 UTC  (10+ messages)
` [PATCH 1/9] ARM i.MX: IIM rework
` [PATCH 2/9] ARM i.MX IIM: add support for more SoCs
` [PATCH 3/9] ARM i.MX IIM: Make explicit sensing the default
` [PATCH 4/9] ARM i.MX25 IIM: switch IIM support to use resources
` [PATCH 5/9] ARM i.MX35: Add IIM support
` [PATCH 6/9] ARM i.MX31: "
` [PATCH 7/9] ARM i.MX51: "
` [PATCH 8/9] ARM i.MX IIM: switch to resources
` [PATCH 9/9] ARM i.MX27: Add IIM support

fixes for -next
 2011-07-28  7:58 UTC  (6+ messages)
` [PATCH 1/5] net: remove unused fields from struct eth_device
` [PATCH 2/5] ARM i.MX: Add missing cpu_is_mx53()
` [PATCH 3/5] Fix memory corruption bug in dev_id()
` [PATCH 4/5] fix typo
` [PATCH 5/5] mci: do not use unitialized resource

mtd debug patch
 2011-07-28  3:26 UTC  (2+ messages)

ioports.h is unused
 2011-07-27 12:31 UTC  (2+ messages)

[PATCH v2] Switch nios2 devices to resources
 2011-07-27  8:56 UTC  (6+ messages)
` [PATCH 1/4] nios2/generic.c: Add resources for altera TSE
` [PATCH 2/4] nios2/altera_tse: Switch to resources
` [PATCH 3/4] nios2/serial_altera: "
` [PATCH 4/4] nios2/altera_serial_jtag: "

[PATCH] mips: fix mipsel toolchains support to compile BIG_ENDIAN board
 2011-07-26 18:28 UTC  (5+ messages)
` [PATCH] MIPS: try to select cross-compiler (if not set)
` [PATCH] MIPS: fix fix mipsel toolchains support to compile BIG_ENDIAN board

[PATCH] Switch Nios2 devices to ressource usage
 2011-07-26 11:41 UTC  (9+ messages)
` [PATCH 1/4] nios2/generic.c: use add_generic_device helper
` [PATCH 2/4] nios2/altera_tse.c: switch to ressources
` [PATCH 3/4] nios2/serial_altera.c: "
` [PATCH 4/4] nios2/serial_altera_jtag.c: "

[PATCH] Calculate SUBARCH in common makefile
 2011-07-26  7:16 UTC 

[PATCH 0/12] more device rework
 2011-07-26  6:56 UTC  (16+ messages)
` [PATCH 01/12] drivers/bus: move to drivers/base
` [PATCH 02/12] drivers: move resource generic management to driver/base/resource.c
` [PATCH 03/12 v2] resource: introduce add_generic_device to register simple device
` [PATCH 04/12 v2] at91: switch to add_generic_device
` [PATCH 05/12 v2] imx/devices: "
` [PATCH 06/12] resource: introduce add_cfi_device to register simple cfi device
` [PATCH 07/12] versatile: switch to add_generic_device
` [PATCH 08/12] nomadik: "
` [PATCH 09/12] mci: switch to "struct resource"
` [PATCH 10/12] ata/bios: convert to struct resource
` [PATCH 11/12] i2c: "
` [PATCH 12/12] nand: "

[PATCH v8 01/12] MIPS: initial commit: add empty but required header files
 2011-07-25 12:06 UTC  (12+ messages)
` [PATCH v8 02/12] MIPS: import libgcc-related files from linux-2.6.39
` [PATCH v8 03/12] MIPS: import header files
` [PATCH v8 04/12] MIPS: add start.S, CP0 clocksource, linker script and memory layout function
` [PATCH v8 05/12] MIPS: add documentation
` [PATCH v8 06/12] MIPS: add Malta machine support to barebox
` [PATCH v8 07/12] MIPS: add qemu malta board "
` [PATCH v8 08/12] MIPS: add qemu-malta documentation
` [PATCH v8 09/12] MIPS: add initial BCM47xx-based boards support
` [PATCH v8 10/12] MIPS: add initial D-Link DIR-320 wireless router support
` [PATCH v8 11/12] MIPS: add D-Link DIR-320 documentation
` [PATCH v8 12/12] MIPS: add draft cpuinfo command

[PATCH] DRIVER_SERIAL_LINUX_CONSOLE: fix misprint
 2011-07-25  9:26 UTC  (2+ messages)

[PATCH 02/10] MIPS: import libgcc-related files from linux-2.6.39
 2011-07-25  8:50 UTC  (13+ messages)
` [PATCH 03/10] MIPS: import header files
` [PATCH 04/10] MIPS: add start.S, CP0 clocksource, linker script and memory layout function
` [PATCH 05/10] MIPS: add Malta machine support to barebox
` [PATCH 06/10] MIPS: add qemu malta board "
` [PATCH 07/10] MIPS: add initial BCM47xx-based boards support
` [PATCH 08/10] MIPS: add initial D-Link DIR-320 wireless router support
` [PATCH 09/10] MIPS: add draft cpuinfo command

[PATCH 10/10] MIPS: add documentation
 2011-07-24 19:22 UTC 

[PATCH 01/10] MIPS: initial commit: add empty but required header files
 2011-07-24 19:09 UTC 

[PATCH 1/6] drivers/bus: move to drivers/base
 2011-07-22 15:38 UTC  (6+ messages)
` [PATCH 2/6] drivers: move resource generic management to driver/base/resource.c
` [PATCH 3/6] resource: introduce add_generic_device to register simple device
` [PATCH 4/6] at91: switch to add_generic_device
` [PATCH 5/6] imx/devices: "
` [PATCH 6/6] resource: introduce add_cfi_device to register simple cfi device

DHCP and NFSroot/TFTP
 2011-07-22 11:16 UTC 

serial_ns16550 driver question
 2011-07-21  8:34 UTC  (5+ messages)

[PATCH v7 01/15] MIPS: initial commit: add empty but required header files
 2011-07-21  3:10 UTC  (21+ messages)
` [PATCH v7 02/15] MIPS: import libgcc-related files from linux-2.6.39
` [PATCH v7 03/15] MIPS: update libgcc-related files for barebox
` [PATCH v7 04/15] MIPS: import header files from linux-2.6.39
` [PATCH v7 05/15] MIPS: update io.h for barebox
` [PATCH v7 06/15] MIPS: update elf.h "
` [PATCH v7 07/15] MIPS: update mipsregs.h "
` [PATCH v7 08/15] MIPS: import header files from barebox-2011.06.0 arch/x86
` [PATCH v7 09/15] MIPS: add start.S, CP0 clocksource, linker script and memory layout function
` [PATCH v7 10/15] MIPS: add Malta machine support to barebox
` [PATCH v7 11/15] MIPS: add qemu malta board "
` [PATCH v7 12/15] MIPS: add initial BCM47xx-based boards support
` [PATCH v7 13/15] MIPS: add initial D-Link DIR-320 wireless router support
` [PATCH v7 14/15] MIPS: add draft cpuinfo command
` [PATCH v7 15/15] MIPS: add documentation

[PATCH v2 1/2] debug_ll.h: add PUTS_LL() function
 2011-07-20  7:14 UTC  (5+ messages)

FEC Not working with imx27 based board
 2011-07-20  7:04 UTC  (5+ messages)

sandbox build failing on redhat host
 2011-07-20  4:39 UTC  (6+ messages)

[PATCH v2] Add option DEBUG_LL to common/Kconfig
 2011-07-19 21:31 UTC 

[PATCH v2] resources work
 2011-07-19 17:19 UTC  (5+ messages)
` [PATCH 04/16] add a add_mem_device function
  ` [PATCH 04/16 v3] "

[PATCH 1/8] at91: add missing IORESOURCE_MEM flags to resources
 2011-07-19 17:17 UTC  (8+ messages)
` [PATCH 2/8] atmel/drivers: switch to dev_request_mem_region
` [PATCH 3/8] dm9000: "
` [PATCH 4/8] nomadik: add missing IORESOURCE_MEM flags to resources
` [PATCH 5/8] nomadik/nand: switch to dev_request_mem_region
` [PATCH 6/8] amba-pl011: fix missing switch to "struct resource"
` [PATCH 7/8] amba-pl011: switch to dev_request_mem_region
` [PATCH 8/8] armlinux: mem tag switch to "struct resource"

page:  |  | latest

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