public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-01-08 20:18:27 to 2014-01-10 20:03:11 UTC [more...]

[U-Boot] Pull request: u-boot-sh/master
 2014-01-10 20:03 UTC  (2+ messages)

[U-Boot] Please pull u-boot-x86.git branch sandbox2
 2014-01-10 20:03 UTC  (2+ messages)

[U-Boot] [PATCH v5 1/2] powerpc:mpc85xx: Add ifc nand boot support for TPL/SPL
 2014-01-10 19:03 UTC  (4+ messages)
` [U-Boot] [PATCH v6 "
  ` [U-Boot] [PATCH v6 2/2] powerpc/c29xpcie: 8k page size NAND boot support base on TPL/SPL

[U-Boot] [PATCH v3] spi/cadence: Adding Cadence SPI driver support for SOCFPGA
 2014-01-10 17:39 UTC 

[U-Boot] [PATCH] net: execute "miiphy_init" if CONFIG_PHYLIB defined
 2014-01-10 15:58 UTC 

[U-Boot] Pull request: u-boot-arm/master
 2014-01-10 15:43 UTC 

[U-Boot] [PATCH v5 00/30] zynq: More boards support
 2014-01-10 14:58 UTC  (3+ messages)

[U-Boot] [PATCH 00/10] Introduce Samsung misc file and LCD menu
 2014-01-10 14:32 UTC  (39+ messages)
` [U-Boot] [PATCH v4 00/12] "
  ` [U-Boot] [PATCH v4 01/12] s5p: gpio: change gpio coding method for s5p gpio
  ` [U-Boot] [PATCH v4 02/12] trats2: Code cleanup
  ` [U-Boot] [PATCH v4 03/12] samsung: common: Add misc file and common function misc_init_r()
  ` [U-Boot] [PATCH v4 04/12] samsung: misc: move display logo function to misc.c file
  ` [U-Boot] [PATCH v4 05/12] common: lcd.c: fix data abort exception when try to access bmp header
  ` [U-Boot] [PATCH v4 06/12] lib: tizen: change Tizen logo with the new one
  ` [U-Boot] [PATCH v4 07/12] video: exynos: fimd: add support for various display color modes
  ` [U-Boot] [PATCH v4 08/12] samsung: boards: update display configs with 16bpp mode
  ` [U-Boot] [PATCH v4 09/12] samsung: misc: Add LCD download menu
  ` [U-Boot] [PATCH v4 10/12] Trats: add LCD download menu support
  ` [U-Boot] [PATCH v4 11/12] trats2: "
  ` [U-Boot] [PATCH v4 12/12] universal: "
` [U-Boot] [PATCH v5 00/12] Introduce Samsung misc file and LCD menu
  ` [U-Boot] [PATCH v5 01/12] s5p: gpio: change gpio coding method for s5p gpio
  ` [U-Boot] [PATCH v5 02/12] trats2: Code cleanup
  ` [U-Boot] [PATCH v5 03/12] samsung: common: Add misc file and common function misc_init_r()
  ` [U-Boot] [PATCH v5 04/12] samsung: misc: move display logo function to misc.c file
  ` [U-Boot] [PATCH v5 05/12] common: lcd.c: fix data abort exception when try to access bmp header
  ` [U-Boot] [PATCH v5 06/12] lib: tizen: change Tizen logo with the new one
  ` [U-Boot] [PATCH v5 07/12] video: exynos: fimd: add support for various display color modes
  ` [U-Boot] [PATCH v5 08/12] samsung: boards: update display configs with 16bpp mode
  ` [U-Boot] [PATCH v5 09/12] samsung: misc: Add LCD download menu
  ` [U-Boot] [PATCH v5 10/12] Trats: add LCD download menu support
  ` [U-Boot] [PATCH v5 11/12] trats2: "
  ` [U-Boot] [PATCH v5 12/12] universal: "

[U-Boot] [PATCH v4 0/37] Switch over to real Kbuild
 2014-01-10 14:26 UTC  (39+ messages)
