public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-02-15 09:54:59 to 2016-02-16 20:13:55 UTC [more...]

[U-Boot] [PATCH v2 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
 2016-02-16 20:13 UTC  (8+ messages)

[U-Boot] [PATCH v6 00/76] mtd: Add SPI-NOR core support
 2016-02-16 19:47 UTC  (2+ messages)

[U-Boot] [PATCH v7 73/76] configs: Enable CONFIG_SPL_MTD_SUPPORT
 2016-02-16 19:42 UTC 

[U-Boot] [PATCH v7 74/76] sf: Drop entire spi-flash framework
 2016-02-16 19:40 UTC 

[U-Boot] [PATCH v7 16/76] spi_flash: Use mtd_info operation for SPI-NOR
 2016-02-16 19:37 UTC 

[U-Boot] [PATCH v7 12/76] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
 2016-02-16 19:35 UTC 

[U-Boot] [PATCH v7 09/76] mtd: spi-nor: Add dm spi-nor probing
 2016-02-16 19:33 UTC 

[U-Boot] test/py main_signon
 2016-02-16 19:08 UTC  (5+ messages)

[U-Boot] [PATCH v2] spi: omap3: Convert to driver model
 2016-02-16 18:51 UTC 

[U-Boot] Beaglebone Black broken since commit fd61d39970b9901217efc7536d9f3a61b4e1752a
 2016-02-16 18:27 UTC 

[U-Boot] [PATCH] usb: gadget: composite: Correct recovery path for register
 2016-02-16 17:59 UTC 

[U-Boot] how does board_init_f() -> board_init_r?
 2016-02-16 16:41 UTC  (3+ messages)

[U-Boot] [PATCH] test/py: only check for SPL signature if SPL uses serial output
 2016-02-16 16:39 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] spi: omap3: Move headers code inside the driver
 2016-02-16 16:28 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] spi: omap3: Convert to driver model

[U-Boot] Warnings from Tegra LCD conversion?
 2016-02-16 16:18 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] net: gem: Add support for reading MAC from I2C EEPROM
 2016-02-16 16:17 UTC  (16+ messages)

[U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent
 2016-02-16 16:10 UTC  (4+ messages)

[U-Boot] [RFC PATCH v4 0/3] Enable FIT image to be loaded beyond 32-bit space
 2016-02-16 16:02 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v4 1/3] sandbox: Fix compiling warning on 32-bit host
` [U-Boot] [RFC PATCH v4 2/3] common: Convert ulong to phys_addr_t for image addresses
` [U-Boot] [RFC PATCH v4 3/3] common: Fix load and entry addresses in FIT image

[U-Boot] [PATCH v2 0/7] driver model bring-up of sata device on dra72 and dra74 evm
 2016-02-16 16:01 UTC  (15+ messages)
` [U-Boot] [PATCH v2 1/7] arm: omap: sata: move enable sata clocks to enable_basic_clocks()
` [U-Boot] [PATCH v2 2/7] arm: omap: sata: compile out sata init apis when CONFIG_DISK is defined
` [U-Boot] [PATCH v2 3/7] drivers: block: disk-uclass: implement scsi_init()
` [U-Boot] [PATCH v2 4/7] arm: omap-common: sata: prepare driver for DM conversion
` [U-Boot] [PATCH v2 6/7] defconfig: dra74_evm: enable disk driver model
` [U-Boot] [PATCH v2 7/7] defconfig: dra72_evm: "

[U-Boot] [PATCH V2 1/2] pinctrl: imx: Introduce pinctrl driver for i.MX6
 2016-02-16 16:00 UTC  (3+ messages)

[U-Boot] [PATCH 0/4] stm32: add stm32f7 family support
 2016-02-16 16:00 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] stm32x7: add support for stm32x7 serial driver

[U-Boot] [PATCH v2 00/18] Add support for 96boards Dragonboard410C board
 2016-02-16 15:59 UTC  (4+ messages)
