public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-10-17 06:32:24 to 2013-10-19 09:07:54 UTC [more...]

[U-Boot] [RFC] ARM: U-boot and 2 GiB of ram with get_ram_size only being long
 2013-10-19  9:07 UTC  (15+ messages)

[U-Boot] [PATCH 0/2] Add usb eth support
 2013-10-19  6:49 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] usb: ehci: exynos: set/reset hsic phys
` [U-Boot] [PATCH 2/2] exynos5: arndale: Add network support

[U-Boot] [PATCH v8 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver
 2013-10-19  5:22 UTC  (9+ messages)
` [U-Boot] [PATCH v8 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform

[U-Boot] [PATCH 0/4] USB: UMS: code refactoring and usage improvement
 2013-10-19  0:57 UTC  (11+ messages)
` [U-Boot] [PATCH 1/4] usb: ums: move ums code from trats to Samsung common directory
` [U-Boot] [PATCH 3/4] usb: ums: fix bug in partition capacity computation
` [U-Boot] [PATCH 4/4] usb: ums: add ums exit feature by ctrl+c or by detach usb cable

[U-Boot] [PATCH v3 0/16] Driver model implementation, tests, demo and GPIO
 2013-10-19  0:45 UTC  (20+ messages)
` [U-Boot] [PATCH v3 07/16] dm: Add base driver model support
` [U-Boot] [PATCH v3 08/16] dm: Set up driver model after relocation
` [U-Boot] [PATCH v3 10/16] dm: Add a 'dm' command for testing
` [U-Boot] [PATCH v3 11/16] dm: Add a demonstration/example driver
` [U-Boot] [PATCH v3 12/16] dm: Add GPIO support and tests
` [U-Boot] [PATCH v3 15/16] dm: Add README for driver model

[U-Boot] [RFC PATCH 1/2] usb: dfu: decrease dfu->r_left along with the transfer
 2013-10-19  0:44 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/16] Driver model implementation, tests, demo and GPIO
 2013-10-18 22:33 UTC  (17+ messages)
` [U-Boot] [PATCH v4 01/16] sandbox: Make map_to_sysmem() use a constant pointer
` [U-Boot] [PATCH v4 02/16] sandbox: Correct data sizes and printf() strings in fdtdec.c
` [U-Boot] [PATCH v4 03/16] sandbox: config: Don't use 64-bit physical memory
` [U-Boot] [PATCH v4 04/16] sandbox: Build a device tree file for sandbox
` [U-Boot] [PATCH v4 05/16] Add cmd_process_error() to report and process errors
` [U-Boot] [PATCH v4 06/16] sandbox: config: Enable driver model
` [U-Boot] [PATCH v4 07/16] dm: Add README for "
` [U-Boot] [PATCH v4 08/16] dm: Add base driver model support
` [U-Boot] [PATCH v4 09/16] dm: Set up driver model after relocation
` [U-Boot] [PATCH v4 10/16] dm: Add basic tests
` [U-Boot] [PATCH v4 11/16] dm: Add a 'dm' command for testing
` [U-Boot] [PATCH v4 12/16] dm: Add a demonstration/example driver
` [U-Boot] [PATCH v4 13/16] dm: Add GPIO support and tests
` [U-Boot] [PATCH v4 14/16] sandbox: Convert GPIOs to use driver model
` [U-Boot] [PATCH v4 15/16] dm: Enable gpio command to support "
` [U-Boot] [PATCH v4 16/16] dm: Move old driver model documentation into an 'old-docs' directory

[U-Boot] [PATCH] TI:omap5: Add rdaddr, use consistent loadaddr values
 2013-10-18 22:04 UTC 

[U-Boot] [PATCH v4 0/6] Second step towards Kbuild: Descend down like Kbuild
 2013-10-18 21:29 UTC  (10+ messages)
` [U-Boot] [PATCH v4 1/6] Makefile: support descending down to subdirectories
` [U-Boot] [PATCH v4 2/6] drivers: move some drivers to drivers/Makefile
` [U-Boot] [PATCH v4 3/6] fs: move some file system to fs/Makefile
` [U-Boot] [PATCH v4 4/6] ARM: tegra: move Tegra specific code under arch/arm/
` [U-Boot] [PATCH v4 5/6] ARM: omap: move OMAP "
` [U-Boot] [PATCH v4 6/6] ARM: s5pc, exynos: move Samsung ARM SoC "

[U-Boot] Pull request: u-boot-sh/master
 2013-10-18 21:14 UTC  (3+ messages)

[U-Boot] BUILD_NBUILDS with MAKEALL
 2013-10-18 21:06 UTC 

[U-Boot] Question about CONFIG_ENV_IS_IN_FAT
 2013-10-18 20:23 UTC  (3+ messages)

[U-Boot] Is EP88x board dead or not?
 2013-10-18 20:20 UTC  (4+ messages)

[U-Boot] Can a standalone application send data via Ethernet in U-Boot?
 2013-10-18 20:15 UTC  (2+ messages)

[U-Boot] fdt performance
 2013-10-18 20:11 UTC  (6+ messages)

[U-Boot] [PATCH v4 0/11] Support for the kmp204x reference design
 2013-10-18 18:36 UTC  (23+ messages)
` [U-Boot] [PATCH v4 01/11] powerpc: cast bi_memsize to ulong for %ld usage
` [U-Boot] [PATCH v4 02/11] km-powerpc: move SYS_MALLOC_LEN out of keymile-common.h
` [U-Boot] [PATCH v4 03/11] KM: fix typo in default environment
` [U-Boot] [PATCH v4 04/11] KM: define CONFIG_SYS_I2C_INIT_BOARD only for concerned board
` [U-Boot] [PATCH v4 05/11] KM: add CONFIG_KM_COMMON_ETH_INIT for km common eth init
` [U-Boot] [PATCH v4 06/11] mpc8xxx: call i2c_set_bus_num in __get_spd
` [U-Boot] [PATCH v4 07/11] mpc8xxx: set x2 DDR3 refresh rate if SPD config requires it
` [U-Boot] [PATCH v4 08/11] net/fman: add a fm_enable_port function
` [U-Boot] [PATCH v4 09/11] mtd/fsl_elbc: take NAND_ECC_SOFT_BCH config option into account
` [U-Boot] [PATCH v4 10/11] fsl/mpc85xx: define common serdes_clock_to_string function
` [U-Boot] [PATCH v4 11/11] mpc85xx: introduce the kmp204x reference design support

[U-Boot] [PATCH] pxe: fix handling of absolute paths
 2013-10-18 18:04 UTC 

[U-Boot] [PATCH 1/2][v3]powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
 2013-10-18 16:37 UTC  (2+ messages)

[U-Boot] Final talk schedule for U-Boot mini summit and collection of discussion topics
 2013-10-18 16:26 UTC 

[U-Boot] Freescale P4080 DDR problems
 2013-10-18 16:13 UTC  (2+ messages)

[U-Boot] u-boot boot process is broken, how do i recover?
 2013-10-18 16:12 UTC 

[U-Boot] [PATCH 2/2][v2] powerpc/t104xrdb: Add T1042RDB_PI board support
 2013-10-18 11:49 UTC 

[U-Boot] [PATCH 1/2][v2] powerpc/t104xrdb: Add T1040RDB board support
 2013-10-18 11:49 UTC 

[U-Boot] [PATCH 0/2][v2] powerpc/t104xrdb: Add support for T1040RDB and T1042RDB_PI
 2013-10-18 11:48 UTC 

[U-Boot] [PATCH 0/5] mtd: nand: enable 8k byte page nand flash support for sama5d3x-ek
 2013-10-18  9:46 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] MTD: nand: increase the max eccpos size to 448 to support 8k page nand
