public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-08-24 19:50:59 to 2015-08-26 01:34:47 UTC [more...]

[U-Boot] [PATCH resend V2 1/3] mtd: nand: mxs support oobsize bigger than 512
 2015-08-26  2:14 UTC  (6+ messages)
` [U-Boot] [PATCH V2 2/3] mtd: nand: mxs check maximum ecc that platfrom supports

[U-Boot] [PATCH] ARM: rpi: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support
 2015-08-26  1:34 UTC  (5+ messages)
  ` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 1/9] net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
 2015-08-26  1:29 UTC  (24+ messages)
` [U-Boot] [PATCH 2/9] net: e1000: Fix build warnings for 32-bit
` [U-Boot] [PATCH 3/9] dm: eth: Do not call board_eth_init() or cpu_eth_init()
` [U-Boot] [PATCH 4/9] dm: eth: Correctly detect alias in eth_get_dev_by_name()
` [U-Boot] [PATCH 5/9] x86: crownbay: Convert to use CONFIG_DM_USB
` [U-Boot] [PATCH 6/9] x86: crownbay: Convert to use CONFIG_DM_ETH for E1000
` [U-Boot] [PATCH 7/9] net: pch_gbe: Convert to driver model
` [U-Boot] [PATCH 8/9] net: pch_gbe: Add Kconfig option
` [U-Boot] [PATCH 9/9] x86: crownbay: Enable CONFIG_PCH_GBE

[U-Boot] [U-BOOT][PATCH]ARM Fix pandaboard es and a4 revision ID
 2015-08-26  0:55 UTC 

[U-Boot] [PATCH] spi: cadence_qspi: Enable quad mode for read and programming
 2015-08-26  0:09 UTC 

[U-Boot] [PATCH 1/3] arm: mvebu: Move Armada XP/38x Kconfig to mach specific Kconfig file
 2015-08-25 22:30 UTC  (4+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: Add option to use UART xmodem protocol via kwboot
` [U-Boot] [PATCH 3/3] arm: mvebu: Only set CONFIG_SKIP_LOWLEVEL_INIT for SPL

[U-Boot] [PATCH][v6] imx: system counter driver for imx7d and mx6ul
 2015-08-25 22:00 UTC 

[U-Boot] [PATCH v5 01/13] power: pmic: add pfuze3000 support
 2015-08-25 21:16 UTC  (7+ messages)
` [U-Boot] [PATCH v5 05/13] imx: mx7 dm thermal driver support
` [U-Boot] [PATCH v5 06/13] imx: system counter driver for imx7d and mx6ul

[U-Boot] [PATCH v2 1/2] arm: socfpga: mmc: Enable calibration for drvsel and smpsel
 2015-08-25 21:01 UTC  (2+ messages)

[U-Boot] [PATCH] imx: arch-mx6: add is_soc_type helper macro
 2015-08-25 20:57 UTC  (2+ messages)
` [U-Boot] [PATCH v2] thermal: imx_thermal: rework driver to be reused

[U-Boot] [PATCH v4 0/9] dfu: tftp: update: Support for DFU upgrades via ETH (TFTP)
 2015-08-25 20:57 UTC  (5+ messages)
` [U-Boot] [PATCH v4 9/9] dfu: tftp: Kconfig: Enable DFU_TFTP support on the am335x_boneblack_defconfig

[U-Boot] [PATCH] imx: arch-mx6: add is_soc_type helper macro
 2015-08-25 20:56 UTC 

[U-Boot] [RESEND PATCH v4 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-08-25 20:56 UTC  (8+ messages)
` [U-Boot] [RESEND PATCH v4 1/5] spi: cadence_qspi: move trigger base configuration in init
` [U-Boot] [RESEND PATCH v4 2/5] spi: cadence_qspi: fix indirect read/write start address
` [U-Boot] [RESEND PATCH v4 3/5] spi: cadence_qspi: fix base trigger address & transfer "
` [U-Boot] [RESEND PATCH v4 4/5] spi: cadence_qspi: rename ahbbase to flashbase for clarity
` [U-Boot] [RESEND PATCH v4 5/5] spi: cadence_qspi: get fifo width from device tree

[U-Boot] Periodic task
 2015-08-25 20:03 UTC 

[U-Boot] 2TB disks
 2015-08-25 19:24 UTC  (2+ messages)
` [U-Boot] [PATCH] Don't wrap to negative after 2G sectors

[U-Boot] [PATCH v4 0/5] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-08-25 19:14 UTC  (6+ messages)
` [U-Boot] [PATCH v4 1/5] spi: cadence_qspi: move trigger base configuration in init
` [U-Boot] [PATCH v4 2/5] spi: cadence_qspi: fix indirect read/write start address
` [U-Boot] [PATCH v4 3/5] spi: cadence_qspi: fix base trigger address & transfer "
` [U-Boot] [PATCH v4 4/5] spi: cadence_qspi: rename ahbbase to flashbase for clarity
` [U-Boot] [PATCH v4 5/5] spi: cadence_qspi: get fifo width from device tree

[U-Boot] DWMMC crontroller in Exynos4412
 2015-08-25 19:10 UTC 

[U-Boot] [PATCH] thermal: imx_thermal: rework driver to be reused
 2015-08-25 18:56 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/28] dm: Convert TPM drivers to driver model
 2015-08-25 18:40 UTC  (37+ messages)
