U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-24 15:29:47 to 2015-09-28 13:43:50 UTC [more...]

[U-Boot] [PATCH 1/2] mmc: dw_mmc: Increase timeout to 20 seconds
 2015-09-28 13:43 UTC  (3+ messages)
` [U-Boot] [PATCH] mmc: dw_mmc: Increase timeout to 4 minutes (as in Linux kernel)

[U-Boot] [PATCH v3 0/4] Move tpm_tis_i2c to tpm_tis_infineon and convert last tpm driver to use DM_TPM
 2015-09-28 13:32 UTC  (3+ messages)

[U-Boot] [PATCH] spi : convert altera_spi to driver model
 2015-09-28 13:27 UTC  (5+ messages)

[U-Boot] DWMMC crontroller in Exynos4412
 2015-09-28 13:27 UTC  (9+ messages)

[U-Boot] [PATCH 1/2] dm: implement a Timer uclass
 2015-09-28 13:19 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] nios2: convert altera timer to driver model

[U-Boot] [PATCH RESPIN v2 01/13] Reorder defconfigs with 'savedefconfig'
 2015-09-28 13:14 UTC  (3+ messages)

[U-Boot] [PATCH 0/8] Better support of booting VxWorks via 'bootvx'
 2015-09-28 13:10 UTC  (25+ messages)
` [U-Boot] [PATCH 2/8] cmd: Convert CONFIG_CMD_ELF to Kconfig
` [U-Boot] [PATCH 3/8] cmd: Clean up cmd_elf a little bit
` [U-Boot] [PATCH 4/8] cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()
` [U-Boot] [PATCH 5/8] cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline
` [U-Boot] [PATCH 6/8] cmd: bootvx: Always get VxWorks bootline from env
` [U-Boot] [PATCH 7/8] cmd: bootvx: Pass E820 information to an x86 VxWorks kernel
` [U-Boot] [PATCH 8/8] doc: Complement document about booting VxWorks

[U-Boot] [PATCH 0/3] Fix fdt 'reg' parsing and unbreak Odroid U3
 2015-09-28 12:17 UTC  (18+ messages)
` [U-Boot] [PATCH 1/3] fix: fdtdec: allow parse 'reg' property with zero value in '#size-cells'
` [U-Boot] [PATCH 2/3] fix: s5p_gpio: call: dev_get_addr() instead of fdtdec_get_addr()
` [U-Boot] [PATCH 3/3] fix: mach-exynos: clock: restore calling dead exynos4_get_mmc_clk()
` [U-Boot] [PATCH V2 0/3] Fix fdt 'reg' parsing and unbreak few Exynos4 boards
  ` [U-Boot] [PATCH V2 1/3] fdtdec: fix parsing 'reg' property with zero value in '#size-cells'
  ` [U-Boot] [PATCH V2 2/3] gpio: s5p: call: dev_get_addr() instead of fdtdec_get_addr()
  ` [U-Boot] [PATCH V2 3/3] mach-exynos: clock: restore calling dead exynos4_get_mmc_clk()

[U-Boot] [PATCH] common: add CMD_GPIO to Kconfig
 2015-09-28 11:56 UTC  (6+ messages)

[U-Boot] [PATCH 0/6] device model bringup of am437x platform on gp-evm and sk-evm
 2015-09-28 11:08 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] drivers: serial: serial_omap: populate default clock frequency when not found in dt
` [U-Boot] [PATCH 2/6] drivers: serial: serial_omap: add comaptibles for all ti platforms
` [U-Boot] [PATCH 3/6] am43xx_evm.h: : switch to CONFIG_OMAP_SERIAL for non-SPL DM_SERIAL
` [U-Boot] [PATCH 4/6] am43xx_evm: mmc: do not define DM_MMC for spl
` [U-Boot] [PATCH 5/6] am437x: Add am437x_gp_evm_defconfig using CONFIG_DM
` [U-Boot] [PATCH 6/6] am437x: Add am437x_sk_evm_defconfig "

