public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2013-09-13 17:11:31 to 2013-09-17 04:51:29 UTC [more...]

[U-Boot] [PATCH 0/2] i2c: port i2c driver to new subsystem
 2013-09-17  4:51 UTC  (7+ messages)
` [U-Boot] [PATCH 1/2] i2c: move "
` [U-Boot] [PATCH 2/2] i2c: update config using mxc driver "

[U-Boot] [PATCH v4 0/3] dfu ram support
 2013-09-17  4:32 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/3] dfu: unify mmc/nand read/write ops enum
` [U-Boot] [PATCH v4 2/3] dfu: ram support

[U-Boot] [PATCH v10 0/6] arm64 patch
 2013-09-17  4:23 UTC  (9+ messages)
` [U-Boot] [PATCH v10 1/6] core support of arm64
  ` [U-Boot] [PATCH v10 2/6] board support of vexpress_aemv8a
    ` [U-Boot] [PATCH v10 3/6] generic board patch of manual reloc and zero gd_t
      ` [U-Boot] [PATCH v10 4/6] 64bit initrd start address support
        ` [U-Boot] [PATCH v10 5/6] remove compiling warnings
          ` [U-Boot] [PATCH v10 6/6] add weak entry definition

[U-Boot] [PATCH v3 00/10] USB: XHCI: Add xHCI host controller stack driver
 2013-09-17  3:21 UTC  (15+ messages)
` [U-Boot] [PATCH v3 01/10] usb: Move 'bmRequestType' USB device request macros from EHCI header
` [U-Boot] [PATCH v3 02/10] USB: xHCI: Add stack support for xHCI
` [U-Boot] [PATCH v3 03/10] USB: XHCI: Add xHCI host controller support for Exynos5
` [U-Boot] [PATCH v3 04/10] arm: exynos: Add methods to control power to USB 3.0 PHY
` [U-Boot] [PATCH v3 05/10] exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI
` [U-Boot] [PATCH v3 06/10] exynos5: dts: Add device node for XHCI
` [U-Boot] [PATCH v3 07/10] config: arm: exynos5250: Define CONFIG_SYS_CACHELINE_SIZE
` [U-Boot] [PATCH v3 08/10] temp: config: exynos5250: Enable xHCI support for Exynos5
` [U-Boot] [PATCH v3 09/10] exynos: usb: Switch USB VBUS GPIOs to be device tree configured
` [U-Boot] [PATCH v3 10/10] exynos: dts: Add USB VBUS GPIOs to the device tree

[U-Boot] [PATCH] net: fec_mxc: Fix timeouts during tftp transfer
 2013-09-17  3:00 UTC  (3+ messages)

[U-Boot] [Exynos 5250 Query] Smp Boot
 2013-09-17  2:25 UTC  (2+ messages)

[U-Boot] Understanding uboot child makefiles
 2013-09-17  2:23 UTC 

[U-Boot] Understanding uboot child Makefiles
 2013-09-17  2:20 UTC 

[U-Boot] [PATCH 0/5] Add device tree support for VxWorks
 2013-09-17  2:14 UTC  (8+ messages)
` [U-Boot] [PATCH 1/5] common/cmd_bootm.c: seperate do_bootm_vxworks related code from CONFIG_CMD_ELF
` [U-Boot] [PATCH 2/5] common/config_defaults.h: make CONFIG_BOOTM_VXWORKS default configuration
` [U-Boot] [PATCH 3/5] common/cmd_bootm: extend do_bootm_vxworks to support the new VxWorks boot interface
` [U-Boot] [PATCH 4/5] common/fdt_support.c: avoid unintended return from fdt_fixup_memory_banks()
` [U-Boot] [PATCH 5/5] doc/README.vxworks: add a document describing the new VxWorks boot interface

[U-Boot] [PATCH] Merge and reformat boards.cfg and MAINTAINERS
 2013-09-17  0:55 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 00/19] First step towards Kbuild: Use Kbuild style makefiles
 2013-09-17  0:35 UTC  (3+ messages)

