public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-08-21 20:18:54 to 2012-08-23 10:05:36 UTC [more...]

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

[U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards
 2012-08-23  9:48 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] efikamx: remove drive strength function and roll its functionality into the DCD
` [U-Boot] [PATCH 3/4] efikamx: configure Smarttop PCBID and LED pads in DCD for convenience
` [U-Boot] [PATCH 4/4] efikamx: update to Efika MX Smarttop and Smartbook boards

[U-Boot] [PATCH v2] mx5: add iomux-mx51.h include
 2012-08-23  9:47 UTC  (2+ messages)

[U-Boot] [PATCH] SPL: do not use fix value for u-boot size
 2012-08-23  9:38 UTC  (5+ messages)

[U-Boot] [PATCH] atmel: sam9g10: correct the text base and move into config.mk
 2012-08-23  9:34 UTC 

[U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog
 2012-08-23  9:19 UTC  (7+ messages)

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

[U-Boot] [PATCH 01/10] mx5: Undeclare imx_decode_pll()
 2012-08-23  9:10 UTC  (2+ messages)

[U-Boot] [PATCH 3/6] mx35: Fix broken pin definitions
 2012-08-23  9:09 UTC  (3+ messages)

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

[U-Boot] [PATCH v2 1/3] mx53loco: Use IMX_GPIO_NR macro
 2012-08-23  9:06 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] net: ASIX AX88772B enablement
 2012-08-23  8:37 UTC  (23+ messages)
` [U-Boot] [PATCH 1/6] net: introduce transparent driver private in ueth_data
` [U-Boot] [PATCH 2/6] net: usbeth: remove misleading warning
` [U-Boot] [PATCH 3/6] net: asix: split out basic reset function
` [U-Boot] [PATCH 4/6] net: asix: add write_hwaddr function
` [U-Boot] [PATCH 5/6] net: asix: add read_mac function
` [U-Boot] [PATCH 6/6] net: asix: add AX88772B support

[U-Boot] [PATCH 0/6] SPL: Port SPL framework to powerpc
 2012-08-23  8:12 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] SPL: Add NOR flash booting support
` [U-Boot] [PATCH 2/6] powerpc: Extract EPAPR_MAGIC constants into processor.h
` [U-Boot] [PATCH 3/6] SPL: Port SPL framework to powerpc
` [U-Boot] [PATCH 4/6] env: Extract getenv_f() into separate source file
` [U-Boot] [PATCH 5/6] mpc5200: Add SPL support
` [U-Boot] [PATCH 6/6] mpc5200: Add a3m071 board support

[U-Boot] which file would contain SRAM address and FLASH address range
 2012-08-23  8:05 UTC 

[U-Boot] [PATCHv2 1/2] mpc85xx: Initial SP alignment is wrong
 2012-08-23  7:21 UTC  (3+ messages)

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

[U-Boot] [PATCH v2 0/18] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-23  4:51 UTC  (20+ messages)
` [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 01/16] Blackfin: BF60x: new processor port
 2012-08-23  3:53 UTC  (7+ messages)
` [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page
` [U-Boot] [PATCH 06/16] Blackfin: Bf609-ezkit: implement soft switch

[U-Boot] Read-only env variables
 2012-08-23  3:44 UTC  (16+ messages)
` [U-Boot] [PATCH 0/12] Add environment type checking and access control
  ` [U-Boot] [PATCH 01/12] tools/env: Use a board-specific default env
  ` [U-Boot] [PATCH 02/12] tools/env: Remove unneeded complexity
  ` [U-Boot] [PATCH 04/12] tools/env: Reduce the impact on real-time processes
  ` [U-Boot] [PATCH 05/12] tools/env: Serialize calls to fw_*env
  ` [U-Boot] [PATCH 06/12] env: Make the "silent" env var take effect immediately
  ` [U-Boot] [PATCH 10/12] env: acl: Add environment variable access control list
  ` [U-Boot] [PATCH 12/12] env: cosmetic: Consilidate the default env definition

[U-Boot] [[Patch V2] mips: 00/16] add mips64 support to U-Boot
 2012-08-23  3:12 UTC  (4+ messages)
` [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

[U-Boot] [Patch V3 0/4] add mips64 cpu support
 2012-08-23  3:07 UTC  (4+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus

[U-Boot] [PATCH 1/3] nand: Add support for unlock.invert
 2012-08-23  1:38 UTC  (8+ messages)
` [U-Boot] [PATCH v2 1/4] "
  ` [U-Boot] [PATCH v2 2/4] nand: Change ulong to loff_t and size_t
  ` [U-Boot] [PATCH v2 3/4] nand: consolidate duplicated constants
  ` [U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

[U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5
 2012-08-23  1:13 UTC  (4+ messages)

[U-Boot] [PATCH 1/5] MX28: DMA: Align the struct mxs_dma_desc
 2012-08-22 21:24 UTC  (12+ messages)
` [U-Boot] [PATCH 2/5] MX28: DMA: Prolong the DMA timeout
` [U-Boot] [PATCH 3/5] MX28: SPI: Supercharge the SPI driver
` [U-Boot] [PATCH 4/5] MX28: m28evk: Align SSP clock speed
` [U-Boot] [PATCH 5/5] MX28: m28evk: Enable SPI DMA

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2012-08-22 21:21 UTC  (10+ messages)

[U-Boot] [PATCHv2 0/5] net: ASIX AX88772B enablement
 2012-08-22 21:11 UTC  (7+ messages)
` [U-Boot] [PATCHv2 1/5] net: introduce transparent driver private in ueth_data
` [U-Boot] [PATCHv2 2/5] net: asix: split out basic reset function
` [U-Boot] [PATCHv2 3/5] net: asix: add write_hwaddr function
` [U-Boot] [PATCHv2 4/5] net: asix: add read_mac function
` [U-Boot] [PATCHv2 5/5] net: asix: add AX88772B support