` [U-Boot] [PATCH v2 02/18] gpio: Add support for Qualcomm gpio controller

[U-Boot] [PATCH] ARM: zynq: Enable u-boot,dm-pre-reloc for qspi
 2016-02-16 15:47 UTC  (2+ messages)
` [U-Boot] [PATCH] ARM: zynq: Enable u-boot, dm-pre-reloc "

[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
 2016-02-16 15:17 UTC 

[U-Boot] [PATCH 00/30] dm: Add driver-model support for block drivers
 2016-02-16 14:51 UTC  (40+ messages)
` [U-Boot] [PATCH 01/30] dm: Drop the block_dev_desc_t typedef
` [U-Boot] [PATCH 02/30] dm: pci: Break out the common region display code
` [U-Boot] [PATCH 03/30] dm: part: Correct a sandbox build warning
` [U-Boot] [PATCH 05/30] dm: part: Drop the common.h header
` [U-Boot] [PATCH 06/30] dm: Add a new header for block devices
` [U-Boot] [PATCH 07/30] dm: blk: Convert interface type to an enum
` [U-Boot] [PATCH 08/30] dm: blk: Add comments to a few functions
` [U-Boot] [PATCH 09/30] dm: blk: Rename get_dev() to blk_get_dev()
` [U-Boot] [PATCH 10/30] dm: blk: Rename get_device() to blk_get_device_str()
` [U-Boot] [PATCH 11/30] dm: blk: Rename get_device_and_partition()
` [U-Boot] [PATCH 12/30] dm: part: Add a cast to avoid a compiler warning
` [U-Boot] [PATCH 13/30] dm: sandbox: Enable all partition types
` [U-Boot] [PATCH 14/30] dm: part: Convert partition API use to linker lists
` [U-Boot] [PATCH 15/30] dm: part: Rename some partition functions
` [U-Boot] [PATCH 16/30] dm: cbfs: Fix handling of invalid type
` [U-Boot] [PATCH 17/30] dm: sandbox: Enable cbfs and cramfs
` [U-Boot] [PATCH 18/30] dm: block: Rename device number member dev to devnum
` [U-Boot] [PATCH 19/30] dm: block: Adjust device calls to go through helpers function

[U-Boot] [PATCH] Gracefully handle 64-bit signed-extended 32-bit Load addresses
 2016-02-16 13:57 UTC 

[U-Boot] [PATCH] Gracefully handle 64-bit Load Address and Entry Point Address mkimage parameters
 2016-02-16 13:56 UTC  (3+ messages)

[U-Boot] [PATCH 00/26] spl: Support loading a FIT image containing U-Boot
 2016-02-16 13:33 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/3] UniPhier SD/eMMC controller driver
 2016-02-16 12:51 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/3] mmc: uniphier: add driver for UniPhier SD/MMC host controller

[U-Boot] i.MX286 U-Boot fails with code HTLLCL0x8050100b
 2016-02-16 12:38 UTC  (3+ messages)

[U-Boot] (no subject)
 2016-02-16 12:18 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] common: env_flags: include common.h even for HOST_CC

[U-Boot] [PATCH 1/2] dm: core: Add uclass_first_device_err() to return a valid device
 2016-02-16  9:31 UTC  (2+ messages)

[U-Boot] [PATCH 00/16] image: Fix various test failures
 2016-02-16  9:22 UTC  (24+ messages)
