public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-08-19 08:40:44 to 2012-08-21 02:21:52 UTC [more...]

[U-Boot] [PATCH 0/4] efikamx: update Efika MX support
 2012-08-21  2:21 UTC  (11+ messages)
` [U-Boot] [PATCH 2/4] efikamx: remove drive strength hack from early_init_f and move it to the DCD
` [U-Boot] [PATCH 3/4] efikamx: update to Efika MX Smarttop and Smartbook boards

[U-Boot] [PATCH v3] arm: rmobile: Add basic support for Renesas R-Mobile
 2012-08-21  1:42 UTC  (6+ messages)
` [U-Boot] [PATCH 25/37] arm: rmobile: Add support TMU base timer function

[U-Boot] [PATCH v2 0/5] at91: 9x5: Enable PMECC(Programmable Multibit ECC controller) support
 2012-08-21  1:37 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/5] at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param()
` [U-Boot] [PATCH v2 2/5] at91: atmel_nand: remove unused variables
` [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller

[U-Boot] Seeking ARM development platform suggestions
 2012-08-21  1:33 UTC  (6+ messages)

[U-Boot] [PATCH 1/6] fdt: Check error codes returned from fdtlib when loading ITB
 2012-08-21  0:51 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] fdt: Add a Linux tool for reading values from FDT files

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2012-08-21  0:35 UTC  (5+ messages)
` [U-Boot] [PATCH V1 2/3] fec_mxc: use phy_connect_by_mask
` [U-Boot] [PATCH V1 3/3] mx6qsabrelite: set CONFIG_FEC_MXC_PHYMASK

[U-Boot] [PATCH v2] powerpc/p1_p2_rdb_pc: print -PC suffix in board name
 2012-08-20 23:16 UTC 

[U-Boot] [PATCH 2/3] powerpc/85xx: clear out TLB on boot
 2012-08-20 23:10 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "
  ` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog
 2012-08-20 23:03 UTC 

[U-Boot] ROM_SI_REV on MX5
 2012-08-20 22:47 UTC  (4+ messages)

[U-Boot] [PATCH] MX: Set a common gpio.h for all i.MX
 2012-08-20 21:20 UTC  (8+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] [PATCH v3] "
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH] mxc: Make gpio_get_value() use PSR
 2012-08-20 20:55 UTC 

[U-Boot] [PATCH 3/3] mx35: Clean up lowlevel_init
 2012-08-20 20:25 UTC  (5+ messages)
    ` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH 0/3] Tegra 2 USB ULPI series
 2012-08-20 19:59 UTC  (14+ messages)
` [U-Boot] [PATCH 1/3] tegra20: complete periph_id enum
` [U-Boot] [PATCH 2/3] tegra20: add clock_set_pllout function
` [U-Boot] [PATCH 3/3] tegra20: add USB ULPI init code

[U-Boot] [PATCH v2] net: asix: add support for AX88772B
 2012-08-20 19:45 UTC  (4+ messages)

[U-Boot] [PATCH v2] mx25: Clean up lowlevel_init
 2012-08-20 19:00 UTC  (2+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] gcc, ARM, -fdata-sections -fmerge-constants and strings
 2012-08-20 16:55 UTC 

[U-Boot] [PATCH 1/6] p1014rdb: set ddr bus width properly depending on SVR
 2012-08-20 16:51 UTC  (6+ messages)
