public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-04-30 08:32:39 to 2018-05-02 11:01:00 UTC [more...]

[U-Boot] [PATCH 0/2] video: dw_hdmi: fix HSYNC and VSYNC polarity settings
 2018-05-02 11:01 UTC  (2+ messages)

[U-Boot] [PATCH] arm: Add support for Trenz TE0820 (zynqmp)
 2018-05-02 10:53 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] spi: kirkwood: Get drvdata in .ofdata_to_platdata
 2018-05-02 10:53 UTC  (7+ messages)
` [U-Boot] [PATCH 2/2] spi: kirkwood: Full dm conversion

[U-Boot] [PATCH] Kconfig: Add dependency on HASH to verified boot
 2018-05-02 10:07 UTC 

[U-Boot] [PATCH] add common.h include to stdio_dev.h
 2018-05-02  9:59 UTC 

[U-Boot] [PATCH] ARM: rmobile: Zap #undef DEBUG
 2018-05-02  9:57 UTC 

[U-Boot] [PATCH 1/3] ARM: rmobile: Fix CONFIG_RMOBILE_BOARD_STRING
 2018-05-02  9:57 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: rmobile: Convert CONFIG_ARCH_RMOBILE_BOARD_STRING to Kconfig
` [U-Boot] [PATCH 3/3] ARM: rmobile: Contain CONFIG_ARCH_RMOBILE_BOARD_STRING

[U-Boot] [PATCH] board: ti: am43: Fix DCDC3 voltage for epos-evm
 2018-05-02  9:36 UTC 

[U-Boot] [PATCH v3 0/2] sunxi: Fix boot of Cubietruk and al
 2018-05-02  9:34 UTC  (5+ messages)
` [U-Boot] [PATCH v3 2/2] sunxi: binman: Add U-Boot binary size check

[U-Boot] [PATCH v3 0/2] sunxi: add PWM driver for A64
 2018-05-02  9:24 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] pwm: sunxi: add support for PWM found on Allwinner A64

[U-Boot] [PATCH v2 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver
 2018-05-02  9:19 UTC  (5+ messages)

[U-Boot] [PATCH v2 1/2] ARM: dts: sun8i: Sync r40 dtsi from Linux
 2018-05-02  9:16 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/2] board: sunxi: sun8i-v4: Add Bananapi M2 Berry support

[U-Boot] [PATCH v3 00/25] Introduce TPMv2.0 support
 2018-05-02  8:59 UTC  (26+ messages)
` [U-Boot] [PATCH v3 01/25] tpm: add Revision ID field in the chip structure
` [U-Boot] [PATCH v3 02/25] tpm: prepare introduction of TPMv2.x support in Kconfig
` [U-Boot] [PATCH v3 03/25] tpm: disociate TPMv1.x specific and generic code
` [U-Boot] [PATCH v3 04/25] tpm: prepare support for TPMv2.x commands
` [U-Boot] [PATCH v3 05/25] tpm: add macros to enhance TPM commands readability
` [U-Boot] [PATCH v3 06/25] tpm: add possible traces to analyze buffers returned by the TPM
` [U-Boot] [PATCH v3 07/25] tpm: report driver error code to upper layer
` [U-Boot] [PATCH v3 08/25] tpm: add TPM2_Startup command support
` [U-Boot] [PATCH v3 09/25] tpm: add TPM2_SelfTest "
` [U-Boot] [PATCH v3 10/25] tpm: add TPM2_Clear "
` [U-Boot] [PATCH v3 11/25] tpm: add TPM2_PCR_Extend "
` [U-Boot] [PATCH v3 12/25] tpm: add TPM2_PCR_Read "
` [U-Boot] [PATCH v3 13/25] tpm: add TPM2_GetCapability "
` [U-Boot] [PATCH v3 14/25] tpm: add dictionary attack mitigation commands support
` [U-Boot] [PATCH v3 15/25] tpm: add TPM2_HierarchyChangeAuth command support
` [U-Boot] [PATCH v3 16/25] tpm: add PCR authentication commands support
` [U-Boot] [PATCH v3 17/25] tpm: add support for TPMv2.x SPI modules
` [U-Boot] [PATCH v3 18/25] tpm: add the possibility to reset the chip with a gpio
` [U-Boot] [PATCH v3 19/25] doc: device-tree-bindings: add ST33TPHF20 TPMv2.0 module info
` [U-Boot] [PATCH v3 20/25] test/py: add TPMv2.x test suite
` [U-Boot] [PATCH v3 21/25] tpm: add a Sandbox TPMv2.x driver
` [U-Boot] [PATCH v3 22/25] doc: device-tree-bindings: add Sandbox TPMv2.0 module info
` [U-Boot] [PATCH v3 23/25] sandbox: dts: add Sandbox TPMv2.x node
` [U-Boot] [PATCH v3 24/25] configs: add TPMv2.x support in Sandbox
` [U-Boot] [PATCH v3 25/25] tpm: allow Sandbox to run TPMv2.x commands

