public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2015-08-11 04:14:21 to 2015-08-11 21:44:32 UTC [more...]

[U-Boot] [PATCH 00/25] dm: Convert TPM drivers to driver model
 2015-08-11 21:44 UTC  (40+ messages)
` [U-Boot] [PATCH 01/25] tpm: Remove old pre-driver-model I2C code
` [U-Boot] [PATCH 02/25] tpm: Drop two unused options
` [U-Boot] [PATCH 03/25] tpm: Add Kconfig options for TPMs
` [U-Boot] [PATCH 04/25] tpm: Convert board config TPM options to Kconfig
` [U-Boot] [PATCH 05/25] tpm: Convert drivers to use SPDX
` [U-Boot] [PATCH 06/25] tpm: Move the I2C TPM code into one file
` [U-Boot] [PATCH 07/25] tpm: tpm_tis_i2c: Drop unnecessary methods
` [U-Boot] [PATCH 08/25] tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific
` [U-Boot] [PATCH 09/25] tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
` [U-Boot] [PATCH 10/25] tpm: tpm_tis_i2c: Merge struct tpm "
` [U-Boot] [PATCH 11/25] tpm: tpm_tis_i2c: Move definitions into the header file
` [U-Boot] [PATCH 12/25] tpm: tpm_tis_i2c: Simplify init code
` [U-Boot] [PATCH 13/25] tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix
` [U-Boot] [PATCH 14/25] tpm: tpm_tis_i2c: Tidy up delays
` [U-Boot] [PATCH 15/25] dm: tpm: Add a uclass for Trusted Platform Modules
` [U-Boot] [PATCH 16/25] dm: tpm: Convert the TPM command and library to driver model
` [U-Boot] [PATCH 17/25] dm: i2c: Add a command to adjust the offset length
` [U-Boot] [PATCH 18/25] tpm: Report tpm errors on the command line
` [U-Boot] [PATCH 19/25] dm: tpm: sandbox: Convert TPM driver to driver model
` [U-Boot] [PATCH 20/25] tpm: Check that parse_byte_string() has data to parse
` [U-Boot] [PATCH 21/25] exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
` [U-Boot] [PATCH 22/25] dm: tpm: Convert I2C driver to driver model
` [U-Boot] [PATCH 23/25] dm: tpm: Convert LPC "
` [U-Boot] [PATCH 24/25] tpm: Add a 'tpm info' command
` [U-Boot] [PATCH 25/25] tegra: nyan: Enable TPM command and driver

[U-Boot] [PATCH RESEND 0/7] spi: cadence_qspi: optimize & fix indirect rd-writes
 2015-08-11 21:19 UTC  (12+ messages)

[U-Boot] [ELCE 2015][Presentation] Proposal for U-boot Mini Summit presentation
 2015-08-11 21:19 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] DM9000 support for multiple interfaces
 2015-08-11 21:10 UTC  (7+ messages)
` [U-Boot] [PATCH 3/3 V2] dm9000: rework dm9000 to support multiple devices

[U-Boot] Pull request, u-boot-tegra/master
 2015-08-11 20:54 UTC  (4+ messages)

[U-Boot] [PATCH] lpc32xx: move common SLC NAND defines to arch/config.h
 2015-08-11 20:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/5] Make RBTREE selectable by Kconfig
 2015-08-11 19:29 UTC  (7+ messages)

[U-Boot] LPC32xx changes
 2015-08-11 19:17 UTC  (4+ messages)

[U-Boot] [PATCH v3] net: TFTP: add timer count environment variable
 2015-08-11 19:04 UTC  (2+ messages)

[U-Boot] [PATCH] net: macb: add gmac multi-queue support
 2015-08-11 18:29 UTC  (2+ messages)

[U-Boot] [PATCH] net/phy: set led for rtl8211f phy
 2015-08-11 18:23 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/3] sparc: Add support for Gaisler GR712RC-BOARD Development Kit
 2015-08-11 18:10 UTC  (3+ messages)
` [U-Boot] [PATCH v1 2/3] sparc: Add MDIO support to GRETH driver

[U-Boot] [PATCH] net/fm: Update FMan Compatibels
 2015-08-11 18:02 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] x86: Drop FSP error defines and use EFI instead
 2015-08-11 17:57 UTC 

[U-Boot] [PATCH 0/2] This series implements the Ethernet PHY for the Broadcom Cygnus boards
 2015-08-11 17:44 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] net: phy: broadcom: Add BCM Cygnus PHY
` [U-Boot] [PATCH 2/2] arm: bcmcygnus: Enable Ethernet support

