mail archive of the barebox mailing list
 help / color / mirror / Atom feed
Ammended patches for imx35pdk boot
 2010-05-13  2:47 UTC  (5+ messages)
` [PATCH 1/6] arm: Add revision tag to boot parameters
  ` [PATCH 2/6] arm boot: Formatting
    ` [PATCH 3/6] imx35: add detection of silicon revision
      ` [PATCH 4/6] imx35pdk: correct mode for display contrast pin

Revision boot params to kernel for ARM and mx35 3 stack fixes
 2010-05-11  7:29 UTC  (5+ messages)
` [PATCH 1/3] Add passing of revision tag when booting the kernel on ARM platforms
  ` [PATCH 2/3] Detect CPU and board revision for freescale-mx35-3-stack and add to boot parameters
    ` [PATCH 3/3] mx35-3stack: fix Pad selection for CONTRAST pin

patches for next v2
 2010-05-03 13:09 UTC  (20+ messages)
` [PATCH 01/17] i.MX35 stack: Fix mc9sdz60 reset register offset
` [PATCH 02/17] ARM: use memalign in dma_alloc_coherent to assure alignment
` [PATCH 03/17] fsl_udc: make it work with MMU on
` [PATCH 04/17] Increase MAX_FILES to 128
` [PATCH 05/17] fix _update scripts
` [PATCH 06/17] define __LINUX_ARM_ARCH__ for armv6 processors
` [PATCH 07/17] ARM: Add get_cr/set_cr functions
` [PATCH 08/17] ARM: update icache functions to use get_cr/set_cr
` [PATCH 09/17] pcm043: Speed up NAND controller before copying barebox image
` [PATCH 10/17] add arm helper function to determine the program counter
` [PATCH 11/17] arm: remove unused variables from header file
` [PATCH 12/17] arm: move __mmu_cache_flush to bare_init section
` [PATCH 13/17] arm: reimplement startup code in C
` [PATCH 14/17] i.MX: remove __REG from esd controller regs. use readl/writel instead
` [PATCH 15/17] pcm043: reimplement lowlevel code in C
` [PATCH 16/17] i.MX35: Fix ahbclock calculation
` [PATCH 17/17] pcm038: reimplement lowlevel code in C

barebox-2010.05.0
 2010-05-03 12:56 UTC 

[PATCH] Fix build if MULTI_ENV_HANDLING is disabled
 2010-04-28 10:53 UTC  (2+ messages)

some more patches for -next
 2010-04-28 10:04 UTC  (22+ messages)
` [PATCH 01/14] i.MX35 stack: Fix mc9sdz60 reset register offset
` [PATCH 02/14] ARM: use memalign in dma_alloc_coherent to assure alignment
` [PATCH 03/14] fsl_udc: make it work with MMU on
` [PATCH 04/14] Increase MAX_FILES to 128
` [PATCH 05/14] fix _update scripts
` [PATCH 06/14] pcm043: Speed up NAND controller before copying barebox image
` [PATCH 07/14] add arm helper function to determine the program counter
` [PATCH 08/14] arm: remove unused variables from header file
` [PATCH 09/14] arm: move __mmu_cache_flush to bare_init section
` [PATCH 10/14] arm: reimplement startup code in C
` [PATCH 11/14] i.MX: remove __REG from esd controller regs. use readl/writel instead
` [PATCH 12/14] pcm043: reimplement lowlevel code in C
` [PATCH 13/14] i.MX35: Fix ahbclock calculation
` [PATCH 14/14] pcm038: reimplement lowlevel code in C

Patch series derived from latest project
 2010-04-23  8:17 UTC  (13+ messages)
  ` [PATCH 6/7] wip: fix possible error on overflow in is_timeout
      ` [PATCH 6/7] clock: "
  ` [PATCH 2/7] imx/gpio: make gpio_get_value actually work
  ` [PATCH 1/7] give nice output when generating barebox.bin and barebox.S
  ` [PATCH 3/7] arm: update mach-types
  ` [PATCH 4/7] cfi_flash: use flash_write_word instead of reimplementing it again
  ` [PATCH 5/7] board/pcm038: document value written to ESDCFG0
  ` [PATCH 7/7] nor: Don't use the sector for the unlock sequence

