public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-01-13 10:02:38 to 2012-01-14 22:47:04 UTC [more...]

[U-Boot] [PATCH v4 1/3] PXA: PXA27x Matrix keypad driver
 2012-01-14 22:47 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/3] zipitz2: enable pxa27x_mkp driver
` [U-Boot] [PATCH v4 3/3] zipitz2: use pxa_mmc_gen as MMC driver

[U-Boot] [PATCH] mx28: fix i.MX28 spi driver
 2012-01-14 20:14 UTC  (8+ messages)

[U-Boot] [PATCH] omap3: board.c - Fix compile warnings
 2012-01-14 20:13 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Flush the date cache before disabling it
 2012-01-14 18:02 UTC  (30+ messages)
` [U-Boot] [PATCH 1/2 V2] arm926: Flush the data "
  ` [U-Boot] [PATCH 1/2 V3] "
    ` [U-Boot] [PATCH 1/2 V4] "

[U-Boot] [PATCH 1/2] ARM: omap3: added common configuration for Technexion TAM3517
 2012-01-14 15:05 UTC  (10+ messages)
` [U-Boot] [PATCH V3 "
  ` [U-Boot] [PATCH V3 2/2] ARM: omap3: add support to Technexion twister board

[U-Boot] [PATCH] configs: Remove CONFIG_NET_MULTI from board files
 2012-01-14 10:08 UTC  (2+ messages)

[U-Boot] [RFC PATCH v2 0/28] Create generic board init for ARM, x86, PPC
 2012-01-14  9:18 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v2 03/28] arm: Only display frame buffer info if there is LCD/video support
` [U-Boot] [RFC PATCH v2 27/28] tegra: Mark board init files for ARMv4t

[U-Boot] [PATCH v4 0/9] Unified command execution in one place
 2012-01-14  6:45 UTC  (10+ messages)
` [U-Boot] [PATCH v4 1/9] Remove CMD_PXE's static on run_command()
` [U-Boot] [PATCH v4 2/9] Rename run_command() to builtin_run_command()
` [U-Boot] [PATCH v4 3/9] Rename run_command2() to run_command()
` [U-Boot] [PATCH v4 4/9] Stop using builtin_run_command()
` [U-Boot] [PATCH v4 5/9] Don't include standard parser if hush is used
` [U-Boot] [PATCH v4 6/9] Create a single cmd_call() function to handle command execution
` [U-Boot] [PATCH v4 7/9] Remove interleave of non-U-Boot code in hush
` [U-Boot] [PATCH v4 8/9] Add cmd_process() to process commands in one place
` [U-Boot] [PATCH v4 9/9] Convert cmd_usage() calls in common to use a return value

[U-Boot] [PATCH v2 0/9] Unified command execution in one place
 2012-01-14  6:33 UTC  (7+ messages)
` [U-Boot] [PATCH v2 4/9] Stop using builtin_run_command()

[U-Boot] Bug in cfb_console driver
 2012-01-14  3:32 UTC 

[U-Boot] [PATCH 0/14] tegra: warmboot (suspend / resume) support
 2012-01-14  0:04 UTC  (20+ messages)
` [U-Boot] [PATCH 05/14] tegra: Add tegra_get_chip_type() to detect SKU
` [U-Boot] [PATCH 06/14] tegra: Add EMC support for optimal memory timings
` [U-Boot] [PATCH 09/14] tegra: Add warmboot implementation
` [U-Boot] [PATCH 12/14] tegra: Set vdd_core and vdd_cpu to high

[U-Boot] [PATCH v2] main: unify command parsing functions
 2012-01-14  0:01 UTC 

[U-Boot] [PATCHv5 1/7] mkenvimage: correct and clarify comments and error messages
 2012-01-13 23:27 UTC  (7+ messages)
` [U-Boot] [PATCHv5 2/7] mkenvimage: Correct an include and add a missing one
` [U-Boot] [PATCHv5 3/7] mkenvimage: More error handling
` [U-Boot] [PATCHv5 4/7] mkenvimage: Read/Write from/to stdin/out by default or if the filename is "-"
` [U-Boot] [PATCHv5 5/7] mkenvimage: Use mmap() when reading from a regular file
` [U-Boot] [PATCHv5 6/7] mkenvimage: Don't try to detect comments in the input file
` [U-Boot] [PATCHv5 7/7] mkenvimage: Really set the redundant byte when applicable

[U-Boot] Bug of NOR Flash CFI Driver
 2012-01-13 23:26 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] mkenvimage: v10/v11 diff split into several patches
 2012-01-13 23:22 UTC  (5+ messages)
` [U-Boot] [PATCH 1/9] Strip mkenvimage

[U-Boot] [PATCH] post/Makefile: Only build FP post tests if enabled via CONFIG_SYS_POST_FPU
 2012-01-13 23:13 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] tegra: Add NAND flash support
 2012-01-13 23:10 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] fdt: Add debugging to fdtdec_get_int/addr()
