public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-05-24 23:41:34 to 2018-05-26 15:56:02 UTC [more...]

[U-Boot] [PATCH v4 30/32] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
 2018-05-26 15:56 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 29/32] tpm: add a Sandbox TPMv2.x driver
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,29/32] "

[U-Boot] [PATCH v4 28/32] test/py: add TPMv2.x test suite
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,28/32] "

[U-Boot] [PATCH v4 27/32] doc: device-tree-bindings: add TIS TPMv2.0 SPI module info
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 25/32] tpm: add support for TPMv2.x SPI modules
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 24/32] tpm: add PCR authentication commands support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 23/32] tpm: add TPM2_HierarchyChangeAuth command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 22/32] tpm: add dictionary attack mitigation commands support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 21/32] tpm: add TPM2_GetCapability command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 20/32] tpm: add TPM2_PCR_Read command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 19/32] tpm: add TPM2_PCR_Extend command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 18/32] tpm: add TPM2_Clear command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,18/32] "

[U-Boot] [PATCH v4 17/32] tpm: add TPM2_SelfTest command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 16/32] tpm: add TPM2_Startup command support
 2018-05-26 15:55 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 15/32] tpm: report driver error code to upper layer
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 14/32] tpm: add possible traces to analyze buffers returned by the TPM
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 13/32] tpm: add macros to enhance TPM commands readability
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 12/32] tpm: prepare support for TPMv2.x commands
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 11/32] tpm: add missing parameter in private data structure description
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 10/32] tpm: disociate TPMv1.x specific and generic code
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 09/32] tpm: prepare introduction of TPMv2.x support in Kconfig
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 08/32] tpm: add Revision ID field in the chip structure
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 07/32] tpm: add extra blank lines between declarations and code
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 06/32] tpm: fix spelling
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,06/32] "

[U-Boot] [PATCH v4 05/32] tpm: use the BIT() macro where applicable
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 04/32] tpm: align arguments with open parenthesis
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 03/32] tpm: substitute deprecated uint<x>_t types with their u<x> equivalent
 2018-05-26 15:54 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 02/32] tpm: remove extra spaces between a function and its opening bracket
 2018-05-26 15:53 UTC  (2+ messages)
` [U-Boot] [U-Boot, v4, "

[U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line
 2018-05-26 15:53 UTC  (2+ messages)
` [U-Boot] [U-Boot,v4,01/32] "

[U-Boot] [PATCH v2 3/6] common: iotrace: add timestamp to iotrace records
 2018-05-26 13:56 UTC 

[U-Boot] [PATCH 0/2] Allow building EFI binaries on x86_64
 2018-05-26 12:05 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] efi_loader: build CRT0 and RELOC "

[U-Boot] [PATCH] Remove CONFIG_MVGBE from config_whitelist.txt
 2018-05-26 11:55 UTC  (2+ messages)

[U-Boot] [PATCH v3 1/6] kconfig: re-sync with Linux 4.17-rc4
 2018-05-26 11:04 UTC  (6+ messages)
` [U-Boot] [PATCH v3 6/6] test: dm: Fix wrong aliases property names

[U-Boot] [BUG] efi_loader: efi_add_memory_map() removes mapping even on failure
 2018-05-26 10:51 UTC 

[U-Boot] [PATCH 1/2] configs: remove redundant comment sections
 2018-05-26 10:32 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] configs: remove CONFIG_SYS_MVFS

[U-Boot] [PATCH] configs: remove empty #ifdef block from mv-common.h
 2018-05-26  9:43 UTC 

[U-Boot] U-Boot thumb interlink patches
 2018-05-26  8:41 UTC  (5+ messages)

[U-Boot] [RFC 0/3] efi_loader: allow writing to FAT
 2018-05-26  8:34 UTC  (4+ messages)
` [U-Boot] [RFC 1/3] fs: fat: cannot write to subdirectories
` [U-Boot] [RFC 2/3] efi_selftest: imply FAT, FAT_WRITE
` [U-Boot] [RFC 3/3] efi_selftest: test writing to file

[U-Boot] [PATCH 1/1] efi_loader: avoid anonymous constants for AllocatePages
 2018-05-26  8:32 UTC 

[U-Boot] [PATCH v2 0/6] Iotrace improvements
 2018-05-26  6:05 UTC  (15+ messages)
