public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2019-05-22 13:25:19 to 2019-05-23 17:52:39 UTC [more...]

[U-Boot] Cannot boot mx6qsabred with 2019.07-rc2
 2019-05-23 17:52 UTC  (28+ messages)

[U-Boot] Please pull u-boot-dm
 2019-05-23 17:47 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/15] Add Support for eMMC in AM65x-evm
 2019-05-23 17:37 UTC  (16+ messages)
` [U-Boot] [PATCH v4 01/15] arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
` [U-Boot] [PATCH v4 02/15] mmc: am654_sdhci: Remove quirks
` [U-Boot] [PATCH v4 03/15] regmap: Add API regmap_init_mem_index()
` [U-Boot] [PATCH v4 04/15] mmc: sdhci: Add support for sdhci-caps-mask
` [U-Boot] [PATCH v4 05/15] mmc: sdhci: Make sdhci_set_clock() non static
` [U-Boot] [PATCH v4 06/15] arm: dts: k3: Add phy specific properties to SD card node
` [U-Boot] [PATCH v4 07/15] mmc: sdhci: Make set_ios_post() return int
` [U-Boot] [PATCH v4 08/15] mmc: am654_sdhci: Add Support for PHY
` [U-Boot] [PATCH v4 09/15] configs: am65x_evm: Enable CONFIG_REGMAP
` [U-Boot] [PATCH v4 10/15] mmc: am654_sdhci: Use f_max in mmc_config
` [U-Boot] [PATCH v4 11/15] mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
` [U-Boot] [PATCH v4 12/15] mmc: am654_sdhci: Add a platform specific set_control_reg() callback
` [U-Boot] [PATCH v4 13/15] configs: am65x: Add configs to support environment in eMMC
` [U-Boot] [PATCH v4 14/15] am65x_evm: Add Support for creating a filesystem GPT partition "
` [U-Boot] [PATCH v4 15/15] configs: am65x_evm_a53: Add Support for creating GPT partitions

[U-Boot] [PATCHv2 0/8] dm: pci: add Freescale PowerPC PCIe driver
 2019-05-23 16:04 UTC  (11+ messages)
` [U-Boot] [PATCHv2 1/8] powerpc: mpc85xx: Move CONFIG_FSL_PCIE_DISABLE_ASPM to Kconfig
` [U-Boot] [PATCHv2 2/8] powerpc: mpc85xx: Move CONFIG_FSL_PCIE_RESET "
` [U-Boot] [PATCHv2 3/8] powerpc: mpc85xx: Update the condition to compile PCI routines
` [U-Boot] [PATCHv2 4/8] powerpc: T208xQDS: Compile the legacy PCIe routines conditionally
` [U-Boot] [PATCHv2 5/8] t2080: dts: Added PCIe DT nodes
` [U-Boot] [PATCHv2 6/8] dm: pci: add Freescale PowerPC PCIe driver
` [U-Boot] [PATCHv2 7/8] powerpc: T208xQDS: Disable legacy "
` [U-Boot] [PATCHv2 8/8] configs: T2080QDS: Enable "

[U-Boot] [PATCH v3 0/3] Add 'bcb' command to read/modify/write Android BCB
 2019-05-23 15:32 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] include: android_bootloader_message.h: Minimize the diff to AOSP
` [U-Boot] [PATCH v3 2/3] cmd: Add 'bcb' command to read/modify/write BCB fields
` [U-Boot] [PATCH v3 3/3] doc: relocate/rename Android README and add BCB overview

[U-Boot] [PATCH v3 0/6] spl: full-featured heap cleanups
 2019-05-23 15:31 UTC  (16+ messages)
` [U-Boot] [PATCH v3 1/6] spl: add Kconfig option to clear bss early

[U-Boot] x86 FSP 2
 2019-05-23 14:04 UTC  (2+ messages)

[U-Boot] [PATCH] mmc: implement SDHCI card detect
 2019-05-23 13:54 UTC 

[U-Boot] [PATCH 1/3] arm64: zynqmp: xil_io.h: declare functions as static
 2019-05-23 13:54 UTC  (9+ messages)
` [U-Boot] [PATCH 2/3] arm64: zynqmp: add tool to minimize psu_init_gpl.c files
` [U-Boot] [PATCH 3/3] arm64: zynqmp: add support for Avnet UltraZed-EV Starter Kit

[U-Boot] [PATCHv2 1/2] configs: Rename CONFIG_IMAGE_FORMAT_LEGACY to CONFIG_LEGACY_IMAGE_FORMAT
 2019-05-23 13:34 UTC  (4+ messages)