` [U-Boot] [PATCH v4 01/37] .gitignore: ingore files generated by Kbuild
` [U-Boot] [PATCH v4 02/37] Makefile.host.tmp: add a new script to refactor tools
` [U-Boot] [PATCH v4 03/37] tools: convert makefiles to kbuild style
` [U-Boot] [PATCH v4 04/37] board: samsung: refactor host programs
` [U-Boot] [PATCH v4 05/37] examples: Use scripts/Makefile.build
` [U-Boot] [PATCH v4 06/37] nand-spl: "
` [U-Boot] [PATCH v4 07/37] Makfile: move suffix rules to Makefile.build
` [U-Boot] [PATCH v4 08/37] Makefile: move some variable definitions to the top Makefile
` [U-Boot] [PATCH v4 09/37] Makefile: move BFD_ROOT_DIR to tools/gdb/Makefile
` [U-Boot] [PATCH v4 10/37] kbuild: import Kbuild.include from linux v3.12 tag
` [U-Boot] [PATCH v4 11/37] kbuild: Use Kbuild.include
` [U-Boot] [PATCH v4 12/37] Makefile: move more flags to the top Makefile
` [U-Boot] [PATCH v4 13/37] Makefile: refactor include path settings
` [U-Boot] [PATCH v4 14/37] Makefile: move more stuff to top Makefile
` [U-Boot] [PATCH v4 15/37] Makefile: move some flags to spl/Makefile
` [U-Boot] [PATCH v4 16/37] Makefile: move some flags to examples makefiles
` [U-Boot] [PATCH v4 17/37] kbuild: change out-of-tree build
` [U-Boot] [PATCH v4 18/37] kbuild: add dummy obj-y to create built-in.o
` [U-Boot] [PATCH v4 19/37] Makefile: rename scripts/Makefile.build to scripts/Makefile.build.tmp
` [U-Boot] [PATCH v4 20/37] kbuild: import more build scripts from Linux v3.12 tag
` [U-Boot] [PATCH v4 21/37] kbuild: use Linux Kernel build scripts
` [U-Boot] [PATCH v4 22/37] kbuild: delete temporary "
` [U-Boot] [PATCH v4 23/37] kbuild: move some lines to more suitable place
` [U-Boot] [PATCH v4 24/37] kbuild: convert some make rules to Kbuild style
` [U-Boot] [PATCH v4 25/37] kbuild: move include directives of board configuration files
` [U-Boot] [PATCH v4 26/37] kbuild: generate {spl, tpl}-autoconf.mk only when it is necessary
` [U-Boot] [PATCH v4 27/37] Makefile: remove a cleaning target "tidy"
` [U-Boot] [PATCH v4 28/37] kbuild: change the top Makefile to more Kbuild-ish structure
` [U-Boot] [PATCH v4 29/37] examples: move api/ and standalone/ to examples/Makefile
` [U-Boot] [PATCH v4 30/37] kbuild: refactor Makefile and spl/Makefile more
` [U-Boot] [PATCH v4 31/37] Makefile: Do not pass MTD_VERSION from the top Makefile
` [U-Boot] [PATCH v4 32/37] Makefile: refactor tools-all targets
` [U-Boot] [PATCH v4 33/37] kbuild: use scripts/Makefile.clean
` [U-Boot] [PATCH v4 34/37] kbuild: support simultaneous board configuration and "make all"
` [U-Boot] [PATCH v4 35/37] kbuild: check clean source and generate Makefile for out-of-tree build
` [U-Boot] [PATCH v4 36/37] board: sandburst: delete FORCEBUILD
` [U-Boot] [PATCH v4 37/37] kbuild: Do not generate .*.su files at the top directory

[U-Boot] [U-boot] Uboot's plan for ARMv8
 2014-01-10 14:15 UTC  (8+ messages)

[U-Boot] [PATCH] arm: make 'MAKEALL -a' distinguish between arm and aarch64
 2014-01-10 13:38 UTC  (5+ messages)

[U-Boot] [U-Boot 1/3] spl: common: Properly ignore spl/Makefile in .gitignore
 2014-01-10 13:02 UTC  (3+ messages)
` [U-Boot] [U-Boot 2/3] spl: common: Move FAT funcs to a common file
` [U-Boot] [U-Boot 3/3] spl: common: Support for USB MSD FAT image loading

[U-Boot] [PATCH] armv8: Use __aarch64__ rather than CONFIG_ARM64 in some cases
 2014-01-10  9:17 UTC  (2+ messages)

[U-Boot] [PATCH v16 00/10] arm64 patch
 2014-01-10  9:17 UTC  (5+ messages)

[U-Boot] [PATCH 1/9] mmc: mmc header fix
 2014-01-10  8:23 UTC  (14+ messages)
` [U-Boot] [PATCH 2/9] part: "
` [U-Boot] [PATCH v3 3/9] arm:goni: Update configuration for goni target
` [U-Boot] [PATCH 4/9] arm:goni:dfu Add support for DFU to Goni target
` [U-Boot] [PATCH 5/9] arm:goni: enable GPT command
` [U-Boot] [PATCH 6/9] arm:goni: enable USB Mass Storage
` [U-Boot] [PATCH v3 7/9] dfu:mmc: raw data write fix
` [U-Boot] [PATCH 8/9] ums: always initialize mmc before ums_disk_init()
` [U-Boot] [PATCH 9/9] USB: gadget: added a saner gadget downloader registration API

[U-Boot] [PATCH] spi: oc_tiny_spi: Refactor to simplify spi_xfer implementation
 2014-01-10  8:08 UTC 

[U-Boot] [PATCH 1/3 V3] esdhc: Workaround for card can't be detected on T4240QDS
 2014-01-10  5:52 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3 V3] esdhc: Detecting 8 bit width before mmc initialization
` [U-Boot] [PATCH 3/3 V3] eSDHC: Calculate envaddr accroding to the address format

