public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-04-19 18:38:59 to 2013-04-22 20:08:53 UTC [more...]

[U-Boot] Driver Model Thoughts
 2013-04-22 20:08 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] TPM: STMicroelectronics u-boot driver I2C
 2013-04-22 18:53 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] Add gdsys ControlCenter Digital board
 2013-04-22 18:37 UTC  (11+ messages)
` [U-Boot] [PATCH 1/6] tpm: add AUTH1 cmds for LoadKey2 and GetPubKey
` [U-Boot] [PATCH 2/6] mpc85xx: Add CONFIG_RELEASE_CORE0_ONLY
` [U-Boot] [PATCH 3/6] i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0
  ` [U-Boot] [PATCH 3/6] i2c: fsl_i2c:i2c_read(): "
` [U-Boot] [PATCH 4/6] Add Atmel I2C tpm
` [U-Boot] [PATCH 5/6] powerpc: Build arch/powerpc/lib/bootm.o depending on CONFIG_CMD_BOOTM
` [U-Boot] [PATCH 6/6] mpc85xx: Add gdsys ControlCenter Digital board

[U-Boot] [PATCH v3 0/19] Allow images to work on sandbox
 2013-04-22 18:29 UTC  (21+ messages)
` [U-Boot] [PATCH v3 01/19] env: Fix minor comment typos in cmd_nvedit
` [U-Boot] [PATCH v3 02/19] Add minor updates to README.fdt-control
` [U-Boot] [PATCH v3 03/19] hash: Add a way to calculate a hash for any algortihm
` [U-Boot] [PATCH v3 04/19] bootstage: Don't build for HOSTCC
` [U-Boot] [PATCH v3 05/19] mkimage: Move ARRAY_SIZE to header file
` [U-Boot] [PATCH v3 06/19] libfdt: Add fdt_next_subnode() to permit easy subnode iteration
` [U-Boot] [PATCH v3 07/19] image: Move timestamp #ifdefs to header file
` [U-Boot] [PATCH v3 08/19] image: Export fit_check_ramdisk()
` [U-Boot] [PATCH v3 09/19] image: Split FIT code into new image-fit.c
` [U-Boot] [PATCH v3 10/19] image: Move HOSTCC image code to tools/
` [U-Boot] [PATCH v3 11/19] image: Split hash node processing into its own function
` [U-Boot] [PATCH v3 12/19] image: Convert fit_image_hash_set_value() to static, and rename
` [U-Boot] [PATCH v3 13/19] image: Rename fit_image_check_hashes() to fit_image_verify()
` [U-Boot] [PATCH v3 14/19] image: Move hash checking into its own function
` [U-Boot] [PATCH v3 15/19] image: Move error! string to common place
` [U-Boot] [PATCH v3 16/19] image: Export fit_conf_get_prop_node()
` [U-Boot] [PATCH v3 17/19] image: Rename fit_add_hashes() to fit_add_verification_data()
` [U-Boot] [PATCH v3 18/19] image: Rename hash printing to fit_image_print_verification_data()
` [U-Boot] [PATCH v3 19/19] sandbox: image: Add support for booting images in sandbox

[U-Boot] [PATCH 1/2] config_cmd_default.h: Remove CONFIG_CMD_MEMTEST
 2013-04-22 17:51 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] feature-removal-schedule.txt: Add CONFIG_SYS_MTEST_START/END

[U-Boot] Please pull u-boot-cfi-flash/master
 2013-04-22 17:51 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx/master
 2013-04-22 17:51 UTC  (2+ messages)

[U-Boot] [PATCH 0/11] Update gdsys ppc4xx-based boards
 2013-04-22 17:14 UTC  (13+ messages)
