public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-03-22 17:24:07 to 2013-03-25 11:02:52 UTC [more...]

[U-Boot] [PATCH] mmc: mx6qsabrelite: fsl_esdhc: Define maximum bus width supported by SabreLite board
 2013-03-25 11:02 UTC  (3+ messages)

[U-Boot] [PATCH 0/2] Introduce Samsung's new board Trats2
 2013-03-25 10:23 UTC  (4+ messages)
` [U-Boot] [PATCH 1/2] pmic:max77686: add function to set voltage and mode
` [U-Boot] [PATCH 2/2] samsung: trats2: add support for new board Trats2

[U-Boot] Splash Screen Enable in (u-boot-2009.08.tar.gz) U-boot source code
 2013-03-25  9:55 UTC 

[U-Boot] [PATCH] exynos: i2c: Use generic api to get i2c clk freq
 2013-03-25  9:02 UTC  (2+ messages)
` [U-Boot] [PATCH] exynos: uart: Use generic api to the uart "

[U-Boot] [PATCH] EXYNOS: SPI: Support word transfers
 2013-03-25  7:56 UTC 

[U-Boot] [PATCH v3 0/4] arm: atmel: add at91sam9n12ek board support
 2013-03-25  7:32 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/4] spi: atmel_spi: using ip version to check whether has wdrbt
` [U-Boot] [PATCH v3 2/4] at91: clock: remove chip macro for plla div2
` [U-Boot] [PATCH v3 3/4] arm: at91: add at91sam9n12 register definition
` [U-Boot] [PATCH v3 4/4] arm: at91: add at91sam9n12ek board support

[U-Boot] [PATCH 0/3 V4] EXYNOS5: Add GPIO numbering feature
 2013-03-25  6:21 UTC  (3+ messages)

[U-Boot] [PATCH V2 0/5] ARM: OMAP4/5: Add support to boot with device tree as default
 2013-03-25  5:09 UTC  (8+ messages)
