public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2017-03-28 16:27:29 to 2017-03-30 12:29:57 UTC [more...]

[U-Boot] [PATCH 0/6] trats: convert to driver model
 2017-03-30 12:29 UTC  (2+ messages)
  ` [U-Boot] [PATCH 1/6] configs: trats: enable the CONFIG_DM_PMIC and PMIC_MAX8997

[U-Boot] [PATCH 0/3] RFC: Patches to reduce TPL code size
 2017-03-30 11:14 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] string: Provide a slimmed-down memset()
  ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 1/3] x86: Kconfig: Add options to configure the descriptor.bin / me.bin filenames
 2017-03-30 10:58 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] x86: Add file names from Kconfig in descriptor/intel-me nodes in u-boot.dtsi
` [U-Boot] [PATCH 3/3] binman: Remove hard-coded file name for x86 flash-descriptor & intel-me

[U-Boot] Cache issue on armv7
 2017-03-30 10:27 UTC 

[U-Boot] U-boot multi-file format
 2017-03-30 10:13 UTC  (2+ messages)

[U-Boot] [PATCH 0/5] arm: i.MX6: SabreSD: Add initial dts support
 2017-03-30  9:59 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] arm: dts: i.MX6: Add imx6qdl-sabresd.dtsi
` [U-Boot] [PATCH 2/5] arm: dts: imx6qdl-sabresd: Add imx6q-sabresd.dts
` [U-Boot] [PATCH 3/5] arm: imx6q: sabresd: Add initial devicetree support
` [U-Boot] [PATCH 4/5] arm: dts: imx6qdl-sabresd: Add imx6qp-sabresd.dts
` [U-Boot] [PATCH 5/5] arm: imx6qp: sabresd: Add initial devicetree support

[U-Boot] [PATCH] odroid: dts: change the buck8 min-microvolt value
 2017-03-30  9:58 UTC 

[U-Boot] env_init() for mmc
 2017-03-30  9:06 UTC  (4+ messages)

[U-Boot] [PATCH] fdt: allow address translation in case of SPL_OF_TRANSLATE
 2017-03-30  8:58 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/6] Introduce DCU support for Vybrid
 2017-03-30  7:14 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] Convert CONFIG_FSL_DCU_FB to Kconfig
` [U-Boot] [PATCH v2 2/6] video: fsl_dcu_fb: fix framebuffer to the end of memory
` [U-Boot] [PATCH v2 3/6] video: fsl_dcu_fb: Enable pixel clock after initialization
` [U-Boot] [PATCH v2 4/6] video: fsl_dcu_fb: Update DCU layers for Vybrid
` [U-Boot] [PATCH v2 5/6] video: fsl_dcu_fb: add additional modes for DCU
` [U-Boot] [PATCH v2 6/6] board: toradex: colibri_vf: Add DCU support for Colibri Vybrid

[U-Boot] [PATCH v3 0/2] rockchip: Add support for MiQi board
 2017-03-30  7:05 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/2] rockchip: cosmetic: Sort RK3288 boards
` [U-Boot] [PATCH v3 2/2] rockchip: Add support for MiQi rk3288 board

[U-Boot] [PATCH v2] rockchip: mmc: rk3399: work around DMA issue in SPL
 2017-03-30  6:30 UTC  (7+ messages)

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2017-03-30  5:21 UTC 

[U-Boot] [PATCH 01/17] board_f: sandbox: Move setup_ram_buf() to private code
 2017-03-30  4:40 UTC  (38+ messages)