[U-Boot] [PATCH 1/3 V2] esdhc: Workaround for card can't be detected on T4240QDS
 2014-01-10  3:55 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3 V2] esdhc: Detecting 8 bit width before mmc initialization
` [U-Boot] [PATCH 3/3 V2] eSDHC: Calculate envaddr accroding to the address format

[U-Boot] [PATCH 1/7 V5] mmc: Add some usefull macro definition
 2014-01-10  3:54 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7 V5] mmc: Get secure erase information from card
` [U-Boot] [PATCH 7/7 V5] powerpc/esdhc: Update esdhc command execution process

[U-Boot] [PATCH] powerpc: mpc8xx: remove redandant CONFIG_8xx definition
 2014-01-10  1:51 UTC 

[U-Boot] [PATCH] powerpc: mpc83xx: remove redandant CONFIG_MPC83xx definition
 2014-01-10  1:51 UTC 

[U-Boot] [PATCH] powerpc: mpc5xxx: remove redandant CONFIG_MPC5xxx definition
 2014-01-10  1:50 UTC 

[U-Boot] [PATCH] powerpc: ppc4xx: remove redandant CONFIG_4xx definition
 2014-01-10  1:49 UTC 

[U-Boot] [PATCH v2 1/6] mx6: soc: Staticize set_vddsoc()
 2014-01-09 21:31 UTC  (10+ messages)
