messages from 2015-08-23 22:21:50 to 2015-08-25 04:24:25 UTC [more...]
[U-Boot] commit 620776d causes TFTP error: 'Unsupported option(s) requested' (8)
2015-08-25 4:24 UTC (4+ messages)
[U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model
2015-08-25 4:13 UTC (39+ messages)
` [U-Boot] [PATCH v2 01/28] tpm: Remove old pre-driver-model I2C code
` [U-Boot] [PATCH v2 03/28] tpm: Add Kconfig options for TPMs
` [U-Boot] [PATCH v2 04/28] tpm: Convert board config TPM options to Kconfig
` [U-Boot] [PATCH v2 06/28] tpm: Move the I2C TPM code into one file
` [U-Boot] [PATCH v2 12/28] tpm: tpm_tis_i2c: Simplify init code
` [U-Boot] [PATCH v2 15/28] dm: tpm: Add a uclass for Trusted Platform Modules
` [U-Boot] [PATCH v2 16/28] dm: tpm: Convert the TPM command and library to driver model
` [U-Boot] [PATCH v2 17/28] dm: i2c: Add a command to adjust the offset length
` [U-Boot] [PATCH v2 18/28] tpm: Report tpm errors on the command line
` [U-Boot] [PATCH v2 20/28] tpm: Check that parse_byte_string() has data to parse
` [U-Boot] [PATCH v2 21/28] exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
` [U-Boot] [PATCH v2 22/28] dm: tpm: Convert I2C driver to driver model
` [U-Boot] [PATCH v2 23/28] dm: tpm: Convert LPC "
` [U-Boot] [PATCH v2 25/28] tpm: Add functions to access flags and permissions
` [U-Boot] [PATCH v2 26/28] dm: tpm: Add a 'tpmtest' command
` [U-Boot] [PATCH v2 27/28] tpm: Enable 'tpmtest' command for Chrome OS boards with TPMs
[U-Boot] [PATCH v3 1/7] x86: i8042: Remove unused codes
2015-08-25 4:13 UTC (9+ messages)
` [U-Boot] [PATCH v3 2/7] x86: i8042: Reorder static functions
` [U-Boot] [PATCH v3 3/7] x86: i8042: Clean up the driver per coding convention
` [U-Boot] [PATCH v3 4/7] x86: i8042: Correctly initialize the controller
` [U-Boot] [PATCH v3 5/7] video: cfb_console: Allow VGA device to work without i8042 keyboard
` [U-Boot] [PATCH v3 6/7] x86: crownbay: Enable on-board SMSC superio keyboard controller
` [U-Boot] [PATCH v3 7/7] video: ct69000: Remove unused codes
[U-Boot] 2015.10-rc2 Chromebook Snow boot failure
2015-08-25 4:13 UTC (7+ messages)
[U-Boot] [PATCH 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel
2015-08-25 3:08 UTC (9+ messages)
[U-Boot] [PATCH v4 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
2015-08-25 3:07 UTC (4+ messages)
` [U-Boot] [PATCH v4 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig
[U-Boot] [PATCH] sunxi: Enable non-secure access to RTC on sun6i (A31s)
2015-08-25 2:49 UTC
[U-Boot] [PATCH v4 00/33] dm: Introduce Rockchip RK3288 support
2015-08-25 2:31 UTC (38+ messages)
` [U-Boot] [PATCH v4 01/33] pinctrl: Correct build errors in the pinctrl_simple
` [U-Boot] [PATCH v4 02/33] pinctrl: Add help text to Kconfig
` [U-Boot] [PATCH v4 03/33] pinctrl: Add the concept of peripheral IDs
` [U-Boot] [PATCH v4 04/33] mmc: Support bypass mode with the get_mmc_clk() method
` [U-Boot] [PATCH v4 05/33] dm: do not return pointer if NULL is given to devp of device_bind()
` [U-Boot] [PATCH v4 06/33] dm: Improve handling of a missing uclass
` [U-Boot] [PATCH v4 07/33] dm: Provide better debugging when a device fails to bind
` [U-Boot] [PATCH v4 08/33] arm: reset: Avoid a build error when the reset uclass is enabled
` [U-Boot] [PATCH v4 09/33] rockchip: Add serial support
` [U-Boot] [PATCH v4 10/33] rockchip: Bring in RK3288 device tree file includes and bindings
` [U-Boot] [PATCH v4 11/33] rockchip: rk3288: dts: Make core devices available early
` [U-Boot] [PATCH v4 12/33] mkimage: Allow padding to any length
` [U-Boot] [PATCH v4 13/33] mkimage: Allow the original file size to be recorded
` [U-Boot] [PATCH v4 14/33] rockchip: Add the rkimage format to mkimage
` [U-Boot] [PATCH v4 15/33] rockchip: Add support for the SD image
` [U-Boot] [PATCH v4 16/33] rockchip: Add support for the SPI image
` [U-Boot] [PATCH v4 17/33] rockchip: gpio: Add rockchip GPIO driver
` [U-Boot] [PATCH v4 18/33] rockchip: Add basic peripheral and clock definitions
` [U-Boot] [PATCH v4 19/33] power: Add support for ACT8846 PMIC
` [U-Boot] [PATCH v4 20/33] power: regulator: Add a driver for ACT8846 regulators
` [U-Boot] [PATCH v4 21/33] rockchip: rk3288: Add clock driver
` [U-Boot] [PATCH v4 22/33] rockchip: rk3288: Add header files for PMU and GRF
` [U-Boot] [PATCH v4 23/33] rockchip: rk3288: Add SoC reset driver
` [U-Boot] [PATCH v4 24/33] rockchip: rk3288: Add a simple syscon driver
` [U-Boot] [PATCH v4 25/33] rockchip: rk3288: Add pinctrl driver
` [U-Boot] [PATCH v4 26/33] rockchip: rk3288: Add SDRAM init
` [U-Boot] [PATCH v4 27/33] rockchip: Add an MMC driver
` [U-Boot] [PATCH v4 28/33] rockchip: Add core SoC start-up code
` [U-Boot] [PATCH v4 29/33] rockchip: Add I2C driver
` [U-Boot] [PATCH v4 30/33] rockchip: Add SPI driver
` [U-Boot] [PATCH v4 31/33] rockchip: Add basic support for firefly-rk3288
` [U-Boot] [PATCH v4 32/33] rockchip: Add basic support for jerry
` [U-Boot] [PATCH v4 33/33] rockchip: Add a simple README
[U-Boot] [PULL] u-boot-pxa/master
2015-08-25 2:15 UTC (2+ messages)
[U-Boot] [PATCH] net: e1000: Support 64-bit physical address
2015-08-25 1:08 UTC (3+ messages)
[U-Boot] [PATCH 0/3] arm: tegra20/colibri_t20: early pmic rail configuration
2015-08-24 22:19 UTC
[U-Boot] [PATCH v1 1/1] lib/display_options: Fix print_freq
2015-08-24 22:14 UTC (4+ messages)
[U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30
2015-08-24 22:13 UTC
[U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30
2015-08-24 22:03 UTC
[U-Boot] [sunxi][nand][legal]
2015-08-24 21:15 UTC (2+ messages)
[U-Boot] [PATCH] arc: make AXS101 default platform
2015-08-24 20:00 UTC (4+ messages)
[U-Boot] [PATCH] usb: ehci: remember init mode
2015-08-24 18:57 UTC (5+ messages)
[U-Boot] [PATCH] h2200: Fix build error
2015-08-24 18:42 UTC (2+ messages)
[U-Boot] [PATCH 0/4] ARM: keystone: Add support for TI power processor
2015-08-24 18:00 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] ARM: keystone: psc: redo doc in kernel-doc format
` [U-Boot] [PATCH 2/4] ARM: keystone: psc-defs: use adequate () for macros
` [U-Boot] [PATCH 3/4] ARM: keystone: psc: introduce function to hold and release module in reset
` [U-Boot] [PATCH 4/4] remoteproc: Add support for TI power processor
[U-Boot] [PATCH] arm: socfpga: Assure ISWGRP 0 and 1 are inited
2015-08-24 17:40 UTC (2+ messages)
[U-Boot] [PATCH 1/2] arm: socfpga: Always enable OF_CONTROL and SPL_OF_CONTROL
2015-08-24 17:40 UTC (3+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Zap OF_CONTROL checks, it's always enabled
[U-Boot] [PATCH 0/3] drivers/sandbox: Introduce a simplified remoteproc framework
2015-08-24 17:28 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] drivers: "
` [U-Boot] [PATCH 2/3] remoteproc: Introduce a sandbox dummy driver
` [U-Boot] [PATCH 3/3] sandbox: Introduce dummy remoteproc nodes
[U-Boot] [PATCH 0/5] sbc8641d: misc fixes and generic board enablement
2015-08-24 17:26 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] sbc8641d: enable command line editing
` [U-Boot] [PATCH 2/5] sbc8641d: increase malloc pool size to a sane default
` [U-Boot] [PATCH 3/5] sbc8641d: set proper environment sector size
` [U-Boot] [PATCH 4/5] sbc8641d: add basic flash setup instructions to README file
` [U-Boot] [PATCH 5/5] sbc8641d: enable and test CONFIG_SYS_GENERIC_BOARD
[U-Boot] [RFC PATCH 0/3] fix netconsole for CONFIG_DM_ETH
2015-08-24 17:02 UTC (6+ messages)
` [U-Boot] [RFC PATCH 1/3] expose eth_is_active() function to test network device state
[U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI
2015-08-24 17:02 UTC (3+ messages)
` [U-Boot] [PATCH 2/4] sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END
[U-Boot] [PATCH] dm: core: Add Kconfig for simple bus driver
2015-08-24 16:58 UTC (7+ messages)
[U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30
2015-08-24 16:58 UTC (5+ messages)
[U-Boot] [PATCH v2 0/4] distro_bootcmd: Add support for booting from ubifs
2015-08-24 16:57 UTC (2+ messages)
[U-Boot] [PATCH 2/3] colibri_t20: enable early pmic rail configuration
2015-08-24 16:29 UTC (2+ messages)
[U-Boot] [PATCH 1/3] arm: tegra20: implement early pmic rail configuration
2015-08-24 16:28 UTC (2+ messages)
[U-Boot] [PATCH 0/3] arm: tegra20/colibri_t20: early pmic rail configuration
2015-08-24 16:26 UTC (2+ messages)
[U-Boot] [PATCH 0/3] ti: add usb peripheral support for omap5 and beagle x15
2015-08-24 16:11 UTC (5+ messages)
` [U-Boot] [PATCH 3/3] include: configs: Enable DWC3 and DFU in ti_omap5_common
[U-Boot] [GIT PULL v2] u-boot-mips/master
2015-08-24 16:01 UTC (2+ messages)
[U-Boot] [GIT PULL] u-boot-mips/master
2015-08-24 15:47 UTC (3+ messages)
[U-Boot] [PATCH 00/15] sunxi_nand_spl: cleanups, auto config and bad block handling
2015-08-24 14:54 UTC (5+ messages)
` [U-Boot] [PATCH 07/15] sunxi_nand_spl: Turn off clocks when we're done with the nand
[U-Boot] [PATCH v7 0/6] net: Move e1000 driver to driver model and Kconfig
2015-08-24 14:52 UTC (13+ messages)
` [U-Boot] [PATCH v7 1/6] net: e1000: Move #include of common.h to the C files
` [U-Boot] [PATCH v7 2/6] net: e1000: Prepare for driver model conversion
` [U-Boot] [PATCH v7 3/6] net: e1000: Convert to driver model
` [U-Boot] [PATCH v7 4/6] net: e1000: Add Kconfig options
` [U-Boot] [PATCH v7 5/6] Tidy up some defconfig files
` [U-Boot] [PATCH v7 6/6] net: Move CONFIG_E1000 options to Kconfig
[U-Boot] [PATCH v2] net: Return -EINTR when ctrl+c is pressed
2015-08-24 14:51 UTC (4+ messages)
[U-Boot] [PATCH] tftp: adjust settings to be suitable for 100Mbit ethernet
2015-08-24 14:48 UTC (2+ messages)
[U-Boot] [PULL] u-boot-socfpga/master
2015-08-24 13:44 UTC (2+ messages)
[U-Boot] Pull request: u-boot-net.git master
2015-08-24 13:44 UTC (2+ messages)
[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
2015-08-24 13:44 UTC (3+ messages)
` [U-Boot] [PULL v2] "
[U-Boot] [PATCH v2 0/4] ti: dwc3: Enable USB clocks on-demand
2015-08-24 13:43 UTC (5+ messages)
` [U-Boot] [PATCH v2 2/4] ARM: AM43xx: Add functions to enable and disable USB clocks
` [U-Boot] [PATCH v2 4/4] ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks()
[U-Boot] [GIT] Pull request: u-boot-dfu
2015-08-24 13:34 UTC (2+ messages)
[U-Boot] [ANN] U-Boot v2015.10-rc2 released
2015-08-24 12:10 UTC (2+ messages)
[U-Boot] [PATCH] drivers: MMC: initialize MMC devices using the device model
2015-08-24 11:00 UTC (3+ messages)
[U-Boot] [PATCH v2 1/2] video, lg4573: make spi bus and cs configurable
2015-08-24 10:27 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] arm, imx6: add aristainetos 2b board version
[U-Boot] [PATCH 0/2] GPIO LED improvements (resend)
2015-08-24 9:51 UTC (4+ messages)
` [U-Boot] [PATCH 1/2] add generic stubs for GPIO LEDs
[U-Boot] [PATCH] mxc: ocotp fix hole in shadow registers
2015-08-24 9:48 UTC
[U-Boot] [RFC PATCH 0/1] sunxi board-specific options
2015-08-24 9:22 UTC (5+ messages)
` [U-Boot] [RFC PATCH] sunxi: support board-specific configuration options
[U-Boot] [PATCH 1/3][v2] Pointers in ESBC header made 32 bit
2015-08-24 9:14 UTC (3+ messages)
` [U-Boot] [PATCH 2/3][v2] Data types defined for 64 bit physical address
` [U-Boot] [PATCH 3/3][v2] crypto/fsl: SEC driver cleanup for 64 bit and endianness
[U-Boot] [PATCH 1/3][v2] Pointers in ESBC header made 32 bit
2015-08-24 9:13 UTC
[U-Boot] [PATCH] arm: mvebu: Fix internal register config on A38x
2015-08-24 9:03 UTC
[U-Boot] [PATCH v4 0/4] dm: pci: Support pci devices in the device tree with driver model
2015-08-24 8:14 UTC (5+ messages)
` [U-Boot] [PATCH v4 1/4] dm: pci: Optimize pci_uclass_post_bind()
` [U-Boot] [PATCH v4 2/4] dm: core: Fix code reentrancy issue in device_probe_child()
` [U-Boot] [PATCH v4 3/4] x86: crownbay: Support Topcliff integrated pci uart devices with driver model
` [U-Boot] [PATCH v4 4/4] dm: pci: Document binding of pci device drivers
[U-Boot] [PATCH 0/9] imx: mx6: support LPDDR2 and add mx6slevk spl
2015-08-24 8:02 UTC (7+ messages)
` [U-Boot] [PATCH 1/9] imx: mx6: ddr add more register entry for mmdc_p_regs
` [U-Boot] [PATCH 2/9] imx: mx6: ddr no support MMDC1 for i.MX6SL
` [U-Boot] [PATCH 3/9] imx: mx6: ddr correct tRFC and tXS
[U-Boot] [PATCH 0/3] arm, imx6: aristainetos board updates
2015-08-24 7:59 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] "
[U-Boot] [PATCH 0/8] dm: rockchip: Enable booting from MMC
2015-08-24 7:56 UTC (3+ messages)
[U-Boot] armv7 DMA and cache mangement functions
2015-08-24 7:54 UTC
[U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
2015-08-24 7:53 UTC (4+ messages)
[U-Boot] Question on fitupd
2015-08-24 7:48 UTC (3+ messages)
[U-Boot] [PATCH] imx: mx6sxsabresd: enable CONFIG_SPL_FAT_SUPPORT
2015-08-24 7:46 UTC (2+ messages)
[U-Boot] [PATCH V2 1/3] imx: clock support enet2 anatop clock support
2015-08-24 7:31 UTC (7+ messages)
` [U-Boot] [PATCH V2 3/3] imx: mx6ul_14x14_evk add ENET support
[U-Boot] [PATCH 0/2] NDS32: Generic Board Support and Unsupport
2015-08-24 6:52 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] "
` [U-Boot] [PATCH 2/2] "
[U-Boot] [PATCH] x86: panther: Add PCI and video configuration
2015-08-24 5:31 UTC (2+ messages)
[U-Boot] [PATCH v3 0/4] dm: pci: Support pci devices in the device tree with driver model
2015-08-24 1:59 UTC (8+ messages)
` [U-Boot] [PATCH v3 2/4] dm: core: Test dev->flags after device_probe() in device_probe_child()
` [U-Boot] [PATCH v3 3/4] x86: crownbay: Support Topcliff integrated pci uart devices with driver model
` [U-Boot] [PATCH v3 4/4] dm: pci: Document binding of pci device drivers
[U-Boot] [RESPIN PATCH v3 1/4] dm: pci: Optimize pci_uclass_post_bind()
2015-08-24 1:04 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox