public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2018-01-22 19:44:27 to 2018-01-24 05:13:06 UTC [more...]

[U-Boot] [PATCH v6 0/2] Generic firmware loader
 2018-01-24  5:13 UTC  (17+ messages)
` [U-Boot] [PATCH v6 2/2] common: Generic firmware loader for file system

[U-Boot] [PATCH V2] Convert CONFIG_CMD_NAND to Kconfig
 2018-01-24  2:50 UTC  (2+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq master
 2018-01-24  2:00 UTC 

[U-Boot] [PATCH] cmd: Kconfig: Make CMD_NAND select NAND
 2018-01-24  1:30 UTC  (5+ messages)

[U-Boot] [PATCH 0/8] Bring NAND support to Nintendo NES Classic
 2018-01-24  0:44 UTC  (9+ messages)
` [U-Boot] [PATCH 1/8] mtd: nand: sunxi: Fix strength minimum value
` [U-Boot] [PATCH 2/8] spl: nand: sunxi: Fix second case of modulo by zero error
` [U-Boot] [PATCH 3/8] sunxi: Allow SPL to be compiled for sun8i platforms
` [U-Boot] [PATCH 4/8] spl: nand: sunxi: Enhancements and cleaning
` [U-Boot] [PATCH 5/8] spl: nand: sunxi: use PIO instead of DMA
` [U-Boot] [PATCH 6/8] configs: Add NAND support for NES Classic
` [U-Boot] [PATCH 7/8] sunxi: dts: Add NAND node to sun8i DTSI
` [U-Boot] [PATCH 8/8] sunxi: dts: Enable NAND on NES classic

[U-Boot] [PATCH 1/1] efi_loader: always call Exit after an image returns
 2018-01-24  0:08 UTC  (4+ messages)

[U-Boot] Please pull u-boot-coldfire/master
 2018-01-23 23:32 UTC 

[U-Boot] [PATCH v4 13/18] efi_loader: fix StartImage bootservice
 2018-01-23 23:25 UTC  (4+ messages)

[U-Boot] [PATCH v6 0/4] spi: cadence_spi: Adopt Linux DT bindings
 2018-01-23 23:13 UTC  (5+ messages)
` [U-Boot] [PATCH v6 1/4] spi: cadence_spi: Sync DT bindings with Linux
` [U-Boot] [PATCH v6 2/4] dts: "
` [U-Boot] [PATCH v6 3/4] config: cadence_spi: Remove defines read from DT
` [U-Boot] [PATCH v6 4/4] dts: cadence_spi: Update documentation for DT bindings

[U-Boot] extract size of FIT image
 2018-01-23 22:51 UTC  (2+ messages)

[U-Boot] [PATCH 0/7] sun50i device tree changes
 2018-01-23 22:46 UTC  (9+ messages)
` [U-Boot] [PATCH 1/7] sunxi: binman: Fix U-Boot binary size check
` [U-Boot] [PATCH 2/7] sun50i: a64: Fix USB clock/reset properties
` [U-Boot] [PATCH 3/7] sun50i: a64: Move ethernet nodes to SoC DTS
  ` [U-Boot] [linux-sunxi] "
` [U-Boot] [PATCH 4/7] sun50i: a64: Update OrangePi Win defconfig and DTS
` [U-Boot] [PATCH 5/7] sun50i: h5: Clean up OrangePi PC 2 device tree
` [U-Boot] [PATCH 6/7] sun50i: h5: Enable remaining USB ports on OrangePi PC2
` [U-Boot] [PATCH 7/7] sun50i: h5: Add support for the Orange Pi Zero Plus

[U-Boot] [PATCH 0/2] Fix CAAM for TrustZone enable for warp7
 2018-01-23 21:10 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] drivers/crypto/fsl: assign job-rings to non-TrustZone
` [U-Boot] [PATCH 2/2] warp7 : run sec_init for CAAM RNG