` [U-Boot] [PATCH 2/6] tegra: Add NAND support to funcmux
` [U-Boot] [PATCH 3/6] tegra: fdt: Add NAND controller binding and definitions
` [U-Boot] [PATCH 4/6] tegra: fdt: Add NAND definitions to fdt
` [U-Boot] [PATCH 5/6] tegra: nand: Add Tegra NAND driver
` [U-Boot] [PATCH 6/6] tegra: Enable NAND on Seaboard

[U-Boot] [PATCH] arm, arm-kirkwood: disable l2c before linux boot
 2012-01-13 22:59 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v2 0/20] tegra: warmboot (suspend / resume) support
 2012-01-13 21:51 UTC  (22+ messages)
` [U-Boot] [PATCH v2 01/20] fdt: Add function to locate an array in the device tree
` [U-Boot] [PATCH v2 02/20] i2c: Add TPS6586X driver
` [U-Boot] [PATCH v2 03/20] Add AES crypto library
` [U-Boot] [PATCH v2 04/20] tegra: Move ap20.h header into arch location
` [U-Boot] [PATCH v2 05/20] tegra: Add functions to access low-level Osc/PLL details
` [U-Boot] [PATCH v2 06/20] tegra: Add crypto library for warmboot code
` [U-Boot] [PATCH v2 07/20] tegra: Add flow, gp_padctl, fuse, sdram headers
` [U-Boot] [PATCH v2 08/20] tegra: Add tegra_get_chip_type() to detect SKU
` [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings
` [U-Boot] [PATCH v2 10/20] tegra: Add PMU to manage power supplies
` [U-Boot] [PATCH v2 11/20] tegra: Set up PMU for Nvidia boards
` [U-Boot] [PATCH v2 12/20] tegra: Add warmboot implementation
` [U-Boot] [PATCH v2 13/20] tegra: Setup PMC scratch info from ap20 setup
` [U-Boot] [PATCH v2 14/20] tegra: Set up warmboot code on Nvidia boards
` [U-Boot] [PATCH v2 15/20] Tegra2: Turn off power detect in board init
` [U-Boot] [PATCH v2 16/20] tegra: Add EMC settings for Seaboard
` [U-Boot] [PATCH v2 17/20] fdt: tegra: Add EMC node to device tree
` [U-Boot] [PATCH v2 18/20] tegra: i2c: Add function to find DVC bus
` [U-Boot] [PATCH v2 19/20] tegra: fdt: Add EMC data for Tegra2 Seaboard
` [U-Boot] [PATCH v2 20/20] tegra: Enable LP0 on Seaboard

[U-Boot] [PATCH v2 0/2] fdt: Deal correctly with alias nodes
 2012-01-13 21:49 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] fdt: Add fdtdec_find_aliases() to deal "
` [U-Boot] [PATCH v2 2/2] fdt: Add tests for fdtdec

[U-Boot] [PATCH 1/5] net: fec_mxc: Add 1000 Mbps selection
 2012-01-13 21:42 UTC  (11+ messages)
` [U-Boot] [PATCH 2/5] net: fec_mxc: Increase autonegotiation timeout
` [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed
` [U-Boot] [PATCH 4/5] net: fec_mxc: Nove autonegoatiate restart after mii_postcall
` [U-Boot] [PATCH 5/5] i.mx6q: mx6qsabrelite: Update the network configuration

[U-Boot] [PATCH] [v2] powerpc/85xx: move the Fman microcode from ef000000 to eff40000
 2012-01-13 20:46 UTC  (4+ messages)

[U-Boot] [PATCH v6 1/2] Introduce generic TPM support in u-boot
 2012-01-13 20:41 UTC  (4+ messages)
  ` [U-Boot] Fwd: "

[U-Boot] [PATCH] pxe: get ethaddr from the current device instead of env
 2012-01-13 20:36 UTC  (3+ messages)
` [U-Boot] [PATCH v2] net: allow setting env enetaddr from net device setting

[U-Boot] [PATCH v2 0/9] Add support for the OpenRISC architecture
 2012-01-13 20:30 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/9] openrisc: Add architecture header files
` [U-Boot] [PATCH v2 2/9] openrisc: Add architecture image support
` [U-Boot] [PATCH v2 3/9] openrisc: Add cpu files
` [U-Boot] [PATCH v2 4/9] openrisc: Add library functions
` [U-Boot] [PATCH v2 5/9] openrisc: Add board info printout to cmd_bdinfo
` [U-Boot] [PATCH v2 6/9] openrisc: Add support for standalone programs
` [U-Boot] [PATCH v2 7/9] openrisc: Add openrisc-generic example board
` [U-Boot] [PATCH v2 8/9] openrisc: Add architecture to MAKEALL
` [U-Boot] [PATCH v2 9/9] openrisc: Add MAINTAINERS entry

[U-Boot] [GIT PULL] please pull u-boot-mpc85xx
 2012-01-13 19:40 UTC  (4+ messages)

[U-Boot] compile the u-boot
 2012-01-13 19:34 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ti/master
 2012-01-13 19:33 UTC 

[U-Boot] Please pull u-boot-staging/sr@denx.de - UPDATE
 2012-01-13 19:28 UTC  (2+ messages)

[U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
 2012-01-13 19:19 UTC  (2+ messages)

[U-Boot] [GIT PULL] Pull request: i2c
 2012-01-13 19:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx
 2012-01-13 19:12 UTC  (2+ messages)

[U-Boot] [GIT PULL] Please pull u-boot-mpc83xx: new 8321 tuge1, GPIO support, fixes
 2012-01-13 19:10 UTC  (2+ messages)

[U-Boot] mx28: bug in mxs_spi driver
 2012-01-13 19:07 UTC 

[U-Boot] Please pull u-boot-mmc.git
 2012-01-13 19:07 UTC  (2+ messages)

[U-Boot] [PATCH] fsl_lbc: add printout of LCRR and LBCR to local bus regs
 2012-01-13 18:56 UTC  (2+ messages)

[U-Boot] [PATCH 85xx-next 0/8] Updates for Wind River sbc8548 board
 2012-01-13 18:55 UTC  (2+ messages)

[U-Boot] [PATCH] MPC85xxCDS: Fix missing LCRR_DBYP bits for 66-133MHz LBC
 2012-01-13 18:55 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] eXMeritus HWW-1U-1A: Add support for the AT24C128N I2C EEPROM
 2012-01-13 18:55 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] eXMeritus HWW-1U-1A: Minor environment variable tweaks

