public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2011-03-15 03:16:58 to 2011-03-18 08:04:49 UTC [more...]

[U-Boot] Trying again: DNS323
 2011-03-18  8:04 UTC  (2+ messages)
` [U-Boot] Working DNS323 config

[U-Boot] CFI flash broken for 8-bit bus
 2011-03-18  7:48 UTC  (3+ messages)

[U-Boot] [PATCH 1/8] arm926ej-s: Invalidate instruction cache in flush_cache
 2011-03-18  6:46 UTC  (12+ messages)
` [U-Boot] [PATCH 2/8] orion5x: Fix wrong address in orion5x_sdram_bar
` [U-Boot] [PATCH 4/8] orion5x: Allow SDRAM initialization to be omitted
` [U-Boot] [PATCH 6/8] Add board support for TS-7800

[U-Boot] [PATCH 2/2] powerpc: make espi can read more than 0xFFFA bytes
 2011-03-18  6:18 UTC 

[U-Boot] [PATCH 1/2] power: ftpmu010: move drivers/power/ftpmu010.h to include/
 2011-03-18  6:15 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/2] power: ftpmu010: move drivers/power/ftpmu010.h to include/faraday

[U-Boot] Q: nand usage
 2011-03-18  4:27 UTC 

[U-Boot] Back Buddy -the perfect back support
 2011-03-18  2:46 UTC 

[U-Boot] [PATCH 1/2] usb: musb: blackfin: make clkin configurable
 2011-03-17 21:35 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] usb: musb: blackfin: check anomaly workarounds at runtime too

[U-Boot] [PATCH 3/3] powerpc/85xx: Add support for ULI1575 PCI EHCI module on MPC8572DS
 2011-03-17 21:04 UTC  (5+ messages)
` [U-Boot] [PATCH] echi: add ULI1575 PCI ID

[U-Boot] [PATCH 1/4] powerpc/mpc8xxx: fix recognition of DIMMs with ECC and Address Parity
 2011-03-17 20:58 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] powerpc/mpc8572ds: revise board specific timing for dual-rank DIMMs
  ` [U-Boot] [PATCH 3/4] powerpc/mpc8xxx: disable rcw_en bit for non-DDR3
    ` [U-Boot] [PATCH 4/4] powerpc/mpc8xxx: fix workaround for errata DDR111 and DDR134

[U-Boot] Working on u-boot on panda board
 2011-03-17 20:56 UTC  (5+ messages)

[U-Boot] [PATCH 0/9] TS-7800 port for U-Boot
 2011-03-17 20:22 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] arm926ej-s: Invalidate instruction cache in flush_cache
` [U-Boot] [PATCH 2/9] mvgbe: Support preserving the existing MAC address
` [U-Boot] [PATCH 3/9] orion5x: Increase maximum bank size to 128M
` [U-Boot] [PATCH 4/9] orion5x: Fix wrong address in orion5x_sdram_bar
` [U-Boot] [PATCH 5/9] ARM: Rename CONFIG_SKIP_LOWLEVEL_INIT to CONFIG_SKIP_CPU_INIT_CRIT
` [U-Boot] [PATCH 6/9] ARM: Implement CONFIG_SKIP_LOWLEVEL_INIT for arm926ej-s
` [U-Boot] [PATCH 7/9] Add board support for TS-7800
` [U-Boot] [PATCH 8/9] Add NAND "
` [U-Boot] [PATCH 9/9] Add README "

[U-Boot] [PATCH v4] NAND: add support for reading ONFI page table
 2011-03-17 16:59 UTC  (3+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Add A9 CPU complex support
 2011-03-17 15:30 UTC  (8+ messages)
` [U-Boot] [PATCH] arm: Tegra2: add support for A9 CPU init

[U-Boot] [PATCH v2 0/5] MIPS: Refactoring of CPU and SoC code
 2011-03-17 15:20 UTC  (8+ messages)
` [U-Boot] [PATCH v2 3/5] MIPS: Optimize the setup of endianess and CPU optimization flags

[PATCH] fat32 root directory handling
 2011-03-17 13:42 UTC 

[U-Boot] [PATCH] update SMDK2410 port
 2011-03-17 12:35 UTC  (6+ messages)
` [U-Boot] [PATCH V5 0/4] "
` [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature
` [U-Boot] [PATCH V5 2/4] SMDK2410: remove unneeded config.mk
` [U-Boot] [PATCH V5 3/4] SMDK2410: use the CFI driver (and remove the old one)
` [U-Boot] [PATCH V5 4/4] SMDK2410: various cleanups/code style fixes

[U-Boot] [PATCH 1/1] [NAND] Add support for 4GiB and larger NAND
 2011-03-17  8:41 UTC  (3+ messages)