` [U-Boot] [PATCH 1/6] cmd: iotrace: add set region command
` [U-Boot] [PATCH 2/6] iotrace: add IO region limit
` [U-Boot] [PATCH 3/6] common: iotrace: add timestamp to iotrace records
` [U-Boot] [PATCH 4/6] iotrace: move record definitons to header file
` [U-Boot] [PATCH v2 5/6] cmd: iotrace: add dump trace command
` [U-Boot] [PATCH 6/6] common: iotrace: fix behaviour when buffer is full

[U-Boot] RFC: Alternative boot_jump_linux() function
 2018-05-26  5:58 UTC  (7+ messages)

[U-Boot] [PATCH v1 1/2] buildman: Extract environment as part of each build
 2018-05-26  5:19 UTC  (8+ messages)
` [U-Boot] [PATCH v1 2/2] buildman: Add support for environment delta in summary

[U-Boot] [PATCH] x86: use EFI calling convention for efi_main on x86_64
 2018-05-26  4:31 UTC  (2+ messages)

[U-Boot] [PATCH] regmap: Separate memory-based operations
 2018-05-26  2:07 UTC  (4+ messages)

[U-Boot] [PATCH v3 1/2] cmd: nvedit: env import can now import only variables passed as parameters
 2018-05-26  2:07 UTC  (7+ messages)
` [U-Boot] [PATCH v3 2/2] test/py: add test for whitelist of variables while importing environment

[U-Boot] [PATCH 0/5] Iotrace improvements
 2018-05-26  2:07 UTC  (3+ messages)
` [U-Boot] [PATCH 5/5] cmd: iotrace: add dump trace command

[U-Boot] [PATCH] malloc: Use malloc simple before malloc is fully initialized in memalign()
 2018-05-26  2:06 UTC  (8+ messages)

[U-Boot] [PATCH v2 1/7] drivers: Add AXI uclass
 2018-05-25 22:24 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/7] axi: Add ihs_axi driver
` [U-Boot] [PATCH v2 3/7] axi: Add AXI sandbox driver and simple emulator
` [U-Boot] [PATCH v2 5/7] test: Add AXI test
` [U-Boot] [PATCH v2 6/7] cmd: Add axi command
` [U-Boot] [PATCH v2 7/7] video_display: Add Xilinx LogiCore DP TX

[U-Boot] [PATCH] x86: enable cpu-specific functions for x86_64 target
 2018-05-25 22:00 UTC 

[U-Boot] [PATCH v1] rockchip: utilize CONFIG_DEFAULT_FDT_FILE
 2018-05-25 21:45 UTC 

[U-Boot] [PATCH v2] efi_selftest: check for buffer overflow in efi_get_variable
 2018-05-25 17:45 UTC 

[U-Boot] [PATCH v2] arm, imx6: fix NOR/OneNAND boot mode mix-up
 2018-05-25 17:38 UTC 

[U-Boot] [PATCH v2] arm, imx6: add support for SD/MMC Manufacture Mode
 2018-05-25 17:37 UTC 

[U-Boot] Signed FIT image boots without public key
 2018-05-25 14:11 UTC  (2+ messages)

[U-Boot] [PATCH v6 00/11] Add support for DM_USB and DM_USB_DEV for TI's DRA7 EVMs and AM57 EVMs platforms
 2018-05-25 13:51 UTC  (12+ messages)
` [U-Boot] [PATCH v6 01/11] syscon: dm: Add a new method to get a regmap from DTS
` [U-Boot] [PATCH v6 02/11] phy: ti-pip3-phy: Add support for USB3 PHY
` [U-Boot] [PATCH v6 03/11] phy: Add a new driver for OMAP's USB2 PHYs
` [U-Boot] [PATCH v6 04/11] dwc3-generic: Add support for the TI DWC3 glue
` [U-Boot] [PATCH v6 05/11] board: ti: dra7xx-evm: turn on USB clocks in late init stage
` [U-Boot] [PATCH v6 06/11] board; ti: am57xx: turn on USB clocks
` [U-Boot] [PATCH v6 07/11] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus
` [U-Boot] [PATCH v6 08/11] configs: enable DM_USB and DM_USB_DEV for all DRA7 platforms
` [U-Boot] [PATCH v6 09/11] configs: am57xx_evm: Enable DM_USB and DM_USB_DEV
` [U-Boot] [PATCH v6 10/11] board: ti: dra7-evm: remove USB platform code
` [U-Boot] [PATCH v6 11/11] board: ti: am57xx: "