` [U-Boot] [PATCHv2 2/2] SPL: Default to disabling legacy image support when using FIT

[U-Boot] [PATCH] ata: ahci: enable bus mastering
 2019-05-23 13:33 UTC  (5+ messages)

[U-Boot] [PATCH] board: am335x/mux: configure the pins for 8-bit data transfer on MMC1
 2019-05-23 12:07 UTC 

[U-Boot] [PATCH 1/1] apalis/colibri imx6: provide proper fdtfile value
 2019-05-23 11:05 UTC 

[U-Boot] [PATCH] ARM: imx: apalis_imx6: Drop ad-hoc SATA binding
 2019-05-23 10:48 UTC  (2+ messages)

[U-Boot] [PATCH PATCH v3 00/12] Add support for applications of overlays in SPL
 2019-05-23 10:39 UTC  (13+ messages)
` [U-Boot] [PATCH PATCH v3 01/12] spl: fit: Add support for applying DT overlay
` [U-Boot] [PATCH PATCH v3 02/12] spl: fit: Make room in the FDT before applying overlays
` [U-Boot] [PATCH PATCH v3 03/12] spl: fit: allocate a temporary buffer to load the overlays
` [U-Boot] [PATCH PATCH v3 04/12] spl: fit: Do not fail immediately if an overlay is not available
` [U-Boot] [PATCH PATCH v3 05/12] spl: fit: be more verbose when an error occurs when applying the overlays
` [U-Boot] [PATCH PATCH v3 06/12] Makefile.lib: include /__symbols__ in dtb if SPL_LOAD_FIT_APPLY_OVERLAY is enabled
` [U-Boot] [PATCH PATCH v3 07/12] Makefile: Fix tests for CONFIG_SPL_LOAD_FIT and CONFIG_SPL_FIT_GENERATOR
` [U-Boot] [PATCH PATCH v3 08/12] Makefile: Fix u-boot.itb generation when building outside the source tree
` [U-Boot] [PATCH PATCH v3 09/12] Makefile: Pass the board name to the FIT generator scripts
` [U-Boot] [PATCH PATCH v3 10/12] Makefile: Query the SPL Fit Generator for its dependencies
` [U-Boot] [PATCH PATCH v3 11/12] spl: fit: constify the output parameter of spl_fit_get_image_name()
` [U-Boot] [PATCH PATCH v3 12/12] spl: fit: Allow the board to tell if more images must be loaded from FIT

[U-Boot] [PATCH] i2c: pcf2127: fix bug that read wrong time
 2019-05-23 10:28 UTC  (12+ messages)
  ` [U-Boot] [EXT] "

[U-Boot] [PATCH v2] cover letter for drivers: net: mc: Report extra memory to linux
 2019-05-23  9:43 UTC  (4+ messages)
` [U-Boot] [PATCH v3] drivers: net: mc: Report extra memory to Linux
  ` [U-Boot] [PATCH v4] "

[U-Boot] [PATCH 1/2] drivers/mtd/spi: Enable 4B opcodes for SPANSION s25fl512s
 2019-05-23  9:33 UTC  (9+ messages)
` [U-Boot] [PATCH 2/2] fsl_qspi: Improve QSPI driver to incorporate 4 byte commands
    ` [U-Boot] [EXT] "

[U-Boot] [PATCH 1/7] armv8: lx2160a: The lx2160a platform supports the I2C driver model
 2019-05-23  9:22 UTC  (7+ messages)
` [U-Boot] [PATCH 2/7] configs: lx2160a: enable DM support for pcf2127 rtc
` [U-Boot] [PATCH 3/7] armv8: dts: fsl-lx2160a: add i2c controller and gpio DT nodes
` [U-Boot] [PATCH 4/7] armv8: lx2160ardb : Add pcf2127 node
` [U-Boot] [PATCH 5/7] drivers: i2c: mxc: Solve the compiler error when using i2c dm mode
` [U-Boot] [PATCH 6/7] gpio: do not include <asm/arch/gpio.h> on ARCH_LX2160A
` [U-Boot] [PATCH 7/7] armv8: lx2160ardb : Add slave nodes under the i2c0 controller

[U-Boot] [PATCH] armv8/fsl-layerscape: increase timeout for l3 flush
 2019-05-23  9:18 UTC  (2+ messages)