[U-Boot] [ANN] v2013.10-rc3
 2013-09-17  0:11 UTC 

[U-Boot] Pull request: u-boot-spi/master
 2013-09-17  0:09 UTC  (2+ messages)

[U-Boot] [RFC 4/5] SPL:Defines function required to env read for IFC & env_nand
 2013-09-16 23:53 UTC  (2+ messages)

[U-Boot] [PATCH v3 01/28] sf: Divide spi_flash into multiple parts
 2013-09-16 23:00 UTC  (29+ messages)
` [U-Boot] [PATCH v3 02/28] sf: probe: Add new spi_flash_probe support
` [U-Boot] [PATCH v3 03/28] sf: probe: Add support for M25P* flash parts
` [U-Boot] [PATCH v3 04/28] sf: probe: Add support for EN25Q* "
` [U-Boot] [PATCH v3 05/28] sf: probe: Add support for GD25* "
` [U-Boot] [PATCH v3 06/28] sf: probe: Add support for MX25L* "
` [U-Boot] [PATCH v3 07/28] sf: probe: Add support for W25* "
` [U-Boot] [PATCH v3 08/28] sf: probe: Add support for S25FL* "
` [U-Boot] [PATCH v3 09/28] sf: probe: Add support for SST25* "
` [U-Boot] [PATCH v3 10/28] sf: probe: Add support for AT45DB* "
` [U-Boot] [PATCH v3 11/28] sf: probe: Give proper spacing on flash table params
` [U-Boot] [PATCH v3 12/28] sf: probe: Add support for SST_WP
` [U-Boot] [PATCH v3 13/28] sf: probe: Add support to clear flash BP# bits
` [U-Boot] [PATCH v3 14/28] sf: probe: Add support for erase sector selection flag
` [U-Boot] [PATCH v3 15/28] sf: probe: Add support for flag status polling
` [U-Boot] [PATCH v3 16/28] sf: probe: Move BAR config to spi_flash_validate_ids
` [U-Boot] [PATCH v3 17/28] sf: Add proper comment style on spi_flash structure
` [U-Boot] [PATCH v3 18/28] sf: ramtron: Add support for separate flash driver
` [U-Boot] [PATCH v3 19/28] sf: Remove unneeded flash drivers files
` [U-Boot] [PATCH v3 20/28] sf: probe: Add support for EN25Q64
` [U-Boot] [PATCH v3 21/28] sf: probe: Add support for S25FL256S_256K
` [U-Boot] [PATCH v3 22/28] sf: probe: Add support for S25FL512S_256K
` [U-Boot] [PATCH v3 23/28] sf: probe: Use print_size arg as page_size
` [U-Boot] [PATCH v3 24/28] sf: probe: Print erase_size while printing flash details
` [U-Boot] [PATCH v3 25/28] sf: probe: Simply the BAR configuration logic
` [U-Boot] [PATCH v3 26/28] sf: ops: Add static qualifier to spi_flash_cmd_bankaddr_write
` [U-Boot] [PATCH v3 27/28] sf: probe: Add support for MX25L25635F
` [U-Boot] [PATCH v3 28/28] sf: probe: Add support for MX25L51235F

[U-Boot] [RFD] OMAP5: Working HYP mode
 2013-09-16 22:28 UTC  (2+ messages)
` [U-Boot] [PATCH] HACK: enable HYP mode on OMAP5

[U-Boot] [RFC PATCH 0/3] i.MX6 (DQ/DLS): consolidate mux and pad names
 2013-09-16 21:26 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 1/3] i.MX6DQ/DLS: replace pad names with their Linux kernel equivalents
` [U-Boot] [RFC PATCH 2/3] i.MX6DQ/DLS: remove useless mux/pad declarations
` [U-Boot] [RFC PATCH 3/3] i.MX6DQ: Add Pinmux settings that are present in Linux and Dual-Lite/Solo

