public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-02-21 02:37:39 to 2015-02-23 16:56:43 UTC [more...]

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

[U-Boot] [PATCHv1 00/22] Add SPL support for SoCFGPA
 2015-02-23 16:39 UTC  (5+ messages)
` [U-Boot] [PATCHv1 01/22] arm: socfpga: spl: Add main sdram code

[U-Boot] How to program u-boot in eMMC/MMC on iMX
 2015-02-23 16:21 UTC  (7+ messages)

[U-Boot] [u-boot PATCH v2 00/40] dra7xx: am43xx: add dwc3 gadget driver support and enable dfu
 2015-02-23 15:30 UTC  (42+ messages)
` [U-Boot] [u-boot PATCH v2 01/40] ARM: DRA7: Enable clocks for USB OTGSS and USB PHY
` [U-Boot] [u-boot PATCH v2 02/40] ARM: AM43xx: "
` [U-Boot] [u-boot PATCH v2 03/40] usb: gadget: udc: add udc-core from linux kernel to u-boot
` [U-Boot] [u-boot PATCH v2 04/40] include: usb: modify gadget.h to include udc support
` [U-Boot] [u-boot PATCH v2 05/40] usb: gadget: udc: make udc-core compile in u-boot build
` [U-Boot] [u-boot PATCH v2 06/40] include: asm: dma-mapping: get rid of the compilation warning in udc-core
` [U-Boot] [u-boot PATCH v2 07/40] usb: dwc3: add dwc3 folder from linux kernel to u-boot
` [U-Boot] [u-boot PATCH v2 08/40] usb: dwc3: remove un-used files from dwc3 folder
` [U-Boot] [u-boot PATCH v2 09/40] usb: dwc3: Modify the file headers to u-boot format
` [U-Boot] [u-boot PATCH v2 10/40] usb: dwc3: remove trace_* APIs from dwc3 driver
` [U-Boot] [u-boot PATCH v2 11/40] usb: dwc3: fix dwc3 header files
` [U-Boot] [u-boot PATCH v2 12/40] usb: dwc3: remove pm related operations from dwc3 driver
` [U-Boot] [u-boot PATCH v2 13/40] arm: asm: dma-mapping: added dma_free_coherent API
` [U-Boot] [u-boot PATCH v2 14/40] usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiy
` [U-Boot] [u-boot PATCH v2 15/40] usb: dwc3: gadget: make dwc3 gadget build in uboot
` [U-Boot] [u-boot PATCH v2 16/40] include: asm: types: add resource_size_t type
` [U-Boot] [u-boot PATCH v2 17/40] usb: dwc3: ep0: make dwc3 ep0 build in uboot
` [U-Boot] [u-boot PATCH v2 18/40] include: usb: composite: add USB_GADGET_DELAYED_STATUS to avoid compilation error
` [U-Boot] [u-boot PATCH v2 19/40] usb: dwc3: core: make dwc3 core build in uboot
` [U-Boot] [u-boot PATCH v2 20/40] include: dwc3-uboot: add a structure for populating platform data
` [U-Boot] [u-boot PATCH v2 21/40] dwc3: core: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot PATCH v2 22/40] dwc3: core: add support for multiple dwc3 controllers
` [U-Boot] [u-boot PATCH v2 23/40] dwc3: core: added an API to invoke irq handlers
` [U-Boot] [u-boot PATCH v2 24/40] usb: dwc3: dwc3-omap: make dwc3-omap build in uboot
` [U-Boot] [u-boot PATCH v2 25/40] include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
` [U-Boot] [u-boot PATCH v2 26/40] usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
` [U-Boot] [u-boot PATCH v2 27/40] dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
` [U-Boot] [u-boot PATCH v2 28/40] usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
` [U-Boot] [u-boot PATCH v2 29/40] usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
` [U-Boot] [u-boot PATCH v2 30/40] dwc3: flush the buffers before using it
` [U-Boot] [u-boot PATCH v2 31/40] usb: dwc3: ep0: preparation for implementing chained TRB
` [U-Boot] [u-boot PATCH v2 32/40] usb: dwc3: Add chained TRB support for ep0
` [U-Boot] [u-boot PATCH v2 33/40] usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
` [U-Boot] [u-boot PATCH v2 34/40] usb: gadget: defer setting maxpacket till ->setup()
` [U-Boot] [u-boot PATCH v2 35/40] common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
` [U-Boot] [u-boot PATCH v2 36/40] board: ti: DRA7: added USB initializtion code
` [U-Boot] [u-boot PATCH v2 37/40] include: configs: Enable DWC3 and DFU in DRA7xx
` [U-Boot] [u-boot PATCH v2 38/40] board: ti: AM43xx: added USB initializtion code
` [U-Boot] [u-boot PATCH v2 39/40] include: configs: Enable DWC3 and DFU in AM43xx
` [U-Boot] [u-boot PATCH v2 40/40] usb: modify usb_gadget_handle_interrupts to take controller index

