public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-04-26 10:27:06 to 2013-04-29 03:34:47 UTC [more...]

[U-Boot] [PATCH v3 00/11] arm: add Faraday A36x SoC platform support
 2013-04-29  3:34 UTC  (9+ messages)
` [U-Boot] [PATCH v3 04/11] i2c: add Faraday FTI2C010 I2C controller support
` [U-Boot] [PATCH v3 08/11] usb: ehci: add Faraday USB 2.0 EHCI support
` [U-Boot] [PATCH v3 09/11] usb: gadget: add Faraday FOTG210 USB gadget support

[U-Boot] [PATCH v2 01/12] mtd: spi: winbond: add W25PXX support
 2013-04-29  3:28 UTC  (4+ messages)
` [U-Boot] [PATCH v3 07/11] mtd: nand: add Faraday FTNANDC021 NAND controller support

[U-Boot] mx28evk spi boot
 2013-04-29  3:15 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mx23: Fix VDDMEM misconfiguration
 2013-04-29  3:04 UTC  (2+ messages)

[U-Boot] [PATCH] cmd_boot: cleanup for 'go' command
 2013-04-29  2:53 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH V2] arm: mxs: Preprocess u-boot.bd so they contain full path
 2013-04-29  1:03 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mxs: Preprocess u-boot.bd so they contain full path
 2013-04-28 23:21 UTC  (6+ messages)

[U-Boot] [PATCH] mx23: Put back RAM voltage level to its original value
 2013-04-28 23:19 UTC  (29+ messages)

[U-Boot] [PATCH] env: don't add an empty key to the env hashtable
 2013-04-28 21:31 UTC  (5+ messages)
      ` [U-Boot] [PATCH v2] env: throw an error when an empty key is used

[U-Boot] [PATCH 1/4] arm: mxs: Add LCDIF clock configuration function
 2013-04-28 19:20 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] arm: mxs: Add LCDIF registers for i.MX233
` [U-Boot] [PATCH 3/4] arm: mxs: Add MXS LCDIF driver
` [U-Boot] [PATCH 4/4] arm: mxs: video: Enable MXS LCDIF on M28EVK

[U-Boot] [PATCH] ARM: cfi_flash: Avoid generation of unaligned accesses
 2013-04-28 18:58 UTC  (2+ messages)

[U-Boot] what is sandbox?
 2013-04-28 18:56 UTC  (5+ messages)

[U-Boot] How to make DocBook
 2013-04-28 18:55 UTC  (2+ messages)

[U-Boot] Displaying characters on the display in u-boot
 2013-04-28 14:22 UTC  (9+ messages)

[U-Boot] [PATCH 0/5] vybrid: Add vybrid CPU and vf600 tower board support
 2013-04-28 11:07 UTC  (18+ messages)
` [U-Boot] [PATCH 1/5] vybrid: add vybrid CPU support
` [U-Boot] [PATCH 2/5] vybrid: add Freescale vybrid vf600 tower board support
` [U-Boot] [PATCH 3/5] vybrid: add uart driver support
` [U-Boot] [PATCH 4/5] vybrid: add eSDHC "

[U-Boot] [PATCH 1/4] imx: iomux-v3: Fix common pad control definitions
 2013-04-28  9:21 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] imx: iomux-v3: cosmetic: Reorganize definitions
` [U-Boot] [PATCH 3/4] imx: iomux-v3: Restore Linux's NEW_PAD_CTRL() macro
` [U-Boot] [PATCH 4/4] imx: iomux-v3: Include PKE and PUE to pad control pull definitions

[U-Boot] [PATCH 1/2] tools: arm: imx: Implement BOOT_OFFSET command for imximage
 2013-04-28  9:19 UTC  (2+ messages)

[U-Boot] [PATCH v4 01/10] imx: Homogenize and fix fuse register definitions
 2013-04-28  9:12 UTC  (20+ messages)
` [U-Boot] [PATCH v4 02/10] imx: Add useful fuse definitions
` [U-Boot] [PATCH v4 03/10] Add fuse API and commands
` [U-Boot] [PATCH v4 04/10] Add fsl_iim driver
` [U-Boot] [PATCH v4 05/10] mpc: iim: Switch to common fsl_iim
` [U-Boot] [PATCH v4 06/10] mx51evk: Enable support for iim
` [U-Boot] [PATCH v4 07/10] Add mxc_ocotp driver
` [U-Boot] [PATCH v4 08/10] mx6qsabrelite: Enable support for ocotp
` [U-Boot] [PATCH v4 09/10] nitrogen6x: "
` [U-Boot] [PATCH v4 10/10] imx: Document fuse assignments for MAC addresses

