mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/1] login: disable input console if password wrong
 2013-02-17 16:08 UTC 

[PATCH 0/5 v4] add EFI GUID Partition Table support
 2013-02-17 15:39 UTC  (7+ messages)
` [PATCH 1/5] linux/types: import __aligned_x64 from the kernel
  ` [PATCH 2/5] filetype: add GPT support
  ` [PATCH 3/5] partitons: add framework
  ` [PATCH 4/5] disk: introduce partition name
  ` [PATCH 5/5] disk: partitions: add EFI GUID Partition Table
` [PATCH 5/5 v5] "

[PATCH] integrate CFI Flash driver into mtd
 2013-02-17 10:59 UTC  (10+ messages)
` [PATCH 1/6] libmtd: rename functions from mtd_* to libmtd_*
` [PATCH 2/6] mtd: rename mtd file operations callback functions
` [PATCH 3/6] mtd: Add mtd_* functions
` [PATCH 4/6] mtd: Use mtd_* functions where appropriate
` [PATCH 5/6] mtd: implement mtd_lock and mtd_unlock
` [PATCH 6/6] nor flash: integrate into mtd
` [PATCH] "

[PATCH 1/1] highbank: add power off support
 2013-02-16 21:07 UTC 

[PATCH 0/2] highbank: add of fixup
 2013-02-16 18:23 UTC  (3+ messages)
` [PATCH 1/2] highbank: move register value to include/mach
  ` [PATCH 2/2] highbank: add of fixup

[PATCH 1/1] of: add do_fixup_by_compatible with u32 and string version
 2013-02-16 18:18 UTC 

[PATCH] cfa10036: Retrieve the RAM size at runtime
 2013-02-16 15:53 UTC  (10+ messages)
` [PATCH] Add warning above get_ram_size
          ` Re[2]: "

[PATCH 1/1] devfs: add symlink support
 2013-02-16 11:35 UTC 

[PATCH 0/5 v3] add EFI GUID Partition Table support
 2013-02-16 11:29 UTC  (13+ messages)
` [PATCH 1/5] linux/types: import __aligned_x64 from the kernel
  ` [PATCH 2/5] filetype: add GPT support
  ` [PATCH 3/5] partitons: add framework
  ` [PATCH 4/5] disk: introduce partition name
  ` [PATCH 5/5] disk: partitions: add EFI GUID Partition Table

[RFC] Add system controller register driver (SYSCON)
 2013-02-16  8:24 UTC 

[PATCH] Make "dev_get_resource" publicly available
 2013-02-16  7:36 UTC 

[PATCH] mfd: Using MFD_xx prefix for symbols
 2013-02-16  6:10 UTC 

[PATCH 1/1] hush: return exit code a real instead of 0/1 only
 2013-02-15 19:14 UTC  (4+ messages)

Environment changes lead to weird boot behaviour
 2013-02-15 18:57 UTC  (2+ messages)

[RFC] Add Generic GPIO driver
 2013-02-15 18:49 UTC 

[PATCH] fix compiler warnings
 2013-02-15 18:48 UTC  (4+ messages)
` [PATCH 1/3] ARM OMAP phycard-a-l1: Add missing include
` [PATCH 2/3] ARM at91sam9n12ek_defconfig: Fix reassigning of BAREBOX_MAX_IMAGE_SIZE
` [PATCH 3/3] ARM i.MX28: Add missing return value in non-void function

[PATCH 1/1] defaultenv-2: add boot sequence
 2013-02-15 18:29 UTC 

[PATCH] addpart: size and offset not needed for already defined partitions
 2013-02-15 18:28 UTC  (2+ messages)

[PATCH v3] at91sam9260/9g20ek: use IS_ENABLED instead of #if/#ifdef
 2013-02-15 17:26 UTC  (2+ messages)

[PATCH 1/1] commands/ubi.c: Add support for VID header offset in ubiattach
 2013-02-15 16:58 UTC  (11+ messages)
        `  "

[PATCH 1/2] ARM i.MX35: Fix device names for gpio
 2013-02-15 15:43 UTC  (2+ messages)
` [PATCH 2/2] ARM i.MX21: "

[PATCH] fix brown paper bag bug introduced with compile time loglevel
 2013-02-15 15:39 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] clk-fixed-factor: Using parent flags
 2013-02-15 12:28 UTC  (2+ messages)

[PATCH 0/2] at91sam9260/9g20ek: cleanup and optimization
 2013-02-15 11:14 UTC  (7+ messages)
` [PATCH 1/2] at91sam9260/9g20ek: use IS_ENABLED instead of #if/#ifdef
` [PATCH 2/2] at91sam9260/9g20ek: remove #ifdef for ek_usb_add_device_mci()

[PATCH v2 0/2] at91sam9260/9g20ek: cleanup and optimization
 2013-02-15 10:58 UTC  (3+ messages)
` [PATCH v2 1/2] at91sam9260/9g20ek: use IS_ENABLED instead of #if/#ifdef
` [PATCH v2 2/2] at91sam9260/9g20ek: remove #ifdef for ek_usb_add_device_mci()

[PATCH 0/5] add EFI GUID Partition Table support
 2013-02-15 10:56 UTC  (10+ messages)
` [PATCH 1/5] linux/types: import __aligned_x64 from the kernel
  ` [PATCH 2/5] filetype: add GPT support
  ` [PATCH 3/5] partitons: add framework
  ` [PATCH 4/5] disk: introduce partition name
  ` [PATCH 5/5] disk: partitions: add EFI GUID Partition Table

