public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-24 09:03:53 to 2015-02-25 00:08:15 UTC [more...]

[U-Boot] [PATCH 0/9] ARM: tegra: pinmux: Tegra210 support
 2015-02-25  0:08 UTC  (14+ messages)
` [U-Boot] [PATCH 1/9] ARM: tegra: pinmux: add note re: drive group field defines
` [U-Boot] [PATCH 2/9] ARM: tegra: pinmux: simplify some defines
` [U-Boot] [PATCH 3/9] ARM: tegra: pinmux: handle feature removal on newer SoCs
` [U-Boot] [PATCH 4/9] ARM: tegra: pinmux: move some type definitions
` [U-Boot] [PATCH 5/9] ARM: tegra: pinmux: partially handle varying register layouts
` [U-Boot] [PATCH 6/9] ARM: tegra: pinmux: support hsm/schmitt on pins
` [U-Boot] [PATCH 7/9] ARM: tegra: pinmux: account for different drivegroup base registers
` [U-Boot] [PATCH 8/9] ARM: tegra: pinmux: support Tegra210's e_io_hv pin option
` [U-Boot] [PATCH 9/9] ARM: tegra: pinmux: add Tegra210 support

[U-Boot] [PATCH 1/3] mx31ads: Convert to generic board
 2015-02-25  0:05 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] imx31_phycore: "
` [U-Boot] [PATCH 3/3] zmx25: "

[U-Boot] [PATCH v5 0/6] ARM: remove non-generic boards
 2015-02-25  0:04 UTC  (13+ messages)
` [U-Boot] [PATCH v5 1/6] ARM: remove jadecpu board support
` [U-Boot] [PATCH v5 2/6] ARM: remove dkb "
` [U-Boot] [PATCH v5 3/6] ARM: remove cm4008 and cm41xx "
` [U-Boot] [PATCH v5 4/6] ARM: remove a320evb "
` [U-Boot] [PATCH v5 5/6] ARM: remove tnetv107x "
` [U-Boot] [PATCH v5 6/6] ARM: davinci: remove hawkboard support

[U-Boot] [PATCH v5 0/4] kconfig: turnaround into single .config
 2015-02-25  0:03 UTC  (9+ messages)
` [U-Boot] [PATCH v5 1/4] ARM: UniPhier: set CONFIG_SYS_MALLOC_F to the global default value
` [U-Boot] [PATCH v5 2/4] kconfig: Adjust ordering so that defaults work as expected
` [U-Boot] [PATCH v5 3/4] kconfig: switch to single .config configuration
` [U-Boot] [PATCH v5 4/4] kconfig: remove unneeded dependency on !SPL_BUILD

[U-Boot] [RFC PATCH v3 0/14] Add Driver Model support to network stack
 2015-02-25  0:02 UTC  (25+ messages)
` [U-Boot] [RFC PATCH v4 0/23] "
  ` [U-Boot] [RFC PATCH v4 01/23] test: dm: Reorder the objects to build
  ` [U-Boot] [RFC PATCH v4 02/23] common: Make sure arch-specific map_sysmem() is defined
  ` [U-Boot] [RFC PATCH v4 03/23] net: Provide a function to get the current MAC address
  ` [U-Boot] [RFC PATCH v4 04/23] net: Rename helper function to be more clear
  ` [U-Boot] [RFC PATCH v4 05/23] net: Remove unneeded "extern" in net.h
  ` [U-Boot] [RFC PATCH v4 06/23] net: Refactor in preparation for driver model
  ` [U-Boot] [RFC PATCH v4 07/23] net: Change return codes from net/eth.c to use errorno constants
  ` [U-Boot] [RFC PATCH v4 08/23] net: Use int instead of u8 for boolean flag
  ` [U-Boot] [RFC PATCH v4 09/23] net: Remove the bd* parameter from net stack functions
  ` [U-Boot] [RFC PATCH v4 10/23] net: Make netretry actually do something
  ` [U-Boot] [RFC PATCH v4 11/23] net: Access mapped physmem in net functions
  ` [U-Boot] [RFC PATCH v4 12/23] dm: eth: Add basic driver model support to Ethernet stack
  ` [U-Boot] [RFC PATCH v4 13/23] sandbox: eth: Add network support to sandbox
  ` [U-Boot] [RFC PATCH v4 14/23] sandbox: eth: Add ARP and PING response to sandbox driver
  ` [U-Boot] [RFC PATCH v4 15/23] test: dm: eth: Add tests for the eth dm implementation
  ` [U-Boot] [RFC PATCH v4 16/23] dm: eth: Add support for aliases
  ` [U-Boot] [RFC PATCH v4 17/23] dm: eth: Add support for ethprime env var
  ` [U-Boot] [RFC PATCH v4 18/23] test: dm: eth: Add testing for ethrotate "
  ` [U-Boot] [RFC PATCH v4 19/23] sandbox: eth: Add ability to disable ping reply in sandbox eth driver
  ` [U-Boot] [RFC PATCH v4 20/23] test: dm: net: Add a test of the netretry behavior
  ` [U-Boot] [RFC PATCH v4 21/23] sandbox: eth: Add a bridge to a real network for sandbox
  ` [U-Boot] [RFC PATCH v4 22/23] sandbox: Enable DHCP and IP defrag
  ` [U-Boot] [RFC PATCH v4 23/23] sandbox: eth: Add support for using the 'lo' interface