[U-Boot] [PATCH] fdt: fix fdtdec_get_addr_size not to require any size cells
 2015-09-28 10:41 UTC  (2+ messages)

[U-Boot] [PATCH] am437x_evm: increase phy autoneg timeout
 2015-09-28 10:28 UTC 

[U-Boot] [PATCH 0/7] Add board detection for Odroid XU3 / XU3Lite / XU4
 2015-09-28 10:19 UTC  (4+ messages)
` [U-Boot] [PATCH V2 00/11] "

[U-Boot] [PATCH] board/BuR/kwb: implement board-specific do_go_exec to form vxWorks bootline
 2015-09-28 10:13 UTC  (8+ messages)
      ` [U-Boot] Antwort: Re: "

[U-Boot] [PATCH 0/2] Enhance Odroid board
 2015-09-28  9:42 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] odroid: replace 'fatload' with 'load' to be able to use EXT* partitions
` [U-Boot] [PATCH 2/2] odroid: Add boot script (boot.scr) support

[U-Boot] [PATCH v2] arm, at91: small updates for the smartweb board
 2015-09-28  9:36 UTC 

[U-Boot] [PATCH] arm, at91: small updates for the smartweb board
 2015-09-28  9:35 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/13] Better support of booting VxWorks via 'bootvx'
 2015-09-28  9:12 UTC  (14+ messages)
` [U-Boot] [PATCH v2 01/13] Reorder defconfigs with 'savedefconfig'
` [U-Boot] [PATCH v2 02/13] x86: fsp: Report correct number of E820 table entries
` [U-Boot] [PATCH v2 03/13] x86: Initialize GDT entry 1 to be the 32-bit CS as well
` [U-Boot] [PATCH v2 04/13] x86: Move install_e820_map() out of zimage.c
` [U-Boot] [PATCH v2 05/13] x86: Remove quotation mark in CONFIG_HOSTNAME
` [U-Boot] [PATCH v2 06/13] cmd: Convert CONFIG_CMD_ELF to Kconfig
` [U-Boot] [PATCH v2 07/13] cmd: Clean up cmd_elf a little bit
` [U-Boot] [PATCH v2 08/13] cmd: elf: Reorder load_elf_image_phdr() and load_elf_image_shdr()
` [U-Boot] [PATCH v2 09/13] cmd: bootvx: Pass netmask and gatewayip to VxWorks bootline
` [U-Boot] [PATCH v2 10/13] cmd: bootvx: Always get VxWorks bootline from env
` [U-Boot] [PATCH v2 11/13] cmd: bootvx: Pass E820 information to an x86 VxWorks kernel
` [U-Boot] [PATCH v2 12/13] cmd: bootvx: Add asmlinkage to the VxWorks x86 entry
` [U-Boot] [PATCH v2 13/13] doc: Complement document about booting VxWorks

[U-Boot] [PATCH] spi: ignore set speed and mode if not available
 2015-09-28  8:44 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/5] device model bringup of hsmmc on am335x bone black and gp evm
 2015-09-28  7:26 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/5] omap_hsmmc: update struct hsmmc to accomodate base address from DT
` [U-Boot] [PATCH v2 2/5] am335x_evm: mmc: do not define DM_MMC for spl
` [U-Boot] [PATCH v2 3/5] drivers: mmc: omap_hsmmc: convert driver to adopt device driver model
` [U-Boot] [PATCH v2 4/5] defconfig: am335x: bbb: enable mmc "
` [U-Boot] [PATCH v2 5/5] defconfig: am335x: gp_evm: "

[U-Boot] [Patch v2 04/16] net/fm: bug fix when CONFIG_PHYLIB not defined
 2015-09-28  7:23 UTC  (17+ messages)