[U-Boot] [PATCH] tegra: Correct logic for reading pll_misc in clock_start_pll()
 2015-08-11 17:43 UTC  (3+ messages)

[U-Boot] [PATCH] zynq: enable CONFIG_NET_RANDOM_ETHADDR
 2015-08-11 17:42 UTC  (2+ messages)

[U-Boot] [PATCH] dm: Use dev_get_addr() where possible
 2015-08-11 17:41 UTC  (4+ messages)

[U-Boot] [PATCH 7/7] net: lpc32xx: eth buffers base config
 2015-08-11 17:39 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] net: Move e1000 driver to driver model and Kconfig
 2015-08-11 17:34 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/6] net: e1000: Move #include of common.h to the C files
` [U-Boot] [PATCH v2 2/6] net: e1000: Prepare for driver model conversion
` [U-Boot] [PATCH v2 3/6] net: e1000: Convert to driver model
` [U-Boot] [PATCH v2 4/6] net: e1000: Add Kconfig options
` [U-Boot] [PATCH v2 5/6] Tidy up some defconfig files
` [U-Boot] [PATCH v2 6/6] net: Move CONFIG_E1000 options to Kconfig

[U-Boot] [PATCH] driver: net: ldpaa_eth: Get MAC address from env variable
 2015-08-11 17:30 UTC  (2+ messages)

[U-Boot] [PATCH 3/4] net: phy/vitesse: Add support for VSC8584 phy
 2015-08-11 16:48 UTC  (2+ messages)

[U-Boot] [PATCH v5 01/13] power: pmic: add pfuze3000 support
 2015-08-11 16:20 UTC  (13+ messages)
` [U-Boot] [PATCH v5 02/13] imx: iomux-v3: add imx7d support for iomuxc
` [U-Boot] [PATCH v5 03/13] imx: mxc_gpio: add support for imx7d SoC
` [U-Boot] [PATCH v5 04/13] imx: ocotp: mxc add i.MX7D support
` [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 v5 07/13] imx: imx7d: initial arch level support
` [U-Boot] [PATCH v5 08/13] imx: imx7d: clock control module support
` [U-Boot] [PATCH v5 09/13] imx: imx7d: Add SoC system support
` [U-Boot] [PATCH v5 10/13] imx: imx7d: add hab secure boot support
` [U-Boot] [PATCH v5 11/13] imx: imx7d: add timer support for imx7d
` [U-Boot] [PATCH v5 12/13] imx: imx7d: add imx-common cpu "
` [U-Boot] [PATCH v5 13/13] imx: mx7dsabresd: Add support for MX7D SABRESD board

[U-Boot] [RESEND PATCH v5] fs/fs.c: read up to EOF when len would read past EOF
 2015-08-11 16:16 UTC  (3+ messages)
` [U-Boot] [RESEND PATCH v5] tftp.c: fix CONFIG_TFTP_TSIZE for small files

[U-Boot] [PATCH v4 0/8] assortment of fixes/enhancements
 2015-08-11 16:09 UTC  (5+ messages)
` [U-Boot] [PATCH v4 2/8] net: asix: fix operation without eeprom
  ` [U-Boot] [PATCH v5] "
` [U-Boot] [PATCH v4 8/8] tftp.c: fix CONFIG_TFTP_TSIZE for small files
  ` [U-Boot] [PATCH v5] "

[U-Boot] [PATCH 1/4] imx: clock support enet2 anatop clock support
 2015-08-11 15:59 UTC  (3+ messages)
` [U-Boot] [PATCH 3/4] comment: net: Add CMD_MII in Kconfig

[U-Boot] [PATCH v4] x86: baytrail: Configure FSP UPD from device tree
 2015-08-11 15:20 UTC  (16+ messages)

[U-Boot] [PATCH 1/3] pci: mvebu: Add PCIe driver
 2015-08-11 15:14 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] arm: mvebu: db-mv784mp-gp: Enable PCI support
` [U-Boot] [PATCH 3/3] arm: mvebu: db-88f6820-gp: "

[U-Boot] [PATCH] net: e1000: Increase autoneg timeout to 8 seconds
 2015-08-11 15:12 UTC 