[U-Boot] [PATCH] p1020rdb-pd: platform support
 2013-04-28  6:17 UTC 

[U-Boot] [RFC PATCH 0/15] RFC: Add tracing functionality to U-Boot
 2013-04-28  2:17 UTC  (16+ messages)
` [U-Boot] [RFC PATCH 01/15] bootstage; Correct printf types
` [U-Boot] [RFC PATCH 02/15] Add function to print a number with grouped digits
` [U-Boot] [RFC PATCH 03/15] Add trace library
` [U-Boot] [RFC PATCH 04/15] Add a trace command
` [U-Boot] [RFC PATCH 05/15] Support tracing in config.mk when enabled
` [U-Boot] [RFC PATCH 06/15] Add trace support to generic board
` [U-Boot] [RFC PATCH 07/15] Add proftool to decode profile data
` [U-Boot] [RFC PATCH 08/15] sandbox: Support trace feature
` [U-Boot] [RFC PATCH 09/15] Add a simple test for sandbox trace
` [U-Boot] [RFC PATCH 10/15] Clarify bootm OS arguments
` [U-Boot] [RFC PATCH 11/15] Refactor the bootm command to reduce code duplication
` [U-Boot] [RFC PATCH 12/15] Add a 'fake' go command to the bootm command
` [U-Boot] [RFC PATCH 13/15] arm: Implement the 'fake' go command
` [U-Boot] [RFC PATCH 14/15] Show stdout on error in fit-test
` [U-Boot] [RFC PATCH 15/15] exynos: Avoid function instrumentation for microsecond timer

[U-Boot] Sections of RAM used by u boot
 2013-04-27 19:47 UTC  (2+ messages)

[U-Boot] Beginner question: need help about LVDS channels for i.MX6Q SabreSD Board
 2013-04-27 18:26 UTC  (4+ messages)
  ` [U-Boot] R: "

[U-Boot] [PATCH] build: Pull -DBUILD_TAG into separate ifdef
 2013-04-27 18:26 UTC  (2+ messages)

[U-Boot] [RFC PATCH] WIP: Simplified device model implementation and demo
 2013-04-27 17:44 UTC  (6+ messages)

[U-Boot] [RFC PATCH 0/1] GPIO support for Microblaze
 2013-04-27 15:45 UTC  (5+ messages)
` [U-Boot] [RFC PATCH] gpio: Add support for microblaze xilinx GPIO

[U-Boot] picture format
 2013-04-27 12:01 UTC 

[U-Boot] CONFIG_ARM_ERRATA_7XXXX question again
 2013-04-27 12:00 UTC 

[U-Boot] [PATCH v1] mmc: bfin: Ensure MMR writing is done before next command
 2013-04-27 11:21 UTC  (3+ messages)

[U-Boot] [U-boot] mmc write|read howto
 2013-04-27 10:52 UTC  (5+ messages)

[U-Boot] [PATCH V9 0/9] EXYNOS5: Enable DWMMC, add FDT support for DWMMC and enable EMMC boot
 2013-04-27  6:13 UTC  (10+ messages)
` [U-Boot] [PATCH V9 1/9] FDT: Add compatible string for DWMMC
` [U-Boot] [PATCH V9 2/9] EXYNOS5: FDT: Add DWMMC device node data
` [U-Boot] [PATCH V9 3/9] DWMMC: Initialise dwmci and resolve EMMC read write issues
` [U-Boot] [PATCH V9 4/9] EXYNOS5: DWMMC: Added FDT support for DWMMC
` [U-Boot] [PATCH V9 5/9] EXYNOS5: DWMMC: Initialise the local variable to avoid unwanted results
` [U-Boot] [PATCH V9 6/9] SMDK5250: Initialise and Enable DWMMC, support FDT and non-FDT
` [U-Boot] [PATCH V9 7/9] MMC: APIs to support resize of EMMC boot partition
` [U-Boot] [PATCH V9 8/9] SMDK5250: Enable EMMC booting
` [U-Boot] [PATCH V9 9/9] COMMON: MMC: Command to support EMMC booting and to resize EMMC boot partition

