mail archive of the barebox mailing list
 help / color / mirror / Atom feed
[PATCH 1/1] at91sam9_ddrsdr: fix register on mdr read for ddr size
 2013-02-04  8:45 UTC  (3+ messages)
` [PATCH v2] at91sam9_ddrsdr: fix register on mdr read and sdram detection "

[PATCH 1/1] atmel_lcdfb: fix warning: implicit declaration of function 'clk_get_rate'
 2013-02-04  8:44 UTC  (3+ messages)
` [PATCH v2] "

[RFC] gpiolib: import gpio_request_array() from linux 3.7
 2013-02-04  8:37 UTC  (4+ messages)

[PATCH 0/5] at91sam926x: drop AT91_BASE_SYS for sdram controller + gpio cleanup
 2013-02-03 18:32 UTC  (7+ messages)
` [PATCH 1/5] usb-a926x: only provide the resource if the driver is enable
  ` [PATCH 2/5] at91: gpio: split accessor so we can use them for early init
  ` [PATCH 3/5] at91sam926x_lowlevel_init: use pio macro
  ` [PATCH 4/5] at91sam926x_lowlevel_init: use struct to pass soc config
  ` [PATCH 5/5] at91sam9: drop AT91_BASE_SYS for sdram controller

[PATCH] usb-a926x: only provide the resource if the driver is enable
 2013-02-03 15:17 UTC  (2+ messages)
` [PATCH 1/1 v2] "

[PATCH v3] Add new ARM entry point for barebox
 2013-02-03 15:10 UTC  (37+ messages)
` [PATCH 01/36] ARM: Add new "
  ` [PATCH 02/36] ARM: add __noreturn to board_init_lowlevel_return
  ` [PATCH 03/36] ARM i.MX: Use SRAM stack in lowlevel code
  ` [PATCH 04/36] ARM i.MX: Add i.MX specific entry point for barebox
  ` [PATCH 05/36] ARM i.MX: prepare external nand boot for SoC specific entry
  ` [PATCH 06/36] ARM i.MX boards: switch to barebox_arm_entry
  ` [PATCH 07/36] ARM MXS "
  ` [PATCH 08/36] ARM OMAP "
  ` [PATCH 09/36] ARM Samsung "
  ` [PATCH 10/36] ARM PXA "
  ` [PATCH 11/36] ARM ep93xx "
  ` [PATCH 12/36] ARM tegra "
  ` [PATCH 13/36] ARM nomadik "
  ` [PATCH 14/36] ARM versatile "
  ` [PATCH 15/36] ARM netx "
  ` [PATCH 16/36] ARM clep7212: "
  ` [PATCH 17/36] ARM raspberrypi: "
  ` [PATCH 18/36] ARM AT91: switch at91sam9 to barebox_arm_entry part1
  ` [PATCH 19/36] ARM AT91: switch at91rm9200 board to barebox_arm_entry
  ` [PATCH 20/36] ARM AT91: switch at91sam9g45 "
  ` [PATCH 21/36] ARM AT91: switch at91sam9x5 "
  ` [PATCH 22/36] ARM AT91: switch at91sam9n12 "
  ` [PATCH 23/36] ARM AT91: switch sama5d3 "
  ` [PATCH 24/36] ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INIT
  ` [PATCH 25/36] ARM start-pbl: make board_init_lowlevel_return static
  ` [PATCH 26/36] ARM start-pbl: call uncompressed binary with arguments
  ` [PATCH 27/36] ARM start: pickup parameters from pbl
  ` [PATCH 28/36] ARM: Setup stack at end of SDRAM
  ` [PATCH 29/36] ARM pbl: Use dynamic parameters for early malloc space
  ` [PATCH 30/36] ARM mmu: pickup already enabled mmu
  ` [PATCH 31/36] ARM: Factor out early mmu code
  ` [PATCH 32/36] ARM: Enable mmu early
  ` [PATCH 33/36] ARM: Automatically determine malloc size
  ` [PATCH 34/36] generic memory layout: fix deps for [MALLOC|STACK]_BASE
  ` [PATCH 35/36] ARM: disable HAVE_CONFIGURABLE_MEMORY_LAYOUT
  ` [PATCH 36/36] ARM pbl: inline decompress function

[PATCH 1/1] MAKEALL: add regex support
 2013-02-03 10:16 UTC 

[PATCH v2] Add new ARM entry point for barebox
 2013-02-03 10:13 UTC  (40+ messages)