[U-Boot] [PATCH v3 0/7] overo: add SPL support
 2012-01-13 18:30 UTC  (9+ messages)
` [U-Boot] [PATCH v3 4/7] drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM
` [U-Boot] [PATCH v3 6/7] omap_rev_string: output to stdout
` [U-Boot] [PATCH v3 7/7] overo: add SPL support

[U-Boot] [PATCH 1/4] fpga: add definition for Xilinx Spartan-6 XC6SLX4
 2012-01-13 18:06 UTC  (2+ messages)
` [U-Boot] [PATCH V3 4/4] ARM: omap3: Added Teejet mt_ventoux

[U-Boot] [PATCH 0/6] Cleanups and updates for cm-t35/3730
 2012-01-13 17:21 UTC  (3+ messages)

[U-Boot] [PATCH v3 1/4] PXA: PXA27x Matrix keypad driver
 2012-01-13 16:50 UTC  (10+ messages)
` [U-Boot] [PATCH v3 3/4] zipitz2: use pxa_mmc_gen as MMC driver
` [U-Boot] [PATCH v3 4/4] zipitz2: fix boot issue introduced by PXA low level init rework

[U-Boot] [PATCH v2 0/6] overo: add SPL support
 2012-01-13 15:56 UTC  (4+ messages)

[U-Boot] mx28evk_config integration
 2012-01-13 15:43 UTC  (10+ messages)

[U-Boot] [PATCH 0/7] tegra: Add I2C driver and associated parts
 2012-01-13 15:27 UTC  (8+ messages)
` [U-Boot] [PATCH 4/7] tegra: Add I2C driver

[U-Boot] [PATCH v2 0/7] tegra: Add I2C driver and associated parts
 2012-01-13 15:15 UTC  (10+ messages)
` [U-Boot] [PATCH v2 3/7] tegra: fdt: Add extra I2C bindings for U-Boot
` [U-Boot] [PATCH v2 4/7] tegra: Add I2C driver

[U-Boot] Help needed on Colibri T20 - Iris Board
 2012-01-13 14:59 UTC  (4+ messages)

[U-Boot] [PATCH v2] sdhc_boot: Introduce CONFIG_FSL_FIXED_MMC_LOCATION option
 2012-01-13 14:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/3 v3] devkit3250: add Timll DevKit3250 board initial support
 2012-01-13 12:46 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3 v8] arm926ejs: add NXP LPC32x0 cpu series support
` [U-Boot] [PATCH 2/3 v3] serial: add LPC32X0 high-speed UART devices support
` [U-Boot] [PATCH 3/3 v5] devkit3250: add Timll DevKit3250 board initial support

[U-Boot] u-boot-imx on Freescale MX28EVK
 2012-01-13 12:19 UTC  (7+ messages)

[U-Boot] [PATCH 1/2] SPI: Add i.MX ECSPI driver
 2012-01-13 12:17 UTC  (6+ messages)

[U-Boot] [PATCH 1/3] ARM: I2C: I2C Multi byte address support
 2012-01-13 12:06 UTC  (2+ messages)

[U-Boot] [PATCH 3/3] ARM: AM33XX: Add i2c support
 2012-01-13 10:03 UTC 

[U-Boot] [PATCH 2/3] ARM: AM33XX: Add AM33XX I2C driver support
 2012-01-13 10:02 UTC 


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