[U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'
 2012-08-22 20:16 UTC  (2+ messages)

[U-Boot] [PATCH 01/11] powerpc/mpc85xx: Enable L2 at the beginning of U-boot for E6500
 2012-08-22 18:43 UTC  (4+ messages)
` [U-Boot] [PATCH 08/11] powerpc/e6500: Move QCSP registers for QMan v3

[U-Boot] [PATCH 0/7] [RFC] Driver model, take 1
 2012-08-22 18:28 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver
 2012-08-22 18:18 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] pxa: Add some stuff to examine cpu model and rev
` [U-Boot] [PATCH 2/2] pxa25x: Add USB ethernet gadget

[U-Boot] [PATCH 3/5] Add fuse API and commands
 2012-08-22 16:53 UTC  (5+ messages)

[U-Boot] [PATCH 0/3] Tegra 2 USB ULPI series
 2012-08-22 16:06 UTC  (4+ messages)

[U-Boot] Blackfin BF547 board testing
 2012-08-22 15:33 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE
 2012-08-22 15:16 UTC  (5+ messages)

[U-Boot] [PATCH] fsl_pci: use 'Header Type' field to judge PCIE mode
 2012-08-22  9:35 UTC 

[U-Boot] Seeking ARM development platform suggestions
 2012-08-22  8:50 UTC  (7+ messages)

[U-Boot] [PATCH] mx35 timer: Switch to 32-kHz source
 2012-08-22  7:32 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] mx35: Define default SoC input clock frequencies
  ` [U-Boot] [PATCH v2 2/2] mx35 timer: Switch to 32-kHz source

[U-Boot] [PATCH 1/3] mx53loco: Use IMX_GPIO_NR macro
 2012-08-22  7:19 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] mx51evk: "
` [U-Boot] [PATCH 3/3] mx53ard: "

[U-Boot] [PATCH v2 0/5] at91: 9x5: Enable PMECC(Programmable Multibit ECC controller) support
 2012-08-22  7:11 UTC  (9+ messages)
` [U-Boot] [PATCH v2 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
` [U-Boot] [PATCH v2 4/5] at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC

[U-Boot] [PATCH 0/9 V2] EXYNOS5: Add Audio support
 2012-08-22  6:44 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9 V2] SOUND: Add I2S driver
` [U-Boot] [PATCH 2/9 V2] SOUND: Add WM8994 codec
` [U-Boot] [PATCH 3/9 V2] Sound: Add command for audio playback
` [U-Boot] [PATCH 4/9 V2] EXYNOS: Add I2S registers
` [U-Boot] [PATCH 5/9 V2] EXYNOS: Add parameters required by I2S
` [U-Boot] [PATCH 6/9 V2] EXYNOS: Add pinmux for I2S
` [U-Boot] [PATCH 7/9 V2] EXYNOS: Add I2S base address
` [U-Boot] [PATCH 8/9 V2] EXYNOS: Add clock for I2S
` [U-Boot] [PATCH 9/9 V2] SMDK5250: Enable Sound

[U-Boot] [PATCH] arm:at91-boards: remove console_init_f where unnecessary
 2012-08-22  4:38 UTC  (2+ messages)

[U-Boot] [PATCH 0/9] EXYNOS5: Add Audio support
 2012-08-22  4:21 UTC  (11+ messages)
` [U-Boot] [PATCH 6/9] EXYNOS: Add pinmux for I2S
` [U-Boot] [PATCH 9/9] EXYNOS5: Enable Sound
` [U-Boot] [PATCH 1/9] SOUND: Add I2S driver

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

[U-Boot] [PATCH v2] rmobile: Add README
 2012-08-22  1:40 UTC 

[U-Boot] [PATCH v6] arm: rmobile: Add support Renesas SH73A0
 2012-08-22  1:34 UTC 

[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation
 2012-08-22  1:33 UTC  (3+ messages)

[U-Boot] [PATCH v3] arm: rmobile: Add support TMU base timer function
 2012-08-22  1:33 UTC 

[U-Boot] [PATCH v2] integrator: break out common config
 2012-08-21 21:59 UTC  (2+ messages)

[U-Boot] [PATCH 13/13] mxc nand: Add support for i.MX5
 2012-08-21 21:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH] mx31: Define default SoC input clock frequencies
 2012-08-21 21:06 UTC 

[U-Boot] [PATCH] mx25: Define default SoC input clock frequencies
 2012-08-21 21:05 UTC 

[U-Boot] [Patch v3 1/2] net: introduce transparent driver private in ueth_data
 2012-08-21 20:52 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] Tegra 2 USB ULPI series
 2012-08-21 20:18 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/5] tegra20: add clock_set_pllout function
` [U-Boot] [PATCH v2 3/5] usb: fix ulpi_set_vbus prototype
` [U-Boot] [PATCH v2 4/5] usb: ulpi: add indicator configuration function
` [U-Boot] [PATCH v2 5/5] tegra20: add USB ULPI init code


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