` [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 v4 00/33] dm: Introduce Rockchip RK3288 support
 2015-08-25 18:26 UTC  (10+ messages)
` [U-Boot] [PATCH v4 04/33] mmc: Support bypass mode with the get_mmc_clk() method
` [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 27/33] rockchip: Add an MMC driver

[U-Boot] [RFC PATCH 0/3] fix netconsole for CONFIG_DM_ETH
 2015-08-25 18:13 UTC  (10+ messages)
` [U-Boot] [RFC PATCH 1/3] expose eth_is_active() function to test network device state

[U-Boot] [PATCH] net: bootp fix vci string on SPL-Boot
 2015-08-25 17:37 UTC  (3+ messages)

[U-Boot] x86: EFI: boot fails at exit_boot_services - Was: Stuck trying to build a non-qemu EFI payload
 2015-08-25 16:29 UTC  (5+ messages)

[U-Boot] [PATCH] net: protect status led access in bootp
 2015-08-25 16:09 UTC  (2+ messages)

[U-Boot] [PATCH] omap-common: SYS_BOOT fallback logic correction
 2015-08-25 16:06 UTC  (2+ messages)

[U-Boot] [PATCH 3/5] arm: tegra30: video: integrate display driver for t30
 2015-08-25 16:03 UTC  (7+ messages)

[U-Boot] [PATCH] board/BuR: simplify default IP-setup on B&R boards
 2015-08-25 15:59 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] drivers/sandbox: Introduce a simplified remoteproc framework
 2015-08-25 15:48 UTC  (12+ 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 v2 1/1] lib/display_options: Fix print_freq
 2015-08-25 15:47 UTC  (3+ messages)