[PATCH] MX25PDK: Add support for 64MiB DDR2 SDRAM
 2010-04-22 12:37 UTC  (6+ messages)
      ` [PATCH v2] "

Updated MPC5200B support (pcm030, kp-mcb2, ...)
 2010-04-22 10:10 UTC 

[PATCH] tftp return value
 2010-04-17 19:14 UTC  (2+ messages)

Patches for default environment path handling
 2010-04-16  7:08 UTC  (3+ messages)
` [PATCH 1/2] Makefile: fix detection of absolute environment path
` [PATCH 2/2] move parsing and check for default env into common makefile

booting uImage for mx35 3stack
 2010-04-15  8:05 UTC  (4+ messages)

[PATCH] fix miiphy alloc
 2010-04-14  8:14 UTC  (2+ messages)

mx35 3stack LCD power enable
 2010-04-12 10:19 UTC  (2+ messages)

barebox-2010.04.0
 2010-04-06  7:57 UTC  (2+ messages)

Splash screen on mx35 3 stack
 2010-04-06  6:48 UTC  (6+ messages)

[PATCH 2/3] omap3: 3430sdp: add choice of UARTs for console
 2010-04-05 11:46 UTC  (8+ messages)
` [PATCH 1/3] omap3: rename defconfigs to align with kernel
  ` [PATCH 3/3] omap3: 3430sdp: Update defconfig

[PATCH] MX21ADS: Support LCD panel
 2010-04-01 16:06 UTC 

[PATCH] i.MX21: support framebuffer
 2010-04-01 16:04 UTC 

[PATCH] MX21ADS: Support booting from NAND
 2010-03-31  6:26 UTC  (3+ messages)

Patches for next merge window
 2010-03-30 12:18 UTC  (22+ messages)
` [PATCH 01/12] ARM zImage: do memmap if possible
` [PATCH 02/12] nand_imx: use optimized memcpy
` [PATCH 03/12] nand_imx: Speed up sequential read
` [PATCH 04/12] imx_nand: use memcpy for copying from/to buffer
` [PATCH 05/12] add unaligned access support
` [PATCH 06/12] add unlzo support
` [PATCH 07/12] add snprintf function
` [PATCH 08/12] echo: add -e option support
` [PATCH 09/12] add process_escape_sequence function
` [PATCH 10/12] echo command: Add -e option
` [PATCH 11/12] hush: only remove backslashes introduced from glob
` [PATCH 12/12] hush: allow fancy prompts

More patches for next merge window
 2010-03-30 11:06 UTC  (13+ messages)
` [PATCH 01/12] make reset_cpu a __noreturn function
` [PATCH 02/12] make panic and hang __noreturn functions
` [PATCH 03/12] introduce a arch_shutdown call and call it from shutdown_barebox
` [PATCH 04/12] blackfin: implement arch_shutdown call
` [PATCH 05/12] go command: shutdown barebox before calling an application
` [PATCH 06/12] remove now unused arch_execute
` [PATCH 07/12] ARM: replace cleanup_before_linux with the generic shutdown_barebox function
` [PATCH 08/12] pass arguments to dma_* as unsigned long as the kernel does
` [PATCH 09/12] ARM: Add a wrapper around dma_* functions
` [PATCH 10/12] add l2x0 cache support
` [PATCH 11/12] pcm043: enable l2x0 cache
` [PATCH 12/12] netx eth driver: remove local definition of ARRAY_SIZE

[PATCH] u-boot-v2: fix typos in documentation
 2010-03-29  9:38 UTC  (2+ messages)

[PATCH] hush: Fix return code when calling 'exit' inside loops
 2010-03-26 14:54 UTC  (3+ messages)

Environment handling fixes and support for multiple environment backends
 2010-03-26 12:52 UTC  (6+ messages)
` [PATCH 1/5] fix error return value while loading environment
` [PATCH 2/5] crc value handling and dry run mode in envfs_load
` [PATCH 3/5] add multi environment support
` [PATCH 4/5] Add multi env support to saveenv and loadenv commands
` [PATCH 5/5] add general check_and_erase callback to environment handling

[PATCH] trivial: fix command case for erase usage line
 2010-03-26 11:56 UTC 

[PATCH V2] Documentation: fix typos & correct symlink
 2010-03-25  7:40 UTC  (2+ messages)

Barebox working on freescale-mx25-3-stack?
 2010-03-24 15:30 UTC  (13+ messages)

[PATCH] MX21: Fix nand booting
 2010-03-24  9:19 UTC  (3+ messages)

[RFC] imx21ads nand boot
 2010-03-22 12:07 UTC  (5+ messages)

[PATCH] i.MX25 : fix define name for clock frequency
 2010-03-22  8:21 UTC  (2+ messages)

[PATCH 1/4] i.MX25 : add Framebuffer support
 2010-03-22  8:17 UTC  (5+ messages)
` [PATCH 2/4] i.MX25 : add lcdc clock support
  ` [PATCH 3/4] i.MX25 : change IOMUX for LD16 and LD17
    ` [PATCH 4/4] Add support for Eukrea's CPUIMX25

some cache related patches
 2010-03-22  7:30 UTC  (6+ messages)
` [PATCH 1/2] armv5: use proper cache flush function
` [PATCH 2/2] remove unused file arch/arm/cpu/cache.S

Make some help comments less confusing
 2010-03-18  7:11 UTC  (2+ messages)

[PATCH 1/2] give nice output when generating barebox.bin and barebox.S
 2010-03-12  9:51 UTC  (2+ messages)
` [PATCH] "

[Patch] hush exit code fix
 2010-03-12  9:01 UTC  (2+ messages)

[PATCH] Barebox does not boot on iMX21ADS board
 2010-03-11 13:55 UTC  (2+ messages)

exit command
 2010-03-04 14:38 UTC 

page:  |  | latest

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