mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH] Kconfig: sync with linux kernel v2.6.35-4771-g1787985
 2010-08-24 17:59 UTC  (19+ messages)
` [PATCH v2] Kconfig: sync with linux kernel v2.6.36-rc1-168-ge36c886

barebox: saveenv issue
 2010-08-24  5:15 UTC 

Update patches for menu framework
 2010-08-23 16:49 UTC  (14+ messages)
` [PATCH 1/9] menu: initialize entries list in menu_alloc
` [PATCH 2/9] menu: Use strdup instead of malloc/strncpy
` [PATCH 3/9] menu: simplify menu_free with list_for_each_entry_safe
` [PATCH 4/9] menu: remove superfluous struct menu_entry member from struct menu
` [PATCH 5/9] menu: use list_for_each_entry where appropriate
` [PATCH 6/9] menu: use an initialized struct list as menu list
` [PATCH 7/9] menu: fix memory corruption
` [PATCH 8/9] menu: do not go to free if there's nothing to free
` [PATCH 9/9] menu: simplify usage for clients

changes for reducing DDR size
 2010-08-23  7:16 UTC  (4+ messages)

YAFFS
 2010-08-23  6:26 UTC  (2+ messages)

barebox and YAFFS
 2010-08-23  4:53 UTC 

[PATCH 0/5] AT91 fix and preparation for at91rm9200 readding and at91sam9261
 2010-08-23  3:33 UTC  (6+ messages)
` [PATCH 1/5] mmccpu: fix typo in AT91_MAIN_CLOCK
` [PATCH 2/5] dm9000: allow to specify that no srom is present
` [PATCH 3/5] at91: rename clocksource.c -> at91sam926x_time.c
` [PATCH 4/5] macb: introduce HAS_MACB configuration
` [PATCH 5/5] at91: remove non used and obsolete at91rm9200 code

[PATCH] move board.dox to Documentation and update it
 2010-08-22  6:48 UTC 

[PATCH] Add Menu Framework
 2010-08-20  8:22 UTC  (9+ messages)
` [PATCH 1/2 v2] "
` [PATCH 2/2] Menu/cmd: add sub menu entry command support

[PATCH 0/6] AT91 fies and new soc & board
 2010-08-19 15:42 UTC  (12+ messages)
` [PATCH 1/6] dm9000: allow to specify that no srom is present
  ` [PATCH 1/6 v2] "
` [PATCH 2/6] at91: Introduction of at91sam9261 SOC
` [PATCH 3/6] at91: add Ronetix pm9261 board support
` [PATCH 4/6] at91: rename clocksource.c -> at91sam926x_time.c
` [PATCH 5/6] macb: introduce HAS_MACB configuration
` [PATCH 6/6] at91: remove non used and obsolete at91rm9200 code

[PATCH 1/2] misc: introduce string_to_bin
 2010-08-19 12:37 UTC  (9+ messages)
` [PATCH 2/2] setser: new command to set serial number on ARM

[PATCH] commands: partition.c fix file mod bits
 2010-08-19  3:06 UTC 

[PATCH] mmccpu: fix typo in AT91_MAIN_CLOCK
 2010-08-19  2:49 UTC 

[PATCH|RFC] beagle: make nand ecc command based
 2010-08-18 10:03 UTC  (4+ messages)

[PATCH 0/2] small build fixes
 2010-08-18  2:03 UTC  (4+ messages)
` [PATCH 1/2] armlinux: bugfix add parameter name into inline function
` [PATCH 2/2] at91rm9200: delete choice without type

[PATCH] omap3: add arch specific dcache flush
 2010-08-17 16:24 UTC 

fsl-udc (USB gadget) anyone?
 2010-08-17 14:13 UTC  (4+ messages)

omap3: omap3530_beagle_per_uart_defconfig broken
 2010-08-17 11:25 UTC  (5+ messages)

[PATCH 00/13] OMAP/Beagleboard ehci support
 2010-08-17 10:09 UTC  (17+ messages)
` [PATCH 01/13] i2c: Add missing defines for omap
` [PATCH 02/13] arm omap: Add I2C driver
` [PATCH 03/13] add twl4030 support
` [PATCH 04/13] arm omap: Add gpio support
` [PATCH 05/13] arm omap: Add cpu_is_ macros
` [PATCH 06/13] beagle: Add missing pinmux for usb
` [PATCH 07/13] ehci: Make has_tt configurable via platform data
` [PATCH 08/13] ehci: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS to 16
` [PATCH 09/13] ehci: add remove function
` [PATCH 10/13] usb: add twl4030 phy support
` [PATCH 11/13] ehci: add omap support
` [PATCH 12/13] beagle: add usb support
  ` [PATCH] beagle: fix usb dependencies