` [U-Boot] [PATCH 6/6] nand_spl: change out_be32 to raw_writel and depend on subsequent sync

[U-Boot] [PATCH v2 0/18] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-20 16:45 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] Makefile: Move SPL files to clobber, remove from clean
` [U-Boot] [PATCH v2 02/18] spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
` [U-Boot] [PATCH v2 03/18] omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
` [U-Boot] [PATCH v2 04/18] omap-common: Fix typo in save_boot_params() in lowlevel_init.S
` [U-Boot] [PATCH v2 05/18] ARM: SPL: Rename omap_boot_device to spl_boot_device
` [U-Boot] [PATCH v2 06/18] ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
` [U-Boot] [PATCH v2 07/18] ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
` [U-Boot] [PATCH v2 08/18] ARM: SPL: Only call mem_malloc_init if configured
` [U-Boot] [PATCH v2 09/18] ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
` [U-Boot] [PATCH v2 10/18] ARM: SPL: Make spl_mmc.c more generic
` [U-Boot] [PATCH v2 11/18] ARM: SPL: Clean up spl.c / spl_nand.c slightly
` [U-Boot] [PATCH v2 12/18] ARM: SPL: Start hooking in the current SPI SPL support
` [U-Boot] [PATCH v2 13/18] ARM: SPL: Move gpmc_init() to spl_board_init()
` [U-Boot] [PATCH v2 14/18] SPL: Move the omap SPL framework to common/spl
` [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
` [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm
` [U-Boot] [PATCH v2 17/18] SPL: Enhance drivers/mtd/nand/nand_spl_load.c
` [U-Boot] [PATCH v2 18/18] SPL: Enhance spi_spl_load to match the other load functions

[U-Boot] [PATCH] tegra20: rework UART GPIO handling
 2012-08-20 15:48 UTC  (2+ messages)

[U-Boot] [PATCH] net: asix: add support for AX88772B
 2012-08-20 15:15 UTC  (4+ messages)

[U-Boot] [PATCH] da8xx/hawkboard: Add support for ohci host controller
 2012-08-20 14:55 UTC  (3+ messages)

[U-Boot] [PATCH] mx5: add iomux-mx51.h include
 2012-08-20 14:43 UTC  (4+ messages)

[U-Boot] [Patch V3 0/4] add mips64 cpu support
 2012-08-20 14:22 UTC  (10+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus
` [U-Boot] [Patch V3 2/4] [MIPS] add mips64 support in mips head files
` [U-Boot] [Patch V3 3/4] [MIPS] Add qemu-mips building configs
` [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

[U-Boot] [PATCH] usb: fix ulpi_set_vbus prototype
 2012-08-20 13:46 UTC  (4+ messages)

[U-Boot] Support for USB Ethernet adapter
 2012-08-20 13:44 UTC 

[U-Boot] [PATCH 6/7] mx35: Fix eSDHC clocks
 2012-08-20 13:12 UTC  (8+ messages)

[U-Boot] [PATCH 2/7] mx35: Remove declaration of non-existing function
 2012-08-20 11:56 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] mx35: Move clock enums to clock.h
 2012-08-20 11:50 UTC  (2+ messages)

[U-Boot] [PATCH 5/6] mx35: Add default pin initializers
 2012-08-20 10:20 UTC  (2+ messages)

[U-Boot] [PATCH 4/6] mx35: Remove declaration of non-existing function
 2012-08-20 10:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] mx35 iomux: Remove unused macro
 2012-08-20 10:17 UTC  (2+ messages)

[U-Boot] [PATCH 3/6] mx35: Fix broken pin definitions
 2012-08-20 10:15 UTC  (2+ messages)

[U-Boot] [PATCH v2 3/4] mx5: Optimize lowlevel_init for TO 3
 2012-08-20 10:12 UTC  (3+ messages)

[U-Boot] [PATCH 00/17]: ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-20 10:08 UTC  (3+ messages)
` [U-Boot] [PATCH 15/17] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK

[U-Boot] [PATCH 07/10] mx5 clocks: Fix get_uart_clk()
 2012-08-20 10:05 UTC  (3+ messages)

[U-Boot] [PATCH v5] Consolidate bootcount code into drivers/bootcount
 2012-08-20  9:34 UTC  (2+ messages)

[U-Boot] [PATCH] Take over the maintainer for sam9g10 and sam9m10g45
 2012-08-20  9:01 UTC 

[U-Boot] [PATCH 01/16] Blackfin: BF60x: new processor port
 2012-08-20  8:25 UTC  (36+ messages)
` [U-Boot] [PATCH 02/16] Blackfin: bf609-ezkit: new board port
` [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page
` [U-Boot] [PATCH 04/16] Blackfin: Rsi: add support for bf609-ezkit
` [U-Boot] [PATCH 05/16] Blackfin: Paraflash: "
` [U-Boot] [PATCH 06/16] Blackfin: Bf609-ezkit: implement soft switch
` [U-Boot] [PATCH 07/16] Blackfin: Spi: add bf6xx spi driver
` [U-Boot] [PATCH 08/16] Blackfin: add more print info for Bf60x
` [U-Boot] [PATCH 09/16] Blackfin: Bf60x: add reset support
` [U-Boot] [PATCH 10/16] Blackfin: Bf60x: Check card ready for each RSI command
` [U-Boot] [PATCH 13/16] Blackfin: Bf60x: add hw watchdog support
` [U-Boot] [PATCH 16/16] Blackfin: update license to Clear BSD license

[U-Boot] [PATCH 1/2] mx28evk: Remove unneeded 'undef'
 2012-08-20  8:02 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] mxs: Use correct function name to initialize dram

[U-Boot] [PATCH v2 1/2] MX28: config: Allow different target generation in elftosb call
 2012-08-20  8:02 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/2] MX28: Move "regs-base.h" include after SoC type configuration

[U-Boot] [PATCH v2 7/7] mx35: Add cpu_mmc_init()
 2012-08-20  8:01 UTC  (2+ messages)

[U-Boot] [PATCH v2] mx5/6: Fix cpu_mmc_init() return value
 2012-08-20  8:00 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] spi: fix mxc_spi_slave structure allocation to clear memory
 2012-08-20  7:59 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] spi: fix mxs_spi_slave "

[U-Boot] [PATCH V4 1/3] imx-common/cmd_bmode.c: add imx bmode (bootmode) command
 2012-08-20  7:58 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] iomux: move IOMUX_GPR13_xxx defines
 2012-08-20  7:57 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] mx35: Remove duplicate GPIO3_BASE_ADDR
 2012-08-20  7:57 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/4] mx5: cosmetic: Clean up lowlevel_init
 2012-08-20  7:56 UTC  (2+ messages)

[U-Boot] [PATCH] mx5/6 timer: Round up tick_to_time() value
 2012-08-20  7:56 UTC  (2+ messages)

[U-Boot] [PATCH] mx3: Fix typo on IPU_CONF_CSI_EN
 2012-08-20  7:55 UTC  (2+ messages)

[U-Boot] [PATCH] mx35: Fix typo on EDIO
 2012-08-20  7:55 UTC  (2+ messages)

[U-Boot] [PATCH] mx5: Enable dcache
 2012-08-20  7:54 UTC  (2+ messages)

[U-Boot] [PATCH] mx25: Enable dcache
 2012-08-20  7:54 UTC  (2+ messages)

[U-Boot] [PATCH] mxc_spi: Round up clock divider
 2012-08-20  7:54 UTC  (2+ messages)

[U-Boot] [PATCH] rtc: add support of mx27 rtc
 2012-08-20  7:53 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] MX28: Drop the cp15 reconfiguration from SPL
 2012-08-20  7:52 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] MX28: Shuffle around the power management code

[U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support
 2012-08-20  6:45 UTC  (3+ messages)
` [U-Boot] [PATCH 5/7 V4] SPI: Add SPI Driver for EXYNOS

[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation
 2012-08-20  6:32 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun
` [U-Boot] [PATCH 3/4] atmel: at91sam9x5: fix name error for spi
` [U-Boot] [PATCH 4/4] atmel: at91sam9x5: add spi flash boot support

[U-Boot] [PATCH V3 0/4] common/lcd cleanup
 2012-08-20  6:15 UTC  (2+ messages)

[U-Boot] [PATCH] common/lcd: add protection from null bmp pointer
 2012-08-20  6:12 UTC  (4+ messages)

[U-Boot] [PATCH 1/3] dm: mips: Fix lb60 WDT control
 2012-08-20  5:37 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] dm: mips: Fix lb60 timer code
  ` [U-Boot] [U-Boot-DM] "
` [U-Boot] [PATCH 3/3] dm: mips: Fix warnings in lb60 board
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH V2] common/lcd: add protection from null bmp pointer
 2012-08-20  5:32 UTC 

[U-Boot] [PATCH v5] arm: rmobile: Add support Renesas SH73A0
 2012-08-20  3:00 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] doc/git-mailrc: Add 'rmobile' alias
 2012-08-20  1:21 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] rmobile: Add README

[U-Boot] Early malloc() summary
 2012-08-19 23:47 UTC  (7+ messages)

[U-Boot] Ethernet-USB adapter
 2012-08-19 18:35 UTC 

[U-Boot] [PATCH] dm: mips: Import libgcc components from Linux
 2012-08-19 18:23 UTC  (3+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 1/2] tegra: init MMC from common board init
 2012-08-19 16:56 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] tegra: convert gpio_config_uart to weak symbol

[U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header
 2012-08-19 15:07 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] mxs: Only build internal Ethernet controller for i.MX28
` [U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

[U-Boot] [PATCH v3] arm: rmobile: Add support Renesas SH73A0
 2012-08-19 14:30 UTC  (3+ messages)

[U-Boot] [[Patch V2] mips: 00/16] add mips64 support to U-Boot
 2012-08-19 13:41 UTC  (12+ messages)
` [U-Boot] [[Patch V2] mips: 14/16] add mips64 standalone link script
` [U-Boot] [[Patch V2] mips: 15/16] add configs/qemu-mips64.h
` [U-Boot] [[Patch V2] mips: 16/16] modify qemu-mips/config.mk


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