` [U-Boot] [PATCH 03/17] board_f: x86: Rename x86_fsp_init() to arch_fsp_init()
` [U-Boot] [PATCH 04/17] board_f: powerpc: Join the two CONFIG_8xx_CPUCLK_DEFAULT sections
` [U-Boot] [PATCH 05/17] board_f: powerpc: Rename get_clocks_866() to get_clocks()
` [U-Boot] [PATCH 06/17] board_f: Remove sdram_adjust_866() from the init sequence
` [U-Boot] [PATCH 07/17] board_f: Remove adjust_sdram_tbs_8xx() "
` [U-Boot] [PATCH 08/17] board_f: powerpc: Unified get_clocks() portion of "
` [U-Boot] [PATCH 09/17] board_f: powerpc: Use timer_init() instead of init_timebase()
` [U-Boot] [PATCH 10/17] board_f: Use timer_init() on all archs
` [U-Boot] [PATCH 11/17] powerpc: freescale: Unify the two get_clocks() calls
` [U-Boot] [PATCH 12/17] board_f: powerpc: Move prt_83xx_rsr() to private code
` [U-Boot] [PATCH 13/17] board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f()
` [U-Boot] [PATCH 14/17] board_f: powerpc: Make prt_8260_rsr(), prt_8260_clks() private
` [U-Boot] [PATCH 15/17] board_f: x86: Use checkcpu() for CPU init
` [U-Boot] [PATCH 16/17] i2c: Drop unused i2c_soft...() functions
` [U-Boot] [PATCH 17/17] i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS

[U-Boot] [PATCH 0/4] mmc: omap_hsmmc: add support for CONFIG_BLK
 2017-03-30  4:36 UTC  (9+ messages)
  ` [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data
  ` [U-Boot] [PATCH 2/4] drivers: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc
  ` [U-Boot] [PATCH 3/4] drivers: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used
  ` [U-Boot] [PATCH 4/4] drivers: omap_hsmmc: add support for CONFIG_BLK

[U-Boot] [PATCH v5] mmc: gen_atmel_mci: add driver model support for mci
 2017-03-30  4:30 UTC  (2+ messages)

[U-Boot] [PATCH v5] ls1046ardb: SPL size reduction
 2017-03-30  4:23 UTC 

[U-Boot] [PATCH v5] ls1043ardb: SPL size reduction
 2017-03-30  4:22 UTC 

[U-Boot] [PATCH v3 1/2] spl: rk3399: disable DDR security regions for SPL (for DMA in dw_mmc)
 2017-03-30  3:22 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] dts: rk3399-puma: disable 'fifo-mode' in sdmmc

[U-Boot] [PATCH] ARM: socfpga: boot0 hook: remove macro from boot0 header file
 2017-03-30  1:22 UTC  (3+ messages)

[U-Boot] [PATCH v4] ls1046ardb: SPL size reduction in case of non-xip boot
 2017-03-30  0:01 UTC  (5+ messages)

[U-Boot] [PATCH v4] ls1043ardb: SPL size reduction in case of non-xip boot
 2017-03-30  0:00 UTC 

[U-Boot] Please pull u-boot-dm
 2017-03-29 23:51 UTC 

[U-Boot] [PATCH v2 00/10] sunxi: Remove SYS_EXTRA_OPTIONS
 2017-03-29 20:48 UTC  (16+ messages)
` [U-Boot] [PATCH v2 01/10] sunxi: Convert SUNXI_GMAC to Kconfig
` [U-Boot] [PATCH v2 02/10] sunxi: icnova-a20-swac_defconfig: Remove AXP209_POWER
` [U-Boot] [PATCH v2 03/10] sunxi: icnova-a20-swac_defconfig: Remove CMD_BMP from SYS_EXTRA_OPTIONS
` [U-Boot] [PATCH v2 04/10] sunxi: icnova-a20-swac_defconfig: Remove CMD_UNZIP and SYS_EXTRA_OPTIONS
` [U-Boot] [PATCH v2 05/10] sunxi: mk802_defconfig: Remove SYS_EXTRA_OPTIONS
` [U-Boot] [PATCH v2 06/10] sunxi: Convert SUNXI_EMAC to Kconfig
` [U-Boot] [PATCH v2 07/10] sunxi: Convert CONFIG_RGMII "
` [U-Boot] [PATCH v2 08/10] sunxi: Convert CONFIG_SATAPWR "
` [U-Boot] [PATCH v2 09/10] sunxi: Convert CONFIG_MACPWR "
` [U-Boot] [PATCH v2 10/10] sunxi: Convert CONS_INDEX "

[U-Boot] [PATCH 0/3] imx: bootaux elf firmware support
 2017-03-29 19:58 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] imx: imx-common: move aux core image parsing to common code
` [U-Boot] [PATCH 2/3] imx: imx-common: add elf firmware support
` [U-Boot] [PATCH 3/3] ARM: vf610: add auxiliary core boot support

[U-Boot] [PATCH] libfdt: fix build with Python 3
 2017-03-29 19:41 UTC 

[U-Boot] [PATCH] dm: avoid dropping pin control DT properties in case of SPL_PINCTRL
 2017-03-29 19:33 UTC  (2+ messages)

[U-Boot] [PATCH 3/3][v3] [RESEND] arm: ls1046ardb: Add SD secure boot target
 2017-03-29 19:26 UTC 

[U-Boot] [PATCH 1/3][v2] arm: ls1043ardb: Add SD secure boot target
 2017-03-29 19:21 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3][v2] arm: ls1043ardb: Add NAND "
` [U-Boot] [PATCH 3/3] arm: ls1046ardb: Add SD "

[U-Boot] [PATCH] dts: rk3399: move rockchip, vbus-gpio properties into board-specific files
 2017-03-29 19:19 UTC 

[U-Boot] [PATCH 0/7] Add LS1046 and LS1012 secure boot targets
 2017-03-29 17:06 UTC  (9+ messages)
` [U-Boot] [PATCH 3/7] SECURE_BOOT: Enable chain of trust on LS1046A platform
  ` [U-Boot] [u-boot-release] "
` [U-Boot] [PATCH 6/7] SECURE_BOOT: Enable chain of trust on LS1012A platform

[U-Boot] [Patch v2] drivers: ddr: fsl: fix unused-const-variable warnings
 2017-03-29 16:32 UTC 

[U-Boot] [PATCH v3] ls1046ardb: SPL size reduction in case of non-xip boot
 2017-03-29 15:56 UTC 

[U-Boot] [PATCH v3] ls1043ardb: SPL size reduction in case of non-xip boot
 2017-03-29 15:55 UTC 

[U-Boot] [PATCH v3 1/2] mx6sabresd: Make SPL DDR configuration to match the DCD table
 2017-03-29 15:15 UTC  (2+ messages)

[U-Boot] so u-boot can be configured to try to update itself on every boot?
 2017-03-29 15:09 UTC  (3+ messages)

[U-Boot] [PATCH 00/17] SPL: extend FIT loading support
 2017-03-29 14:54 UTC  (4+ messages)
` [U-Boot] [PATCH 06/17] tools: mksunxiboot: allow larger SPL binaries
  ` [U-Boot] [linux-sunxi] "

[U-Boot] is the sandbox FIT image demo broken?
 2017-03-29 14:21 UTC 

[U-Boot] confusing error message in common/update.c
 2017-03-29 13:45 UTC 

[U-Boot] [PATCH v2 00/18] SPL: extend FIT loading support
 2017-03-29 12:33 UTC  (5+ messages)
` [U-Boot] [PATCH v2 14/18] sunxi: Pine64: defconfig: enable SPL FIT support

[U-Boot] [PATCH v2 0/6] rockchip: spl: rk3399: prepare to have SPI config per-board
 2017-03-29 11:31 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] rockchip: clk: rk3399: add clock support for SCLK_SPI1 and SCLK_SPI5
