mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 00/12 v3] Add Pre-Bootloader support
 2012-07-30 10:02 UTC  (6+ messages)
` [PATCH 01/12] kbuild: Init all relevant variables used in kbuild files so
  ` [PATCH 03/12] Add pre-bootloader (pbl) image support
  ` [PATCH 04/12] pbl: discard unwind symbol if enable in barebox
  ` [PATCH 05/12] Add compressed image support
  ` [PATCH 06/12] only compress default env in uncompressed images

at24 eeprom driver (V2) and misc patches
 2012-07-30  9:41 UTC  (17+ messages)
` [PATCH 1/7] imx35: 6-bit divider helper
` [PATCH 2/7] imx35: mmc clock has 6 bit divider, not 3_3
` [PATCH 3/7] i2c: add platform_data for i2c_board_info
` [PATCH 4/7] i2c: device id default to -1 for auto assignment
` [PATCH 5/7] nand: fix build error when BBT not enabled
` [PATCH 6/7] nand: Prevent drivers setting NAND_USE_FLASH_BBT if BBT config "
` [PATCH 7/7] drivers/eeprom: at24: add I2C eeprom driver for 24c01/02

[PATCH] omap: use 512k barebox partition
 2012-07-30  9:33 UTC  (8+ messages)

[PATCH 00/12] Add Pre-Bootloader support
 2012-07-30  9:30 UTC  (25+ messages)
` [PATCH 01/12] kbuild: Init all relevant variables used in kbuild files so
  ` [PATCH 02/12] kbuild: add pre-bootloader (pbl) target
  ` [PATCH 03/12] Add pre-bootloader (pbl) image support
  ` [PATCH 04/12] pbl: discard unwind symbol if enable in barebox
  ` [PATCH 05/12] Add compressed image support
  ` [PATCH 06/12] only compress default env in uncompressed images
  ` [PATCH 07/12] ARM: Separate assembler functions into their own section
  ` [PATCH 08/12] decompress_unlzo: define decompress_unlzo as decompress
  ` [PATCH 09/12] decompressor: import malloc/free implementation for linux 3.4
  ` [PATCH 10/12] ARM: add early malloc support needed by the decompressor
  ` [PATCH 11/12] compressed image: add gzip support
  ` [PATCH 12/12] at91: add lowlevel init to the pbl

nor flash board init code
 2012-07-30  8:44 UTC  (7+ messages)
  ` Antwort: "
    `  "
      ` Antwort: "
        `  "
          ` Antwort: "

[PATCH 1/1] arm: add debug_ll support
 2012-07-30  7:47 UTC  (2+ messages)

Barebox hangs after boot
 2012-07-29 17:46 UTC  (4+ messages)

[PATCHv2] Add the Samsung S3C6410 SoC to Barebox
 2012-07-28 15:29 UTC  (10+ messages)
` [PATCH 1/8] ARM/Samsung: add S3C6410 SoC iomap
` [PATCH 2/8] ARM/Samsung: adapt the generic timer driver to support the S3C6410 SoC
` [PATCH 3/8] ARM/Samsung: add the clock tree support for "
` [PATCH 4/8] ARM/Samsung: add GPIO handling "
` [PATCH 5/8] ARM/Samsung: add generic S3C6410 SoC specific functions
` [PATCH 6/8] ARM/Samsung: add the S3C6410 SoC
` [PATCH 7/8] ARM/Samsung: add the Mini6410 platform as a user of "
` [PATCH 8/8] ARM/Samsung: add the Tiny6410 "

[PATCH 00/12] Add Pre-Bootloader support
 2012-07-28 12:27 UTC  (3+ messages)
` [PATCH 14/15] kbuild: allow to have custom cppflags for pbl
  ` [PATCH 15/15] arm: allays enable the garbage collector "

[RFC PATCH 1/2] omap3: add pbl support
 2012-07-27 19:15 UTC  (2+ messages)
` [PATCH 2/2] panda: "

[PATCH 0/3] omap: 4460 support
 2012-07-27 15:12 UTC  (7+ messages)
` [PATCH 1/3] Add support for OMAP4460 TPS62361
` [PATCH 2/3] OMAP4460: ram init changes
` [PATCH 3/3] OMAP4460: clock init

[PATCH] ARM/imx/pcm043: increase size of "self" partition
 2012-07-27 11:03 UTC  (3+ messages)

Way to clear nand bad block table
 2012-07-27  8:31 UTC  (5+ messages)
      ` RFC: How to setup and handle NAND flashes in Barebox

[PATCH] Add /dev/urandom device
 2012-07-27  8:30 UTC  (2+ messages)

[PATCH] lib/Kconfig: Fix alignment of arrows in label
 2012-07-27  8:28 UTC  (2+ messages)

[PATCH RFC] arm/imx: provide command to add ram device with autodetected size
 2012-07-27  8:14 UTC  (3+ messages)

[PATCH] MIPS: add initial exceptions handling
 2012-07-27  8:05 UTC  (4+ messages)

[PATCH] OMAP4: cleanup
 2012-07-27  8:02 UTC  (2+ messages)

[PATCH 0/3] ppc: Freescale TSEC driver
 2012-07-27  7:45 UTC  (6+ messages)
