public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-05-14 15:32:25 to 2018-05-15 16:01:00 UTC [more...]

[U-Boot] [PATCH v4 00/32] Introduce TPMv2.0 support
 2018-05-15 16:01 UTC  (64+ messages)
` [U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line
` [U-Boot] [PATCH v4 02/32] tpm: remove extra spaces between a function and its opening bracket
` [U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
` [U-Boot] [PATCH v4 04/32] tpm: align arguments with open parenthesis
` [U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable
` [U-Boot] [PATCH v4 06/32] tpm: fix spelling
` [U-Boot] [PATCH v4 07/32] tpm: add extra blank lines between declarations and code
` [U-Boot] [PATCH v4 08/32] tpm: add Revision ID field in the chip structure
` [U-Boot] [PATCH v4 09/32] tpm: prepare introduction of TPMv2.x support in Kconfig
` [U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code
` [U-Boot] [PATCH v4 11/32] tpm: add missing parameter in private data structure description
` [U-Boot] [PATCH v4 12/32] tpm: prepare support for TPMv2.x commands
` [U-Boot] [PATCH v4 13/32] tpm: add macros to enhance TPM commands readability
` [U-Boot] [PATCH v4 14/32] tpm: add possible traces to analyze buffers returned by the TPM
` [U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer
` [U-Boot] [PATCH v4 16/32] tpm: add TPM2_Startup command support
` [U-Boot] [PATCH v4 17/32] tpm: add TPM2_SelfTest "
` [U-Boot] [PATCH v4 18/32] tpm: add TPM2_Clear "
` [U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend "
` [U-Boot] [PATCH v4 20/32] tpm: add TPM2_PCR_Read "
` [U-Boot] [PATCH v4 21/32] tpm: add TPM2_GetCapability "
` [U-Boot] [PATCH v4 22/32] tpm: add dictionary attack mitigation commands support
` [U-Boot] [PATCH v4 23/32] tpm: add TPM2_HierarchyChangeAuth command support
` [U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support
` [U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules
` [U-Boot] [PATCH v4 26/32] tpm: add the possibility to reset the chip with a gpio
` [U-Boot] [PATCH v4 27/32] doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
` [U-Boot] [PATCH v4 28/32] test/py: add TPMv2.x test suite
` [U-Boot] [PATCH v4 29/32] tpm: add a Sandbox TPMv2.x driver
` [U-Boot] [PATCH v4 30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
` [U-Boot] [PATCH v4 31/32] sandbox: dts: add Sandbox TPMv2.x node
` [U-Boot] [PATCH v4 32/32] configs: add TPMv2.x support in Sandbox

[U-Boot] [PATCH] ARM: mvebu: a38x: Add missing SPDX license identfier
 2018-05-15 15:58 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] image: fit: Allow booting Aarch64 from arm
 2018-05-15 15:58 UTC  (3+ messages)

[U-Boot] Please pull u-boot-video/master
 2018-05-15 15:57 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] Initial integration of AVB2.0
 2018-05-15 15:44 UTC  (6+ messages)
` [U-Boot] [PATCH 4/8] cmd: avb2.0: avb command for performing verification

[U-Boot] [PATCH] stm32f429-disco: ram: Adds stm32f429-disco fixes for HardFault at booting
 2018-05-15 15:29 UTC 

[U-Boot] [PATCH v4 00/14] Add fastboot UDP support
 2018-05-15 14:48 UTC  (15+ messages)
` [U-Boot] [PATCH v4 01/14] fastboot: Move fastboot to drivers/fastboot
` [U-Boot] [PATCH v4 02/14] fastboot: Switch dependencies on FASTBOOT to USB_FUNCTION_FASTBOOT
` [U-Boot] [PATCH v4 03/14] fastboot: Refactor fastboot_okay/fail to take response
` [U-Boot] [PATCH v4 04/14] fastboot: Extract fastboot_okay/fail to fb_common.c
` [U-Boot] [PATCH v4 05/14] fastboot: Correct dependencies in FASTBOOT_FLASH
` [U-Boot] [PATCH v4 06/14] fastboot: Add missing newlines
` [U-Boot] [PATCH v4 07/14] fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME
` [U-Boot] [PATCH v4 08/14] fastboot: Fix parameter types in _fb_nand_write
` [U-Boot] [PATCH v4 09/14] fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
` [U-Boot] [PATCH v4 10/14] fastboot: Extract common definitions from USB fastboot
` [U-Boot] [PATCH v4 11/14] ti: fastboot: Move weak overrides to board files
` [U-Boot] [PATCH v4 12/14] fs: Add fs_get_type_name to return current filesystem name
` [U-Boot] [PATCH v4 13/14] mmc: Separate "mmc swrite" from fastboot
` [U-Boot] [PATCH v4 14/14] net: fastboot: Merge AOSP UDP fastboot

[U-Boot] [PATCH] arm64: timer: Create timer_get_bootus for bootstage support
 2018-05-15 14:47 UTC 

[U-Boot] [mips, usb xhci] Question / advice needed: cacheable adresses as a device output buffers?
 2018-05-15 14:34 UTC 

[U-Boot] [PATCH v3 00/11] pmic: sandbox: Add support for MC34709 PMIC
 2018-05-15 14:26 UTC  (12+ messages)
` [U-Boot] [PATCH v3 01/11] pmic: fsl: Provide some more definitions for MC34708 PMIC
` [U-Boot] [PATCH v3 02/11] pmic: fsl: Define number of bytes sent at once by "
` [U-Boot] [PATCH v3 03/11] pmic: Add support for setting transmission length in uclass private data
` [U-Boot] [PATCH v3 04/11] pmic: dm: Rewrite pmic_reg_{read|write|clrsetbits} to support 3 bytes transmissions
` [U-Boot] [PATCH v3 05/11] pmic: dm: Add support for MC34708 for PMIC DM
` [U-Boot] [PATCH v3 06/11] pmic: Rewrite the pmic command to not only work with single byte transmission
` [U-Boot] [PATCH v3 07/11] sandbox: Rewrite i2c_pmic_emul.c to support PMIC with 3 bytes transmission
` [U-Boot] [PATCH v3 08/11] sandbox: Enable support for MC34708 PMIC in DTS
` [U-Boot] [PATCH v3 09/11] sandbox: Enable MC34708 PMIC support
` [U-Boot] [PATCH v3 10/11] sandbox: tests: Exclude common test code (pmic_get) in test/dm/pmic.c
` [U-Boot] [PATCH v3 11/11] sandbox: tests: Add tests for mc34708 PMIC device

[U-Boot] [PATCH v2 1/6] kconfig: re-sync with Linux 4.17-rc4
 2018-05-15 14:06 UTC  (12+ messages)
` [U-Boot] [PATCH v2 4/6] scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987
` [U-Boot] [PATCH v2 5/6] scripts/dtc: Re-sync with Linux 4.17-rc4

[U-Boot] [PATCH v2] phy: add support for STM32 usb phy controller
 2018-05-15 13:27 UTC  (3+ messages)

[U-Boot] [PATCH v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY
 2018-05-15 12:49 UTC  (3+ messages)

[U-Boot] [PATCH v2 2/2] net: bootp: Fix compile error processing ntpserver option
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/2] net: Add Kconfig option for BOOTP_NTPSERVER
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH] treewide: Move CONFIG_PHY_MARVELL to Kconfig
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mmc: sdhci: Check that ops are defined
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH 2/2] net: add Kconfig for MVGBE
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/2] "