` [U-Boot] [PATCH 01/11] powerpc/ppc4xx: Add generic accessor functions for gdsys FPGA
` [U-Boot] [PATCH 02/11] powerpc/ppc4xx: Add gdsys mclink interface
` [U-Boot] [PATCH 03/11] powerpc/ppc4xx: Add fpgad command for dumping gdsys fpga registers
` [U-Boot] [PATCH 04/11] powerpc/ppc4xx: Add bitbang i2c interface for gdsys boards
` [U-Boot] [PATCH 05/11] powerpc/ppc4xx: Use generic FPGA accessors in gdsys common code
` [U-Boot] [PATCH 06/11] powerpc/ppc4xx: Support gdsys multichannel iocon hardware
` [U-Boot] [PATCH 07/11] powerpc/ppc4xx: Use generic FPGA accessors on all gdsys 405ep/ex boards
` [U-Boot] [PATCH 08/11] powerpc/ppc4xx: Fixup phy erratum on gdsys iocon hardware
` [U-Boot] [PATCH 09/11] powerpc/ppc4xx: Increase timeout for gdsys mclink bus startup
` [U-Boot] [PATCH 10/11] powerpc/ppc4xx: Consider gdsys FPGA OSD size
` [U-Boot] [PATCH 11/11] powerpc/ppc4xx: Remove CONFIG_SYS_FLASH_PROTECTION from gdsys boards

[U-Boot] Xilinx Zynq patches
 2013-04-22 16:29 UTC  (20+ messages)
` [U-Boot] [PATCH 01/14] arm: zynq: U-Boot udelay < 1000 FIX
` [U-Boot] [PATCH 02/14] zynq: Move scutimer baseaddr to hardware.h
` [U-Boot] [PATCH 03/14] net: phy: Define Marvell 88e1518 phy
` [U-Boot] [PATCH 04/14] net: gem: Remove WRAP bit from TX buffer description
` [U-Boot] [PATCH 05/14] net: gem: Simplify return path in zynq_gem_recv
` [U-Boot] [PATCH 06/14] net: gem: Do not initialize BDs again
` [U-Boot] [PATCH 07/14] net: gem: Fix gem driver on 1Gbps LAN
` [U-Boot] [PATCH 08/14] zynq: Move macros to hardware.h
` [U-Boot] [PATCH 09/14] net: gem: Pass phy address to init
` [U-Boot] [PATCH 10/14] net: gem: Preserve clk on emio interface
` [U-Boot] [PATCH 11/14] net: gem: Add support for phy autodetection
` [U-Boot] [PATCH 12/14] mmc: Add support for Xilinx Zynq sdhci controller
` [U-Boot] [PATCH 13/14] i2c: zynq: Add support for Xilinx Zynq
` [U-Boot] [PATCH 14/14] fpga: Add support for loading bitstream "

[U-Boot] [PATCH v3 0/17] sandbox: Generic board support and other improvements
 2013-04-22 16:08 UTC  (22+ messages)
` [U-Boot] [PATCH v3 01/17] Trigger generic board error only when building
` [U-Boot] [PATCH v3 02/17] sandbox: Provide a way to map from host RAM to U-Boot RAM
` [U-Boot] [PATCH v3 03/17] sandbox: Add support for generic board
` [U-Boot] [PATCH v3 04/17] sandbox: Use generic board init
` [U-Boot] [PATCH v3 05/17] sandbox: Remove old board init code
` [U-Boot] [PATCH v3 06/17] sandbox: Add CONFIG_OF_HOSTFILE to read FDT from host file
` [U-Boot] [PATCH v3 07/17] fdt: Add a parameter to fdt_valid()
` [U-Boot] [PATCH v3 08/17] Add getenv_hex() to return an environment variable as hex
` [U-Boot] [PATCH v3 09/17] fdt: Allow fdt command to check and update control FDT
` [U-Boot] [PATCH v3 10/17] sandbox: fdt: Support fdt command for sandbox
` [U-Boot] [PATCH v3 11/17] fdt: Skip checking FDT if the pointer is NULL
` [U-Boot] [PATCH v3 12/17] Revert "fdt- Tell the FDT library where the device tree is"
` [U-Boot] [PATCH v3 13/17] sandbox: Allow -c argument to provide a command list
` [U-Boot] [PATCH v3 14/17] sandbox: Support 'source' command
` [U-Boot] [PATCH v3 15/17] fs: Add support for saving data to filesystems
` [U-Boot] [PATCH v3 16/17] sandbox: fs: Add support for saving files to host filesystem
` [U-Boot] [PATCH v3 17/17] sandbox: config: Enable CONFIG_FIT and CONFIG_CMD_FIT