` [U-Boot] [PATCH v2 2/6] clk: rk3399: fix off-by one during rate calculation in i2c/spi_set_rate
` [U-Boot] [PATCH v2 3/6] rockchip: pinctrl: rk3399: add support for the SPI5 controller
` [U-Boot] [PATCH v2 4/6] rockchip: spi: enable support for the rk_spi driver for the RK3399
` [U-Boot] [PATCH v2 5/6] rockchip: spi: rk3399: move CONFIG_SPI and CONFIG_SPI_FLASH to defconfig
` [U-Boot] [PATCH v2 6/6] rockchip: spl: rk3399: enable SPL_SPI_LOAD if SPI is enabled for SPL

[U-Boot] [PATCH v2 14/18] sunxi: Pine64: defconfig: enable SPL FIT support
 2017-03-29 11:19 UTC 

[U-Boot] __FILE__ usage and and SPL limits for SRAM
 2017-03-29 10:57 UTC  (5+ messages)

[U-Boot] Please separated FMan from generate NET config
 2017-03-29 10:13 UTC  (2+ messages)

[U-Boot] Please pull u-boot-marvell/master
 2017-03-29  9:24 UTC 

[U-Boot] [PATCH v2 00/45] Add PPv2.2 support to the mvpp2 ethernet driver and enable it for A7k/8k
 2017-03-29  9:24 UTC  (2+ messages)

[U-Boot] [PATCH v2 14/18] sunxi: Pine64: defconfig: enable SPL FIT support
 2017-03-29  7:01 UTC 

[U-Boot] [PATCH v3 0/6] sunxi: video: Add support for HDMI output on A64/H3/H5
 2017-03-29  6:42 UTC  (3+ messages)
` [U-Boot] [PATCH v3 3/6] sunxi: Add clock support for DE2/HDMI/TCON on newer SoCs