[U-Boot] [PATCH 1/2] net: mvgbe: remove CONFIG_DOVE
 2018-05-15 12:28 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/2] "

[U-Boot] [PATCH 00/12] kirkwood: device tree support
 2018-05-15 12:09 UTC  (5+ messages)
` [U-Boot] [PATCH 09/12] ARM: kirkwood: Add device-tree for nsa310s

[U-Boot] How to update Uart0 from default Uart1
 2018-05-15 11:14 UTC 

[U-Boot] [PATCH] arm: socfpga: fix CONFIG_SPL_MAX_SIZE (less than SRAM)
 2018-05-15 10:48 UTC  (8+ messages)

[U-Boot] [RESEND][PATCH] cmd: nvedit: add whitelist option for env import
 2018-05-15 10:03 UTC 

[U-Boot] [PATCH] ARM: socfpga: Put stack at the end of SRAM
 2018-05-15  9:09 UTC  (11+ messages)

[U-Boot] [PATCH v3 00/25] Introduce TPMv2.0 support
 2018-05-15  8:56 UTC  (15+ messages)
` [U-Boot] [PATCH v3 03/25] tpm: disociate TPMv1.x specific and generic code
` [U-Boot] [PATCH v3 12/25] tpm: add TPM2_PCR_Read command support
` [U-Boot] [PATCH v3 13/25] tpm: add TPM2_GetCapability "
` [U-Boot] [PATCH v3 17/25] tpm: add support for TPMv2.x SPI modules

[U-Boot] [PATCH 1/4] i2c: rcar_i2c: Remove the driver
 2018-05-15  7:56 UTC  (4+ messages)
` [U-Boot] [PATCH V2 2/4] i2c: rcar_i2c: Add DM and DT capable I2C driver

[U-Boot] [PATCH v4 0/2] sunxi: add PWM driver for A64
 2018-05-15  6:45 UTC  (4+ messages)