[U-Boot] [PATCH 2/2] vexpress64: juno: add default NOR flash boot
 2015-02-23 15:12 UTC  (3+ messages)

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

[U-Boot] [PATCH 00/11] usb: dwc3: Fixes and improvements for DWC3 driver
 2015-02-23 15:04 UTC  (18+ messages)
` [U-Boot] [PATCH 01/11] usb: composite: Add .reset callback to usb_gadget_driver structure
` [U-Boot] [PATCH 02/11] usb: dwc3: linux-compat: Fix: Adding missing include files
` [U-Boot] [PATCH 03/11] usb: dwc3: Add BIT() macro
` [U-Boot] [PATCH 04/11] usb: dwc3: make dwc3_set_mode to static
` [U-Boot] [PATCH 05/11] usb: dwc3: Set usbdrd phy ctrl and mode in dwc3 core
` [U-Boot] [PATCH 06/11] usb: dwc3: add a workaround for too small OUT requests
` [U-Boot] [PATCH 07/11] usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
` [U-Boot] [PATCH 08/11] usb: dwc3: optimize interrupt loop
` [U-Boot] [PATCH 09/11] usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be LST
` [U-Boot] [PATCH 10/11] usb: dwc3: gadget: Set non EP0 max packet limit to 512B
` [U-Boot] [PATCH 11/11] usb: dwc3: Correct clean up code for requests

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

[U-Boot] [PATCH] gpt: support random UUIDs without setting environment variables
 2015-02-23 14:42 UTC  (4+ messages)

[U-Boot] [PATCH] spl_mem_init.c : Added support for mDDR in SPL for i.MX28
 2015-02-23 14:34 UTC 

[U-Boot] [PATCH v3 0/7] kconfig: turnaround into single .config
 2015-02-23 14:02 UTC  (9+ messages)
` [U-Boot] [PATCH v3 6/7] kconfig: remove unneeded dependency on !SPL_BUILD

[U-Boot] [PATCH v4 0/5] Clean out SPL and enable driver model
 2015-02-23 13:46 UTC  (2+ messages)

[U-Boot] Weird error message on buildman
 2015-02-23 13:42 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/20] ARM: UniPhier: bug fixes, refactorings and new features
 2015-02-23 13:11 UTC  (21+ messages)