[PATCH 0/5] add EFI GUID Partition Table support
 2013-02-15 10:47 UTC  (17+ messages)
` [PATCH 1/5] linux/types: import __aligned_x64 from the kernel
  ` [PATCH 2/5] filetype: add GPT support
  ` [PATCH 3/5] partitons: add framework
  ` [PATCH 4/5] disk: introduce partition name
  ` [PATCH 5/5] disk: partitions: add EFI GUID Partition Table

[PATCH] Add missing SZ_xx defines
 2013-02-15  8:51 UTC  (5+ messages)
  ` Re[2]: "

[PATCH 1/4] fs: fix return type of read
 2013-02-14 22:23 UTC  (6+ messages)
` [PATCH 2/4] fs: add pread and pwrite functions
` [PATCH 3/4] nandtest: use new "
` [PATCH 4/4] nandtest: fix length calculation

[PATCH 0/2] ARM: cfa10036: Store the barebox environment on the MMC
 2013-02-14 19:31 UTC  (16+ messages)
` [PATCH 1/2] cfa-10036: Use the second MMC partition to store the environment
        ` [PATCH 1/3] env: add register_persistent_environment
          ` [PATCH 2/3] imx23-olinuxino: swith to generic peristent env
          ` [PATCH 3/3] falconwing: switch "
              ` [PATCH v2] "
                ` [PATCH v3] "
` [PATCH 2/2] cfa10036: Update the environment

[PATCH 0/6 v3] arm: add Calxeda Highbank support
 2013-02-14 13:47 UTC  (11+ messages)
` [PATCH 1/6] ahci-generic: add oftree support
  ` [PATCH 2/6] of: make of_add_memory available for other board
      ` [PATCH 1/1] of_add_memory: check the device_type is memory
  ` [PATCH 3/6] highbank: add xgmac support
  ` [PATCH 4/6] arm: add highbank support
  ` [PATCH 5/6] highbank: add l2x0 support
  ` [PATCH 6/6] highbank: use the provided dtb by the firmware to probe barebox device and mem size

[PATCH] ARM pbl: move piggydata before bss
 2013-02-14 13:33 UTC  (4+ messages)

[PATCH 0/2] Summary of last patches submitted
 2013-02-14 12:10 UTC  (2+ messages)

[PATCH] USB i.MX: Add chipidea gadget support
 2013-02-14  9:09 UTC 

[PATCH] USB i.MX: Add i.MX6 HSIC support
 2013-02-14  9:07 UTC  (6+ messages)
` [PATCH 1/5] ARM i.MX6: Fix HSIC pad definitions
` [PATCH 2/5] USB chipidea i.MX: Fix PTS mask for HSIC
` [PATCH 3/5] USB ehci: Add platform specific init calls
` [PATCH 4/5] USB i.MX chipidea: implement post init support
` [PATCH 5/5] USB i.MX6: Add HSIC support

[PATCH] arm: fix memset-related crashes caused by recent GCC (4.7.2) optimizations
 2013-02-14  8:55 UTC 

[PATCH] arm/i.M23/chumbyfalconwing: just fix a typo
 2013-02-14  8:37 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/2] Introduce device_platform_driver() macro
 2013-02-14  8:30 UTC  (3+ messages)
` [PATCH v2 2/2] Use new device_platform_driver() macro for drivers

[PATCH v2 1/9] ARM: clps711x: Rework lowlevel initialization code
 2013-02-13 18:06 UTC  (17+ messages)
` [PATCH v2 2/9] ARM: clps711x: Move basic lowlevel initialization in common CLPS711X location
` [PATCH v2 3/9] ARM: clps711x: Adds config option for CPU PLL multiplier
    ` Re[2]: "
      ` [SPAM] "
` [PATCH v2 4/9] ARM: clps711x: Remove unused "start" declaration from reset.c
` [PATCH v2 5/9] ARM: clps711x: Mark private functions that not will be used outside as static
` [PATCH v2 6/9] ARM: clep7212: Fix NULL pointer exception if MMU is enabled
` [PATCH v2 7/9] ARM: clps711x: Move memory initialization in common CLPS711X location
` [PATCH v2 8/9] ARM: clep7212: Update default environment
` [PATCH v2 9/9] ARM: clps711x: Update defconfig

[PATCH 1/2] ahci: add generic driver
 2013-02-13 17:09 UTC  (4+ messages)

[PATCH 1/1] amba: pl011: set RTS during initialization
 2013-02-13 15:24 UTC 

[PATCH 1/1] highbank: use the provided dtb by the firmware to probe barebox device and mem size
 2013-02-13  9:53 UTC  (6+ messages)

[PATCH 0/3 v2] arm: add Calxeda Highbank support
 2013-02-13  9:15 UTC  (5+ messages)
` [PATCH 1/3] highbank: add xgmac support
  ` [PATCH 2/3] arm: add highbank 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