[U-Boot] [PATCH] arm64 :show_regs: show the real hardware register even after relocation
 2018-01-23 20:44 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/9] Add new OPTEE bootm support to u-boot
 2018-01-23 20:42 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] optee: Add lib entries for sharing OPTEE code across ports
` [U-Boot] [PATCH v3 2/9] optee: Add CONFIG_OPTEE_TZDRAM_SIZE
` [U-Boot] [PATCH v3 3/9] optee: Add CONFIG_OPTEE_TZDRAM_BASE
` [U-Boot] [PATCH v3 4/9] optee: Add optee_image_get_entry_point()
` [U-Boot] [PATCH v3 5/9] optee: Add optee_image_get_load_addr()
` [U-Boot] [PATCH v3 6/9] tools: mkimage: add optee image type
` [U-Boot] [PATCH v3 7/9] optee: Add optee_verify_bootm_image()
` [U-Boot] [PATCH v3 8/9] optee: Add error printout
` [U-Boot] [PATCH v3 9/9] bootm: optee: Add mechanism to validate an OPTEE image before boot

[U-Boot] [PATCH v3 00/15] env: Multiple env support and env transition for sunxi
 2018-01-23 20:17 UTC  (16+ messages)
` [U-Boot] [PATCH v3 01/15] cmd: nvedit: Get rid of the env lookup
` [U-Boot] [PATCH v3 02/15] env: Rename env_driver_lookup_default and env_get_default_location
` [U-Boot] [PATCH v3 03/15] env: Pass additional parameters to the env lookup function
` [U-Boot] [PATCH v3 04/15] env: Make the env save message a bit more explicit
` [U-Boot] [PATCH v3 05/15] env: Make it explicit where we're loading our environment from
` [U-Boot] [PATCH v3 06/15] env: fat: Make the debug messages play a little nicer
` [U-Boot] [PATCH v3 07/15] env: mmc: "
` [U-Boot] [PATCH v3 08/15] env: common: "
` [U-Boot] [PATCH v3 09/15] env: Support multiple environments
` [U-Boot] [PATCH v3 10/15] env: Initialise all the environments
` [U-Boot] [PATCH v3 11/15] env: mmc: depends on the MMC framework
` [U-Boot] [PATCH v3 12/15] env: Allow to build multiple environments in Kconfig
` [U-Boot] [PATCH v3 13/15] env: Mark env_get_location as weak
` [U-Boot] [PATCH v3 14/15] sunxi: Transition from the MMC to a FAT-based environment
` [U-Boot] [PATCH v3 15/15] env: sunxi: Enable FAT-based environment support by default

[U-Boot] List of architectures no longer printed
 2018-01-23 20:00 UTC  (2+ messages)

[U-Boot] [PATCH] gpio: sunxi: Add compatible string for H5 PIO
 2018-01-23 19:16 UTC  (5+ messages)

[U-Boot] [PATCH] mmc: fix to assign to corret clock value when clock is enabling
 2018-01-23 19:01 UTC  (4+ messages)

[U-Boot] [PATCH v4] arm: add support for PDU001
 2018-01-23 17:27 UTC 

[U-Boot] [PATCH v2 1/2] spi: zynqmp_qspi: Add support for ZynqMP qspi driver
 2018-01-23 17:10 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/2] Rpi: Add support for second sd host controller
 2018-01-23 17:05 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] bcm283x: Add pinctrl driver
` [U-Boot] [PATCH v3 2/2] mmc: Add bcm2835 sdhost controller

[U-Boot] [PATCH v5 0/5] spi: cadence_spi: Adopt Linux DT bindings
 2018-01-23 16:21 UTC  (18+ messages)