` [U-Boot] [PATCH v3 01/20] ARM: UniPhier: move SoC sources to mach-uniphier
` [U-Boot] [PATCH v3 02/20] ARM: UniPhier: move SoC headers to mach-uniphier/include/mach
` [U-Boot] [PATCH v3 03/20] ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>
` [U-Boot] [PATCH v3 04/20] ARM: UniPhier: fix comments in PH1-Pro4 SBC code
` [U-Boot] [PATCH v3 05/20] ARM: UniPhier: fix SBC init code
` [U-Boot] [PATCH v3 06/20] ARM: UniPhier: split clkrst_init() into two functions
` [U-Boot] [PATCH v3 07/20] ARM: UniPhier: reset NAND core in SPL for non-NAND boot mode
` [U-Boot] [PATCH v3 08/20] ARM: UniPhier: enable STDMAC for EHCI
` [U-Boot] [PATCH v3 09/20] ARM: UniPhier: remove EHCI platform devices
` [U-Boot] [PATCH v3 10/20] ARM: UniPhier: move uniphier_ehci_reset() function
` [U-Boot] [PATCH v3 11/20] ARM: UniPhier: replace "usb-ehci" with "generic-ehci"
` [U-Boot] [PATCH v3 12/20] ARM: UniPhier: add I/O pin settings for xHCI on PH1-Pro4
` [U-Boot] [PATCH v3 13/20] ARM: UniPhier: enable xHCI and GIO cores for PH1-Pro4
` [U-Boot] [PATCH v3 14/20] ARM: UniPhier: add xHCI device nodes to PH1-Pro4 device tree
` [U-Boot] [PATCH v3 15/20] usb: UniPhier: add UniPhier on-chip xHCI host driver support
` [U-Boot] [PATCH v3 16/20] ARM: UniPhier: switch to xHCI for PH1-Pro4
` [U-Boot] [PATCH v3 17/20] ARM: UniPhier: support 1CS support card for all the UniPhier SoCs
` [U-Boot] [PATCH v3 18/20] ARM: UniPhier: switch to 1CS support card
` [U-Boot] [PATCH v3 19/20] ARM: UniPhier: consolidate MEMCONF setting code
` [U-Boot] [PATCH v3 20/20] ARM: UniPhier: remove stop_mpll() from PH1-Pro4 PLL initialization

[U-Boot] [PATCH 1/3] mx31ads: Convert to generic board
 2015-02-23 13:10 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] imx31_phycore: "
` [U-Boot] [PATCH 3/3] zmx25: "

[U-Boot] [PATCH v4 0/9] ARM: remove non-generic boards
 2015-02-23 13:09 UTC  (12+ messages)
` [U-Boot] [PATCH v4 1/9] ARM: remove mx31ads board support
` [U-Boot] [PATCH v4 2/9] ARM: mx31: remove imx31_phycore board
` [U-Boot] [PATCH v4 3/9] ARM: remove jadecpu board support
` [U-Boot] [PATCH v4 4/9] ARM: remove zmx25 "
` [U-Boot] [PATCH v4 5/9] ARM: remove dkb "
` [U-Boot] [PATCH v4 6/9] ARM: remove cm4008 and cm41xx "
` [U-Boot] [PATCH v4 7/9] ARM: remove a320evb "
` [U-Boot] [PATCH v4 8/9] ARM: remove tnetv107x "
` [U-Boot] [PATCH v4 9/9] ARM: davinci: remove hawkboard support

[U-Boot] [PATCH 1/2] mx31: Fix boot hang by avoiding vector relocation
 2015-02-23 13:03 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mx35: "

[U-Boot] Please pull u-boot-sunxi master
 2015-02-23 11:58 UTC  (2+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2015-02-23  9:06 UTC 

[U-Boot] 2015.04-rc2 tarball is missing from FTP
 2015-02-23  8:49 UTC 

[U-Boot] Git clone using http or rsync broken
 2015-02-23  8:39 UTC  (3+ messages)

[U-Boot] [PATCH v2 1/4] mmc: fsl_esdhc: Add CMD11 support to switch to 1.8V
 2015-02-23  8:19 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/4] mmc: fsl_esdhc: Add support to force VSELECT set
` [U-Boot] [PATCH v2 3/4] imx: mx6sl: Extend USDHC SD2 pins to support 8-wire use
` [U-Boot] [PATCH v2 4/4] warp: Add initial WaRP Board support

[U-Boot] [PATCH] board: tbs2910: Gate clock when switching async clock muxes
 2015-02-23  8:19 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/3] imx: mx6slevk add pmic support
 2015-02-23  8:19 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/3] imx:mx6sl add I2c pad settings
` [U-Boot] [PATCH v3 2/3] imx:mx6slevk add pmic and i2c configuration
` [U-Boot] [PATCH v3 3/3] imx:mx6slevk implement power init board

[U-Boot] [RFC PATCH v1 0/1] Generating kwb image for custom board
 2015-02-23  8:04 UTC  (3+ messages)