` [U-Boot] [Patch v2 07/16] net/fm: fix MDIO controller base on FMAN2
` [U-Boot] [Patch v2 08/16] net/fm: fix compile warnings for 64-bit platform
` [U-Boot] [Patch v2 09/16] ARMv8/FSL_LSCH2: Add FSL_LSCH2 SoC

[U-Boot] Please pull u-boot-ubi master
 2015-09-28  6:31 UTC 

[U-Boot] [PATCH] nios2: convert nios2 cpu to driver model
 2015-09-28  0:31 UTC 

[U-Boot] fs: ext4: fix symlink read function
 2015-09-27 19:05 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/2] sunxi: support FEL-provided environment vars and "fel" boot target
 2015-09-26 21:03 UTC  (8+ messages)
` [U-Boot] [RFC PATCH 2/2] sunxi: add "

[U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI
 2015-09-26 13:01 UTC  (4+ messages)
` [U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXIto NAND_SUNXI

[U-Boot] [PATCH] tools: moveconfig: Update the URL for nds32 toolchain
 2015-09-26 11:48 UTC  (2+ messages)

[U-Boot] [PATCH] nios2 : convert altera_pio to driver model
 2015-09-26  9:07 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH v2 1/5] spi_sf: Skip the erasing of protected sectors
 2015-09-26  3:47 UTC  (13+ messages)
` [U-Boot] [PATCH v2 5/5] cgtqmx6eval: Protect the manufacturing information in SPI NOR

[U-Boot] [PATCH] Add support for LZ4 decompression algorithm
 2015-09-26  0:27 UTC 

[U-Boot] [PATCH v7 0/6] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-09-25 23:25 UTC  (8+ messages)
` [U-Boot] [PATCH v7 1/6] spi: cadence_qspi: move trigger base configuration in init

[U-Boot] [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels
 2015-09-25 18:33 UTC  (7+ messages)
          ` [U-Boot] Improving DRAM settings for Allwinner A10/A13/A20 devices

[U-Boot] CONFIG_ENV_IS_IN_UBI not working nicely with CONFIG_SPI_FLASH_MTD
 2015-09-25 17:44 UTC 

[U-Boot] [PATCH 00/10] Kconfig and ti omap configs tidy up
 2015-09-25 17:37 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] exynos: Properly initialize host_caps in s5p_sdhci_core_init()
 2015-09-25 17:18 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/4] exynos: Fix passing of errors in exynos_mmc_init()
` [U-Boot] [PATCH v2 3/4] exynos: be more verbose in process_nodes()
` [U-Boot] [PATCH v2 4/4] exynos: more debug and cleanup in do_sdhci_init()

[U-Boot] [PATCH 1/2] gpio: tegra: remove unused type
 2015-09-25 16:44 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] gpio: tegra: use named constants

[U-Boot] [PATCH v6 0/9] Add support for ThunderX 88xx SoC family
 2015-09-25 16:17 UTC  (10+ messages)