` [U-Boot] [PATCH v5 1/5] spi: cadence_spi: Sync DT bindings with Linux
` [U-Boot] [PATCH v5 2/5] dts: "
` [U-Boot] [PATCH v5 3/5] config: cadence_spi: Remove defines read from DT
` [U-Boot] [PATCH v5 4/5] dts: k2g: Clean-up indentation
` [U-Boot] [PATCH v5 5/5] dts: cadence_spi: Update documentation for DT bindings

[U-Boot] [PATCH 00/10] mips: bmips: add SPI support
 2018-01-23 16:15 UTC  (14+ messages)
` [U-Boot] [PATCH v10 00/12] "
  ` [U-Boot] [PATCH v10 01/12] wait_bit: add 8/16/32 BE/LE versions of wait_for_bit
  ` [U-Boot] [PATCH v10 02/12] wait_bit: use wait_for_bit_le32 and remove wait_for_bit
  ` [U-Boot] [PATCH v10 03/12] drivers: spi: allow limiting reads
  ` [U-Boot] [PATCH v10 04/12] drivers: spi: consider command bytes when sending transfers
  ` [U-Boot] [PATCH v10 05/12] dm: spi: add BCM63xx SPI driver
  ` [U-Boot] [PATCH v10 06/12] mips: bmips: add bcm63xx-spi driver support for BCM6338
  ` [U-Boot] [PATCH v10 07/12] mips: bmips: add bcm63xx-spi driver support for BCM6348
  ` [U-Boot] [PATCH v10 08/12] mips: bmips: add bcm63xx-spi driver support for BCM6358
  ` [U-Boot] [PATCH v10 09/12] mips: bmips: add bcm63xx-spi driver support for BCM3380
  ` [U-Boot] [PATCH v10 10/12] mips: bmips: add bcm63xx-spi driver support for BCM63268
  ` [U-Boot] [PATCH v10 11/12] mips: bmips: enable the SPI flash on the Sagem F@ST1704
  ` [U-Boot] [PATCH v10 12/12] mips: bmips: enable the SPI flash on the Netgear CG3100D

[U-Boot] [PATCH 0/3] power: s2mps11: Support the DM regulator
 2018-01-23 16:04 UTC  (7+ messages)
  ` [U-Boot] [PATCH 1/3] power: regulator: s2mps11: add a regulator driver for s2mps11
  ` [U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver
  ` [U-Boot] [PATCH 3/3] configs: odroid-xu3: enable the configs relevant to regulator

[U-Boot] [PATCH v2 0/2] Rpi: Add support for second sd host controller
 2018-01-23 16:03 UTC  (4+ messages)
  ` [U-Boot] [PATCH v2 2/2] mmc: Add bcm2835 sdhost controller

[U-Boot] [PATCH v3] arm: add support for PDU001
 2018-01-23 16:01 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] sunxi: fix i2c support for sunxi H3/H5
 2018-01-23 16:01 UTC  (4+ messages)

[U-Boot] Wrong u-boot-mmc git URL
 2018-01-23 14:50 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/9] Add new OPTEE bootm support to u-boot
 2018-01-23 14:11 UTC  (6+ messages)