` [U-Boot] [RFC PATCH v1] kwbimage: Align v1 binary header to 4B

[U-Boot] [PATCH 1/2] mc34704: Add the definition of ONOFFA bit
 2015-02-23  8:03 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mx25pdk: Turn on the LCD supply

[U-Boot] [PATCH 0/2] dfu: allow to autoset configuration
 2015-02-23  0:16 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] odroid: adjust get_dfu_alt_*() functions to new declarations

[U-Boot] Enable splash screen for dm 365
 2015-02-22 21:50 UTC 

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

[U-Boot] [PATCH v3 0/19] ARM: start to move SoC code into arch/arm/mach-*
 2015-02-22  2:57 UTC  (39+ messages)
` [U-Boot] [PATCH v3 01/19] ARM: at91: move board select menu and common settings
` [U-Boot] [PATCH v3 02/19] ARM: prepare for moving SoC sources into mach-*
` [U-Boot] [PATCH v3 03/19] ARM: at91: collect SoC sources into mach-at91
` [U-Boot] [PATCH v3 04/19] ARM: tegra: collect SoC sources into mach-tegra
` [U-Boot] [PATCH v3 05/19] ARM: davinci: move SoC sources to mach-davinci
` [U-Boot] [PATCH v3 06/19] ARM: kirkwood: move SOC sources to mach-kirkwood
` [U-Boot] [PATCH v3 07/19] ARM: nomadik: move SoC sources to mach-nomadik
` [U-Boot] [PATCH v3 08/19] ARM: highbank: move SoC sources to mach-highbank
` [U-Boot] [PATCH v3 09/19] ARM: orion5x: move SoC sources to mach-orion5x
` [U-Boot] [PATCH v3 10/19] ARM: versatile: move SoC sources to mach-versatile
` [U-Boot] [PATCH v3 11/19] ARM: keystone: move SoC sources to mach-keystone
` [U-Boot] [PATCH v3 12/19] kbuild: prepare for moving headers into mach-*/include/mach
` [U-Boot] [PATCH v3 13/19] ARM: at91: move SoC headers to mach-at91/include/mach
` [U-Boot] [PATCH v3 14/19] ARM: davinci: move SoC headers to mach-davinci/include/mach
` [U-Boot] [PATCH v3 15/19] ARM: kirkwood: move SoC headers to mach-kirkwood/include/mach
` [U-Boot] [PATCH v3 16/19] ARM: nomadik: move SoC headers to mach-nomadik/include/mach
` [U-Boot] [PATCH v3 17/19] ARM: orion5x: move SoC headers to mach-orion5x/include/mach
` [U-Boot] [PATCH v3 18/19] ARM: keystone: move SoC headers to mach-keystone/include/mach
` [U-Boot] [PATCH v3 19/19] ARM: prepare for including <mach/*.h>

[U-Boot] [PATCH V3 1/3] bcm2835/rpi: add SPDX license tags for some files
 2015-02-22  2:57 UTC  (6+ messages)
` [U-Boot] [PATCH V3 2/3] bcm2836 SoC support (used in Raspberry Pi 2 model B)
` [U-Boot] [PATCH V3 3/3] rpi: add support for Raspberry Pi 2 model B

[U-Boot] Please pull u-boot-dm
 2015-02-22  2:56 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] mc34704: Add the definition of ONOFFA bit
 2015-02-21 19:22 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] mx25pdk: Turn on the LCD supply

[U-Boot] Message rejected. No base64 encoded MIME text parts allowed
 2015-02-21 18:15 UTC  (2+ messages)

[U-Boot] i.MX28 u-boot SPL fail
 2015-02-21 17:15 UTC  (9+ messages)
          ` [U-Boot] Fwd: "

[U-Boot] [PATCH] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels
 2015-02-21 14:34 UTC  (10+ messages)

[U-Boot] [PATCH] sunxi: Set the /chosen/stdout-path fdt property for sunxi boards
 2015-02-21 12:32 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] kconfig: turnaround into single .config
 2015-02-21 10:38 UTC  (5+ messages)
` [U-Boot] [PATCH v2 3/4] kconfig: switch to single .config configuration

[U-Boot] [PATCH 1/2] sunxi: mmc: Always declare High Capacity capability
 2015-02-21 10:32 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Add support for the UTOO P66 tablet

[U-Boot] [PATCH v2] sunxi: Machine id hack to prevent loading buggy sunxi-3.4 kernels
 2015-02-21 10:27 UTC  (2+ messages)


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