` [PATCH 01/34] ARM: Add new "
` [PATCH 02/34] ARM: add __noreturn to board_init_lowlevel_return
` [PATCH 03/34] ARM i.MX: Use SRAM stack in lowlevel code
` [PATCH 04/34] ARM i.MX: Add i.MX specific entry point for barebox
` [PATCH 05/34] ARM i.MX: prepare external nand boot for SoC specific entry
` [PATCH 06/34] ARM i.MX boards: switch to barebox_arm_entry
` [PATCH 07/34] ARM MXS "
` [PATCH 08/34] ARM OMAP "
` [PATCH 09/34] ARM Samsung "
` [PATCH 10/34] ARM PXA "
` [PATCH 11/34] ARM ep93xx "
` [PATCH 12/34] ARM tegra "
` [PATCH 13/34] ARM nomadik "
` [PATCH 14/34] ARM versatile "
` [PATCH 15/34] ARM netx "
` [PATCH 16/34] ARM clep7212: "
` [PATCH 17/34] ARM raspberrypi: "
` [PATCH 18/34] ARM AT91: switch to barebox_arm_entry part1
` [PATCH 19/34] ARM AT91: switch at91rm9200 board to barebox_arm_entry
` [PATCH 20/34] ARM AT91: switch sama5d3 "
` [PATCH 21/34] ARM AT91: switch remaining boards "
` [PATCH 22/34] ARM: remove now unused MACH_[HAS|DO]_LOWLEVEL_INIT
` [PATCH 23/34] ARM start-pbl: make board_init_lowlevel_return static
` [PATCH 24/34] ARM start-pbl: call uncompressed binary with arguments
` [PATCH 25/34] ARM start: pickup parameters from pbl
` [PATCH 26/34] ARM: Setup stack at end of SDRAM
` [PATCH 27/34] ARM pbl: Use dynamic parameters for early malloc space
` [PATCH 28/34] ARM mmu: pickup already enabled mmu
` [PATCH 29/34] ARM: Factor out early mmu code
` [PATCH 30/34] ARM: Enable mmu early
` [PATCH 31/34] ARM: Automatically determine malloc size
` [PATCH 32/34] generic memory layout: fix deps for [MALLOC|STACK]_BASE
` [PATCH 33/34] ARM: disable HAVE_CONFIGURABLE_MEMORY_LAYOUT
` [PATCH 34/34] ARM pbl: inline decompress function

Lost access to M25Pxx in move to 2013.01
 2013-02-02 18:09 UTC  (3+ messages)

[PATCH 1/1] omap3: fix debug_ll uart base
 2013-02-02  7:49 UTC  (4+ messages)

[PATCH v3 0/4] gpiolib: add gpio_request_{in,out}put support
 2013-02-01 19:23 UTC  (7+ messages)
` [PATCH v3 1/4] gpiolib: fix whitespaces
` [PATCH v3 2/4] gpiolib: add gpio_request_{in,out}put support
` [PATCH v3 3/4] at91sam9*: use gpio_request_output()
` [PATCH v3 4/4] animeo_ip: use gpio_request_input()

[PATCH v2 0/5] gpiolib: add gpio_request_{in,out}put support
 2013-02-01 18:24 UTC  (9+ messages)
` [PATCH v2 1/5] gpiolib: fix whitespaces
` [PATCH v2 2/5] gpiolib: add gpio_request_{in,out}put support
` [PATCH v2 3/5] gpiolib: gpio_request(): add error message
` [PATCH v2 4/5] at91sam9*: use gpio_request_output()
` [PATCH v2 5/5] animeo_ip: use gpio_request_input()

make mrproper depends on a .config file?
 2013-02-01 10:33 UTC 

[PATCH 1/1] sama5d3k: the nand flash is 4 bit ecc capable so use it
 2013-02-01  7:45 UTC 

[PATCH 0/4] gpiolib: add gpio_request_{in,out}put support
 2013-01-31 19:33 UTC  (6+ messages)
` [PATCH 1/4] gpiolib: fix whitespaces
` [PATCH 2/4] gpiolib: add gpio_request_{in,out}put support
` [PATCH 3/4] at91sam9*: use gpio_request_output()
` [PATCH 4/4] animeo_ip: use gpio_request_input()

[PATCH 1/1] beagle: add nand partition and boot
 2013-01-31 18:37 UTC 

[PATCH 0/5] at91sam9261: add bootstrap and firstage support
 2013-01-31 13:23 UTC  (7+ messages)
` [PATCH 1/5] at91sam9260/9g20/9261/9g10/9263: split soc lowlevel_init from generic
  ` [PATCH 5/5] at91sam9261ek: add first stage support

[PATCH 0/2] at91: bootstrap: add menu support
 2013-01-31 13:21 UTC  (2+ messages)

[RFC PATCH 1/1] omap: xload: switch to generic bootstrap
 2013-01-31 13:20 UTC  (4+ messages)

[For-next PATCH 0/6] atmel: add Atmel HLCDC support and boards
 2013-01-31 11:55 UTC  (9+ messages)
` [PATCH 1/8] atmel_lcdfb: factorise common code between lcdc and new hlcdc IP
  ` [PATCH 2/8] video: add Atmel HLCD support
  ` [PATCH 3/8] at91sam9x5: add lcd support
  ` [PATCH 4/8] at91sam9x5ek: "
  ` [PATCH 5/8] at91sam9n12: "
  ` [PATCH 6/8] at91sam9n12ek: "
  ` [PATCH 7/8] sama5d3: "
  ` [PATCH 8/8] sama5d3xek: "

[PATCH 0/3] at91sam9260/9g20ek: some cleanup
 2013-01-31 11:42 UTC  (6+ messages)
` [PATCH 1/3] at91sam9260/9g20ek: cleanup coding style
` [PATCH 2/3] at91sam9260/9g20ek: move sam9_smc_config modification inside definition
` [PATCH 3/3] at91sam9260/9g20ek: enable clock via clock framework

