public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2014-12-10 05:45:10 to 2014-12-11 19:08:28 UTC [more...]

[U-Boot] [PATCH] fsl/sleep: updated the deep sleep framework for QorIQ platforms
 2014-12-11 19:08 UTC  (2+ messages)

[U-Boot] [PATCH] drivers: usb: fsl: Check USB Erratum A007792 applicability
 2014-12-11 19:07 UTC  (2+ messages)

[U-Boot] [PATCH 3/3] drivers: usb: fsl: Add USB device-tree errata framework
 2014-12-11 19:07 UTC  (2+ messages)

[U-Boot] [PATCH 2/3][v2] drivers: usb: Make usb device-tree fixup code architecture independent
 2014-12-11 19:06 UTC  (2+ messages)

[U-Boot] [PATCH v3] ls1021aqds: add hwconfig setting to do pin mux
 2014-12-11 19:06 UTC  (2+ messages)

[U-Boot] [PATCH v5] arm: ls102xa: Add NAND boot support for LS1021AQDS board
 2014-12-11 19:05 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: ls102xa: Add QSPI boot support for LS1021AQDS/TWR board
 2014-12-11 19:05 UTC  (2+ messages)

[U-Boot] [PATCH v1] arm: ls102xa: Fix SD/NAND/QSPI boot defination error for QE support
 2014-12-11 19:04 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: ls1021a: Add CONFIG_DOS_PARTITION and CONFIG_CMD_FAT support
 2014-12-11 19:04 UTC  (2+ messages)

[U-Boot] [PATCH v4 0/9] Add SD/NAND boot support for LS1021AQDS/TWR board
 2014-12-11 19:04 UTC  (15+ messages)
` [U-Boot] [PATCH v4 1/9] ls102xa: pblimage: Add pblimage tool support for LS102xA
` [U-Boot] [PATCH v4 2/9] spl: Use u-boot.img instead of u-boot.bin
` [U-Boot] [PATCH v4 3/9] arm: spl: Add I2C linker list in generic .lds
` [U-Boot] [PATCH v4 5/9] kconfig: ls1021a: add SUPPORT_SPL
` [U-Boot] [PATCH v4 6/9] ls102xa: qixis: Add CONFIG_QIXIS_I2C_ACCESS macro
` [U-Boot] [PATCH v4 7/9] arm: ls102xa: Add SD boot support for LS1021AQDS board
` [U-Boot] [PATCH v4 8/9] arm: ls102xa: Add SD boot support for LS1021ATWR board

[U-Boot] [PATCH] ls1021aqds: set the default I2C channel before DDR init
 2014-12-11 19:00 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: Update PCIe dts node status
 2014-12-11 19:00 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: clear EPU registers for deep sleep
 2014-12-11 18:59 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls102xa: fixed a bus frequency setting error
 2014-12-11 18:59 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq.git master
 2014-12-11 18:52 UTC 

[U-Boot] [PATCH 1/2] RFC: dm: Kconfig: Move all driver model CONFIGs to Kconfig
 2014-12-11 18:44 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] Kconfig: Move CONFIG_SYS_MALLOC_F_LEN "

[U-Boot] [PATCH] arm: socfpga: board: Repair Micrel PHY tuning
 2014-12-11 17:06 UTC 

[U-Boot] [PULL] u-boot-socfpga/master
 2014-12-11 17:02 UTC  (2+ messages)

[U-Boot] [PATCH v5 1/3] dts: Bring in Chrome OS keyboard device tree definition
 2014-12-11 16:01 UTC  (9+ messages)
` [U-Boot] [PATCH v5 3/3] ARM: tegra: Add support for nyan-big board

[U-Boot] [PATCH v2 0/27] x86: Add Intel Queensbay platform support
 2014-12-11 15:50 UTC  (23+ messages)
` [U-Boot] [PATCH v2 07/27] x86: Add a simple superio driver for SMSC LPC47M
` [U-Boot] [PATCH v2 10/27] x86: Initial import from Intel FSP release for Queensbay platform
` [U-Boot] [PATCH v2 11/27] x86: queensbay: Adapt FSP support codes
` [U-Boot] [PATCH v2 13/27] x86: Support Intel FSP initialization path in start.S
` [U-Boot] [PATCH v2 14/27] x86: Add a simple command to show FSP HOB information
` [U-Boot] [PATCH v2 15/27] x86: Integrate Tunnel Creek processor microcode

[U-Boot] USB Host not enumerating properly on AM335x-based board
 2014-12-11 15:44 UTC  (4+ messages)

[U-Boot] [PATCH 00/19] [RFC] Power(full) framework based on Driver Model
 2014-12-11 13:24 UTC  (6+ messages)