` [U-Boot] [PATCH v2 6/6] mx6: soc: Disable VDDPU regulator

[U-Boot] omap4460 nand booting ?
 2014-01-09 17:58 UTC 

[U-Boot] [PATCH 1/5] edid: add function to convert edid to fb_videomode
 2014-01-09 17:19 UTC  (14+ messages)
` [U-Boot] [PATCH 2/5] imx: mx6q_4x_mt41j128.cfg: enable ecspi3 clocks
` [U-Boot] [PATCH 3/5] fdt: add fdt_add_display_timings(..)

[U-Boot] [PATCH v2] spi/cadence: Adding Cadence SPI driver support for SOCFPGA
 2014-01-09 16:04 UTC  (5+ messages)

[U-Boot] [PATCH 0/2 v2] socfpga: Adding Scan Manager
 2014-01-09 14:49 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] socfpga: Adding Clock Manager
 2014-01-09 14:48 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] socfpga: Adding Clock Manager driver

[U-Boot] [PATCH] watchdog/denali: Adding DesignWare watchdog driver support
 2014-01-09 14:47 UTC  (2+ messages)

[U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support
 2014-01-09 14:47 UTC  (2+ messages)

[U-Boot] Problems with latest U-boot on Mini2440
 2014-01-09 12:30 UTC  (2+ messages)

[U-Boot] Pull request mmc tree
 2014-01-09 11:22 UTC 

[U-Boot] [PATCH v3] mx6slevk: Include "mx6_common.h"
 2014-01-09 11:12 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] configs: mx6_common: Restrict CONFIG_ARM_ERRATA_742230 for multi-core
 2014-01-09 11:12 UTC  (6+ messages)

[U-Boot] When will orphan boards removed?
 2014-01-09 10:14 UTC  (3+ messages)

[U-Boot] [PATCH v3] socfpga/dwmmc: Adding DesignWare MMC driver support for SOCFPGA
 2014-01-09  9:49 UTC  (2+ messages)

[U-Boot] [PATCH v15 07/10] arm64: core support
 2014-01-09  9:49 UTC  (2+ messages)
` [U-Boot] how to get u-boot code with "

[U-Boot] [PATCH V2] mmc: add setdsr support
 2014-01-09  9:45 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Minor cleanup of sdhci.c
 2014-01-09  9:35 UTC  (4+ messages)

[U-Boot] [PATCH v2] mmc/dwmmc: use bounce buffer for data exchange between CPU and MMC controller
 2014-01-09  9:26 UTC  (2+ messages)

[U-Boot] Are mmc open/close subcommands needed?
 2014-01-09  8:45 UTC  (5+ messages)

[U-Boot] [PATCH] spi: sh_qspi: Add header file that defines the address of registers
 2014-01-09  7:03 UTC  (4+ messages)

[U-Boot] Pull request: u-boot-sh/rmobile into u-boot-arm/master
 2014-01-09  4:36 UTC 

[U-Boot] [PATCH] sh: sh2: Remove CONFIG_SH2A definition from asm/processor.h
 2014-01-09  4:22 UTC 

[U-Boot] [PATCH] sh: sh4: Remove CONFIG_SH4A definition from source code
 2014-01-09  4:21 UTC 

[U-Boot] [PATCH 1/6] sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
 2014-01-09  3:48 UTC  (4+ messages)
` [U-Boot] [PATCH 5/6] sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4

[U-Boot] [PATCH] mmc: Delete unused driver ftsdc021_sdhci
 2014-01-09  3:42 UTC  (4+ messages)

[U-Boot] Please pull u-boot-ti/master
 2014-01-08 22:06 UTC  (2+ messages)

[U-Boot] Question: booting Linux from ext4 mmc partition
 2014-01-08 21:49 UTC  (5+ messages)

[U-Boot] [Patch v3] powerpc/mpc85xx: Revise workaround for DDR-A003
 2014-01-08 21:00 UTC 

[U-Boot] [PATCH v5 26/30] gpio: zynq: Add dummy gpio routines
 2014-01-08 20:18 UTC  (5+ messages)
` [U-Boot] [PATCH v5 27/30] zynq-common: Enable verified boot(RSA)
` [U-Boot] [PATCH v5 28/30] dts: zynq: Add more zynq dts files
` [U-Boot] [PATCH v5 29/30] zynq: Enable CONFIG_DEFAULT_DEVICE_TREE
` [U-Boot] [PATCH v5 30/30] doc: Update the zynq u-boot status


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