[U-Boot] [PATCH v4 00/11] Add support for booting multiple cores
 2015-02-24 23:59 UTC  (4+ messages)
` [U-Boot] [PATCH v4 03/10] Exynos542x: Add workaround for ARM errata 798870

[U-Boot] [PATCH][v2] crypto/fsl: Make function names consistent for blob encapsulation/decapsulation
 2015-02-24 23:20 UTC  (3+ messages)

[U-Boot] UMS on mx6sl
 2015-02-24 23:19 UTC  (4+ messages)

[U-Boot] [PATCH v2] omap3: Variant and revision checks for ARM Cortex-A8 errata workarounds
 2015-02-24 23:02 UTC  (8+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [PATCH V2 0/9] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-02-24 22:57 UTC  (10+ messages)
` [U-Boot] [PATCH V2 1/9] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V2 3/9] ARM: OMAP3: Get rid of omap3_gp_romcode_call and replace with omap_smc1
` [U-Boot] [PATCH V2 4/9] ARM: Provide a mechanism to invoke SoC specific errata WA for CP15
` [U-Boot] [PATCH V2 5/9] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH V2 6/9] configs: ti_omap5_common: Enable "
` [U-Boot] [PATCH V2 7/9] ARM: OMAP3: Introduce OMAP3 Cortex-A8 revision specific errata
` [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766
` [U-Boot] [PATCH V2 9/9] ARM: OMAP5 / DRA7: Setup L2 Aux Control Register with recommended configuration

[U-Boot] [PATCH V2 0/9] ARM: OMAP3-DRA7: CP15 erratum workarounds and improvements
 2015-02-24 22:52 UTC  (7+ messages)
` [U-Boot] [PATCH V2 1/9] ARM: OMAP: Change set_pl310_ctrl_reg to be generic
` [U-Boot] [PATCH V2 2/9] ARM: OMAP3: Rename omap3.h to omap.h to be generic as all SoCs
` [U-Boot] [PATCH V2 4/9] ARM: Provide a mechanism to invoke SoC specific errata WA for CP15
` [U-Boot] [PATCH V2 5/9] ARM: DRA7 / OMAP5: Add workaround for ARM errata 798870
` [U-Boot] [PATCH V2 6/9] configs: ti_omap5_common: Enable "
` [U-Boot] [PATCH V2 8/9] configs: ti_omap3_common: Enable workaround for ARM errata 454179, 430973, 621766

[U-Boot] [GIT] Pull request: u-boot-dfu
 2015-02-24 22:29 UTC  (3+ messages)

[U-Boot] [PATCH] OMAP3: igep0032: Fix regression due commit f3b4bc45
 2015-02-24 22:04 UTC  (2+ messages)

[U-Boot] [PATCH] mx6sabre: Enable USB Mass Storage
 2015-02-24 21:42 UTC  (2+ messages)

[U-Boot] [RFC] m68k: generic board
 2015-02-24 20:47 UTC  (6+ messages)

[U-Boot] Is anyone working on NAND support for Armada-XP?
 2015-02-24 20:33 UTC  (4+ messages)

[U-Boot] [PATCH] configs: LS1012XA: Modify CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS for LS102XA
 2015-02-24 20:25 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/16] ARM: UniPhier: bug fixes, refactorings and new features
 2015-02-24 19:39 UTC  (5+ messages)
` [U-Boot] [PATCH v2 06/16] ARM: UniPhier: remove EHCI platform devices
` [U-Boot] [PATCH v2 07/16] ARM: UniPhier: move uniphier_ehci_reset() function

[U-Boot] [PATCH 1/3] usb: ci_udc: Fix set address to work with older controllers
 2015-02-24 19:25 UTC  (11+ messages)
` [U-Boot] [PATCH 2/3] ARM: tegra: Fix the USB gadget configuration for T20
` [U-Boot] [PATCH 3/3] ARM: tegra: usb gadgets: Allow accessing the NAND via DFU

[U-Boot] [PATCH v2] tegra20: tamonten: Fix the early gpio init
 2015-02-24 18:46 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] various fixes for apalis/colibri_t30
 2015-02-24 18:15 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] apalis/colibri_t30: fix MMC/SD card detect GPIOs

[U-Boot] [PATCH v2] fastboot: add support for reboot-bootloader command
 2015-02-24 18:10 UTC 

[U-Boot] [PATCH v1] fastboot: add support for reboot-bootloader command
 2015-02-24 17:55 UTC  (3+ messages)

[U-Boot] [PATCHv1 00/22] Add SPL support for SoCFGPA
 2015-02-24 17:48 UTC  (4+ messages)
` [U-Boot] [PATCHv1 01/22] arm: socfpga: spl: Add main sdram code

[U-Boot] [u-boot 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-24 17:42 UTC  (6+ messages)
` [U-Boot] [u-boot 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy

[U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation
 2015-02-24 17:40 UTC  (3+ messages)

[U-Boot] Regarding USB device testing in U-boot release
 2015-02-24 17:39 UTC 

[U-Boot] [PATCH] tegra20: tamonten: Fix the early gpio init
 2015-02-24 17:35 UTC  (5+ messages)

[U-Boot] [PATCH 0/2] Invoke board specific board_usb_cleanup function
 2015-02-24 17:34 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] usb: common: provide a _weak board_usb_cleanup() function
` [U-Boot] [PATCH 2/2] usb: invoke board specific USB cleanup interface

[U-Boot] [PATCH 0/4] arm: rmobile: silk: minor fixes and SDHI support
 2015-02-24 16:55 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] arm: rmobile: silk: Fix GPIO4_31 initialization
` [U-Boot] [PATCH 2/4] arm: rmobile: silk: Disable ethernet pins pull-up
` [U-Boot] [PATCH 3/4] arm: rmobile: silk: fix typo in device declaration
` [U-Boot] [PATCH 4/4] arm: rmobile: silk: Add support SDHI

[U-Boot] rpi_2 builds fine with make, fails with buildman
 2015-02-24 16:51 UTC  (2+ messages)

[U-Boot] [PATCH RFC v2 0/6] usb: host: Add driver model support
 2015-02-24 16:47 UTC  (3+ messages)

[U-Boot] [PATCH 11/14] usb: UniPhier: add UniPhier on-chip xHCI host driver support
 2015-02-24 16:46 UTC  (4+ messages)

[U-Boot] [PATCH v3 6/7] kconfig: remove unneeded dependency on !SPL_BUILD
 2015-02-24 16:45 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/7] kconfig: turnaround into single .config
 2015-02-24 16:42 UTC  (4+ messages)
` [U-Boot] [PATCH v3 5/7] kconfig: switch to single .config configuration

[U-Boot] [PATCH] sunxi: Make CONFIG_DRAM_TPR3 apply to sun[57]i
 2015-02-24 16:39 UTC  (3+ messages)
` [U-Boot] [linux-sunxi] "

[U-Boot] [PATCH 1/2] dreamplug: switch to GENERIC_BOARD
 2015-02-24 16:05 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] dreamplug: set CONFIG_BUILD_TARGET to build u-boot.kwb
 2015-02-24 16:04 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] imx:mx6 add ldo bypass
 2015-02-24 15:56 UTC  (7+ messages)
` [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

[U-Boot] [PATCH v3 0/6] arm: a few steps to improve boot time
 2015-02-24 14:47 UTC  (21+ messages)
` [U-Boot] [PATCH v4 "
  ` [U-Boot] [PATCH v4 4/6] dlmalloc: do memset in malloc init as new default config
  ` [U-Boot] [PATCH v5 0/7] arm: a few steps to improve boot time
    ` [U-Boot] [PATCH v5 1/7] exynos: config: enable arch memcpy and arch memset
    ` [U-Boot] [PATCH v5 2/7] arm: relocation: clear .bss section with arch memset if defined
    ` [U-Boot] [PATCH v5 3/7] dfu: mmc: file buffer: remove static allocation
    ` [U-Boot] [PATCH v5 4/7] dlmalloc: do memset in malloc init as new default config
    ` [U-Boot] [PATCH v5 5/7] trats2: defconfig: disable memset at malloc init
    ` [U-Boot] [PATCH v5 6/7] odroid: "
    ` [U-Boot] [PATCH v5 7/7] odroid-xu3: "

[U-Boot] [PATCH] arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD
 2015-02-24 14:00 UTC  (5+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v3 6/7] kconfig: remove unneeded dependency on !SPL_BUILD
 2015-02-24 13:36 UTC  (3+ messages)

[U-Boot] [PATCH] MAINTAINERS: add Driver Model repository information
 2015-02-24 13:34 UTC  (2+ messages)

[U-Boot] [PATCH] am33xx, spl, siemens: enable debug uart output again
 2015-02-24 13:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/16] x86: dm: Convert x86 to use driver model more fully
 2015-02-24 13:24 UTC  (17+ messages)
` [U-Boot] [PATCH 01/16] dm: sf: Add driver model read/write/erase methods
` [U-Boot] [PATCH 02/16] dm: x86: spi: Convert ICH SPI driver to driver model
` [U-Boot] [PATCH 03/16] dm: x86: Add a uclass for a Platform Controller Hub
` [U-Boot] [PATCH 04/16] dm: x86: Add a uclass for an Low Pin Count (LPC) device
` [U-Boot] [PATCH 05/16] x86: chromebook_link: dts: Add PCH and LPC devices
` [U-Boot] [PATCH 06/16] dm: cros_ec: Convert cros_ec LPC driver to driver model
` [U-Boot] [PATCH 07/16] cros_ec: Reinit the cros_ec device when 'crosec init' is used
` [U-Boot] [PATCH 08/16] cros_ec: Drop unused CONFIG_DM_CROS_EC
` [U-Boot] [PATCH 09/16] sandbox: cros_ec: Drop unnecessary init
` [U-Boot] [PATCH 10/16] x86: "
` [U-Boot] [PATCH 11/16] exynos: "
` [U-Boot] [PATCH 12/16] cros_ec: Remove unused cros_ec_board_init() function
` [U-Boot] [PATCH 13/16] fdt: cros_ec: Drop compatible string in fdtdec
` [U-Boot] [PATCH 14/16] fdt: Drop LPC "
` [U-Boot] [PATCH 15/16] cros_ec: exynos: Match up device tree with kernel version
` [U-Boot] [PATCH 16/16] i8042: Add keyboard enable logic in kbd_reset()

[U-Boot] [PATCH 00/11] usb: dwc3: Fixes and improvements for DWC3 driver
 2015-02-24 13:23 UTC  (5+ messages)
` [U-Boot] [PATCH 06/11] usb: dwc3: add a workaround for too small OUT requests

[U-Boot] [u-boot RFC/RFT PATCH] usb: dwc3: remove linux-compat header file
 2015-02-24 13:19 UTC 

[U-Boot] [PATCH v4 1/9] ARM: remove mx31ads board support
 2015-02-24 12:46 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] sunxi: mmc: Always declare High Capacity capability
 2015-02-24 11:39 UTC  (4+ messages)

[U-Boot] [PATCH v1 1/2] fastboot: Add support to flash u-boot and MLO to QSPI
 2015-02-24 11:39 UTC  (3+ messages)

[U-Boot] [PATCH v1 1/1] usb: gadget: fastboot: Add fastboot erase
 2015-02-24 11:13 UTC  (4+ messages)
` [U-Boot] [PATCH v2 "

[U-Boot] [PATCH v1 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize
 2015-02-24 10:28 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/3] fastboot: Correct fastboot_fail and fastboot_okay strings
` [U-Boot] [PATCH v1 3/3] usb: gadget: fastboot: Set the Serial Number for Fastboot Gadget

[U-Boot] [PATCH v2 1/3] fastboot: OUT transaction length must be aligned to wMaxPacketSize
 2015-02-24 10:28 UTC  (3+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH] fastboot: Add USB cable detect check
 2015-02-24 10:07 UTC  (4+ messages)

[U-Boot] [PATCH 0/4] exynos-dwmmc: check set init priority for boot channel
 2015-02-24  9:44 UTC  (14+ messages)
` [U-Boot] [PATCH 1/4] dm: gpio: extend gpio api by dm_gpio_set_pull()

[U-Boot] v2015.04-rc1 and -rc2 regression wrt 2015.01 on igep0032 (commit f3b4bc45)
 2015-02-24  9:11 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mx5: Add support for USB armory board
 2015-02-24  9:03 UTC 


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