` [PATCH 1/3] ppc: GIANFAR base address definition
` [PATCH 2/3] net: GIANFAR driver
` [PATCH 3/3] ppc: P2020RDB Ethernet configuration

Barebox crashes when the first console should stop
 2012-07-26 12:13 UTC 

[PATCHv2] defaultenv-2: Add bootargs for booting from disk
 2012-07-26 10:43 UTC  (2+ messages)

[PATCH] i2c: fix printf format specifier
 2012-07-26 10:42 UTC  (2+ messages)

AT91SAM9263-ek - Kernel panic
 2012-07-25 20:39 UTC  (3+ messages)

[PATCH] defaultenv-2: Add bootargs for booting from disk
 2012-07-25 14:22 UTC  (2+ messages)

[PATCH 00/11 V3] compressed image update
 2012-07-25  8:02 UTC  (12+ messages)
` [PATCH 01/11] stddev: make it selectable via Kconfig
  ` [PATCH 02/11] decompress_unlzo: define decompress_unlzo as decompress
  ` [PATCH 03/11] compressed image: factorise compressor type
  ` [PATCH 04/11] decompressor: import malloc/free implementation for linux 3.4
  ` [PATCH 05/11] ARM: add early malloc support needed by the decompressor
  ` [PATCH 06/11] compressed: rename barebox target to zbarebox and zbarebox.bin
  ` [PATCH 07/11] compressed image: add gzip support
  ` [PATCH 08/11] kbuild: Init all relevant variables used in kbuild files so
  ` [PATCH 09/11] kbuild: add comp-y target
  ` [PATCH 10/11] arm: use the new built-comp.o generated files
  ` [PATCH 11/11] at91: add lowlevel init to the decompressor

[PATCH 1/4] vsprintf: fix EXPORT_SYMBOL typo on simple_strtoull
 2012-07-25  8:00 UTC  (6+ messages)
` [PATCH 2/4] complete: add missing EXPORT_SYMBOL for {command, device, empty, command}_var_complete
` [PATCH 3/4] version: add missing EXPORT_SYMBOL for version_string
` [PATCH 4/4] command: add missing EXPORT_SYMBOL for find_cmd

[PATCH] Add JTAG bitbang driver
 2012-07-25  7:19 UTC  (2+ messages)

[PATCH] ARM i.MX53: notify clocksource about changing clock
 2012-07-25  6:42 UTC  (2+ messages)

[PATCH] OMAP4: small header cleanup
 2012-07-25  6:36 UTC  (2+ messages)

[PATCH] scripts/checkpatch.pl: reset rpt_cleaners warnings
 2012-07-25  6:35 UTC  (2+ messages)

[PATCH] ARM/Samsung: more clean up
 2012-07-25  6:31 UTC  (9+ messages)
` [PATCH 7/9] Samsung/serial: move the decision about an improved UART into Kconfig
    ` [PATCH] ARM/Samsung: remaining clean up
      ` [PATCH 1/3] Samsung/serial: move the decision about an improved UART into Kconfig
      ` [PATCH 2/3] Samsung/serial: unify UCON register settings
      ` [PATCH 3/3] Samsung/serial: make the clock source configureable

Booting kernel from FAT partition on beagle board
 2012-07-24 19:47 UTC  (3+ messages)

[PATCH 0/3] nand: autodetect buswith
 2012-07-24 14:39 UTC  (4+ messages)
` [PATCH 1/3] nand: base: Add autodetect buswidth
` [PATCH 2/3] OMAP GPMC NAND: add set_buswidth callback
` [PATCH 3/3] PCA-A_XL2 PCM049: Use autodetection for NAND width

[PATCH] Add JTAG bitbang driver
 2012-07-24  9:30 UTC  (2+ messages)

[PATCH] i.MX53 boards: notify clocksource after init_lowlevel
 2012-07-23 22:14 UTC  (2+ messages)

[PATCH] ARM: move exception vector table to exceptions.S
 2012-07-23 22:03 UTC 

[PATCH 1/3] mc13xxx: Added dummy definitions if CONFIG_MFD_MC13XXX is not set
 2012-07-23 20:13 UTC  (2+ messages)

[PATCH/master] ARM/MXS: pull-up and bitkeeper must be handled differently
 2012-07-23 20:11 UTC  (2+ messages)

[PATCH] Makefile: update barebox version if CONFIG_KALLSYMS is not set
 2012-07-23 20:10 UTC  (2+ messages)

Compressed barebox image support
 2012-07-23 20:00 UTC  (8+ messages)
` [PATCH 8/9] ARM: Separate assembler functions into their own section

[PATCH 0/7 V2] compressed image update
 2012-07-23  9:08 UTC  (17+ messages)
` [PATCH 1/7] stddev: make it selectable via Kconfig
  ` [PATCH 2/7] decompress_unlzo: define decompress_unlzo as decompress
  ` [PATCH 3/7] compressed image: factorise compressor type
  ` [PATCH 4/7] decompressor: import malloc/free implementation for linux 3.4
  ` [PATCH 5/7] ARM: add early malloc support needed by the decompressor
  ` [PATCH 6/7] compressed: rename barebox target to zbarebox and zbarebox.bin
  ` [PATCH 7/7] compressed image: add gzip support

[PATCH 1/1] compressed: rename barebox target to zbarebox and zbarebox.bin
 2012-07-23  6:30 UTC  (5+ messages)

[PATCH 0/7] compressed image update
 2012-07-22 14:02 UTC  (4+ messages)
` [PATCH 1/7] stddev: make it selectable via Kconfig
  ` [PATCH 3/7] compressed image: factorise compressor type
  ` [PATCH 7/7] compressed image: add gzip support

page:  |  | latest

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