` [U-Boot] [PATCH 04/16] trace: Fix compiler warnings in trace
` [U-Boot] [PATCH 05/16] lib: Don't instrument the div64 function
` [U-Boot] [PATCH 07/16] timer: Support tracing fully
` [U-Boot] [PATCH 08/16] timer: Provide an early timer
` [U-Boot] [PATCH 09/16] timer: Set up the real timer after driver model is available
` [U-Boot] [PATCH 10/16] sandbox: timer: Support the early timer
` [U-Boot] [PATCH 12/16] sandbox: Enable "
` [U-Boot] [PATCH 13/16] sandbox: spi: Add more debugging to SPI emulation
` [U-Boot] [PATCH 14/16] sandbox: spi: Remove an incorrect free()
` [U-Boot] [PATCH 15/16] spi: Correct two error return values
` [U-Boot] [PATCH 16/16] spi: Re-enable the SPI flash tests

[U-Boot] [PATCH] fixup! gpio: uniphier: add driver for UniPhier GPIO controller
 2016-02-16  9:20 UTC 

[U-Boot] [PATCH] fastboot: update error and warning messages
 2016-02-16  9:07 UTC  (5+ messages)

[U-Boot] [PATCH v2] ARM: at91: sama5d2: configure the L2 cache memory
 2016-02-16  8:50 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] ARM: uniphier: eMMC boot support
 2016-02-16  8:08 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: uniphier: add "
` [U-Boot] [PATCH 2/4] ARM: uniphier: add a command to find the first MMC (non-SD) device
` [U-Boot] [PATCH 3/4] ARM: uniphier: add emmcupdate command
` [U-Boot] [PATCH 4/4] ARM: uniphier: default to environment in eMMC

[U-Boot] [PATCH v3 0/3] UniPhier SD/eMMC controller driver
 2016-02-16  8:06 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] mmc: uniphier: add driver for UniPhier SD/MMC host controller
` [U-Boot] [PATCH v3 2/3] ARM: uniphier: enable UniPhier SD/MMC host driver
` [U-Boot] [PATCH v3 3/3] ARM: dts: uniphier: add SD/MMC host controller nodes

[U-Boot] [PATCH v4 0/4] UniPhier: add GPIO support
 2016-02-16  8:03 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] gpio: uniphier: add driver for UniPhier GPIO controller
` [U-Boot] [PATCH v4 2/4] gpio: do not include <asm/arch/gpio.h> for UniPhier
` [U-Boot] [PATCH v4 3/4] ARM: uniphier: enable GPIO command and driver for UniPhier SoCs
` [U-Boot] [PATCH v4 4/4] ARM: dts: uniphier: add GPIO controller nodes

[U-Boot] [PATCH] ARM: dts: uniphier: rework System Bus nodes
 2016-02-16  8:00 UTC 

[U-Boot] [ANN] U-Boot v2016.01-rc2 released
 2016-02-16  7:25 UTC  (2+ messages)

[U-Boot] [PATCH] net: fix m88e1111s PHY auto negotiation timeout
 2016-02-16  6:54 UTC 

[U-Boot] [Patch V2] armv8/ls1043aqds: Add USB support for ls1043aqds
 2016-02-16  5:12 UTC 

[U-Boot] [PATCH] armv8/fsl-lsch2: fix sdhc clock frequency value
 2016-02-16  2:54 UTC 

[U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
 2016-02-16  2:34 UTC  (3+ messages)

[U-Boot] [PATCH] ARM: rpi: increase CONFIG_SYS_MAXARGS
 2016-02-16  2:10 UTC  (2+ messages)

[U-Boot] [PATCH v6 01/76] mtd: Add m25p80 driver
 2016-02-16  1:08 UTC  (5+ messages)
` [U-Boot] [PATCH v6 66/76] spi: Drop mode_rx

[U-Boot] [PATCH] ARM: at91: sama5d2: configure the L2 cache memory
 2016-02-16  1:02 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] test/py: skip tests that require large CONFIG_SYS_MAXARGS
 2016-02-16  0:40 UTC 

[U-Boot] [PATCH RESEND] test/py: use space to interrupt autoboot
 2016-02-16  0:39 UTC 

[U-Boot] [PATCH] OMAP3: am3517_evm: SD/MMC boot with uEnv.txt, zImage, and FDT
 2016-02-15 23:03 UTC  (5+ messages)
` [U-Boot] "

[U-Boot] [PATCH] OMAP3SOM BOARD: Auto detect Logic PD Models
 2016-02-15 22:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/py: put "Starting U-Boot" into separate log section
 2016-02-15 22:37 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/py: handle exceptions in console creation
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/py: print summary in test order
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] test/py: fix CONFIG_SPL test
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] Enable test/py for sandbox in Travis CI
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] test/py: don't import pexpect
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH] test/py: add docs for gdbserver and pytest options
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V3 2/2] test/py: run all "ut" subtests
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot,V3,2/2] "

[U-Boot] [PATCH V3 1/2] Makefile: generate symbol list from u-boot
 2016-02-15 22:36 UTC  (2+ messages)
` [U-Boot] [U-Boot, V3, "

[U-Boot] [PATCH] gpio: Correct handling of 'gpio status'
 2016-02-15 22:36 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] tools: fix env_flags build
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot,v2] "