` [U-Boot] [PATCH v6 1/9] armv8: Add read_mpidr() function
` [U-Boot] [PATCH v6 2/9] armv8: New MMU setup code allowing to use 48+ bits PA/VA
` [U-Boot] [PATCH v6 3/9] armv8: Add Secure Monitor/Hypervisor Call (SMC/HVC) infrastructure
` [U-Boot] [PATCH v6 4/9] armv8: Add psci.h from the Linux kernel
` [U-Boot] [PATCH v6 5/9] arm: serial: Add ability to use pre-initialized UARTs
` [U-Boot] [PATCH v6 6/9] armv8: cavium: Add the device tree for ThunderX
` [U-Boot] [PATCH v6 7/9] armv8: cavium: Add ThunderX 88xx board definition
` [U-Boot] [PATCH v6 8/9] armv8: cavium: Add an implementation of ATF calling functions
` [U-Boot] [PATCH v6 9/9] armv8: cavium: Get DRAM size from ATF

[U-Boot] [Patch V3 00/16] Add LS1043A platform support
 2015-09-25 14:45 UTC  (18+ messages)
` [U-Boot] [Patch V3 01/16] armv7/ls1021a: move ns_access to common file
` [U-Boot] [Patch V3 02/16] common/board_f.c: modify the macro to use get_clocks() more common
` [U-Boot] [Patch V3 03/16] net/fm: Fix the endian issue to support both
` [U-Boot] [Patch V3 04/16] net/fm/eth: Use mb() to be compatible for both ARM and PowerPC
` [U-Boot] [Patch V3 05/16] net/fm: Add support for 64-bit platforms
` [U-Boot] [Patch V3 06/16] net/fm: Make the return value logic consistent with convention
` [U-Boot] [Patch V3 07/16] net/fm: bug fix when CONFIG_PHYLIB not defined
` [U-Boot] [Patch V3 08/16] net: Move some header files to include/
` [U-Boot] [Patch V3 09/16] net/fm: Add QSGMII PCS init
` [U-Boot] [Patch V3 10/16] net/fm: fix MDIO controller base on FMAN2
` [U-Boot] [Patch V3 11/16] ARMv8/FSL_LSCH2: Add FSL_LSCH2 SoC
` [U-Boot] [Patch V3 12/16] armv8/ls1043ardb: Add LS1043ARDB board support
` [U-Boot] [Patch V3 13/16] armv8/ls1043ardb: Add nand boot support
` [U-Boot] [Patch V3 14/16] armv8/ls1043a: Add Fman support
` [U-Boot] [Patch V3 15/16] armv8/ls1043ardb: esdhc: Add esdhc support for ls1043ardb
` [U-Boot] [Patch V3 16/16] armv8/ls1043ardb: Add sd boot support

[U-Boot] U-boot hang on Renesas porter
 2015-09-25 14:43 UTC 

[U-Boot] [PATCH v1 0/2] arm, imx6, aristainetos2: set gpr register after reset
 2015-09-25 10:31 UTC  (3+ messages)
` [U-Boot] [PATCH v1 1/2] arm, imx: add some gpr register defines
` [U-Boot] [PATCH v1 2/2] arm, imx6, aristainetos2: set gpr register after reset

[U-Boot] [PATCH] sunxi: Add generic defconfigs for A33 Q8 tablets with 1024x600 / 800x480 LCD
 2015-09-25  8:09 UTC  (5+ messages)

[U-Boot] buildman toolchains
 2015-09-25  7:50 UTC  (7+ messages)

[U-Boot] [PATCH 2/2] mmc: dw_mmc: Make timeout error visible to u-boot console
 2015-09-25  5:47 UTC  (8+ messages)
` [U-Boot] [PATCH] FIX: fat: Provide correct return code from disk_{read|write} to upper layers

[U-Boot] [PATCH 00/18] dm: test: Add test code for new uclasses
 2015-09-25  5:32 UTC  (7+ messages)
` [U-Boot] [PATCH 08/18] sandbox: Use the reset driver to handle reset

[U-Boot] [PATCH v5 0/3] add pinctrl driver framework
 2015-09-25  2:31 UTC  (4+ messages)

[U-Boot] pull request: u-boot-uniphier/master (2nd round)
 2015-09-24 21:10 UTC  (2+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2015-09-24 21:10 UTC  (2+ messages)

[U-Boot] [PULL] u-boot-socfpga/master
 2015-09-24 21:10 UTC  (3+ messages)

[U-Boot] Please pull fsl-qoriq master
 2015-09-24 21:10 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/8] arm: hikey: hi6220: Various fixups
 2015-09-24 21:09 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/8] ARM: hikey: Add ATF makefile referenced by README

[U-Boot] [PATCHv3] arm: socfpga: Enable saveenv for SD/MMC
 2015-09-24 17:51 UTC  (3+ messages)

[U-Boot] [PATCH 00/11] vexpress64 FVP and Juno configuration updates
 2015-09-24 16:33 UTC  (2+ messages)

[U-Boot] [PATCH v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
 2015-09-24 16:05 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM: dts: uniphier: use SPDX-License-Identifier
 2015-09-24 16:02 UTC  (2+ messages)

[U-Boot] SPL boot with NAND on i.MX6 data abort
 2015-09-24 15:33 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).