[PATCH v2] nand_write: initialize OOB buffer for each page
 2013-01-31  8:21 UTC 

current master pandaboard booting broken
 2013-01-31  8:15 UTC  (2+ messages)

[PATCH 0/6] atmel: add Atmel HLCDC support and boards
 2013-01-30 23:20 UTC  (7+ messages)
` [PATCH 1/6] atmel_lcdfb: factorise common code between lcdc and new hlcdc IP
  ` [PATCH 2/6] video: add Atmel HLCD support
  ` [PATCH 3/6] at91sam9x5: add lcd support
  ` [PATCH 4/6] at91sam9x5ek: "
  ` [PATCH 5/6] sama5d3: "
  ` [PATCH 6/6] sama5d3xek: "

[PATCH v5] ARM: at91: Add Telit EVK-PRO3 board support
 2013-01-30 21:53 UTC  (2+ messages)

[PATCH 1/2] nand_write: initialize OOB buffer for each page
 2013-01-30 21:52 UTC  (4+ messages)
` [PATCH 2/2] nand_omap_gpmc: use 0x00 for ECC padding in BCH ROM mode

[PATCH v2] pcm049: clean up defconfig
 2013-01-30 21:35 UTC  (2+ messages)

[PATCH 0/3] pbl: factorise decompress code and add none compress support
 2013-01-30 21:33 UTC  (2+ messages)

[PATCH] commands: reset: add shutdown_barebox() before reset_cpu()
 2013-01-30 21:23 UTC  (2+ messages)

[PATCH] ARM OMAP: use SZ_*M constants in RAM device register functions
 2013-01-30 21:22 UTC  (3+ messages)

smooth BrOperator
 2013-01-30 18:37 UTC 

[PATCH 0/2 v2] at91: add sama5d3 support
 2013-01-30 12:13 UTC  (4+ messages)
` [PATCH 1/2 v3] "
  ` [PATCH 2/2 v3] at91: add sama5d3xek board support

smooth BrOperator
 2013-01-30  8:40 UTC 

[PATCH 0/2 v2] at91: add sama5d3 support
 2013-01-29 13:39 UTC  (3+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] at91: add sama5d3xek board support

[PATCH 0/2] at91: add sama5d3 support
 2013-01-29 11:14 UTC  (5+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] at91: add sama5d3xek board support

[PATCH] ARM: efika-mx-smartbook: clean up whitespaces
 2013-01-29  9:01 UTC  (2+ messages)

[PATCH 1/1] at91sam9m10ihd: set missing lcd power control
 2013-01-29  9:01 UTC  (2+ messages)

[PATCH 0/2] macb: sync with linux and prepare for gmac support
 2013-01-29  9:00 UTC  (2+ messages)

[PATCH 1/1] w1: add dual search support
 2013-01-29  8:58 UTC  (2+ messages)

[PATCH] ARM OMAP: move lowlevel board code to lowlevel.c
 2013-01-29  8:49 UTC  (7+ messages)
` [PATCH 1/6] ARM omap3 beagle: move lowlevel "
` [PATCH 2/6] ARM omap3 phycard-a-l1: "
` [PATCH 3/6] ARM omap3 omap343xdsp: "
` [PATCH 4/6] ARM omap3 omap3evm: "
` [PATCH 5/6] ARM am33xx beaglebone: "
` [PATCH 6/6] ARM omap3 beagle: Compile xload defconfig in Thumb2 mode

[PATCH] introduce compiletime loglevel
 2013-01-29  8:45 UTC  (7+ messages)
` [PATCH 01/12] consolidate print* in a single header
` [PATCH 03/12] treewide: fix format specifiers
` [PATCH 07/12] USB ehci: Use dev_* for messages
` [PATCH 08/12] introduce compile time loglevel
` [PATCH 11/12] ARM pcm038: Specify pr_fmt and change messages to pr_*
` [PATCH 12/12] mtd nand: "

page:  |  | latest

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