[U-Boot] [PATCH 1/2] da850: provide davinci_enable_uart0
 2013-04-22 15:55 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] davinci: handle CONFIG_SYS_CLE_MASK and CONFIG_SYS_ALE_MASK

[U-Boot] [PATCH 1/4] microblaze: Fix reset function
 2013-04-22 15:53 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] microblaze: Enable netconsole
` [U-Boot] [PATCH 3/4] microblaze: Disable all cpu features before reset
` [U-Boot] [PATCH 4/4] watchdog: Add support for Xilinx Microblaze watchdog

[U-Boot] [PATCH v3 8/8] usb: common: Use a global macro for 'min3'
 2013-04-22 13:45 UTC  (4+ messages)
` [U-Boot] [PATCH] usb: common: Use a global definition "

[U-Boot] [PATCH v2] Add NanoBone board support
 2013-04-22 12:46 UTC 

[U-Boot] [PATCH] Add NanoBone board support
 2013-04-22 11:39 UTC  (8+ messages)

[U-Boot] [PATCH 1/6] imx: Align the imximage header and payload to multiples of 4k
 2013-04-22 11:19 UTC  (24+ messages)
` [U-Boot] [PATCH 4/6] arm: mx5: Add SPL support code to MX5
` [U-Boot] [PATCH 6/6] arm: mx5: Add support for DENX M53EVK
` [U-Boot] [PATCH 2/6] nand: Add SPL_NAND support to mxc_nand_spl

[U-Boot] [PATCH 1/3] cm-t35: move cm-t35 to live in compulab directory
 2013-04-22 11:06 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] MAINTAINERS: fix the cm-t35 board name
` [U-Boot] [PATCH 3/3] cm-t35: update config file

[U-Boot] [PATCH] flash: Add optional verify-after-write feature
 2013-04-22  9:08 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] imx: Add titanium board support (i.MX6 based)
 2013-04-22  8:33 UTC  (4+ messages)

[U-Boot] [PATCH v3 3/8] usb: hub: Power-cycle on root-hub ports
 2013-04-22  8:21 UTC  (3+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 3/3 v2] ppc4xx: Add lcd4_lwmon5 support
 2013-04-22  8:20 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3 v3] "

[U-Boot] [PATCH 1/3] ppc4xx: Add SPL support
 2013-04-22  8:19 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] Makefile: Add target for combined u-boot.img & spl/u-boot.bin
` [U-Boot] [PATCH 1/3 v2] ppc4xx: Add SPL support

[U-Boot] [PATCH 1/3] iomux-v3: Place pad control definitions into common file
 2013-04-22  7:51 UTC  (11+ messages)
` [U-Boot] [PATCH 3/3] mx6sl: Add initial support for mx6slevk board

[U-Boot] [PATCH v3 6/8] USB: SS: Add support for Super Speed USB interface
 2013-04-22  6:46 UTC  (7+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH] imx: Add support for the SabreSD shipped with i.MX6DL
 2013-04-22  6:12 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/2] imx: Complete the pin definitions for the i.MX6DL / i.MX6Solo
  ` [U-Boot] [PATCH v2 2/2] imx: Add support for the SabreSD shipped with i.MX6DL

[U-Boot] USB detection in u-boot oin our custom board
 2013-04-22  5:54 UTC 

[U-Boot] [PATCH v2 00/12] arm: add Faraday A36x SoC platform support
 2013-04-22  2:56 UTC  (38+ messages)