[U-Boot] SDRAM init on OMAP4
 2013-04-26 22:47 UTC 

[U-Boot] [RFC PATCH 0/6] ARMv7: Add HYP mode switching support
 2013-04-26 22:13 UTC  (14+ messages)
` [U-Boot] [RFC PATCH 1/6] ARM: add secure monitor handler to switch to non-secure state
` [U-Boot] [RFC PATCH 2/6] ARM: add assembly routine "
` [U-Boot] [RFC PATCH 3/6] ARM: add U-Boot command "hypmode" "
` [U-Boot] [RFC PATCH 4/6] ARM: add SMP support for non-secure switch
` [U-Boot] [RFC PATCH 5/6] ARM: extend non-secure switch to also go into HYP mode
` [U-Boot] [RFC PATCH 6/6] ARM: VExpress: enable ARMv7 virt support for VExpress A15

[U-Boot] [PATCH] am33xx: Fix warning with CONFIG_DISPLAY_CPUINFO
 2013-04-26 21:42 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/7] Add gdsys ControlCenter Digital board
 2013-04-26 21:25 UTC  (6+ messages)
` [U-Boot] [PATCH v4 4/7] i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0
  ` [U-Boot] [PATCH v4 4/7] i2c: fsl_i2c:i2c_read(): "
` [U-Boot] [PATCH v4 6/7] Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM

[U-Boot] [PATCH 1/6] imx: iomux-v3: Add iomux-mx25.h
 2013-04-26 20:56 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] imx: mx25pdk: Convert to iomux-v3
` [U-Boot] [PATCH 3/6] imx: mx25pdk: Fix GPIO assignments
` [U-Boot] [PATCH 4/6] imx: tx25: Convert to iomux-v3
` [U-Boot] [PATCH 5/6] imx: zmx25: "
` [U-Boot] [PATCH 6/6] imx: mx25: Remove legacy iomux support

[U-Boot] [PATCH] arm: mxs: Fix vectoring table crafting
 2013-04-26 20:32 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/15] Enhance SPI/SPI flash probing, add support for Intel ICH controller
 2013-04-26 18:45 UTC  (17+ messages)
` [U-Boot] [PATCH v2 08/15] sf: Respect maximum SPI write size

[U-Boot] [PATCH] mx23: Fix the size of internal RAM
 2013-04-26 18:11 UTC  (3+ messages)

[U-Boot] [PATCH] OMAP5: Add support for the SOM5_EVB board (OMAP5430-based)
 2013-04-26 15:59 UTC  (3+ messages)

[U-Boot] mx23evk resets when loading the kernel
 2013-04-26 15:29 UTC  (7+ messages)

[U-Boot] [PATCH v2 07/16] x86: Replace timer implementation with TSC timer
 2013-04-26 13:43 UTC 

[U-Boot] [PATCH 0/19] Remove unused code, add accurate timier and bootstage
 2013-04-26 13:43 UTC  (7+ messages)
` [U-Boot] [PATCH 07/19] x86: Add TSC timer
` [U-Boot] [PATCH 10/19] x86: Re-enable PCAT timer 2 for beeping

[U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements
 2013-04-26 13:10 UTC  (8+ messages)
` [U-Boot] [PATCH v3 03/17] sandbox: Add support for generic board

[U-Boot] [PATCH v4 03/15] sandbox: Switch over to generic board
 2013-04-26 12:53 UTC 

[U-Boot] [UBOOT PATCH 1/2] ARM:Panda:Fix device tree loading for the panda-es
 2013-04-26 11:57 UTC  (6+ messages)
` [U-Boot] [UBOOT PATCH 2/2] ARM: Panda: Add flag to allow runtime enviroment varibale mods

[U-Boot] [PATCH 1/2] fpga: Clean coding style
 2013-04-26 11:31 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] mmc: atmel_mci: using IP version for different setting
 2013-04-26 10:27 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mmc: atmel_mci: add mmc card support


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