[U-Boot] [RFC PATCH 1/2] armv7: enable Thumb build for armv7
 2011-03-17  7:30 UTC  (7+ messages)

[U-Boot] [PATCH 1/8] pxa: move i2c driver to the common place
 2011-03-17  7:15 UTC  (26+ messages)
` [U-Boot] [PATCH 0/5] add i2c support to pantheon and aramada100
  ` [U-Boot] [PATCH V3 "
  ` [U-Boot] [PATCH V3 1/5] pxa: move i2c driver to the common place
  ` [U-Boot] [PATCH V3 2/5] mv_i2c: use structure to replace the direclty define
  ` [U-Boot] [PATCH V3 3/5] I2C: add i2c support for Pantheon platform
  ` [U-Boot] [PATCH V3 4/5] I2C: mv_i2c: add multi bus support
  ` [U-Boot] [PATCH V3 5/5] I2C: add i2c support for Armada100 platform
` [U-Boot] [PATCH V2 1/5] pxa: move i2c driver to the common place
` [U-Boot] [PATCH v2 2/5] mvi2c: use structure to replace the direclty define
` [U-Boot] [PATCH v2 3/5] I2C: add i2c support for Pantheon platform
` [U-Boot] [PATCH v2 4/5] I2C: mvi2c: add multi bus support
` [U-Boot] [PATCH v2 5/5] I2C: add i2c support for Armada100 platform

[U-Boot] beagle bootcmd not set to CONFIG_BOOTCOMMAND in version 2011.03-rc1
 2011-03-17  0:11 UTC  (3+ messages)
` [U-Boot] beagle bootcmd not set to CONFIG_BOOTCOMMAND in version2011.03-rc1

[U-Boot] [PATCH v3] This patch fix the usage of the "CE don't care"-type NAND chips
 2011-03-16 23:45 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3] atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN

[U-Boot] [PATCH] Fix NAND_SPL and ONENAND_IPL in Makefile
 2011-03-16 23:23 UTC  (2+ messages)

[U-Boot] Read this attached Letter and Reply very important!
 2011-03-16 20:21 UTC 

[U-Boot] ***(PICKUP YOUR $5000 USD VIA WESTERN UNION)***
 2011-03-16 18:09 UTC 

[U-Boot] NAND on Davinci boards
 2011-03-16 17:46 UTC  (10+ messages)

[U-Boot] [U-BOOT]Error:No PHY IDs found VSC8641 RGMII
 2011-03-16 16:22 UTC  (3+ messages)

[U-Boot] [PATCH] S5P: timer: replace bss variable by gd
 2011-03-16 11:06 UTC 

[U-Boot] [RFC] ks8851_mll: add ethernet support
 2011-03-16  9:17 UTC 

[U-Boot] [PATCH 1/2] powerpc: eSPI and eSPI controller support
 2011-03-16  8:04 UTC 

[U-Boot] [PATCH 1/4] S5P: timer: Use pwm functions
 2011-03-16  7:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] powerpc: eSPI and eSPI controller support
 2011-03-16  4:05 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] P4080/PBL: add tool to support pbl image build
 2011-03-16  2:11 UTC 

[U-Boot] [PATCH 1/2] P4080/PBL: add support for boot from SPI flash
 2011-03-16  2:10 UTC 

[U-Boot] Pull request: u-boot-sh
 2011-03-16  1:18 UTC 

[U-Boot] [PATCH] [v2] powerpc: 'monitor' environment variable contains full video configuration
 2011-03-15 22:32 UTC  (17+ messages)

[U-Boot] OMAP3 Regression after merging ARM relocation code for custom board
 2011-03-15 21:59 UTC  (5+ messages)

[U-Boot] p4080ds starts OS with MSR[EE]=1 and DEC armed?
 2011-03-15 21:24 UTC  (17+ messages)

[U-Boot] [STATUS] Delay of release
 2011-03-15 21:03 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/4] Board support series for the eXMeritus HWW-1U-1A
 2011-03-15 19:36 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/4] mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements
` [U-Boot] [PATCH v6 2/4] mpc85xx: Add inline GPIO acessor functions
` [U-Boot] [PATCH v6 3/4] mpc85xx: Add a board-specific restart hook
` [U-Boot] [PATCH v6 4/4] mpc85xx: Add board support for the eXMeritus HWW-1U-1A devices

[U-Boot] [PATCH] powerpc/85xx: Fix setting of LIODN prop in PCIe nodes on P3041/P5020
 2011-03-15 18:14 UTC 

[U-Boot] [PATCHv2] fsl_ddr: Don't use full 64-bit divides on 32-bit PowerPC
 2011-03-15 15:23 UTC  (3+ messages)
  ` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH] Updated code to print OMAP4 cpu info
 2011-03-15 14:18 UTC  (2+ messages)

[U-Boot] some question about fat file system
 2011-03-15 14:07 UTC 

[U-Boot] [PATCH AT91] Add watchdog reset to the at91samx SOC family
 2011-03-15 12:50 UTC  (4+ messages)

[U-Boot] Uboot- Nor flash
 2011-03-15  9:47 UTC  (4+ messages)

[U-Boot] [PATCH v2] UBI: Fix error code handling in ubi commands
 2011-03-15  9:47 UTC 

[U-Boot] [PATCH 0/20] keymile board update
 2011-03-15  9:04 UTC  (23+ messages)
` [U-Boot] [PATCH v2 00/21] "
  ` [U-Boot] [PATCH v2 01/21] arm, keymile: rename MACH_SUEN3 to MACH_KM_KIRKWOOD
  ` [U-Boot] [PATCH v2 02/21] ppc, arm: adapt keymile header
  ` [U-Boot] [PATCH v2 03/21] arm, ppc: rework environment variables for keymile boards
  ` [U-Boot] [PATCH v2 04/21] mpc832x: add support for the mpc8321 based suvd3 board
  ` [U-Boot] [PATCH v2 05/21] mpc832x: add support for mpc8321 based tuxa1 board
  ` [U-Boot] [PATCH v2 06/21] mpc832x: add support for mpc8321 based tuda1 board
  ` [U-Boot] [PATCH v2 07/21] arm: add support for kirkwood based mgcoge2un board
  ` [U-Boot] [PATCH v2 08/21] arm: add support of Kirkwood based board SUEN8
  ` [U-Boot] [PATCH v2 09/21] ppc: add support for ppc based board mgcoge2ne
  ` [U-Boot] [PATCH v2 10/21] keymile, 8321 boards: move common definitions to km8321-common.h
  ` [U-Boot] [PATCH v2 11/21] powerpc, 83xx: add kmsupx5 board support
  ` [U-Boot] [PATCH v2 12/21] km-arm: i2c support for suenx based boards
  ` [U-Boot] [PATCH v2 13/21] km_arm: change some register values for SDRAM initialization
  ` [U-Boot] [PATCH v2 14/21] ppc, 8321: cleanup tuxa1, tuda1 and suvd3 support
  ` [U-Boot] [PATCH v2 15/21] keymile, common; fix i2c deblocking support
  ` [U-Boot] [PATCH v2 16/21] arm, keymile: updates for the arm based boards from keymile
  ` [U-Boot] [PATCH v2 17/21] keymile boards: add CONFIG_PIGGY_MAC_ADRESS_OFFSET
  ` [U-Boot] [PATCH v2 18/21] keymile, common: add setting of some environment variables
  ` [U-Boot] [PATCH v2 19/21] ppc, arm: rework and enhance keymile-common.h
  ` [U-Boot] [PATCH v2 20/21] keymile boards: support of boardId / hwkey lists
  ` [U-Boot] [PATCH v2 21/21] keymile-common.h: remove IO mux stuff

[U-Boot] [PATCH 1/3] ARM: Don't grab memory for LCD if FB address is defined
 2011-03-15  8:35 UTC  (4+ messages)
    ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v5 0/3] Board support series for the eXMeritus HWW-1U-1A
 2011-03-15  7:55 UTC  (3+ messages)
` [U-Boot] [PATCH v5 1/3] mpc8xxx: DDR2/DDR3: Clean up DIMM-type switch statements

[U-Boot] [WIP/PATCH 0/4] unify SPI flash drivers
 2011-03-15  7:13 UTC  (3+ messages)

[U-Boot] Please pull u-boot-mpc85xx.git
 2011-03-15  6:37 UTC 

[U-Boot] [PATCH] powerpc/85xx: Fix synchronization of timebase on MP boot
 2011-03-15  6:36 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc:Enable compiler debug option for powerpc platforms
 2011-03-15  3:53 UTC 

[U-Boot] [PATCH v6 0/7] those series patches for add ben nanonote board
 2011-03-15  3:16 UTC  (9+ messages)
` [U-Boot] [PATCH v6 1/7] those files are jz4740 base files
  ` [U-Boot] [PATCH v6 2/7] this is jz4740 head file
    ` [U-Boot] [PATCH v6 3/7] jz4740 nand spl files
      ` [U-Boot] [PATCH v6 4/7] jz4740 nand driver
        ` [U-Boot] [PATCH v6 5/7] add Ben NanoNote board
          ` [U-Boot] [PATCH v6 6/7] add entry to MAINTAINERS and boards.cfg
            ` [U-Boot] [PATCH v6 7/7] modify files for ben nanonote board


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