public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-09-29 09:36:30 to 2014-10-01 10:50:52 UTC [more...]

[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
 2014-10-01 10:50 UTC  (24+ messages)
` [U-Boot] [PATCH V2 01/51] net: Remove unused CONFIG_DW_SEARCH_PHY from configs
` [U-Boot] [PATCH 02/51] net: phy: Cleanup drivers/net/phy/micrel.c
` [U-Boot] [PATCH 03/51] net: dwc: Fix cache alignment issues
` [U-Boot] [PATCH 04/51] net: dwc: Make the cache handling less cryptic
` [U-Boot] [PATCH 05/51] mmc: dw_mmc: cleanups
` [U-Boot] [PATCH 06/51] mmc: dw_mmc: Fix cache alignment issue
` [U-Boot] [PATCH 07/51] tools: socfpga: Add socfpga preloader signing to mkimage
` [U-Boot] [PATCH 08/51] arm: socfpga: Complete the list of base addresses
` [U-Boot] [PATCH 09/51] arm: socfpga: Clean up base address file
` [U-Boot] [PATCH V2 10/51] arm: socfpga: Add watchdog disable for socfpga

[U-Boot] [PATCH v3 0/11] dm: imx: Add driver model support for GPIO and serial on cm_fx6
 2014-10-01  7:28 UTC  (5+ messages)
` [U-Boot] [PATCH v3 07/11] imx: Add error checking to setup_i2c()
` [U-Boot] [PATCH v3 08/11] dm: imx: Use gpio_request() to request GPIOs

[U-Boot] [PATCH v4 0/5] add i.MX6 thermal sensor driver
 2014-10-01  7:21 UTC  (3+ messages)
` [U-Boot] [PATCH v4 1/5] mx6: crm_regs: Add bit definitions for anadig registers

[U-Boot] [PATCH] wandboard: Select CONFIG_CMD_FUSE
 2014-10-01  7:14 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: mx6: gw_ventana: Remove superfluous memset of GD in board_init_f
 2014-10-01  7:12 UTC  (3+ messages)

[U-Boot] [PATCH v3] imx6sx: Fix i.MX6SX HAB api function table offset
 2014-10-01  7:11 UTC  (2+ messages)

[U-Boot] [PATCH v1 00/10] arm, at91, spl: add spl support for the taurus and corvus boards
 2014-10-01  5:54 UTC  (11+ messages)
` [U-Boot] [PATCH v1 01/10] arm, at91, mpddrc: fix typo in ddr2_init()
` [U-Boot] [PATCH v1 02/10] arm, at91: compile mpddrc ram init code also for AT91SAM9M10G45
` [U-Boot] [PATCH v1 03/10] arm, at91: add missing ddr2 cr register MPDDRC_CR_EBISHARE define
` [U-Boot] [PATCH v1 04/10] spl, nand: add option to boot raw u-boot.bin image only
` [U-Boot] [PATCH v1 05/10] mtd: atmel_nand: add missign include
` [U-Boot] [PATCH v1 06/10] spl, nand, atmel_nand: add erase one block function
` [U-Boot] [PATCH v1 07/10] spl, mtd, nand, atmel_nand: invert device ready pin logic
` [U-Boot] [PATCH v1 08/10] arm, spl, at91: add at91sam9260 and at91sam9g45 spl support
` [U-Boot] [PATCH v1 09/10] arm, at91, spl: add spl support for the taurus board
` [U-Boot] [PATCH v1 10/10] arm, spl, at91: add spl support for the corvus board

[U-Boot] [PATCH] arm, at91: add spi dataflash support for the taurus board
 2014-10-01  5:26 UTC 

[U-Boot] [PATCH] arm, at91: add generic board support for the taurus and corvus board
 2014-10-01  5:26 UTC 

[U-Boot] Commit 294b91a5817147d4b7f47be2ac69bac2a1f26491 broke mpc85xx
 2014-10-01  4:06 UTC 

[U-Boot] [PATCH] patman: Check commit_match before stripping leading whitespace
 2014-10-01  2:25 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
 2014-10-01  2:23 UTC  (32+ messages)
` [U-Boot] [PATCH v3 01/29] sandbox: dts: Add a SPI device and cros_ec device
` [U-Boot] [PATCH v3 02/29] dm: core: Add functions for iterating through device children
` [U-Boot] [PATCH v3 03/29] dm: core: Allow parents to pass data to children during probe
` [U-Boot] [PATCH v3 04/29] dm: core: Add a clarifying comment on struct udevice's seq member
` [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI
` [U-Boot] [PATCH v3 06/29] dm: sandbox: Add a SPI emulation uclass
` [U-Boot] [PATCH v3 07/29] dm: Remove spi_init() from board_r.c when using driver model
` [U-Boot] [PATCH v3 08/29] dm: Add spi.h header to a few files
` [U-Boot] [PATCH v3 09/29] dm: spi: Adjust cmd_spi to work with driver model
` [U-Boot] [PATCH v3 10/29] dm: sandbox: spi: Move to "
` [U-Boot] [PATCH v3 11/29] dm: spi: Rename soft_spi.c to soft_spi_legacy.c
` [U-Boot] [PATCH v3 12/29] dm: spi: Remove SPI_INIT feature
` [U-Boot] [PATCH v3 13/29] dm: spi: Add soft_spi implementation
` [U-Boot] [PATCH v3 14/29] dm: exynos: Convert SPI to driver model
` [U-Boot] [PATCH v3 15/29] dm: spi: Add documentation on how to convert over SPI drivers
` [U-Boot] [PATCH v3 16/29] exynos: universal_c210: Move to driver model soft_spi
` [U-Boot] [PATCH v3 17/29] sf: Tidy up public and private header files
` [U-Boot] [PATCH v3 18/29] spi: Use error return value in sf_ops
` [U-Boot] [PATCH v3 19/29] dm: sf: Add a uclass for SPI flash
` [U-Boot] [PATCH v3 20/29] dm: Convert spi_flash_probe() and 'sf probe' to use driver model
` [U-Boot] [PATCH v3 21/29] dm: sf: sandbox: Convert SPI flash driver to "
` [U-Boot] [PATCH v3 22/29] dm: exynos: config: Use driver model for SPI flash
` [U-Boot] [PATCH v3 23/29] dm: spi: Add tests
` [U-Boot] [PATCH v3 24/29] dm: sf: Add tests for SPI flash
` [U-Boot] [PATCH v3 25/29] dm: tegra: dts: Add aliases for spi on tegra30 boards
` [U-Boot] [PATCH v3 26/29] dm: tegra: spi: Convert to driver model
` [U-Boot] [PATCH v3 27/29] dm: cros_ec: Add support for "
` [U-Boot] [PATCH v3 28/29] dm: sandbox: cros_ec: Move sandbox cros_ec to driver module
` [U-Boot] [PATCH v3 29/29] dm: exynos: cros_ec: Move cros_ec_spi to driver model

[U-Boot] [PATCH 0/4] dm: rpi: Move Raspberry Pi to use driver model
 2014-10-01  2:17 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] dm: rpi: Convert GPIO driver to "

[U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards
 2014-10-01  2:12 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] usb: gadget: fastboot miscellaneous patches
 2014-10-01  2:03 UTC  (8+ messages)
` [U-Boot] [PATCH 1/3] usb: gadget: fastboot: add max-download-size variable
` [U-Boot] [PATCH 2/3] usb: gadget: fastboot: explicitly set radix of maximum download size
` [U-Boot] [PATCH 3/3] usb: gadget: fastboot: terminate commands with NULL

[U-Boot] [PATCH 0/4] ARM: clean up declarations of public functions
 2014-09-30 23:01 UTC  (6+ messages)
` [U-Boot] [PATCH 1/4] ARM: prevent compiler warnings from bootm.c
` [U-Boot] [PATCH 2/4] ARM: i.MX6: include prototype for get_board_rev()
` [U-Boot] [PATCH 3/4] ARM: i.MX: provide declaration for board_spi_cs_gpio
` [U-Boot] [PATCH 4/4] ARM: i.MX video: declare displays and display_count publicly
` [U-Boot] [PATCH] stdio: staticize locally-used call-backs

[U-Boot] [PATCH 1/1] ARM: sheevaplug: convert to generic board support
 2014-09-30 21:23 UTC  (3+ messages)

[U-Boot] OMAP4 video driver
 2014-09-30 19:18 UTC 

[U-Boot] [PATCH v2 0/30] Introduce driver model support for SPI, SPI flash, cros_ec
 2014-09-30 18:19 UTC  (9+ messages)
` [U-Boot] [PATCH v2 02/30] sandbox: Convert SPI flash emulation to use sf_params
` [U-Boot] [PATCH v2 03/30] sandbox: config: Enable all SPI flash chips
` [U-Boot] [PATCH v2 05/30] dm: spi: Move cmd device code into its own function
` [U-Boot] [PATCH v2 06/30] spi: Add brackets and tidy defines in spi.h

[U-Boot] [PATCH v1] imx6sx: Fix i.MX6SX HAB api function table offset
 2014-09-30 17:51 UTC  (6+ messages)

[U-Boot] Boot reason in SPL for OMAP4
 2014-09-30 17:26 UTC 

[U-Boot] [PATCH] mx6sxsabresd: Fix PCI reset and power GPIO assignments
 2014-09-30 17:05 UTC 

[U-Boot] [PATCH fix for v2014.10 0/1] sunxi: Fix gmac not working reliable on the Bananapi
 2014-09-30 16:45 UTC  (2+ messages)
` [U-Boot] [PATCH fix for v2014.10] "

[U-Boot] [PATCH] PATI: fix broken SPI access
 2014-09-30 16:08 UTC  (7+ messages)

[U-Boot] [PATCH v2] imx6sx: Fix i.MX6SX HAB api function table offset
 2014-09-30 16:00 UTC 

[U-Boot] Please increase the image size for km boards
 2014-09-30 15:48 UTC 

[U-Boot] [PATCH v1] imx6sx: Fix i.MX6SX HAB api function table offset
 2014-09-30 15:17 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: Fix mmc bus width
 2014-09-30 15:04 UTC 

[U-Boot] [PATCH v4] imx: Support i.MX6 High Assurance Boot authentication
 2014-09-30 14:46 UTC  (3+ messages)

[U-Boot] [PATCH 0/5] Add EXT filesystem support to SPL
 2014-09-30 14:15 UTC  (4+ messages)

[U-Boot] [PATCH] sunxi: Fix gmac not working reliable on the Bananapi
 2014-09-30 14:04 UTC  (8+ messages)
` [U-Boot] [linux-sunxi] "
    ` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH V2 1/2] ARM: rpi_b: query internal MAC address from firmware
 2014-09-30 12:49 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
 2014-09-30 11:57 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block

[U-Boot] [PATCH] VCMA9: remove EXT2 support
 2014-09-30 11:53 UTC 

[U-Boot] [RFC PATCH] genboardscfg.py: use Python2 from default path
 2014-09-30 11:36 UTC  (3+ messages)

[U-Boot] UBI issues on SAMA5D31 NOR flash
 2014-09-30 11:19 UTC  (5+ messages)

[U-Boot] Activate generic board feature on all MPL boards
 2014-09-30 10:32 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] PIP405: convert to generic board
` [U-Boot] [PATCH 2/4] MIP405: "
` [U-Boot] [PATCH 3/4] VCMA9: "
` [U-Boot] [PATCH 4/4] PATI: "

[U-Boot] [PATCH v4 1/2] imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board
 2014-09-30 10:23 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] imx: mx6dlarm2: Add support for i.MX6Q/DL arm2 LPDDR2 boards