[U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
 2013-09-16 21:16 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/5] mtd: nand: omap: enable BCH ECC scheme using ELM for generic platform
 2013-09-16 21:14 UTC 

[U-Boot] powerpc SPL framework: Avoiding relocate_code
 2013-09-16 20:46 UTC  (4+ messages)

[U-Boot] [Patch v3] powerpc/mpc85xx: Add workaround for erratum A006379
 2013-09-16 19:49 UTC 

[U-Boot] [Patch v2] powerpc/mpc85xx: Add workaround for erratum A006379
 2013-09-16 19:03 UTC 

[U-Boot] [PATCH 0/2] compulab: adjustments before porting more boards
 2013-09-16 18:49 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] cm-t35: move the eeprom code to common place
` [U-Boot] [PATCH 2/2] cm-t35: move the display "

[U-Boot] [PATCH v3 00/28] sf: Add common probe support
 2013-09-16 17:25 UTC  (2+ messages)

[U-Boot] [PATCH v2] doc: README.mxs: Add instruction to install 'libssl-dev'
 2013-09-16 16:48 UTC  (7+ messages)

[U-Boot] [PATCH] mmc:sdhci: Fix card ready status timeout
 2013-09-16 16:34 UTC  (4+ messages)

[U-Boot] [RFC 5/5] B4860QDS: Add support of 2 stage NAND boot loader
 2013-09-16 16:05 UTC 

[U-Boot] [RFC 3/5] common/env: Point default envirenoment for GD
 2013-09-16 16:05 UTC 

[U-Boot] [RFC 2/5] powerpc/SPL:Allow Parsing of LAW table in both SPL & non SPL
 2013-09-16 16:05 UTC 

[U-Boot] [RFC 1/5] powerpc:Add support of SPL non-relocation
 2013-09-16 16:05 UTC 

[U-Boot] [RFC 0/5] powerpc: Add support 2 stage boot loader for corenet platform
 2013-09-16 16:05 UTC 

[U-Boot] [PATCH v3] doc: README.mxs: Add instruction to install 'libssl-dev'
 2013-09-16 15:07 UTC  (2+ messages)

[U-Boot] [RFC 00/10] New board-specific USB initialization interface
 2013-09-16 14:24 UTC  (9+ messages)
` [U-Boot] [PATCH v3] usb: new board-specific USB init interface
` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH] Fix numerous misspellings of "redundand" and "REDUNDAND"
 2013-09-16 14:10 UTC 

[U-Boot] *** [u-boot] Error 139 when config NAND relative setting
 2013-09-16 13:51 UTC  (2+ messages)

[U-Boot] [PATCH v2] Cosmetic: Fix a number of typos, no functional changes
 2013-09-16 11:15 UTC 

[U-Boot] worth correcting spelling of "redundand"?
 2013-09-16 11:03 UTC  (2+ messages)

[U-Boot] [PATCH] Cosmetic: Fix a number of typoes, no functional changes
 2013-09-16 10:59 UTC  (7+ messages)

[U-Boot] [PATCH 1/4] powerpc/p1010rdb: remove unused cpld_show
 2013-09-16  9:55 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] powerpc/eeprom: update MAX_NUM_PORTS to adapt non-256-bytes EEPROM
` [U-Boot] [PATCH 4/4] powerpc/p1010rdb: add p1010rdb-pb support with updating p1010rdb-pa
  ` [U-Boot] AES: Encryption of u-boot.img

[U-Boot] [PATCH v1 2/2] ti814x_evm: enable support for NAND
 2013-09-16  9:51 UTC 

[U-Boot] [PATCH v5] at91: add support for CDU9G25 board
 2013-09-16  9:36 UTC  (5+ messages)

[U-Boot] [PATCH v3] PCIe:change the method to get the address of a requested capability in configuration space
 2013-09-16  9:27 UTC 

[U-Boot] [PATCH] PCIe:change the method to get the address of a requested capability in configuration space
 2013-09-16  8:54 UTC  (2+ messages)

[U-Boot] "make distclean" doesn't remove CHANGELOG
 2013-09-16  8:35 UTC 

[U-Boot] [PATCH] git-mailrc: Update SPI custodian
 2013-09-16  7:21 UTC 

[U-Boot] [U-boot] Some questions about BootStage functions
 2013-09-16  7:14 UTC 

[U-Boot] gpmi-nand driver and jffs2 support
 2013-09-16  2:35 UTC  (6+ messages)

[U-Boot] [PATCH v2] gpio: spear_gpio: Fix gpio_set_value() implementation
 2013-09-16  0:35 UTC 

[U-Boot] [PATCH] doc: README.mxsimage: Use mkimage provided by U-boot
 2013-09-15 22:58 UTC  (4+ messages)

[U-Boot] [PATCH] Cosmetic: Update some info in the README "arch" section
 2013-09-15 22:34 UTC 

[U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue
 2013-09-15 18:16 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] gpio: spear_gpio: Fix gpio_set_value() implementation
 2013-09-15 17:00 UTC  (7+ messages)

[U-Boot] [PATCH 1/3] tools: mxsboot: Staticize functions
 2013-09-15 16:44 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] tools: mxsboot: Mark the FCB pages as valid

[U-Boot] [PATCH] doc: README.mxs: Add instruction to install 'libssl-dev'
 2013-09-15 15:21 UTC  (5+ messages)

[U-Boot] most efficient way to submit patches that are typo/grammar fixes?
 2013-09-15 13:02 UTC  (4+ messages)

[U-Boot] [PATCH] omap1510inn: arm925t: remove support
 2013-09-15 10:20 UTC  (6+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] - Help with usb3503 hub enumeration
 2013-09-14 23:25 UTC 

[U-Boot] [PATCH] mx28evk: Fix checkpatch warning
 2013-09-14 22:34 UTC 

[U-Boot] [PATCH] net: fec: Avoid MX28 bus sync issue
 2013-09-14 22:05 UTC  (6+ messages)

[U-Boot] [PATCH v4 0/8] ARMv7: Add HYP mode switching support
 2013-09-14 17:00 UTC  (4+ messages)
` [U-Boot] [PATCH v4 8/8] ARM: VExpress: enable ARMv7 virt support for VExpress A15