` [U-Boot] [PATCH v4 1/2] pwm: sunxi: add support for PWM found on Allwinner A64

[U-Boot] [PATCH v2 0/2] sunxi: fix eMMC stability issues on A64
 2018-05-15  6:45 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] sunxi-mmc: use new mode "
` [U-Boot] [PATCH v2 2/2] mmc: sunxi: run calibration "

[U-Boot] [PATCH v2] arm: zynq: Add initial support for Avnet MiniZed
 2018-05-15  6:17 UTC  (6+ messages)
` [U-Boot] [PATCH] "

[U-Boot] [PATCH v2 0/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings
 2018-05-15  6:08 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/2] sunxi: video: HDMI: use correct bits for HSYNC and VSYNC polarity
` [U-Boot] [PATCH v2 2/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings

[U-Boot] arm: Raspberry Pi Compile warnings
 2018-05-15  1:58 UTC 

[U-Boot] Please pull u-boot-marvell/master
 2018-05-15  1:23 UTC  (4+ messages)

[U-Boot] [PULL] Please pull u-boot-rockchip/master
 2018-05-15  1:18 UTC  (3+ messages)

[U-Boot] [PATCH 2/2] ARM: Add a new arch + board for QEMU's 'virt' machine
 2018-05-14 23:47 UTC  (2+ messages)

[U-Boot] [PATCH] block: Have BLOCK_CACHE default to y in some cases
 2018-05-14 22:13 UTC 

[U-Boot] [PATCH v2] Makefile: adopt --std=gnu11 for HOSTCFLAGS on Linux
 2018-05-14 21:48 UTC  (7+ messages)

[U-Boot] [PATCH] image.h Allow booting Aarch64 from arm
 2018-05-14 21:43 UTC 

[U-Boot] [PATCH 0/7] *** Qualcomm Snapdraon serial fixes***
 2018-05-14 21:23 UTC  (6+ messages)
` [U-Boot] [PATCH 5/7] mach-snapdragon: Introduce pinctrl driver

[U-Boot] [PATCH v3 00/13] Add fastboot UDP support
 2018-05-14 21:11 UTC  (17+ messages)
` [U-Boot] [PATCH v3 07/13] fastboot: Remove FIXME for CONFIG_FASTBOOT_...NAME
` [U-Boot] [PATCH v3 08/13] fastboot: Fix parameter types in _fb_nand_write
` [U-Boot] [PATCH v3 09/13] fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flag
` [U-Boot] [PATCH v3 10/13] fastboot: Extract common definitions from USB fastboot
` [U-Boot] [PATCH v3 11/13] ti: fastboot: Move weak overrides to board files
` [U-Boot] [PATCH v3 12/13] fs: Add fs_get_type_name to return current filesystem name
` [U-Boot] [PATCH v3 13/13] net: fastboot: Merge AOSP UDP fastboot

[U-Boot] [PATCH 3/3] mmc: support writing sparse images
 2018-05-14 21:08 UTC  (7+ messages)
` [U-Boot] [U-Boot,3/3] "

[U-Boot] [PATCH] arm: socfpga: correctly reserve SRAM for boot counter
 2018-05-14 21:00 UTC  (2+ messages)

[U-Boot] [PATCH] soc: zynqmp: Update required API version to 1.0
 2018-05-14 20:55 UTC  (2+ messages)

[U-Boot] [PATCH] tools: adopt --std=gnu99 where C99 comments are needed
 2018-05-14 20:50 UTC  (3+ messages)

[U-Boot] [PATCH] PCI: Document pciauto_region_allocate()
 2018-05-14 20:50 UTC 

[U-Boot] GPL clarification needed
 2018-05-14 20:19 UTC 

[U-Boot] [PATCH 1/2] PCI: Add newlines to debug prints in pci_auto_common.c
 2018-05-14 19:53 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] PCI: autoconfig: Don't allocate 64-bit addresses to 32-bit only resources

[U-Boot] [PATCH 1/3] PCI: dm: Ignore 64-bit memory regions if CONFIG_SYS_PCI_64BIT not set
 2018-05-14 19:51 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] ARM: qemu-arm: Bump RAM size in AArch64 MMU table
` [U-Boot] [PATCH 3/3] doc: qemu-arm: Drop highmem=off references

[U-Boot] [PATCH v10 0/3] Why netboot:
 2018-05-14 19:51 UTC  (13+ messages)
` [U-Boot] [PATCH v10 3/3] Adding wget
                    ` [U-Boot] net: "

[U-Boot] [PATCH] spl: Add full fitImage support
 2018-05-14 19:51 UTC  (4+ messages)

[U-Boot] [PATCH 0/3] add support for the asus C201 chromebook (4GiB)
 2018-05-14 15:56 UTC  (12+ messages)
` [U-Boot] [PATCH 3/3] rockchip: fix incorrect detection of ram size

[U-Boot] [PATCH] net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
 2018-05-14 15:34 UTC 


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