[U-Boot] [PATCH] ARM: socfpga: boot0 hook: remove macro from boot0 header file
 2017-03-29  3:36 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] armv8: ls2080a: Drop macro CONFIG_LS2080A
 2017-03-29  2:57 UTC  (3+ messages)
` [U-Boot] [PATCH 3/3] armv7: ls1021a: Drop macro CONFIG_LS102XA

[U-Boot] Hash and crypto accelerator uclasses
 2017-03-29  2:48 UTC 

[U-Boot] [PATCH] ARM: socfpga: Fix broken implementation and enhancing boot header
 2017-03-29  1:02 UTC  (3+ messages)

[U-Boot] Compile v2017.03 on a system where Python 3 is default
 2017-03-29  0:30 UTC 

[U-Boot] [PATCH] video: Remove dependecy of I2C_EDID
 2017-03-28 22:39 UTC 

[U-Boot] [PATCH 12/17] board_f: powerpc: Move prt_83xx_rsr() to private code
 2017-03-28 19:42 UTC 

[U-Boot] U-Boot Application that can access all files on USB
 2017-03-28 19:28 UTC 

[U-Boot] Please pull u-boot-fsl-qoriq master
 2017-03-28 18:02 UTC 

[U-Boot] [PATCH v2] pcie-layerscape: Fixup iommu-map property of pci node
 2017-03-28 18:00 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/6] fsl-lsch3: rename ls2080a_stream_id.h to stream_id_lsch3.h
 2017-03-28 18:00 UTC  (12+ messages)
` [U-Boot] [PATCH v2 2/6] fsl-lsch3: Rewording to support other Chassis-3 Socs
` [U-Boot] [PATCH v2 3/6] pcie-layerscape: Define stream-ids for Layerscape Chassis-2
` [U-Boot] [PATCH v2 4/6] fsl-lsch2: Use Chassis-2 streamid definition for ls1046a
` [U-Boot] [PATCH v2 5/6] fsl-lsch2: Use Chassis-2 streamid definition for ls1012a
` [U-Boot] [PATCH v2 6/6] pcie-layerscape: Initialize pci-lut for NXP chasis-2 socs

[U-Boot] [PATCHv3 1/5] mtd: nand: add initialization flag
 2017-03-28 17:59 UTC  (10+ messages)