[U-Boot] [PATCH] ARM: rpi: set initrd_high
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V3] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH V2] OMAP3_logic: Add NAND args to boot UBIFS
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot,V2] "

[U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] ARM : DRA7: Switch QSPI to use MODE-0 at 64MHz
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 4/4] arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/4] arm: build some file(s) as ARM mode only
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/4] "

[U-Boot] [PATCH 2/4] arm: the ARM920T is THUMB capable, so select the appropriate ISA
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/4] arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)
 2016-02-15 22:35 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] Fix variable documented in README.distro for PXE address
 2016-02-15 22:34 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] OMAP3LOGIC: Update maintainer
 2016-02-15 22:34 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K
 2016-02-15 22:34 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] arm: mvebu: db-88f6820: Drop obsolete binary.0 placeholder
 2016-02-15 18:13 UTC 

[U-Boot] [PATCH] gpio: Add DM GPIO driver for Marvell MVEBU
 2016-02-15 17:40 UTC  (3+ messages)

[U-Boot] [PATCH V2 1/2] ARM: tegra: don't set CONFIG_USB_MAX_CONTROLLER_COUNT
 2016-02-15 17:34 UTC  (2+ messages)
` [U-Boot] [PATCH V2 2/2] ARM: tegra: enable USB device mode port on Dalmore

[U-Boot] [PATCH] cmd: gpio: Fix 'set' regression
 2016-02-15 16:16 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/6] add dma uclass implementation and adopt ti-edma3 to it
 2016-02-15 16:07 UTC  (9+ messages)
` [U-Boot] [PATCH v4 1/6] dm: implement a DMA uclass
` [U-Boot] [PATCH v4 2/6] dma: Kconfig: Add TI_EDMA3 entry
` [U-Boot] [PATCH v4 3/6] sf: spi_flash: use dma to copy data from mmap region if platform supports
` [U-Boot] [PATCH v4 4/6] spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined
` [U-Boot] [PATCH v4 5/6] drivers: dma: ti-edma3: convert driver to adopt driver model
` [U-Boot] [PATCH v4 6/6] defconfig: am437x_sk_evm: enable dma "

[U-Boot] [Regression] gpio set command broken
 2016-02-15 16:02 UTC  (4+ messages)

[U-Boot] [GIT] Pull request: u-boot-dfu
 2016-02-15 13:52 UTC  (6+ messages)

[U-Boot] [PATCH] ARM: zynq: Wire-up saving environment to QSPI
 2016-02-15 13:17 UTC  (2+ messages)

[U-Boot] [PATCH] cmd/gpio: fix not working 'gpio set' command
 2016-02-15 11:04 UTC  (3+ messages)

[U-Boot] [PATCH] i2c: spd: Extend SPD memory types
 2016-02-15 11:00 UTC 

[U-Boot] [PATCH v3] imx: imx7 Support for Manufacturing Protection
 2016-02-15 10:14 UTC  (2+ messages)

[U-Boot] [Patch V4 1/3] qe: move drivers/qe/qe.h to include/fsl_qe.h
 2016-02-15  9:56 UTC  (3+ messages)
` [U-Boot] [Patch V4 2/3] fm: fdt: Move fman ucode fixup to Fman driver code
` [U-Boot] [Patch V4 3/3] armv8/fsl-layerscape: fdt: add fixup for Fman ucode

[U-Boot] [PATCH 1/3] phy: Add phy driver support for xilinx PCS/PMA core
 2016-02-15  9:55 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] net: zynq_gem: Add support for SGMII interface
` [U-Boot] [PATCH 3/3] zynq-common: Enable phy driver for Xilinx PCS/PMA core


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