` [U-Boot] [PATCH v2] armv8/fsl-layerscape : Add loop to check cache status

[U-Boot] [v3, 0/5] Split fsl_esdhc driver for i.MX
 2019-05-23  9:15 UTC  (3+ messages)

[U-Boot] [PATCH] mmc: Move FSL_ESDHC under if MMC
 2019-05-23  9:02 UTC  (3+ messages)
` [U-Boot] [PATCH] mmc: Move tegra loopback disable option to be under tegra

[U-Boot] [PATCH 1/2] board: lx2160a: fix fsl-mc status in fdt with bootefi
 2019-05-23  8:57 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] board: lx2160a: use default scan_dev_for_boot

[U-Boot] [PATCH v2 1/3] board_f: Add mach specific DMA address check function
 2019-05-23  8:53 UTC  (5+ messages)

[U-Boot] [PATCH 1/4] ata: fsl_ahci: Add sata DM support for Freescale powerpc socs
 2019-05-23  8:17 UTC  (11+ messages)
          ` [U-Boot] [EXT] "

[U-Boot] [PATCH 1/2 v2] mips: mt76xx: Remove cache workaround and select SYS_MALLOC_CLEAR_ON_INIT
 2019-05-23  5:55 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2 v2] mips: mt76xx: gardena-smart-gateway: Enable CONFIG_USE_PREBOOT

[U-Boot] [PATCH 1/2] mips: mt76xx: Implement new d-cache fix in last_stage_init()
 2019-05-23  5:33 UTC  (3+ messages)

[U-Boot] [PATCH 1/5] spl: dm: disable SPI DM flash for non-DM SPL
 2019-05-23  4:55 UTC  (17+ messages)
` [U-Boot] [PATCH 2/5] dm: spi: Convert Freescale ESPI driver to driver model
    ` [U-Boot] [EXT] "

[U-Boot] [RESEND][PATCH v2] armv8: Add workaround for USB erratum A-050106
 2019-05-23  4:31 UTC  (6+ messages)

[U-Boot] [v2 1/2] ARM: dts: Freescale: Add ecc addr for sata node
 2019-05-23  4:10 UTC  (3+ messages)

[U-Boot] [PATCH] armv8: ls1028a: Add ecc address node for sata
 2019-05-23  4:06 UTC 

[U-Boot] [PATCH v2] armv8: ls1028ardb: Add sd and emmc related environments
 2019-05-23  3:40 UTC  (3+ messages)

[U-Boot] [PATCH v5 1/2] armv8: fsl-lsch3: add clock support for the second eSDHC
 2019-05-23  3:05 UTC  (2+ messages)
` [U-Boot] [PATCH v5 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled

[U-Boot] [PATCH] armv8: ls1028ardb: Add sd and emmc related environments
 2019-05-23  1:33 UTC  (4+ messages)

[U-Boot] [PATCH 0/7] Add STM32 Cortex-M4 remoteproc driver
 2019-05-23  0:18 UTC  (9+ messages)
` [U-Boot] [PATCH 1/7] fdt: Introduce fdt_translate_dma_address()
` [U-Boot] [PATCH 2/7] dm: core: Introduce xxx_translate_dma_address()
` [U-Boot] [PATCH 3/7] remoteproc: add da_to_pa ops
` [U-Boot] [PATCH 4/7] remoteproc: add elf file load support

[U-Boot] [PATCH v2 0/3] Enable spl relocation on arm
 2019-05-22 19:39 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/3] spl: add relocation support
    ` [U-Boot] [PATCH v2 2/3] spl: add relocation support【请注意,邮件由sjg@google.com代发】

[U-Boot] [PATCH 00/14] arm: k3: arm64: Initial support Texas Instrument's J721E Platform
 2019-05-22 18:57 UTC  (16+ messages)
` [U-Boot] [PATCH 01/14] arm: K3: j721e: Add basic support for J721E SoC definition
` [U-Boot] [PATCH 02/14] armV7R: K3: j721e: Add support for boot device detection
` [U-Boot] [PATCH 03/14] armV7R: K3: j721e: Allow using SPL BSS pre-relocation
` [U-Boot] [PATCH 04/14] armV7R: K3: j721e: Unlock all applicable control MMR registers
` [U-Boot] [PATCH 05/14] armV7R: K3: j721e: Store boot index from ROM
` [U-Boot] [PATCH 06/14] armv7R: K3: j721e: Shut down R5 core after ATF startup on A72
` [U-Boot] [PATCH 07/14] board: ti: j721e: Add board support for j721e evm
` [U-Boot] [PATCH 08/14] mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versions
` [U-Boot] [PATCH 09/14] dt-bindings: pinctrl: k3: Introduce pinmux definitions for J721E
` [U-Boot] [PATCH 10/14] arm: dts: ti: Add Support for J721E SoC
` [U-Boot] [PATCH 11/14] arm: dts: k3-j721e: Add initial support for common processor board
` [U-Boot] [PATCH 12/14] arm: dts: j721e: Add r5 specific dt support
` [U-Boot] [PATCH 13/14] configs: j721e_evm_r5: Add initial support
` [U-Boot] [PATCH 14/14] configs: j721e_evm_a72: "

[U-Boot] Making U-Boot smaller
 2019-05-22 18:50 UTC  (13+ messages)

[U-Boot] [PATCH v2 0/2] Add 'bcb' command to read/modify/write Android BCB
 2019-05-22 18:39 UTC  (5+ messages)
` [U-Boot] [PATCH v2 2/2] cmd: Add 'bcb' command to read/modify/write BCB fields