` [U-Boot] [PATCHv3 2/5] mtd: nand: remove nand size print from nand_init function
` [U-Boot] [PATCHv3 3/5] fsl PPA: add support PPA image loading from NAND and SD
` [U-Boot] [PATCHv3 4/5] Kconfig: fsl-ppa: support load PPA from eMMC/SD and NAND Flash
` [U-Boot] [PATCHv3 5/5] fsl-layerscape/ls104xardb: enable PPA support for eMMC/SD and NAND boot

[U-Boot] [PATCH] armv8/fsl-layerscape: fdt: On ls1012 don't check sysclk for USB
 2017-03-28 17:59 UTC  (2+ messages)

[U-Boot] [patch v3] armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on Nor flash
 2017-03-28 17:59 UTC  (2+ messages)

[U-Boot] [PATCH][v2]board: freescale: ls2080a/ls2088a: Enable PPA
 2017-03-28 17:59 UTC  (2+ messages)

[U-Boot] [PATCHv3 1/2] pci: layerscape: add LS2088A series SoC pcie support
 2017-03-28 17:59 UTC  (4+ messages)
` [U-Boot] [PATCHv3 2/2] pci: layerscape: Add support ls2088a kernel DT node fixup

[U-Boot] [PATCHV2] tools: plbimage support generate rcw file
 2017-03-28 17:59 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8:fsl-layerscape: Add registers space defination for CCI-400 bus
 2017-03-28 17:59 UTC  (3+ messages)
` [U-Boot] [PATCH v2] armv8: fsl-lsch3: Conditionally Remove errata a0009203 from lsch3 init

[U-Boot] [PATCH v2 0/2] Add support for only one CS in fsl Quad SPI
 2017-03-28 17:59 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/2] spi: fsl_qspi: Add support for one chip select
` [U-Boot] [PATCH v2 2/2] armv8: dts: fsl-ls1012a: Change number of CS in SPI node

[U-Boot] [PATCH v2] armv8:fsl-layerscape: Avoid RCWSR28 register hard-coding
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH v2] arm: fsl-layerscape: Move QSGMII wriop_init to SoC file
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH] armv8/fsl-layerscape: Update erratum A009635 implementation
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH] pci: layerscape: enable PCIe config ready
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/1] Secure Boot: Enable IE (Key extention) Feature
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH] ls2080ardb, ls2080aqds: Add mcmemsize in default env setting
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH] fsl-layerscape/ppa: cleanup ppa.h
 2017-03-28 17:58 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] SECURE_BOOT: Define CONFIG_SYS_LS_PPA_ESBC_ADDR for LS2080A
 2017-03-28 17:58 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] LS2080A: Move sec_init to board_init

[U-Boot] [PATCH 1/4] board: advantech: dms-ba16: Add the configuration options for display initialization
 2017-03-28 17:51 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] board: advantech: dms-ba16: add the PMIC configuration support
` [U-Boot] [PATCH 3/4] board: advantech: dms-ba16: fix AR8033 reset timing issue
` [U-Boot] [PATCH 4/4] board: advantech: dms-ba16: apply the proper register setting to fix the voltage peak issue

[U-Boot] [PATCH] Remove extra fdt_fixup_ethernet() call
 2017-03-28 17:47 UTC  (2+ messages)

[U-Boot] [PATCH] rockchip: mmc: rk3399: work around DMA issue in SPL
 2017-03-28 16:49 UTC 

[U-Boot] [PATCH v1 0/3] rockchip: rk3399: add RK3399-Q7 (Puma) SoM support
 2017-03-28 16:48 UTC  (4+ messages)
` [U-Boot] [PATCH v1 1/3] arm64: rockchip: rk3399-puma: add DDR3-1333 timings
` [U-Boot] [PATCH v1 2/3] dts: rk3399-puma: add DTS for RK3399-Q7 (Puma) SoM
` [U-Boot] [PATCH v1 3/3] defconfig: puma-rk3399: add defconfig for the RK3399-Q7 (Puma)

[U-Boot] i.MX6QP sd boot issue
 2017-03-28 16:32 UTC  (7+ messages)


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