[U-Boot] [PATCH v7 00/11] arm: add Faraday A36x SoC platform support
 2013-09-14 10:28 UTC  (5+ messages)
` [U-Boot] [PATCH v7 01/11] arm: dma_alloc_coherent: malloc() -> memalign()
` [U-Boot] [PATCH v7 09/11] arm: add customized boot command for Faraday Images

[U-Boot] [PATCH] arm: spl: Do not set the stack pointer twice
 2013-09-14  9:42 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] dfu: ram support
 2013-09-14  6:17 UTC  (8+ messages)
` [U-Boot] [PATCH v3 2/3] "

[U-Boot] Pull request: u-boot-mpc85xx
 2013-09-14  1:26 UTC  (2+ messages)

[U-Boot] [PATCH v9 0/5] arm64 patch
 2013-09-14  0:15 UTC  (3+ messages)

[U-Boot] [PATCH] i.MX6DL/S: add drive-strength back to pads DISP0_DAT2/DAT10
 2013-09-13 20:41 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] mx6sabresd: Avoid hang when HDMI cable is not connected
 2013-09-13 18:34 UTC  (8+ messages)

[U-Boot] [PATCH] Fix wrong sdhci host control register read and write
 2013-09-13 18:06 UTC 

[U-Boot] Help with a PPCXXX port
 2013-09-13 17:44 UTC 

[U-Boot] [PATCH] powerpc/mpc85xx: Add workaround for erratum A006379
 2013-09-13 17:35 UTC 

[U-Boot] [PATCH RFC 0/22] i.MX6: Update pad declarations for multiple-arch binaries
 2013-09-13 17:15 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