[U-Boot] [PATCH] drivers: spi: migrate cf_spi to DM
 2018-05-02  8:59 UTC  (4+ messages)

[U-Boot] [PATCH] Make cmd_get_data_size() a dependency of setexpr
 2018-05-02  8:53 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] clk: renesas: Drop USB extal from the R8A7792 clock driver
 2018-05-02  8:50 UTC 

[U-Boot] [RFC] Exporting defaul environment
 2018-05-02  8:48 UTC 

[U-Boot] [RFC PATCH v2 00/20] Add fastboot UDP support
 2018-05-02  8:24 UTC  (28+ messages)
` [U-Boot] [RFC PATCH v2 01/20] fastboot: Move fastboot to drivers/fastboot
` [U-Boot] [RFC PATCH v2 05/20] fastboot: Introduce fastboot_response and refactor fastboot_okay/fail
` [U-Boot] [RFC PATCH v2 06/20] fastboot: Correct dependencies in FASTBOOT_FLASH
` [U-Boot] [RFC PATCH v2 07/20] net: fastboot: Merge AOSP UDP fastboot
` [U-Boot] [RFC PATCH v2 08/20] net: fastboot: Support building without MMC
` [U-Boot] [RFC PATCH v2 09/20] fastboot: Refactor write_fb_response into fastboot_okay/fail/response
` [U-Boot] [RFC PATCH v2 10/20] fastboot: Merge USB and UDP getvar implementation
` [U-Boot] [RFC PATCH v2 11/20] fastboot: net: Change 'continue' so it matches USB fastboot
` [U-Boot] [RFC PATCH v2 12/20] fastboot: net: Convert command lookup to a table
` [U-Boot] [RFC PATCH v2 13/20] fastboot: Merge reboot-bootloader handling
` [U-Boot] [RFC PATCH v2 14/20] fastboot: Avoid re-parsing cmd_string for boot/reboot
` [U-Boot] [RFC PATCH v2 15/20] fastboot: Merge boot common across USB and UDP
` [U-Boot] [RFC PATCH v2 16/20] fastboot: net: Add NAND support
` [U-Boot] [RFC PATCH v2 17/20] fastboot: Guard getvar:partition-type/size with MMC
` [U-Boot] [RFC PATCH v2 18/20] fastboot: Check if part_name is NULL before using it
` [U-Boot] [RFC PATCH v2 19/20] fastboot: Add missing newlines
` [U-Boot] [RFC PATCH v2 20/20] fastboot: net: Split fastboot protocol out from net

[U-Boot] mainline u-boot on radxarock (rockchip rk3188) from SDcard
 2018-05-02  8:11 UTC  (3+ messages)

[U-Boot] [PATCH v4] arm64: Add SMC and HVC commands
 2018-05-02  7:54 UTC  (3+ messages)

[U-Boot] [RFC PATCH] rockchip: asus c201 support
 2018-05-02  7:53 UTC  (3+ messages)
` [U-Boot] [U-Boot,RFC] "