[U-Boot] [PATCH] mmc: tmio: sdhi: Do not use auto-retuning in HS400 mode
 2019-05-22 18:37 UTC 

[U-Boot] [PATCH v5] board/fsl/lx2160a: Fix MC firmware loading during SD boot
 2019-05-22 17:43 UTC  (4+ messages)

[U-Boot] [PATCH v4 1/2] armv8: fsl-lsch3: add clock support for the second eSDHC
 2019-05-22 17:35 UTC  (4+ messages)
` [U-Boot] [PATCH v4 2/2] mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled

[U-Boot] [v1] ls1028a: hdp: Add support for HDP firmware loading
 2019-05-22 17:25 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] configs:ls1046afrwy: Add tfa secure boot defonfig
 2019-05-22 17:21 UTC  (2+ messages)

[U-Boot] RFC: config_distro_bootcmd aesthetic change
 2019-05-22 17:17 UTC 

[U-Boot] [PATCH] board: fsl: lx2160a: implement board_fix_fdt
 2019-05-22 17:17 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] Add initial support for Pine64 Rock64 board
 2019-05-22 16:59 UTC  (7+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v2 5/5] rockchip: rk3328: add rock64-rk3328_defconfig

[U-Boot] Please pull u-boot-fsl-qoriq master
 2019-05-22 16:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] sound: Add sound support for Nyan
 2019-05-22 15:50 UTC  (3+ messages)

[U-Boot] [PATCH v2 00/18] Add EEPROM-based board detect support for TI K3 SoCs
 2019-05-22 15:50 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] i2c: omap24xx_i2c: Adapt driver to support K3 devices
` [U-Boot] [PATCH v2 02/18] arm: omap_i2c: Remove unwanted header file inclusion
` [U-Boot] [PATCH v2 03/18] arm: dts: k3-am65: Move pinctrl nodes out of U-Boot specific dtsi
` [U-Boot] [PATCH v2 04/18] arm: dts: k3-am65: Add I2C nodes
` [U-Boot] [PATCH v2 05/18] arm: dts: k3-am654-base-board: Enable wkup_i2c0 across all boot stages
` [U-Boot] [PATCH v2 06/18] configs: am65x_evm_defconfig: Enable I2C support
` [U-Boot] [PATCH v2 07/18] configs: am65x_hs_evm_defconfig: "
` [U-Boot] [PATCH v2 08/18] arm64: dts: k3-am654-base-board: Add I2C GPIO expander @ 0x38
` [U-Boot] [PATCH v2 09/18] configs: am65x_evm_a53: Enable PCA953X-type GPIO driver
` [U-Boot] [PATCH v2 10/18] configs: am65x_hs_evm_a53: "
` [U-Boot] [PATCH v2 11/18] configs: am65x_evm_a53: Increase malloc pool before relocation
` [U-Boot] [PATCH v2 12/18] configs: am65x_hs_evm_a53: "
` [U-Boot] [PATCH v2 13/18] arm: K3: am654: Map common EEPROM data into SRAM scratch space
` [U-Boot] [PATCH v2 14/18] ti: common: am6: Add support for board description EEPROM
` [U-Boot] [PATCH v2 15/18] ti: common: am6: Add support for setting MAC addresses
` [U-Boot] [PATCH v2 16/18] board: ti: am654: Use EEPROM-based board detection
` [U-Boot] [PATCH v2 17/18] configs: am65x_evm: Add support for applying overlays
` [U-Boot] [PATCH v2 18/18] configs: am65x_hs_evm: "

[U-Boot] [PATCHv5 0/8] pci: Add PCIe Gen4 controller driver for NXP Layerscape SoCs
 2019-05-22 15:09 UTC  (3+ messages)


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