[U-Boot] [PATCH 1/5] arm: mvebu: sdram: Enable ECC support on Armada XP
 2015-08-11 15:08 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] arm: mvebu: Display ECC enabled / disabled upon bootup
` [U-Boot] [PATCH 3/5] arm: mvebu: Move CONFIG_SYS_TEXT_BASE to an address < 16 MiB
` [U-Boot] [PATCH 4/5] arm: mvebu: dram.c: Rework dram_init() and dram_init_banksize()
` [U-Boot] [PATCH 5/5] arm: mvebu: Add complete SDRAM ECC scrubbing

[U-Boot] [PATCH V2 00/10] Replace the FAT filesystem code
 2015-08-11 14:55 UTC  (11+ messages)
` [U-Boot] [PATCH V2 01/10] disk: support host devices in dev_print()
` [U-Boot] [PATCH V2 02/10] fat: move to a different directory
` [U-Boot] [PATCH V2 03/10] fat: add ff.c implementation
` [U-Boot] [PATCH V2 04/10] fat: apply upstream bugfix to ff.c
` [U-Boot] [PATCH V2 05/10] fat: ff: add ifdef to avoid unused function warning
` [U-Boot] [PATCH V2 06/10] fat: ffconf.h changes for U-Boot port
` [U-Boot] [PATCH V2 07/10] fat: port integer.h to U-Boot types
` [U-Boot] [PATCH V2 08/10] fat: add U-Boot to ff.c API conversion wrapper
` [U-Boot] [PATCH V2 09/10] fat: switch to new FAT implementation
` [U-Boot] [PATCH V2 10/10] fat: remove old implementation

[U-Boot] Installing u-boot for x86 (non EFI) on a disk
 2015-08-11 14:09 UTC  (2+ messages)

[U-Boot] [PATCH V5 1/2] sf: Add clear flag status register operation on Micron chips
 2015-08-11 13:13 UTC  (4+ messages)
` [U-Boot] [PATCH V5 2/2] sf: Turn SPI flash chip into 3-Byte address mode

[U-Boot] [PATCH v3 00/11] arm: rpi: Enable USB and Ethernet driver model Raspberry Pi
 2015-08-11 13:00 UTC  (10+ messages)
` [U-Boot] [PATCH v3 01/11] dm: serial: Update binding for PL01x serial UART
` [U-Boot] [PATCH v3 04/11] arm: rpi: Device tree modifications for U-Boot

[U-Boot] ARM: sunxi: Experiences NAND flash
 2015-08-11 12:16 UTC 

[U-Boot] [PATCH 1/1] tools: mxsboot: calculate ECC block level dynamically
 2015-08-11 12:10 UTC  (3+ messages)

[U-Boot] [V4 1/2] sf: Add clear flag status register operation on Micron chips
 2015-08-11 11:26 UTC  (7+ messages)
` [U-Boot] [V4 2/2] sf: Turn SPI flash into 3-Byte address mode "

[U-Boot] [PATCH 1/4] imx: add cpu type for i.MX2 and i.MX3
 2015-08-11 10:45 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] imx: mx31 use new formula for get_cpu_rev
` [U-Boot] [PATCH 3/4] imx: mxs: reimplement get_cpu_rev
` [U-Boot] [PATCH 4/4] imx-common: consolidate macros and prototypes into sys_proto.h

[U-Boot] [PATCH] imx: mx6ul_14x14_evk discard redefined CONFIG_MX6
 2015-08-11 10:43 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mx6: Remove SPI support from WRU-IV baseboard
 2015-08-11 10:42 UTC  (2+ messages)

[U-Boot] [PATCH] udoo: Remove SPL fat support
 2015-08-11 10:38 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/15] imx: Add i.MX6UL and basic board support
 2015-08-11 10:31 UTC  (5+ messages)
` [U-Boot] [PATCH v3 15/15] imx: mx6ul_14x14_evk add "

[U-Boot] [PATCH v2 0/4] add dfu support for at91 sam9260 based boards
 2015-08-11  9:44 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/4] ARM: at91: add cpu.h

[U-Boot] [PATCH 0/5] sunxi: display: add support for eDP panels connected via an anx9804 bridge chip
 2015-08-11  9:39 UTC  (13+ messages)