` [U-Boot] [PATCH v2 6/9] tools: mkimage: add optee image type

[U-Boot] [PATCH] ARC: AXS10x: DTS: remove unused interrupts properties
 2018-01-23 14:03 UTC 

[U-Boot] UDP packet sender
 2018-01-23 14:02 UTC  (7+ messages)

[U-Boot] [PATCH] mx8mqevk: Update README with additional info
 2018-01-23 13:33 UTC 

[U-Boot] [PATCH] mx8mqevk: Update README with additional info
 2018-01-23 12:21 UTC 

[U-Boot] mmc: disable UHS modes if Vcc cannot be switched on and off
 2018-01-23 12:03 UTC  (3+ messages)

[U-Boot] [PATCH v10 00/27] dm: Generic MTD Subsystem, with SPI-NOR interface
 2018-01-23 11:50 UTC  (7+ messages)

[U-Boot] Pull request: u-boot-spi/master
 2018-01-23 10:28 UTC  (8+ messages)

[U-Boot] [PULL] efi patch queue 2018-01-23
 2018-01-23 10:12 UTC 

[U-Boot] [PATCH v2 0/3] cadence-quadspi: Fix issues with non 32bit aligned accesses
 2018-01-23 10:05 UTC  (14+ messages)

[U-Boot] [PATCH V4] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig
 2018-01-23 10:04 UTC 

[U-Boot] [PATCH V5 00/31] imx: add i.MX8M support and i.MX8MQ EVK
 2018-01-23 10:02 UTC  (10+ messages)
` [U-Boot] [PATCH V5 05/31] imx: mx8m: add clock driver
` [U-Boot] [PATCH V5 31/31] imx: add i.MX8MQ EVK support

[U-Boot] [RFC PATCH] mmc: Skipping the MMC initialization at the boot time
 2018-01-23 10:02 UTC  (7+ messages)

[U-Boot] STM32F746 Discovery - No serial output?
 2018-01-23  8:13 UTC  (5+ messages)

[U-Boot] u-boot-mmc fails on almost every Tegra board
 2018-01-23  5:06 UTC  (4+ messages)

[U-Boot] [PATCH] travis-ci: Add qemu-x86_64 target
 2018-01-23  3:31 UTC  (3+ messages)
` [U-Boot] "

[U-Boot] [PATCH] mmc: Poll for broken card detection case
 2018-01-23  3:25 UTC  (6+ messages)

[U-Boot] [PATCH V5] Convert CONFIG_SOC_DA8XX et al to Kconfig
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,V5] "

[U-Boot] [PATCH 5/5] fs: fat: Drop CONFIG_SUPPORT_VFAT
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,5/5] "

[U-Boot] [PATCH 4/5] fs: FAT: Fix typo in FS_FAT_MAX_CLUSTSIZE description
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 3/5] env: ENV_IS_IN_FAT improvements
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,3/5] "

[U-Boot] [PATCH 2/5] ARM: poplar: Use Kconfig to enable CONFIG_FAT_WRITE
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 1/5] fs: Migrate ext4 to Kconfig
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/5] "

[U-Boot] [PATCH 3/3] Convert CONFIG_ROCKCHIP_USB2_PHY to Kconfig
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH 2/3] Convert CONFIG_OMAP_USB_PHY to Kconfig
 2018-01-23  1:11 UTC  (2+ messages)
` [U-Boot] [U-Boot,2/3] "

[U-Boot] [PATCH 1/3] Convert CONFIG_TWL4030_USB to Kconfig
 2018-01-23  1:10 UTC  (2+ messages)
` [U-Boot] [U-Boot,1/3] "

[U-Boot] [PATCH] Convert CONFIG_DAVINCI_SPI to Kconfig
 2018-01-23  1:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_USB_MUSB_HCD et al to Kconfig
 2018-01-23  1:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH V2] Convert CONFIG_USB_MUSB_OMAP2PLUS et al to Kconfig
 2018-01-23  1:10 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH] ARM: omap3_logic: Enable SPL_OF_CONTROL and SPL_OF_PLATDATA
 2018-01-23  1:10 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] Convert CONFIG_SYS_BOOT_GET_{CMDLINE, KBD} to Kconfig
 2018-01-22 23:17 UTC  (3+ messages)
` [U-Boot] "
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH V3] Convert CONFIG_SYS_DV_CLKMODE et al to Kconfig
 2018-01-22 22:43 UTC  (6+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [RFC] SPDX License text updates
 2018-01-22 21:33 UTC  (4+ messages)

[U-Boot] [PATCH 1/1] efi_loader: use built-in device tree in bootefi command
 2018-01-22 21:28 UTC  (4+ messages)

[U-Boot] [PATCH] boston: Ensure DDR address calcuations don't overflow
 2018-01-22 20:18 UTC  (5+ messages)


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