` [U-Boot] [PATCH 01/19] lib: errno: introduce errno_str(): returns errno related message

[U-Boot] [PATCH v6 0/11] dm: Add I2C support and convert sandbox, tegra
 2014-12-11 13:23 UTC  (27+ messages)
` [U-Boot] [PATCH v6 01/11] dm: i2c: Add a uclass for I2C
` [U-Boot] [PATCH v6 02/11] dm: i2c: Implement driver model support in the i2c command
` [U-Boot] [PATCH v6 03/11] dm: i2c: Add I2C emulation driver for sandbox
` [U-Boot] [PATCH v6 04/11] dm: i2c: Add a sandbox I2C driver
` [U-Boot] [PATCH v6 05/11] dm: i2c: Add an I2C EEPROM simulator
` [U-Boot] [PATCH v6 06/11] dm: i2c: config: Enable I2C for sandbox using driver model
` [U-Boot] [PATCH v6 07/11] dm: i2c: dts: Add an I2C bus for sandbox
` [U-Boot] [PATCH v6 08/11] dm: Add a simple EEPROM driver
` [U-Boot] [PATCH v6 09/11] dm: i2c: Add tests for I2C
` [U-Boot] [PATCH v6 10/11] dm: device: Add newline to debug() messages
` [U-Boot] [PATCH v6 11/11] dm: i2c: tegra: Convert to driver model

[U-Boot] [PATCH] arm: socfpga: Add DT support for SoCFPGA
 2014-12-11 13:09 UTC  (4+ messages)

[U-Boot] [PULL] u-boot-usb/master
 2014-12-11 12:54 UTC 

[U-Boot] [PATCH] fs: fat: read: fix fat16 ls/read issue
 2014-12-11 12:01 UTC 

[U-Boot] Controlling write protect pin on SPI flash
 2014-12-11 11:12 UTC 

[U-Boot] [PATCH 1/2] dfu: mmc: check if mmc device exists in mmc_block_op()
 2014-12-11 11:03 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] gadget: f_thor: check pointers before use in download_tail()

[U-Boot] watchdog not resetting beaglebone after timeout period
 2014-12-11 10:55 UTC 

[U-Boot] [PATCH] mtd: nand: revive "nand scrub" command
 2014-12-11 10:49 UTC 

[U-Boot] [PATCH v3] fastboot: handle flash write to GPT partitions
 2014-12-11 10:12 UTC  (2+ messages)

[U-Boot] [PATCH v2] fastboot: handle flash write to GPT partition
 2014-12-11 10:11 UTC  (4+ messages)

[U-Boot] VEXPRESS64 ARMv8 U-Boot maintenance
 2014-12-11  9:48 UTC 

[U-Boot] [PATCH 1/2] usb, g_dnl: generalize DFU detach functions
 2014-12-11  9:43 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] fastboot: add support for continue command

[U-Boot] [PATCH v3 0/9] sf: Update flash params for supported read commands and sector size
 2014-12-11  7:40 UTC  (18+ messages)
` [U-Boot] [PATCH v3 1/9] sf: Update SST flash params
` [U-Boot] [PATCH v3 2/9] sf: Update Atmel "
` [U-Boot] [PATCH v3 3/9] sf: Update EON "
` [U-Boot] [PATCH v3 4/9] sf: Update GigaDevice "
` [U-Boot] [PATCH v3 5/9] sf: Update Macronix "
` [U-Boot] [PATCH v3 6/9] sf: Update Spansion "
` [U-Boot] [PATCH v3 7/9] sf: Update Micron "
` [U-Boot] [PATCH v3 8/9] sf: Update Winbond "
` [U-Boot] [PATCH v3 9/9] sf: Give proper spacing between flash table params

[U-Boot] [PATCH] dm: sh: serial: Add support driver model
 2014-12-11  4:49 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: intel_ich6: Set correct gpio output value in ich6_gpio_direction_output()
 2014-12-11  3:22 UTC  (3+ messages)

[U-Boot] [RESEND PATCH] x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address
 2014-12-11  3:19 UTC  (2+ messages)

[U-Boot] [PATCH] bios_emulator: Correct ordering of includes
 2014-12-11  3:12 UTC 

[U-Boot] [PATCH v3 2/2] x86: ich-spi: Set the tx operation mode for ich 7
 2014-12-11  2:58 UTC  (4+ messages)

[U-Boot] Use .data section in SPL ?
 2014-12-11  2:20 UTC  (6+ messages)

[U-Boot] [PATCH v11 0/3] Adds support for Exynos5422 odroid xu3 board
 2014-12-11  2:11 UTC  (9+ messages)

[U-Boot] Problem converting da850evm to generic board and use libfdt
 2014-12-11  2:10 UTC  (13+ messages)

[U-Boot] [PATCH 0/13] ARM: atmel: enable spl for sama5d4 related boards
 2014-12-11  1:56 UTC  (8+ messages)
` [U-Boot] [PATCH 12/13] ARM: atmel: sama5d4ek: enable SPL support
` [U-Boot] [PATCH 13/13] ARM: atmel: sama5d4_xplained: enable spl support

[U-Boot] [PATCH] spl: spl_nor: surround Linux-load code with #ifdef CONFIG_SPL_OS_BOOT
 2014-12-11  1:34 UTC  (2+ messages)

[U-Boot] [PATCH v9 0/3] Adds support for Exynos5422 odroid xu3 board
 2014-12-11  1:13 UTC  (18+ messages)
` [U-Boot] [PATCH v9 2/2] Odroid-XU3: Add documentation for Odroid-XU3