[U-Boot] [PATCH] MAINTAINERS: Add board/synopsys/
 2018-05-25 13:14 UTC 

[U-Boot] [PATCH v2] board_f: Only reserve memory for U-Boot if we're going to relocate
 2018-05-25 13:08 UTC 

[U-Boot] [PATCH] arm, imx6: fix NOR/OneNAND boot mode mix-up
 2018-05-25 12:58 UTC  (2+ messages)

[U-Boot] [PATCH] arm, imx6: add support for SD/MMC Manufacture Mode
 2018-05-25 12:58 UTC  (2+ messages)

[U-Boot] [PATCH] tests: Make test_log.py tests depend on cmd_log not log
 2018-05-25 12:28 UTC 

[U-Boot] [PATCH] sandbox_flattree: Switch to TPMv2 support
 2018-05-25 12:27 UTC 

[U-Boot] [PATCH 1/2] fit: allow fit to call hardware accelerated hash
 2018-05-25 11:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/5] drivers: Add OSD uclass
 2018-05-25 11:25 UTC  (15+ messages)
` [U-Boot] [PATCH v2 2/5] video_osd: Add ihs_video_out driver
` [U-Boot] [PATCH v2 3/5] video_osd: Add osd sandbox driver and tests
` [U-Boot] [PATCH v2 4/5] lib: Import hexdump.c from Linux
` [U-Boot] [PATCH v2 5/5] cmd: Add osd commands

[U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver
 2018-05-25 11:16 UTC  (4+ messages)
` [U-Boot] [U-Boot, v3, "

[U-Boot] [PATCH 1/1] efi_selftest: imply FAT, FAT_WRITE
 2018-05-25 10:30 UTC 

[U-Boot] [PATCH v7 00/18] Add fastboot UDP support
 2018-05-25 10:02 UTC  (8+ messages)
` [U-Boot] [PATCH v7 14/18] mmc: Separate "mmc swrite" from fastboot
` [U-Boot] [PATCH v7 17/18] usb: fastboot: Convert USB f_fastboot to shared fastboot
` [U-Boot] [PATCH v7 18/18] fastboot: Update fastboot documentation

[U-Boot] [PATCH] buildman: Add GCC 8.1.0 version to tools from kernel.org
 2018-05-25  9:37 UTC 

[U-Boot] [PATCH v1 0/7] Improvements for the dwc3_generic driver
 2018-05-25  9:32 UTC  (8+ messages)
` [U-Boot] [PATCH v1 1/7] usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
` [U-Boot] [PATCH v1 2/7] usb: introduce a separate config option for DM USB device
` [U-Boot] [PATCH v1 3/7] usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt()
` [U-Boot] [PATCH v1 4/7] dwc3_generic: do not probe the USB device driver when it's bound
` [U-Boot] [PATCH v1 5/7] dwc3: move phy operation to core.c
` [U-Boot] [PATCH v1 6/7] dwc3-generic: Handle the PHYs, the clocks and the reset lines
` [U-Boot] [PATCH v1 7/7] dwc3-generic: Add select_dr_mode operation

[U-Boot] [PATCH] arm: Use mtune for Xscale
 2018-05-25  9:29 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] armv8: fsl: remove sata support
 2018-05-25  9:06 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] armv8: dts: fsl-ls1012a: add sata node support
  ` [U-Boot] [PATCH 3/4] scsi: ceva: add ls1012a soc support
    ` [U-Boot] [PATCH 4/4] arm64: ls1012ardb: enable DM support for sata

[U-Boot] [PATCH v4 0/4] ahci mvebu driver updates
 2018-05-25  7:49 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory
` [U-Boot] [PATCH v4 2/4] ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
` [U-Boot] [PATCH v4 3/4] ata: ahci_mvebu: add scsi support
` [U-Boot] [PATCH v4 4/4] arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU

[U-Boot] [PATCH v4 0/4] ahci mvebu driver updates
 2018-05-25  7:37 UTC  (5+ messages)
` [U-Boot] [PATCH v4 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory
` [U-Boot] [PATCH v4 2/4] ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
` [U-Boot] [PATCH v4 3/4] ata: ahci_mvebu: add scsi support
` [U-Boot] [PATCH v4 4/4] arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU

[U-Boot] [PATCH v2 1/3] mvebu: pinctrl: sync compatible string with Linux 4.17-rc4
 2018-05-25  6:20 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] mvebu: pinctrl: Add SD/eMMC PHY selector to the driver