[U-Boot] [PATCH v3 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
 2018-05-02  7:19 UTC  (9+ messages)
` [U-Boot] [PATCH v3 1/7] bootcount: spl: Enable bootcount support in SPL
` [U-Boot] [PATCH v3 2/7] bootcount: Add include guards into bootcount.h file
` [U-Boot] [PATCH v3 3/7] bootcount: Add function wrappers to handle bootcount increment and error checking
` [U-Boot] [PATCH v3 4/7] bootcount: Rewrite autoboot to use wrapper functions from bootcount.h
` [U-Boot] [PATCH v3 5/7] bootcount: spl: Extend SPL to support bootcount incrementation
` [U-Boot] [PATCH v3 6/7] bootcount: display5: spl: Extend DISPLAY5 board SPL to support bootcount checking
` [U-Boot] [PATCH v3 7/7] bootcount: display5: config: Enable boot count feature in the display5 board

[U-Boot] [PATCH] armv8: ls1088a: Enable USB in ls1088ardb_sdcard_qspi_SECURE_BOOT_defconfig
 2018-05-02  7:08 UTC 

[U-Boot] [UBOOT PATCH v3 0/7] Add support of SD3.0 UHS modes for ZynqMP
 2018-05-02  2:05 UTC  (6+ messages)

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2018-05-02  2:03 UTC 

[U-Boot] [PATCH v2] MAINTAINERS: Switch nxp.com domain
 2018-05-02  1:11 UTC  (3+ messages)

[U-Boot] [PATCH] sunxi: allow CONFIG_DEFAULT_FDT_FILE override
 2018-05-02  0:46 UTC 

[U-Boot] [PATCH] [U-boot] net/phy/cortina: Add support for CS4223 PHY
 2018-05-01 23:06 UTC  (2+ messages)

[U-Boot] [PATCH] net: sunxi: Correct MAC address register order
 2018-05-01 21:33 UTC 

[U-Boot] U-Boot Hole in Verified Boot
 2018-05-01 21:33 UTC 

[U-Boot] [PATCH v10 0/3] Why netboot:
 2018-05-01 21:29 UTC  (17+ messages)
` [U-Boot] [PATCH v10 1/3] Adding TCP and wget into u-boot
` [U-Boot] [PATCH v10 2/3] Adding TCP
` [U-Boot] [PATCH v10 3/3] Adding wget

[U-Boot] [PATCH][v3] mtd: nand: fsl_ifc: Fix nand waitfunc return value
 2018-05-01 19:50 UTC 

[U-Boot] [PATCH] MAINTAINERS: Switch to Alison's nxp.com address
 2018-05-01 19:02 UTC  (3+ messages)

[U-Boot] [PATCH] bootm.c: Correct the flush_len used in bootm_load_os()
 2018-05-01 16:32 UTC 

[U-Boot] [ANN] U-Boot v2018.05-rc3 released
 2018-05-01 13:38 UTC 

[U-Boot] [PATCH v2 1/3] drivers: Add board uclass
 2018-05-01 13:14 UTC  (6+ messages)
` [U-Boot] [PATCH v2 3/3] test: Add tests for "

[U-Boot] [For knowledge-sake] Understanding of couple of things under the hood
 2018-05-01 12:00 UTC  (3+ messages)
` [U-Boot] [Xen-devel] "

[U-Boot] Appended DTB Android boot image support
 2018-05-01 10:52 UTC  (5+ messages)

[U-Boot] Logo for U-Boot
 2018-05-01  8:46 UTC  (3+ messages)

[U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
 2018-05-01  8:40 UTC  (6+ messages)
` [U-Boot] [PATCH][v2] mtd: nand: fsl_ifc: Fix nand waitfunc return value

[U-Boot] [PATCH] doc: rmobile: Update the README
 2018-05-01  7:30 UTC 

[U-Boot] [PATCH 1/4] i2c: rcar_i2c: Remove the driver
 2018-05-01  7:03 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] i2c: rcar_i2c: Add DM and DT capable I2C driver
` [U-Boot] [PATCH 3/4] ARM: rmobile: Enable DM capable RCar I2C driver on Lager
` [U-Boot] [PATCH 4/4] ARM: rmobile: Enable DM capable RCar I2C driver on Silk

[U-Boot] [RFC PATCH v1 0/5] Add fastboot UDP support
 2018-05-01  6:16 UTC  (11+ messages)

[U-Boot] [PATCH v1 00/11] Update STM32 QSPI driver
 2018-05-01  5:31 UTC  (3+ messages)
` [U-Boot] [PATCH v1 06/11] spi: stm32_qspi: Update mode management

[U-Boot] [PATCH v2 0/5] sunxi: Add support for ALL-H3-CC H2+/H5 variants
 2018-05-01  4:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/4] core: Add functions to set properties in live-tree
 2018-04-30 23:13 UTC  (2+ messages)

[U-Boot] [PATCH v6 0/2] timer: Add High Precision Event Timers (HPET) support
 2018-04-30 23:13 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/2] x86: Add TSC-specific timer functions

[U-Boot] [PATCH] regmap: add regmap_update_bits() helper
 2018-04-30 23:13 UTC  (4+ messages)

[U-Boot] [PATCH v2 01/10] ram: Add driver for MPC83xx
 2018-04-30 23:13 UTC  (3+ messages)
` [U-Boot] [PATCH v2 06/10] timer: Add MPC83xx timer driver

[U-Boot] [PATCH 1/5] pmic: fsl: Provide some more definitions for MC34708 PMIC
 2018-04-30 23:13 UTC  (5+ messages)
` [U-Boot] [PATCH 3/5] pmic: dm: Provide *trans_len() callback for pmic-uclass
` [U-Boot] [PATCH 4/5] pmic: dm: Rewrite pmic_reg_{read|write} and pmic_clrsetbits to support transmissions larger than 1 byte

[U-Boot] [PATCH] README.sandbox: small typos
 2018-04-30 23:13 UTC 

[U-Boot] [PATCH v2 0/2] regmap: add regmap_update_bits and sandbox R/W test
 2018-04-30 23:13 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] regmap: add regmap_update_bits() helper
` [U-Boot] [PATCH v2 2/2] test: regmap: add read/modify/write test

[U-Boot] [PATCH v3] dm: core: add functions to get memory-mapped I/O addresses
 2018-04-30 23:12 UTC  (2+ messages)