` [U-Boot] [PATCH V2 1/5] ARM: OMAP5: Rename omap5_evm to omap5_uevm
` [U-Boot] [PATCH V2 2/5] ARM: OMAP5: Set fdt_high to enable booting with Device tree
` [U-Boot] [PATCH V2 3/5] ARM: OMAP5: Support loading environment variables from txt file
` [U-Boot] [PATCH V2 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree
` [U-Boot] [PATCH V2 5/5] ARM: OMAP4/5: Make bootz as the default boot command

[U-Boot] [PATCH] omap5: Allow use of a plain text env file
 2013-03-25  4:46 UTC  (8+ messages)

[U-Boot] [PATCH] I2C: Exynos5: Reduce the Delay in s3c24x0 i2c driver
 2013-03-25  4:38 UTC 

[U-Boot] [PATCH] mx23_olinuxino: Change definitions to use spaces instead of tabs
 2013-03-25  2:17 UTC 

[U-Boot] PATMAN: set In-Reply-To header?
 2013-03-24 22:41 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] Falcon boot mode for spl_mmc
 2013-03-24 22:18 UTC  (2+ messages)

[U-Boot] sbabic@denx.de
 2013-03-24 21:51 UTC  (7+ messages)
` [U-Boot] [PATCH 1/6] spl_mmc: return error from mmc_load_image_{raw, fat} rather than hanging
` [U-Boot] [PATCH 2/6] spl_mmc: mmc_load_image_fat(): Add filename argument and move fat init out
` [U-Boot] [PATCH 3/6] spl_mmc: add Falcon mode support for FAT variant
` [U-Boot] [PATCH 4/6] spl_mmc: mmc_load_image_raw(): Add sector argument
` [U-Boot] [PATCH 5/6] spl_mmc: add Falcon mode support for raw variant
` [U-Boot] [PATCH 6/6] RFC: am335x: enable falcon boot mode for mmc (raw and fat)

[U-Boot] Please pull u-boot-ti/master
 2013-03-24 17:57 UTC  (4+ messages)

[U-Boot] Handling images(.jpg, .bmp etc) in u-boot
 2013-03-24 13:16 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/11] Add Regular Expressions Support
 2013-03-24 12:08 UTC  (13+ messages)
` [U-Boot] [PATCH v2 01/11] hashtable: preparations to use hexport_r() for "env grep"
` [U-Boot] [PATCH v2 02/11] "env grep" - reimplement command using hexport_r()
` [U-Boot] [PATCH v2 03/11] "env grep" - add options to grep in name, value, or both
` [U-Boot] [PATCH v2 04/11] Add SLRE - Super Light Regular Expression library
` [U-Boot] [PATCH v2 05/11] "env grep" - add support for regular expression matches
` [U-Boot] [PATCH v2 06/11] setexpr: simplify code, improve help message
` [U-Boot] [PATCH v2 07/11] setexpr: add regex substring matching and substitution
` [U-Boot] [PATCH v2 08/11] m28evk: white space cleanup
` [U-Boot] [PATCH v2 09/11] m28evk: enable "env grep" and regexp support
` [U-Boot] [PATCH v2 10/11] amcc-common.h: minor white space cleanup
` [U-Boot] [PATCH v2 11/11] amcc-common.h: enable support for "env grep", "setexpr", and regex

[U-Boot] [PATCH] env: fix "env ask" command
 2013-03-24  9:41 UTC  (17+ messages)
` [U-Boot] [PATCH 1/2] Add SLRE - Super Light Regular Expression library
  ` [U-Boot] [PATCH 0/9] Add Regular Expressions Support
    ` [U-Boot] [PATCH 1/9] hashtable: preparations to use hexport_r() for "env grep"
    ` [U-Boot] [PATCH 2/9] "env grep" - reimplement command using hexport_r()
    ` [U-Boot] [PATCH 3/9] "env grep" - add options to grep in name, value, or both
    ` [U-Boot] [PATCH 4/9] Add SLRE - Super Light Regular Expression library
    ` [U-Boot] [PATCH 5/9] "env grep" - add support for regular expression matches
    ` [U-Boot] [PATCH 6/9] setexpr: simplify code, improve help message
    ` [U-Boot] [PATCH 7/9] setexpr: add regex substring matching and substitution
    ` [U-Boot] [PATCH 8/9] m28evk: enable "env grep" and regexp support
    ` [U-Boot] [PATCH 9/9] amcc-common.h: enable support for "env grep", "setexpr", and regex

[U-Boot] [PATCH v3 2/4] New command bootmenu: ANSI terminal Boot Menu support
 2013-03-24  0:53 UTC  (2+ messages)
` [U-Boot] [PATCH v4 2/4] New command bootmenu: ANSI terminal boot menu support

[U-Boot] [PATCH v3 1/4] menu: Added support to use user defined functions
 2013-03-24  0:52 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/4] menu: Add support for user defined item choice function
  ` [U-Boot] [PATCH] menu: export menu_default_choice() function

[U-Boot] [PATCH v2] mxs: spl_mem_init: Align DDR2 init with FSL bootlets source
 2013-03-23 16:56 UTC  (5+ messages)

[U-Boot] Beagleboard: SPL hangs on serial init
 2013-03-23 10:11 UTC  (8+ messages)

[U-Boot] [RFC] Bootcount improvements
 2013-03-23  9:49 UTC  (2+ messages)

[U-Boot] u-boot-imx: tags
 2013-03-23  9:41 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/5] ARM: OMAP5: Rename omap5_evm to omap5_uevm
 2013-03-23  8:55 UTC 

[U-Boot] [PATCH 0/5] ARM: OMAP4/5: Add support to boot with device tree as default
 2013-03-23  8:52 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] ARM: OMAP5: Rename omap5_evm.h to omap5_uevm.h
` [U-Boot] [PATCH 2/5] ARM: OMAP5: Set fdt_high to enable booting with Device tree
` [U-Boot] [PATCH 3/5] ARM: OMAP5: Support loading environment variables from txt file
` [U-Boot] [PATCH 4/5] ARM: OMAP4/5: Change the default boot command to work with device tree
` [U-Boot] [PATCH 5/5] ARM: OMAP4/5: Make bootz as the default boot command

[U-Boot] Patch sets coming
 2013-03-23  1:09 UTC  (10+ messages)

[U-Boot] [PATCH 0/2] EXYNOS: Support a delay after deactivate for SPI
 2013-03-23  0:45 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] EXYNOS: Export timer_get_us() to get microsecond timer

[U-Boot] [PATCH] Exynos5: clock: Update the equation to calculate PLL output frequency
 2013-03-23  0:41 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] Add cros-ec protocol driver and enable it in smdk5250
 2013-03-23  0:39 UTC  (3+ messages)
` [U-Boot] [PATCH v2 7/7] cros: enable cros-ec for smdk5250