` [U-Boot] [PATCH 2/5] mtd: atmel_nand: enable PMECC support for 8k bytes page NAND flash
` [U-Boot] [PATCH 3/5] sama5d3xek: support larger than 4G nand flash
` [U-Boot] [PATCH 4/5] mtd: atmel_nand: don't print bit correction message in driver
` [U-Boot] [PATCH 5/5] mtd: atmel_nand: use dev_xxx instead of printk

[U-Boot] [PATCH][v2] powerpc/t1040: Update defines to support T1040SoC personalities
 2013-10-18  7:00 UTC 

[U-Boot] [PATCH 0/3] Fix bugs of MAKEALL
 2013-10-18  6:37 UTC  (14+ messages)
` [U-Boot] [PATCH 1/3] MAKEALL: fix awk warning message
` [U-Boot] [PATCH 2/3] MAKEALL: fix a bug to use CROSS_COMPILE_<ARCH>
` [U-Boot] [PATCH 3/3] MAKEALL: fix boards_by_field function

[U-Boot] [PATCH v3 00/19] First step towards Kbuild: Use Kbuild style makefiles
 2013-10-18  1:33 UTC  (23+ messages)
` [U-Boot] [PATCH v3 01/19] Makefile: prepare for using Kbuild-style Makefile
` [U-Boot] [PATCH v3 02/19] armv7: convert makefiles to Kbuild style
` [U-Boot] [PATCH v3 03/19] arm926ejs: "
` [U-Boot] [PATCH v3 04/19] arm920t: "
` [U-Boot] [PATCH v3 05/19] arm720t: "
` [U-Boot] [PATCH v3 06/19] ARM: "
` [U-Boot] [PATCH v3 07/19] ARM: imx-common: "
` [U-Boot] [PATCH v3 08/19] drivers: net: "
` [U-Boot] [PATCH v3 09/19] drivers: mtd: "
` [U-Boot] [PATCH v3 10/19] drivers: usb: "
` [U-Boot] [PATCH v3 11/19] drivers: "
` [U-Boot] [PATCH v3 12/19] fs: "
` [U-Boot] [PATCH v3 13/19] common: "
` [U-Boot] [PATCH v3 14/19] net: convert a makefile "
` [U-Boot] [PATCH v3 15/19] lib: convert makefiles "
` [U-Boot] [PATCH v3 16/19] disk: convert a makefile "
` [U-Boot] [PATCH v3 17/19] sandbox: convert makefiles "
` [U-Boot] [PATCH v3 18/19] powerpc: "
` [U-Boot] [PATCH v3 19/19] board: ti: "