` [PATCH 13/13] add beagle board defconfig
  ` [PATCH] beagle: defconfig cleanup for v2010.08.0

[PATCH] omap: nand remove unnecessary condition
 2010-08-17  8:52 UTC 

[PATCH v2 0/6] imx: support for the IIM fusebox
 2010-08-17  8:01 UTC  (10+ messages)
` [PATCH v2 1/6] imx: move IIM registers to their own header
` [PATCH v2 2/6] imx: driver for the IIM fusebox
` [PATCH v2 3/6] imx iim: add mac address support
    ` [PATCH v3] "
` [PATCH v2 4/6] imx25: add chip specific IIM fusebox defines
` [PATCH v2 5/6] imx25: add iim platform code
` [PATCH v2 6/6] fec_imx: add support for IIM stored mac address
` [PATCH] iim/imx25: fix MAC and UID offsets

[PATCH 0/5] imx: support for the IIM fusebox
 2010-08-16  9:02 UTC  (11+ messages)
` [PATCH 1/5] imx: move IIM registers to their own header
` [PATCH 2/5] imx: driver for the IIM fusebox
` [PATCH 3/5] imx25: add chip specific IIM fusebox defines
` [PATCH 4/5] imx25 3ds: add support for the iim fusebox driver
` [PATCH 5/5] fec: add support for IIM stored mac address

Barebox changes for reducing DDR size
 2010-08-13 15:13 UTC 

[PATCH 1/2] cmd: add fuse_blow/fuse_sense for the i.MX IIM fusebox
 2010-08-12 12:04 UTC  (9+ messages)
` [PATCH 2/2] fec: add support for IIM stored mac address
  ` [PATCH v2 1/2] cmd: add fuse_blow/fuse_sense for the i.MX IIM fusebox
    ` [PATCH v2 2/2] fec: add support for IIM stored mac address

[PATCH] cp: fix help text
 2010-08-11 13:00 UTC  (2+ messages)

[PATCH|RFC] loadb: get console baudrate from class_dev not dev
 2010-08-11  9:53 UTC 

[PATCH] net: rework the mii support
 2010-08-07  6:21 UTC 

[PATCH] omap nand: bugfix configure ecc order
 2010-08-06 12:36 UTC 

[PATCH 0/6] common arm clkdev
 2010-08-04 13:51 UTC  (9+ messages)
` [PATCH 1/6] string: add strlcpy support
  ` [PATCH 2/6] arm: add common clkdev
    ` [PATCH 3/6] amba: add pl011
      ` [PATCH 4/6] arm: add Nomadik 8815 SoC support
        ` [PATCH 5/6] nand: driver for Nomadik 8815 SoC
          ` [PATCH 6/6] arm: add nhk8815 board support

[PATCH] mw: fix help text
 2010-08-04 13:24 UTC 

[PATCH 0/3] arm/imx: serial number / UID support
 2010-08-04 10:25 UTC  (8+ messages)
` [PATCH 1/3] arm: add support for the serial ATAG
` [PATCH 2/3] imx25: add support for UID read from eFuse
` [PATCH 3/3] mx25 3ds: set CPU UID

[PATCH] init.h: introduce fake define (__init & __initdata) to simplify the linux sync
 2010-08-04 10:24 UTC  (3+ messages)

[PATCH] beagle: add bootparams and architecture
 2010-08-04  9:38 UTC 

[PATCH] md: fix help text
 2010-08-04  8:04 UTC 

[PATCH] cfi_flash_intel: support 1024b buffer write
 2010-08-04  8:00 UTC  (4+ messages)

[PATCH] imx25: fix UID endianess
 2010-08-04  7:55 UTC 

[PATCH] gitignore: ignore .orig and .patch files
 2010-08-04  6:15 UTC 

[PATCH] stddef: introduce true/false enum
 2010-08-04  6:14 UTC 

[PATCH 0/3] introduce clk framework
 2010-08-04  6:12 UTC  (9+ messages)
` [PATCH 1/3] initcall: add postconsole_initcall
  ` [PATCH 2/3] clock: Introduce clock framework from Linux
    ` [PATCH 3/3] at91: implement clock framework
      ` [PATCH 3/3 v2] "
        ` [PATCH 3/3 v3] "

[PATCH] omap clock: bugfix remove silicon offset sil_index
 2010-08-03 17:51 UTC 

[PATCH] beagle: add missing nand headerfile
 2010-08-03 17:50 UTC 

v2010.08.0
 2010-08-03  8:16 UTC 

Porting to Marvell 88F5182?
 2010-08-02  5:37 UTC  (11+ 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