[U-Boot] [PATCH] env: fix potential stack overflow in environment functions
 2013-03-23  0:29 UTC  (4+ messages)

[U-Boot] Integrator PCI base dilemma
 2013-03-23  0:19 UTC  (6+ messages)

[U-Boot] Issues developing standalone applications
 2013-03-23  0:17 UTC  (2+ messages)

[U-Boot] [PATCH] README: document the requirements for CONFIG_SYS_HZ
 2013-03-22 21:41 UTC  (4+ messages)

[U-Boot] [PATCH V2 0/9] OMAP3-5: TWL[46]03[05]: cleanup register access and misc minimal cleanups
 2013-03-22 21:33 UTC  (10+ messages)
` [U-Boot] [PATCH V2 1/9] twl4030: make twl4030_i2c_write_u8 prototype consistent
` [U-Boot] [PATCH V2 2/9] twl4030: make twl4030_i2c_read_u8 "
` [U-Boot] [PATCH V2 3/9] twl6030: twl6030_i2c_[read|write]_u8 "
` [U-Boot] [PATCH V2 4/9] twl6030: move twl6030 register access functions to common header file
` [U-Boot] [PATCH V2 5/9] twl6030: add header guard
` [U-Boot] [PATCH V2 6/9] twl6035: make twl6030_i2c_[read|write]_u8 static inline
` [U-Boot] [PATCH V2 7/9] twl6035: twl6035_i2c_[read|write]_u8 prototype consistent
` [U-Boot] [PATCH V2 8/9] twl6035: remove redundant palmas_[read|write]_u8
` [U-Boot] [PATCH V2 9/9] twl6035: add header guard

[U-Boot] [PATCH 01/31] 83xx/pcie: fix build error for 83xx pcie
 2013-03-22 21:04 UTC  (42+ messages)
` [U-Boot] [PATCH 02/31] Enable L2 cache parity/ECC error checking
` [U-Boot] [PATCH 03/31] net/phy: fix select line for TN80xx
` [U-Boot] [PATCH 04/31] powerpc/mpc85xx: check if core is disabled for showing status
` [U-Boot] [PATCH 05/31] powerpc/t4240qds: Add VDD override
` [U-Boot] [PATCH 06/31] T4240/ramboot: enable PBL tool for T4240
` [U-Boot] [PATCH 07/31] Add e6500 L2 replacement policy selection
` [U-Boot] [PATCH 08/31] powerpc/p5040: enable NAND, SD, SPI boot support
` [U-Boot] [PATCH 09/31] powerpc/T4160: Merge T4160 and T4240 in config_mpc85xx.h
` [U-Boot] [PATCH 10/31] powerpc/mpc8xxx: Add T1040 and variant SoCs
` [U-Boot] [PATCH 11/31] powerpc/chassis2: Change core numbering scheme
` [U-Boot] [PATCH 12/31] powerpc/mpc8xxx: Allow DDR overclock
` [U-Boot] [PATCH 13/31] powerpc/qixis: add clock measurement registers
` [U-Boot] [PATCH 14/31] powerpc/t4qds: use clock measurement for sysclk and ddr clock
` [U-Boot] [PATCH 15/31] powerpc/p5040: enable PBL tool support
` [U-Boot] [PATCH 16/31] board/t4240qds, b4860qds: LAW/TLB for DCSR set to size 32M
` [U-Boot] [PATCH 17/31] Enable XAUI interface for B4860QDS
` [U-Boot] [PATCH 18/31] powerpc/t4qds: Add SW7[4] in the DIP switch display
` [U-Boot] [PATCH 19/31] powerpc/t4qds: Enable master module for Boot from SRIO and PCIE
` [U-Boot] [PATCH 20/31] powerpc/t4qds: Slave module for boot "
` [U-Boot] [PATCH 21/31] powerpc/t4240qds: fix PHY reset timeout issue
` [U-Boot] [PATCH 22/31] powerpc/doc: Fix the misalignment of document README.srio-pcie-boot-corenet
` [U-Boot] [PATCH 23/31] powerpc/b4860: fix for Serdes connectivity to SFP's
` [U-Boot] [PATCH 24/31] powerpc/mpc85xx: add setting of clock-frequency for mpic node
` [U-Boot] [PATCH 25/31] powerpc/p2041: fix serdes reference clock frequency display for PC board
` [U-Boot] [PATCH 26/31] sf: spansion: Add support for S25FL128S
` [U-Boot] [PATCH 27/31] powerpc/B4: Merge B4420 and B4860 in config_mpc85xx.h
` [U-Boot] [PATCH 28/31] powerpc/p5040: fix mdio mux for 10G port
` [U-Boot] [PATCH 29/31] powerpc/usb: Fix usb device-tree fix-up
` [U-Boot] [PATCH 30/31] fman/mEMAC: set SETSP bit in IF_MODE regisgter for RGMII speed
` [U-Boot] [PATCH 31/31] powerpc/b4860qds: Add LAW Target ID and Create LAW entry for Maple

[U-Boot] [PATCH 03/21] fsl_ifc: add support for different IFC bank count
 2013-03-22 20:58 UTC  (18+ messages)
` [U-Boot] [PATCH 05/21] powerpc/mpc85xx: Add setting of clock-frequency for T4/B4 clockgen node
` [U-Boot] [PATCH 07/21] net/fm: fixup ethernet for mEMAC
` [U-Boot] [PATCH 09/21] net/phy: add VSC8574 support
` [U-Boot] [PATCH 14/21] powerpc/b4860qds: Assign DDR address in board file
` [U-Boot] [PATCH 16/21] T4240/eth: fix SGMII card PHY address
` [U-Boot] [PATCH 17/21] powerpc/srio: Remove duplicate macro definitions
` [U-Boot] [PATCH 18/21] powerpc/boot: Change the macro of Boot from SRIO and PCIE master module
` [U-Boot] [PATCH 19/21] powerpc/b4860qds: Add the tlb entries for SRIO interfaces
` [U-Boot] [PATCH 20/21] powerpc/b4860qds: Master module for boot from SRIO and PCIE
` [U-Boot] [PATCH 21/21] powerpc/b4860qds: Slave "

[U-Boot] [PATCH 01/21] common: Update cmd_bdinfo for PPC
 2013-03-22 20:54 UTC  (2+ messages)

[U-Boot] [PATCH 02/21] powerpc/t4240qds: Add board detail for bdinfo command
 2013-03-22 20:52 UTC  (2+ messages)

[U-Boot] [PATCH 01/23] B4860: Corrected FMAN1 operating frequency print at u-boot
 2013-03-22 20:51 UTC  (11+ messages)
` [U-Boot] [PATCH 09/23] Fman/t4240: some fix for 10G XAUI
` [U-Boot] [PATCH 10/23] T4/SerDes: correct the SATA index
` [U-Boot] [PATCH 11/23] powerpc/t4240qds: Update DDR timing table
` [U-Boot] [PATCH 14/23] powerpc/t4240qds: Add voltage ID support
` [U-Boot] [PATCH 15/23] T4/USB: Add USB 2.0 UTMI dual phy support

[U-Boot] [RFC] command/cache: Add flush_cache command
 2013-03-22 20:39 UTC  (7+ messages)

[U-Boot] [PATCH] mx25pdk: Enable imxdi RTC
 2013-03-22 19:57 UTC  (2+ messages)

[U-Boot] [PATCH] MAKEALL: Fix case substitution for old bash
 2013-03-22 17:37 UTC 

[U-Boot] [PATCH 1/2] ARM: implement erratum 716044 workaround
 2013-03-22 17:24 UTC  (6+ messages)


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