[U-Boot] [PATCHv1] powerpc/p2041rdb: Convert to generic board
 2014-12-10 22:34 UTC  (3+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2014-12-10 21:40 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sh/rmolbile
 2014-12-10 21:39 UTC  (2+ messages)

[U-Boot] [PATCH] beagle_x15: enable NFS command
 2014-12-10 20:16 UTC 

[U-Boot] [PATCH 0/17] buildman: A few more features and improvements (Christmas edition)
 2014-12-10 19:58 UTC  (4+ messages)

[U-Boot] [PATCH v5 0/11] dm: Add I2C support and convert sandbox, tegra
 2014-12-10 18:00 UTC  (18+ messages)
` [U-Boot] [PATCH v5 01/11] dm: i2c: Add a uclass for I2C
` [U-Boot] [PATCH v5 02/11] dm: i2c: Implement driver model support in the i2c command
` [U-Boot] [PATCH v5 03/11] dm: i2c: Add I2C emulation driver for sandbox
` [U-Boot] [PATCH v5 04/11] dm: i2c: Add a sandbox I2C driver
` [U-Boot] [PATCH v5 05/11] dm: i2c: Add an I2C EEPROM simulator
` [U-Boot] [PATCH v5 07/11] dm: i2c: dts: Add an I2C bus for sandbox
` [U-Boot] [PATCH v5 08/11] dm: Add a simple EEPROM driver

[U-Boot] [PATCH] dm: serial: pl01x: Add priv_auto_alloc_size
 2014-12-10 18:00 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] dm: rpi: Move Raspberry Pi to use driver model
 2014-12-10 17:59 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/2] dm: rpi: Move serial to "
` [U-Boot] [PATCH v3 2/2] dm: serial_pl01x: Add missing private data size

[U-Boot] [PATCH v1 1/1] Fix autoconf_is_current make function
 2014-12-10 16:52 UTC 

[U-Boot] [PATCH v4 11/11] dm: i2c: tegra: Convert to driver model
 2014-12-10 15:19 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/23] ARM: tegra: Add PCIe support
 2014-12-10 15:03 UTC  (3+ messages)
` [U-Boot] [PATCH v4 18/23] ARM: Implement non-cached memory support

[U-Boot] [PATCH v4 01/11] dm: i2c: Add a uclass for I2C
 2014-12-10 13:18 UTC  (3+ messages)

[U-Boot] [PATCH v2] powerpc/t4240rdb: Add alternate SerDes 2 protocol to align with RCW
 2014-12-10 12:00 UTC 

[U-Boot] [PATCH] powerpc/t4240rdb: Add alternate SerDes 2 protocol to align with RCW
 2014-12-10 11:10 UTC 

[U-Boot] ti, am3517: errata 430973 workaround
 2014-12-10 10:25 UTC  (3+ messages)

[U-Boot] [PATCH] memmove_wd: copy chunk down from big address if parameter to is larger than from
 2014-12-10 10:20 UTC 

[U-Boot] [PATCH 0/4] sf: SST changes, Byte program
 2014-12-10 10:18 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] sf: Fix look for the fastest read command
` [U-Boot] [PATCH 3/4] spi: sf: Support byte program for sst spi flash
` [U-Boot] [PATCH 4/4] sf: Enable byte program support

[U-Boot] [PATCH] arm: mx6: Add Barco platinum-picon and platinum-titanium
 2014-12-10  9:15 UTC 

[U-Boot] compiling error for rc3
 2014-12-10  9:14 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/2] x86: ich-spi: Set the rx operation mode for ich 7
 2014-12-10  8:37 UTC 

[U-Boot] [PATCH] mtd: nand: mxs: fix PIO_WORD number
 2014-12-10  8:24 UTC 

[U-Boot] [PATCH 1/2] arm: ls102xa: Add dummy gpio.h to enable CONFIG_OF_CONTROL
 2014-12-10  7:50 UTC  (2+ messages)

[U-Boot] [PATCH] arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
 2014-12-10  7:28 UTC 

[U-Boot] [PATCH 2/2] powerpc: mpc85xx: Add dummy gpio.h to enable CONFIG_OF_CONTROL
 2014-12-10  6:22 UTC 

[U-Boot] [PATCH] serial: sh: Remove invalid UTF-8 character
 2014-12-10  5:45 UTC 


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