` [U-Boot] [PATCH 1/5] sunxi: clock: Add clock_get_pll3() helper function
` [U-Boot] [PATCH 2/5] sun6i: clock: Add support for the mipi pll
` [U-Boot] [PATCH 3/5] sun6i: display: Add support for using the mipi pll as lcd clock source
` [U-Boot] [PATCH 4/5] video: Add support for the ANX9804 parallel lcd to dp bridge chip
` [U-Boot] [PATCH 5/5] sunxi: Display: Add support for eDP panels connected via an anx9804 bridge

[U-Boot] [PATCH 0/6] ti: dwc3: Enable USB clocks on-demand
 2015-08-11  9:25 UTC  (4+ messages)
` [U-Boot] [PATCH 3/6] ARM: AM43xx: Add support for disabling clocks in uboot

[U-Boot] [PATCH v2 00/15] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
 2015-08-11  7:53 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] sunxi: Fix gmac not working on the Colombus board
 2015-08-11  7:49 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: gpio: Add support for the gpio banks which are part of the R-io cluster

[U-Boot] [PATCH 1/2] sunxi: display: Enable composite video support on more boards
 2015-08-11  7:46 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: display: Disable HDMI support on A13 based tablets

[U-Boot] [PATCH 1/2] sunxi: dts: Sync with kernel
 2015-08-11  7:45 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Add support for the Auxtek-T003 HDMI stick

[U-Boot] [PATCH] sunxi: display: Fix composite video out on sun5i
 2015-08-11  7:43 UTC  (2+ messages)

[U-Boot] [PATCH] arm: mxs: Fix mkimage invocation
 2015-08-11  7:34 UTC  (5+ messages)

[U-Boot] [PATCH] dfu: Delete superfluous initialization of the dfu_buf_size static variable
 2015-08-11  7:31 UTC  (2+ messages)

[U-Boot] [PATCH v2] powerpc/fsl: support low power boot for e500 and later
 2015-08-11  7:15 UTC 

[U-Boot] [PATCH 0/3] usb: host/gadget: Miscellaneous fixes
 2015-08-11  6:54 UTC  (5+ messages)
` [U-Boot] [PATCH 3/3] usb: gadget: ether: populate _reset_ callback

[U-Boot] [PATCH v2 0/5] x86: Move x86 to use board_init_f_mem() instead of assembler
 2015-08-11  6:28 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/5] Align global_data to a 16-byte boundary
` [U-Boot] [PATCH v2 3/5] Allow arch-specific setting of global_data in board_init_f_mem()
` [U-Boot] [PATCH v2 5/5] x86: Switch to using generic global_data setup

[U-Boot] [PATCH 0/3] arm, imx6: aristainetos board updates
 2015-08-11  6:09 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] "
` [U-Boot] [PATCH 2/3] arm, imx6: add aristainetos 2b board version
` [U-Boot] [PATCH 3/3] video, lg4573: make spi bus and cs configurable

[U-Boot] [PATCH v3 1/3] x86: Convert minnowmax to use CONFIG_DM_USB
 2015-08-11  5:49 UTC  (6+ messages)
` [U-Boot] [PATCH v3 2/3] x86: Convert minnowmax to use CONFIG_DM_NET
` [U-Boot] [PATCH v3 3/3] x86: Show the un-relocated IP address in exceptions

[U-Boot] [PATCH v3 00/10] x86: minnowmax: Add interrupt support
 2015-08-11  5:49 UTC  (11+ messages)
` [U-Boot] [PATCH v3 02/10] dm: pci: Add a way to iterate through all PCI devices
` [U-Boot] [PATCH v3 03/10] x86: Re-order efi-x86_defconfig
` [U-Boot] [PATCH v3 07/10] x86: minnowmax: Define and enable interrupt setup
` [U-Boot] [PATCH v3 08/10] x86: baytrail: Tidy up interrupt and FSP init
` [U-Boot] [PATCH v3 09/10] x86: Add a simple interrupt script to the README

[U-Boot] [PATCH] fs-test.sh: minor fixes
 2015-08-11  4:45 UTC 

[U-Boot] [PATCH v2 0/9] x86: minnowmax: Add interrupt support
 2015-08-11  4:43 UTC  (8+ messages)
` [U-Boot] [PATCH v2 3/9] x86: Re-order efi-x86_defconfig

[U-Boot] debugging malloc heap corruption on 2015.04
 2015-08-11  4:15 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