` [U-Boot] [PATCH 01/11] arm: add MMU/d-cache support for Faraday cores
  ` [U-Boot] [PATCH v2 03/12] net: add Faraday FTMAC110 10/100Mbps ethernet support
  ` [U-Boot] [PATCH v2 04/12] i2c: add Faraday FTI2C010 I2C controller support
  ` [U-Boot] [PATCH v2 05/12] spi: add Faraday FTSPI010 SPI "
  ` [U-Boot] [PATCH v2 06/12] mmc: add an alternative driver to Faraday FTSDC010
  ` [U-Boot] [PATCH v2 07/12] mtd: nand: add Faraday FTNANDC021 NAND controller support
  ` [U-Boot] [PATCH v2 08/12] mtd: spi: add FTSPI020 SPI Flash "
  ` [U-Boot] [PATCH v2 09/12] usb: ehci: add Faraday USB 2.0 EHCI support
  ` [U-Boot] [PATCH v2 10/12] usb: gadget: add Faraday FOTG210 USB gadget support
  ` [U-Boot] [PATCH v2 11/12] arm: add MMU/d-cache support for Faraday cores
  ` [U-Boot] [PATCH v2 12/12] arm: add Faraday A36x SoC platform support

[U-Boot] [PATCH] video: exynos_fb: Add the missing #else clause
 2013-04-22  1:00 UTC  (3+ messages)

[U-Boot] [PATCH V2 1/6] imx: Align the imximage header and payload to multiples of 4k
 2013-04-21 20:29 UTC  (10+ messages)
` [U-Boot] [PATCH V2 2/6] nand: Add SPL_NAND support to mxc_nand_spl
` [U-Boot] [PATCH V2 3/6] arm: imx: Pack u-boot.bin into uImage for SPL
` [U-Boot] [PATCH 4/6] arm: mx5: Add SPL support code to MX5
` [U-Boot] [PATCH 5/6] arm: mx5: Add NAND clock handling
` [U-Boot] [PATCH V2 6/6] arm: mx5: Add support for DENX M53EVK

[U-Boot] Regression from v2013.04-rc3 with sdcard detection
 2013-04-21 17:29 UTC 

[U-Boot] [PATCH] Fix usb buffer size for large descriptor of devices
 2013-04-21 17:15 UTC 

[U-Boot] [PATCH] powerpc: Use lower case for the core names
 2013-04-21 16:11 UTC 

[U-Boot] [PATCH v2 0/45] Verified boot implementation based on FIT
 2013-04-20 23:03 UTC  (3+ messages)

[U-Boot] [PATCH v5] add support for the palm treo 680 board
 2013-04-20 19:26 UTC 

[U-Boot] [PATCH v5] palmtreo680: add utility that writes u-boot to flash
 2013-04-20 19:07 UTC  (7+ messages)

[U-Boot] [PATCH RESEND] arm: bootm: call udc_disable() before booting linux
 2013-04-20 17:17 UTC  (3+ messages)

[U-Boot] freescale i.MX28 mxsboot NAND booting on mx28evk bad blocks
 2013-04-20  1:22 UTC  (10+ messages)

[U-Boot] How do I use AM335x eth1 rather than eth0 ?
 2013-04-20  1:03 UTC  (4+ messages)

[U-Boot] [STATUS] v2013.04 released
 2013-04-19 22:12 UTC  (4+ messages)

[U-Boot] [PATCH v5 1/2] mx51evk: Update environment in order to allow booting a dt kernel
 2013-04-19 21:21 UTC  (4+ messages)
` [U-Boot] [PATCH v5 2/2] mx51evk: Do not force the rootfs type

[U-Boot] [PATCH v4 1/2] mx51evk: Update environment in order to allow booting a dt kernel
 2013-04-19 20:22 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] mx51evk: Do not force the rootfs type

[U-Boot] [PATCH v3 4/8] usb: Update device class in usb device's descriptor
 2013-04-19 18:39 UTC  (2+ messages)
` [U-Boot] [U-Boot, v3, "


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