[U-Boot] [PATCH] SPDX License cleanup for LiMon imported files
 2014-09-30  8:44 UTC 

[U-Boot] drivers/net/phy/icplus.c delete reason
 2014-09-30  8:26 UTC  (3+ messages)

[U-Boot] environment expectations of config_distro_bootcmd.h
 2014-09-30  7:11 UTC  (4+ messages)

[U-Boot] [PATCH v2 00/10] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)
 2014-09-30  7:06 UTC  (10+ messages)
` [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig
        ` [U-Boot] [linux-sunxi] "

[U-Boot] [GENERIC_BOARD] env problems before relocation with ppc8360
 2014-09-30  7:03 UTC  (4+ messages)

[U-Boot] [PATCH 3/3] drivers: usb: fsl: Add USB device-tree errata framework
 2014-09-30  5:54 UTC 

[U-Boot] [PATCH 2/3] drivers: usb: Make usb device-tree fixup code architecture independent
 2014-09-30  5:53 UTC 

[U-Boot] [PATCH 1/3] drivers: usb: fsl: Move USB Errata checking code
 2014-09-30  5:52 UTC 

[U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support
 2014-09-30  5:10 UTC  (2+ messages)

[U-Boot] [patch 0/2] SPL: Lightweight UBI and UBI fastmap support
 2014-09-30  4:49 UTC  (4+ messages)
` [U-Boot] [patch 2/2] spl: "

[U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard
 2014-09-30  1:29 UTC 

[U-Boot] [PATCH V2] usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
 2014-09-29 22:59 UTC  (6+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [U-boot] [Patch v2 0/5] keystone2: serdes: add seredes driver
 2014-09-29 20:25 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: use mdio_reset function
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: register MDIO bus
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: register eth PHYs on "
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: use general get link function

[U-Boot] [U-boot] [Patch v2 0/5] keystone2: generalize keystone_net driver usage
 2014-09-29 19:17 UTC  (6+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: keystone_net: remove SoC specific emac_regs structure
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: add support for NETCP v1.5
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: move header file from arch to ti-common
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: increase MDIO clock frequency
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: remove redundant code from keystone_net.c

[U-Boot] [PATCH] beagleboard: Remove side effects of i2c2 pullup resisters initialization code
 2014-09-29 17:46 UTC 

[U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
 2014-09-29 16:48 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs
 2014-09-29 16:42 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/3] spi:rewrite the Freescale DSPI driver
 2014-09-29 15:21 UTC  (3+ messages)

[U-Boot] Git reorganization
 2014-09-29 15:15 UTC 

[U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support
 2014-09-29 13:54 UTC  (4+ messages)

[U-Boot] Generic Board Progress
 2014-09-29 13:23 UTC  (2+ messages)

[U-Boot] [PATCH] ARNDALE: Enhance arndale config to be more flexible on boot
 2014-09-29 12:14 UTC  (4+ messages)

[U-Boot] Congatec Conga-QEVAL board sd-card boot not working
 2014-09-29 12:07 UTC  (2+ messages)

[U-Boot] [PATCH for-next] arndale: Enable config_distro_defaults.h
 2014-09-29 10:24 UTC  (2+ messages)
` [U-Boot] [PATCH] arndale: Use config_distro_bootcmd.h

[U-Boot] [PATCH v2] mvebu_mmc: Driver addition
 2014-09-29  9:46 UTC  (3+ messages)

[U-Boot] [PATCH 1/4] arm: m28evk: Test if bootscript exists before loading it
 2014-09-29  9:38 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] arm: m53evk: "
` [U-Boot] [PATCH 3/4] arm: m28evk: Enable FS_GENERIC
` [U-Boot] [PATCH 4/4] arm: m53evk: "


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