` [U-Boot] [PATCH v2 3/3] dts: mvebu: a80x0: Enable SD/eMMC interfaces

[U-Boot] [PATCH] mx7: psci: add cpu hotplug support
 2018-05-25  6:10 UTC 

[U-Boot] [PATCH v3 0/4] ahci mvebu driver updates
 2018-05-25  5:43 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory
` [U-Boot] [PATCH v3 2/4] ata: ahci_mvebu: a8040 a0: remove bad port register offsets workarounds
` [U-Boot] [PATCH v3 3/4] ata: ahci_mvebu: add scsi support
` [U-Boot] [PATCH v3 4/4] arm64: mvebu: defconfig: enable CONFIG_AHCI_MVEBU

[U-Boot] [PATCH] efi_selftest: check for buffer overflow in efi_get_variable
 2018-05-25  5:42 UTC  (2+ messages)

[U-Boot] [PATCH] gadget: f_thor: Fix memory leaks of usb request and its buffer
 2018-05-25  5:21 UTC  (5+ messages)
  ` [U-Boot] [PATCH v2] "
    ` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 1/2] mmc: sdhci: Update sdhci_send_command() to handle HS200
 2018-05-25  5:17 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] mmc: zynqmp: Add HS200 modes support for ZynqMP

[U-Boot] [PATCH v1 0/2] Add bootlimit to Kconfig
 2018-05-25  4:24 UTC  (4+ messages)
` [U-Boot] [PATCH v1 2/2] Migrate "

[U-Boot] [PATCH] x86: baytrail: Correct the comment of IACORE_VIDS bit ranges
 2018-05-25  3:58 UTC  (3+ messages)

[U-Boot] [PATCH v1] x86: acpi: Adopt new version of iASL compiler
 2018-05-25  3:58 UTC  (4+ messages)

[U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid
 2018-05-25  3:57 UTC  (3+ messages)

[U-Boot] [PATCH v4 00/16] efi: Enable basic sandbox support for EFI loader
 2018-05-25  2:42 UTC  (8+ messages)
` [U-Boot] [PATCH v4 03/16] efi: sandbox: Adjust memory usage for sandbox
` [U-Boot] [PATCH v4 04/16] sandbox: smbios: Update to support sandbox

[U-Boot] [PATCH 1/1] Makefile: clean should delete *.so
 2018-05-25  2:42 UTC  (2+ messages)

[U-Boot] [PATCH v3 01/11] ram: Add driver for MPC83xx
 2018-05-25  2:42 UTC  (13+ messages)
` [U-Boot] [PATCH v3 03/11] test: Add tests for sysreset_get_status
` [U-Boot] [PATCH v3 06/11] clk: Add MPC83xx clock driver
` [U-Boot] [PATCH v3 07/11] timer: Add MPC83xx timer driver
` [U-Boot] [PATCH v3 09/11] board_f: Use static print_cpuinfo if CONFIG_CPU is active
` [U-Boot] [PATCH v3 10/11] cpu: Add MPC83xx CPU driver
` [U-Boot] [PATCH v3 11/11] misc: Add MPC83xx serdes driver

[U-Boot] [PATCH v3 1/3] misc: docs: Fix comments in misc.h
 2018-05-25  2:42 UTC  (6+ messages)
` [U-Boot] [PATCH v3 2/3] misc: uclass: Add enable/disable function
` [U-Boot] [PATCH v3 3/3] misc: Add gdsys_ioep driver

[U-Boot] [PATCH 0/4] ahci mvebu driver updates
 2018-05-25  2:41 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH v2 0/4] ahci mvebu driver updates
 2018-05-25  2:18 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/4] ata: mvebu: move mvebu sata driver to drivers/ata directory

[U-Boot] [PATCH v2 1/2] common: Add support for Android DT image
 2018-05-25  1:54 UTC  (4+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] Please pull ARC changes
 2018-05-24 23:41 UTC  (2+ messages)

[U-Boot] [PULL] rpi patch queue 2018-05-24
 2018-05-24 23:41 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