[U-Boot] commit 620776d causes TFTP error: 'Unsupported option(s) requested' (8)
 2015-08-25 15:33 UTC  (17+ messages)
    ` [U-Boot] [PATCH] Change default tftp timeout to be rfc-compliant

[U-Boot] [PATCH] Fix bad return value checks (detected with Coccinelle)
 2015-08-25 15:09 UTC 

[U-Boot] [PATCH v5 5/8] omap-common: SYS_BOOT-based fallback boot device selection for peripheral boot
 2015-08-25 14:44 UTC  (6+ messages)
` [U-Boot] [U-Boot, v5, "

[U-Boot] [PATCH] MIPS: add atomic operations support
 2015-08-25 13:18 UTC 

[U-Boot] [PATCH 1/2] sunxi: Ampe_A76_defconfig: Add otg id pin configuration
 2015-08-25 12:22 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Add inet98v_rev2 defconfig and dts file

[U-Boot] [PATCH v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
 2015-08-25 12:12 UTC  (9+ messages)
` [U-Boot] [U-Boot, "
    ` [U-Boot] [Reproducible-builds] "
      ` [U-Boot] SOURCE_DATE_EPOCH must not be linux only... (was Re: [Reproducible-builds] [U-Boot, v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH)

[U-Boot] [PATCH v3 1/2] Makefile: Use correct timezone for U_BOOT_TZ
 2015-08-25 12:10 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/2] Makefile: Add SOURCE_DATE_TZ

[U-Boot] [PATCH v2 0/4] distro_bootcmd: Add support for booting from ubifs
 2015-08-25 11:32 UTC  (11+ messages)
` [U-Boot] [PATCH v2 1/4] ubifs: Modify ubifs u-boot wrapper function prototypes for generic fs use
` [U-Boot] [PATCH v2 2/4] ubifs: Add functions "
` [U-Boot] [PATCH v2 3/4] ubifs: Add generic fs support

[U-Boot] [PATCH] sunxi: Enable non-secure access to RTC on sun6i (A31s)
 2015-08-25 10:08 UTC  (5+ messages)

[U-Boot] [PATCH] exynos: Rise ARM voltage to 1.1V for chained bootloaders
 2015-08-25  8:53 UTC 

[U-Boot] [PATCH] powerpc/t4240qds: add support of reading Core voltage
 2015-08-25  8:30 UTC 

[U-Boot] [PATCH v3 1/7] x86: i8042: Remove unused codes
 2015-08-25  7:54 UTC  (9+ messages)
` [U-Boot] [PATCH v3 5/7] video: cfb_console: Allow VGA device to work without i8042 keyboard
` [U-Boot] [PATCH v3 7/7] video: ct69000: Remove unused codes

[U-Boot] [PATCH] picosam9g45: adopt CONFIG_SYS_PROMPT
 2015-08-25  7:48 UTC 

[U-Boot] [PATCH v2 0/3] arm: Move all boards over to generic board
 2015-08-25  7:44 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] arm: Enable CONFIG_SYS_GENERIC_BOARD for all boards

[U-Boot] [PATCH 1/4] sunxi_nand_spl: Rename SPL_NAND_SUNXI to NAND_SUNXI
 2015-08-25  7:18 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] sunxi_nand_spl: Remove NAND_SUNXI_SPL_SYNDROME_PARTITIONS_END

[U-Boot] [RFC v3 PATCH 0/4] add pinctrl driver framework
 2015-08-25  7:09 UTC  (13+ messages)
` [U-Boot] [RFC v3 PATCH 1/4] dm: do not return pointer if NULL is given to devp of device_bind()
` [U-Boot] [RFC v3 PATCH 2/4] pinctrl: add pin control uclass support
` [U-Boot] [RFC v3 PATCH 3/4] pinctrl: add simple pinctrl implementation
` [U-Boot] [RFC v3 PATCH 4/4] pinctrl: sandbox: add sandbox pinctrl driver

[U-Boot] [PATCH v4 0/3] add pinctrl driver framework
 2015-08-25  5:52 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/3] dm: core: allow device_bind() to not return a device pointer
` [U-Boot] [PATCH v4 2/3] pinctrl: add pin control uclass support
` [U-Boot] [PATCH v4 3/3] pinctrl: sandbox: add sandbox pinctrl driver

[U-Boot] [PATCH v4 0/4] dm: pci: Support pci devices in the device tree with driver model
 2015-08-25  5:04 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/4] dm: core: Fix code reentrancy issue in device_probe_child()

[U-Boot] [PATCH v1 1/1] lib/display_options: Fix print_freq
 2015-08-25  5:04 UTC  (6+ messages)

[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] [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 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)


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