[U-Boot] [PATCH v2 0/2] ARM: tegra: Add the Tamonten-NG Evaluation carrier boards
 2013-10-17 19:23 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] ARM: tegra: support SKU b1 of Tegra30
` [U-Boot] [PATCH v2 2/2] ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board

[U-Boot] [PATCH 1/2][v2]powerpc/usb:Define CONFIG_USB_MAX_CONTROLLER_COUNT for all 85xx socs
 2013-10-17 17:40 UTC  (3+ messages)

[U-Boot] [PATCH v7 0/5] mtd: nand: omap: optimize and clean-up of OMAP NAND driver
 2013-10-17 17:24 UTC  (2+ messages)

[U-Boot] [PATCH 0/2]powerpc/usb:Intergrate multiple USB controller support
 2013-10-17 17:18 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] powerpc/usb:Differentiate USB controller base address

[U-Boot] [PATCH] powerpc/c29xpcie: add DDR ECC on off config setting
 2013-10-17 17:16 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH V2 0/6] Add support for SPI based DataImage LCD panel
 2013-10-17 16:23 UTC  (5+ messages)
` [U-Boot] [PATCH V2 4/6] lcd: add DataImage SCF0403x LCD panel support
` [U-Boot] [PATCH V2 5/6] omap3_dss: define DSS_ONOFF

[U-Boot] [ANN] U-Boot v2013.10 released
 2013-10-17 16:12 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] ARM: tegra: support SKU b1 of Tegra30
 2013-10-17 15:45 UTC  (12+ messages)

[U-Boot] [PATCH 1/3] fpga: zynqpl: Add dcache flush support
 2013-10-17 15:22 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] fpga: zynqpl: Do not place bitstream below 1MB
` [U-Boot] [PATCH 3/3] fpga: Add support for gzip images with bitstreams

[U-Boot] Replace Redboot with U-boot
 2013-10-17 13:31 UTC 

[U-Boot] [PATCH] zynq: Use arch_cpu_init() instead of lowlevel_init()
 2013-10-17 12:43 UTC  (16+ messages)

[U-Boot] [PATCH v2 00/10] arm: vf610/vf610twr: vybrid tower fixes and enhancements
 2013-10-17 12:38 UTC  (6+ messages)
` [U-Boot] [PATCH v2 01/10] arm: vf610: fix anadig register struct
` [U-Boot] [PATCH v2 04/10] arm: vf610: add anadig pll5 definitions

[U-Boot] Beaglebone LCD support in U-Boot?
 2013-10-17 12:14 UTC  (2+ messages)

[U-Boot] [PATCH v8 0/2] I2C: Zynq
 2013-10-17 11:11 UTC  (4+ messages)

[U-Boot] [PATCH V3] ARM: OMAP5: DDR3: Change io settings
 2013-10-17 11:05 UTC 

[U-Boot] [PATCH 1/4] serial: sh: Add support R8A7791
 2013-10-17 11:04 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] arm: rmobile: "

[U-Boot] [PATCH] ARM: OMAP5: DDR3: Change io settings
 2013-10-17  9:12 UTC  (7+ messages)

[U-Boot] [PATCH] arm: Remove IXP425 boards pdnb3 and scpu
 2013-10-17  8:09 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 1/3] i2c: sh_i2c: Update to new CONFIG_SYS_I2C framework
 2013-10-17  7:37 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] arm: kzm9g: Update to new I2C framework
` [U-Boot] [PATCH 3/3] sh: ecovec: "

[U-Boot] [i2c] Pull request
 2013-10-17  6:48 UTC 

[U-Boot] [PATCH v4 3/3] i2c: update config using mxc driver to new subsystem
 2013-10-17  6:44 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 2/3] i2c: mxc: move to new subsystem
 2013-10-17  6:43 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,2/3] "

[U-Boot] [PATCH v4 1/3] i2c: fix init on generic board
 2013-10-17  6:42 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,1/3] "

[U-Boot] [PATCH] i2c: Zynq: Support for TI PCA9548 bus multiplexer
 2013-10-17  6:41 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 3/3 v7] i2c: s3c24xx: add hsi2c controller support
 2013-10-17  6:32 UTC  (2+ messages)
` [U-Boot] [U-Boot, 3/3, "


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