public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-05-13 22:00:54 to 2018-05-15 09:56:59 UTC [more...]

[U-Boot] [PATCH v4 00/32] Introduce TPMv2.0 support
 2018-05-15  9:56 UTC  (4+ 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] Please pull u-boot-video/master
 2018-05-15  9:50 UTC 

[U-Boot] [PATCH] arm: socfpga: fix CONFIG_SPL_MAX_SIZE (less than SRAM)
 2018-05-15  9:14 UTC  (4+ messages)

[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 v7 00/35] phy: sunxi: Add Allwinner sun4i USB PHY
 2018-05-15  8:46 UTC  (12+ messages)
` [U-Boot] [PATCH v7 06/35] musb: sunxi: Add OTG device clkgate and reset for H3/H5

[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  (5+ messages)
` [U-Boot] [PATCH v4 1/2] pwm: sunxi: add support for PWM found on Allwinner A64
` [U-Boot] [PATCH v4 2/2] dts: sunxi: add PWM node for sun50i

[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] image: fit: Allow booting Aarch64 from arm
 2018-05-15  6:15 UTC  (2+ messages)

[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] [PATCH] ARM: mvebu: a38x: Add missing SPDX license identfier
 2018-05-15  1:31 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  (8+ 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  (12+ messages)
` [U-Boot] [PATCH 1/7] db820c: set clk node to be probed before relocation
` [U-Boot] [PATCH 2/7] serial: serial_msm: fail probe if settings clocks fails
` [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  (23+ messages)
` [U-Boot] [PATCH v3 01/13] fastboot: Move fastboot to drivers/fastboot
` [U-Boot] [PATCH v3 02/13] fastboot: Switch dependencies on FASTBOOT to USB_FUNCTION_FASTBOOT
` [U-Boot] [PATCH v3 03/13] fastboot: Refactor fastboot_okay/fail to take response
` [U-Boot] [PATCH v3 04/13] fastboot: Extract fastboot_okay/fail to fb_common.c
` [U-Boot] [PATCH v3 05/13] fastboot: Correct dependencies in FASTBOOT_FLASH
` [U-Boot] [PATCH v3 06/13] fastboot: Add missing newlines
` [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  (4+ 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 v2 1/6] kconfig: re-sync with Linux 4.17-rc4
 2018-05-14 19:52 UTC  (9+ messages)
` [U-Boot] [PATCH v2 4/6] scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987

[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 

[U-Boot] [PATCH] ext4fs: Add ext4 extent tree cache
 2018-05-14 15:22 UTC  (9+ messages)

[U-Boot] u-boot on raspberry pi cm3
 2018-05-14 15:21 UTC 

[U-Boot] [GIT PULL] Xilinx changes for v2018.07
 2018-05-14 14:47 UTC  (4+ messages)

[U-Boot] [PATCH] Revert "sunxi: binman: Add U-Boot binary size check"
 2018-05-14 14:22 UTC 

[U-Boot] [PATCH] rockchip: clk: rk3288: handle clk_enable requests for GMAC
 2018-05-14 13:54 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2 00/10] Update STM32 QSPI driver
 2018-05-14 13:42 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/10] spi: stm32_qspi: Remove CONFIG_CLK flag
` [U-Boot] [PATCH v2 02/10] spi: stm32_qspi: Solve issue detected by checkpatch
` [U-Boot] [PATCH v2 03/10] spi: stm32_qspi: Sort include files alphabetically
` [U-Boot] [PATCH v2 04/10] spi: stm32_qspi: Align reg-names with kernel 4.12 RC1
` [U-Boot] [PATCH v2 05/10] spi: stm32_qspi: Add st, stm32f469-qspi compatible string
` [U-Boot] [PATCH v2 06/10] spi: stm32_qspi: Add chip select management
` [U-Boot] [PATCH v2 07/10] spi: stm32_qspi: Use dev_read_xxx API
` [U-Boot] [PATCH v2 08/10] spi: stm32_qspi: Add reset support
` [U-Boot] [PATCH v2 09/10] ARM: dts: stm32: Add quadspi reset for stm32f746
` [U-Boot] [PATCH v2 10/10] ARM: dts: stm32: Update qspi bindings "

[U-Boot] [PATCH] arm64: zynqmp: Get rid of emulatio platforms
 2018-05-14 13:34 UTC 

[U-Boot] [PATCH] mmc: sdhci: Check that ops are defined
 2018-05-14 13:28 UTC  (2+ messages)

[U-Boot] [PATCH v1 00/11] Update STM32 QSPI driver
 2018-05-14 13:24 UTC  (4+ messages)
` [U-Boot] [PATCH v1 06/11] spi: stm32_qspi: Update mode management

[U-Boot] mtd: spi-nor: new NXP FlexSPI driver location & framework to use ?
 2018-05-14 13:24 UTC  (5+ messages)

[U-Boot] [PATCH] imx: Enable ACTLR.SMP bit for all i.MX cortex-a7 platforms
 2018-05-14 12:44 UTC 

[U-Boot] [PATCH v2 00/20] More support for Armada 37xx boards (for Turris Mox)
 2018-05-14 11:54 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/6] ARM: mvebu: a38x: updates to ddr training code
 2018-05-14 11:53 UTC  (2+ messages)

[U-Boot] [PATCH] phy: marvell: a3700: Fix compatible string for ehci
 2018-05-14 11:52 UTC  (2+ messages)

[U-Boot] boot progress for invalid ramdisk
 2018-05-14 11:48 UTC 

[U-Boot] NDS32 toolchain?
 2018-05-14 11:16 UTC  (8+ messages)

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

[U-Boot] [PATCH] rockchip: clk: rk3288: add clk_enable function and support USB HOST0/HSIC
 2018-05-14 10:44 UTC  (7+ messages)
` [U-Boot] "

[U-Boot] [PATCH] x86: tsc: add support for reading CPU freq from cpuid
 2018-05-14  9:32 UTC 

[U-Boot] [RFC PATCH 0/1] Convert USB fastboot code to use shared protocol
 2018-05-14  9:11 UTC  (2+ messages)
` [U-Boot] [RFC PATCH] usb: fastboot: Convert USB f_fastboot to shared fastboot

[U-Boot] [PATCH v2] board: sun50i: Add Amarula A64 Relic initial support
 2018-05-14  7:56 UTC  (2+ messages)

[U-Boot] [PATCH] sf: ensure flash device is in 3-byte address mode
 2018-05-14  7:47 UTC  (5+ messages)

[U-Boot] [PATCH] twister: Let SPL load U-Boot from MMC
 2018-05-14  7:17 UTC 

[U-Boot] u-boot linker problem
 2018-05-14  7:00 UTC 

[U-Boot] [PATCH] sf: Add support for ISSI is25wp
 2018-05-14  6:30 UTC 

[U-Boot] [PATCH 1/3] fit: Fix CONFIG_FIT_SPL_PRINT
 2018-05-13 22:02 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] fit: Add empty fit_print_contents() and fit_image_print()
` [U-Boot] [PATCH 3/3] fit: Add standalone image type handling

[U-Boot] [PATCH v3 0/3] drivers: Add reset ctrl to drivers
 2018-05-13 22:01 UTC  (5+ messages)
` [U-Boot] [PATCH v3 1/3] mmc: dwmmc: socfpga: Add reset ctrl to driver
` [U-Boot] [PATCH v3 3/3] net: designware: "

[U-Boot] [PATCH v2] timer: Add Cadence TTC timer counter support
 2018-05-13 22:00 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