[U-Boot] [PATCH] cmd: add ADC cli commands
 2018-04-30 23:12 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] [RFC]new command: wol - Wake on LAN
 2018-04-30 23:12 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] [RFC]new command: wol - enable command

[U-Boot] [PATCH] test: dm: regmap: fix license header
 2018-04-30 23:12 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/4] Add Linux-compatible syscon_to_regmap API
 2018-04-30 23:12 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/4] dm: ofnode: add ofnode_device_is_compatible() helper

[U-Boot] [PATCH] test: ofnode: test ofnode_device_is_compatible()
 2018-04-30 23:12 UTC  (2+ messages)

[U-Boot] [PATCH] net: Express LINK_LOCAL dependency on LIB_RAND
 2018-04-30 17:45 UTC 

[U-Boot] [GIT] Pull request: u-boot-dfu (30.04.2018)
 2018-04-30 17:36 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-sunxi/master
 2018-04-30 16:15 UTC  (4+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2018-04-30 16:15 UTC  (2+ messages)

[U-Boot] [RFH] Das U-Boot logo help
 2018-04-30 15:20 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/9] Fixup set_bit/clear_bit definition and usage
 2018-04-30 14:56 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] x86: Define PLATFORM__SET_BIT for generic_set_bit()
` [U-Boot] [PATCH v3 2/9] riscv: "
` [U-Boot] [PATCH v3 3/9] riscv: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
` [U-Boot] [PATCH v3 4/9] nios2: Define PLATFORM__SET_BIT for generic_set_bit()
` [U-Boot] [PATCH v3 5/9] nios2: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
` [U-Boot] [PATCH v3 6/9] nds32: Define PLATFORM__SET_BIT for generic_set_bit()
` [U-Boot] [PATCH v3 7/9] nds32: Define PLATFORM__CLEAR_BIT for generic_clear_bit()
` [U-Boot] [PATCH v3 8/9] usb: f_mass_storage: Fix set_bit and clear_bit usage
` [U-Boot] [PATCH v3 9/9] usb: composite convert __set_bit to generic_set_bit

[U-Boot] [PATCH v3 0/7] Provide SPL support for bootcount (in the case of using falcon boot mode)
 2018-04-30 14:17 UTC  (12+ messages)
` [U-Boot] [PATCH v3 1/7] bootcount: spl: Enable bootcount support in SPL
` [U-Boot] [PATCH v3 2/7] bootcount: Add include guards into bootcount.h file
` [U-Boot] [PATCH v3 3/7] bootcount: Add function wrappers to handle bootcount increment and error checking
` [U-Boot] [PATCH v3 4/7] bootcount: Rewrite autoboot to use wrapper functions from bootcount.h
` [U-Boot] [PATCH v3 5/7] bootcount: spl: Extend SPL to support bootcount incrementation

[U-Boot] [PATCH 0/8] Initial integration of AVB2.0
 2018-04-30 10:47 UTC  (5+ messages)

[U-Boot] [PATCH 0/9] Fixup set_bit/clear_bit definition and usage
 2018-04-30 10:36 UTC  (6+ messages)
` [U-Boot] [PATCH v3 8/9] usb: f_mass_storage: Fix set_bit and clear_bit usage

[U-Boot] [PATCH 6/6] cmd: Add "boot_android" command
 2018-04-30 10:28 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] include: update log2 header from the Linux kernel
 2018-04-30  9:35 UTC  (2+ messages)
` [U-Boot] Fwd: "

[U-Boot] [PATCH v2] arm: zynqmp: Add ZynqMP minimal R5 support
 2018-04-30  9:16 UTC  (5+ messages)

[U-Boot] [PATCH] image: fit: Show signatures and hashes for configurations
 2018-04-30  9:06 UTC 

[U-Boot] [PATCH v2] arm64: zynqmp: Setup MMU map for DDR at run time
 2018-04-30  8:55 UTC  (3+ messages)

[U-Boot] [PATCH 3/5] api: Flush cache when closing api
 2018-04-30  8:37 UTC  (2+ messages)

[U-Boot] [PATCH 5/5] cmd: bootelf: Flush cache before starting
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 4/5] cmd: go: Flush cache before starting
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 2/5] arch: arm: Select SYS_HAVE_{D, I}CACHE_MAINTENANCE kconfig where appropriate
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH v4 0/4] tools: zynqmpimage: Support partitions
 2018-04-30  8:34 UTC  (4+ messages)
` [U-Boot] [PATCH v4 3/4] MAINTAINERS: Declare tools/zynq*.{c, h} as Xilinx maintained

[U-Boot] [PATCH 1/5] arch: Add SYS_HAVE_DCACHE_MAINTENANCE and SYS_HAVE_ICACHE_MAINTENANCE
 2018-04-30  8:34 UTC 

[U-Boot] [PATCH 0/5] Add KConfig option for cache maintenance availability
 2018-04-30  8:33 UTC 


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