public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-02-08 21:44:15 to 2016-02-11 11:53:06 UTC [more...]

[U-Boot] Falcon mode for TI DM355
 2016-02-11 11:53 UTC 

[U-Boot] Using old Config Style
 2016-02-11 10:18 UTC  (2+ messages)

[U-Boot] Problem with mounting a jffs2 partition on flash
 2016-02-11 10:01 UTC  (9+ messages)

[U-Boot] Moving custom board imx6q from u-boot-imx 2014.04 to 2015.04 lead to freeze
 2016-02-11  9:46 UTC  (4+ messages)

[U-Boot] [PATCH] drivers/crypto/fsl: correct error checking in run_descriptor
 2016-02-11  9:06 UTC 

[U-Boot] [PATCH V3] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-11  7:59 UTC  (3+ messages)

[U-Boot] [PATCH 1/3][v3] Pointers in ESBC header made 32 bit
 2016-02-11  5:53 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3][v3] Data types defined for 64 bit physical address

[U-Boot] [PATCH] arm: at91: Add support for DENX MA5D4 SoM and EVK
 2016-02-11  5:52 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] test/py: don't import pexpect
 2016-02-11  5:41 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] Enable test/py for sandbox in Travis CI

[U-Boot] i.MX286 U-Boot fails with code HTLLCL0x8050100b
 2016-02-11  5:34 UTC 

[U-Boot] [PATCH] exynos: Set CNTFRQ
 2016-02-11  2:17 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: handle exceptions in console creation
 2016-02-10 23:54 UTC 

[U-Boot] [PATCH 0/4] Convert omap3-spi driver to Driver Model
 2016-02-10 23:44 UTC  (18+ messages)
` [U-Boot] [PATCH 1/4] spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx
` [U-Boot] [PATCH 2/4] spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN
` [U-Boot] [PATCH 3/4] spi: omap3: Convert to DM

[U-Boot] [PATCH V2] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-10 22:12 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] Use THUMB mode for VCMA9 U-Boot builts
 2016-02-10 22:12 UTC  (8+ messages)
` [U-Boot] [PATCH 1/4] arm: make sure board_init_r() is being called using the right mode (ARM / THUMB)
` [U-Boot] [PATCH 2/4] arm: the ARM920T is THUMB capable, so select the appropriate ISA
` [U-Boot] [PATCH 3/4] arm: build some file(s) as ARM mode only
` [U-Boot] [PATCH 4/4] arm: VCMA9: because of NOR flash space constrains, activate THUMB build mode

[U-Boot] [PATCH V2] OMAP3_logic: Add NAND args to boot UBIFS
 2016-02-10 22:12 UTC  (2+ messages)

[U-Boot] [PATCH] am43xx: qspi: Fix config to select SPI mode
 2016-02-10 22:12 UTC  (2+ messages)

[U-Boot] [PATCH] ARM : DRA7: Switch QSPI to use MODE-0 at 64MHz
 2016-02-10 22:12 UTC  (2+ messages)

[U-Boot] Please pull u-boot-dm
 2016-02-10 22:12 UTC  (2+ messages)

[U-Boot] [PATCH] test/py: print summary in test order
 2016-02-10 20:47 UTC 

[U-Boot] [PATCH] test/py: fix CONFIG_SPL test
 2016-02-10 19:39 UTC 

[U-Boot] Regarding revert of "Simplify RAM size detection" patch
 2016-02-10 19:19 UTC  (2+ messages)

[U-Boot] [PATCH] common/memsize.c: fix endless loop when saving
 2016-02-10 19:15 UTC  (6+ messages)

[U-Boot] Regarding revert of "Simplify RAM size detection" patch
 2016-02-10 19:10 UTC 

[U-Boot] [PATCH v5 00/32] mtd: Add SPI-NOR core support
 2016-02-10 19:08 UTC  (33+ messages)
` [U-Boot] [PATCH v5 01/32] mtd: Add m25p80 driver
` [U-Boot] [PATCH v5 02/32] mtd: Add Kconfig entry for MTD_M25P80
` [U-Boot] [PATCH v5 03/32] mtd: Add SPI-NOR core support
` [U-Boot] [PATCH v5 04/32] doc: device-tree-bindings: jedec, spi-nor
` [U-Boot] [PATCH v5 05/32] mtd: spi-nor: Add Kconfig entry for MTD_SPI_NOR
` [U-Boot] [PATCH v5 06/32] mtd: spi-nor: Add kconfig for MTD_SPI_NOR_USE_4K_SECTORS
` [U-Boot] [PATCH v5 07/32] mtd: spi-nor: Add MTD support
` [U-Boot] [PATCH v5 08/32] mtd: spi-nor: Add spi_nor support in m25p80
` [U-Boot] [PATCH v5 09/32] mtd: spi-nor: Add dm spi-nor probing
` [U-Boot] [PATCH v5 10/32] mtd: spi-nor: Add spi_flash_probe for mtd-dm-spi-nor
` [U-Boot] [PATCH v5 11/32] cmd: sf: Add mtd_info for mtd-dm-spi-nor code
` [U-Boot] [PATCH v5 12/32] mtd: spi-nor: m25p80: Add spi_nor support for non-dm
` [U-Boot] [PATCH v5 13/32] spi_flash: Use mtd_info operation "
` [U-Boot] [PATCH v5 14/32] mtd: spi-nor: Move spi_read_then_write to spi layer
` [U-Boot] [PATCH v5 15/32] spi: Rename spi_read_then_write to spi_write_then_read
` [U-Boot] [PATCH v5 16/32] spi: Drop mode_rx
` [U-Boot] [PATCH v5 17/32] spi: Drop SPI_RX_FAST
` [U-Boot] [PATCH v5 18/32] mtd: spi-nor: Rename SPI_FLASH_BAR to SPI_NOR_BAR
` [U-Boot] [PATCH v5 19/32] mtd: spi-nor: Add Kconfig entry for SPI_NOR_BAR
` [U-Boot] [PATCH v5 20/32] mtd: spi-nor: Copy spl files from drivers/mtd/spi
` [U-Boot] [PATCH v5 21/32] mtd: spi-nor: spl: Follow ascending order of include headers
` [U-Boot] [PATCH v5 22/32] mtd: spi-nor: fsl_espi_spl: Use mtd_info
` [U-Boot] [PATCH v5 23/32] mtd: spi-nor: spi_spl_load: "
` [U-Boot] [PATCH v5 24/32] mtd: spi-nor: Add flash vendor Kconfig entries
` [U-Boot] [PATCH v5 25/32] arm: zynq: Kconfig: Select MTD uclass
` [U-Boot] [PATCH v5 26/32] arm: zynq: Kconfig: Drop DM_SPI_FLASH
` [U-Boot] [PATCH v5 27/32] defconfigs: zynq_microzed: Drop CONFIG_SPI_FLASH
` [U-Boot] [PATCH v5 28/32] defconfig: zynq_microzed: Enable CONFIG_MTD_M25P80
` [U-Boot] [PATCH v5 29/32] defconfig: zynq_microzed: Enable CONFIG_MTD_SPI_NOR
` [U-Boot] [PATCH v5 30/32] spl: Add CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v5 31/32] configs: zynq: Use CONFIG_SPL_SPI_NOR_SUPPORT
` [U-Boot] [PATCH v5 32/32] configs: zynq: Use CONFIG_SPL_MTD_SUPPORT

[U-Boot] [PATCH] Makefile: remove BUILD_TAG from KBUILD_CFLAGS
 2016-02-10 16:49 UTC  (9+ messages)
      ` [U-Boot] [PATCH] Makefile: remove BUILD_TAG from KBUILD_CFLAGSilver pepper blue dog

[U-Boot] [PATCH] mmc: show error message when "mmc dev" command fails
 2016-02-10 16:27 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] net: phy: marvell: Call phy_reset() where possible
 2016-02-10 16:11 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] net: phy: marvell: Fix problem with phy_reset() clearing BMCR

[U-Boot] [PATCH v2 0/3] UniPhier SD/eMMC controller driver
 2016-02-10 13:45 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/3] mmc: uniphier: add driver for UniPhier SD/MMC host controller
` [U-Boot] [PATCH v2 2/3] ARM: uniphier: enable UniPhier SD/MMC host driver
` [U-Boot] [PATCH v2 3/3] ARM: dts: uniphier: add SD/MMC host controller nodes

[U-Boot] [PATCH] Revert "common/memsize.c: Simplify RAM size detection"
 2016-02-10 13:35 UTC  (6+ messages)

[U-Boot] [PATCH 1/2] ARM: dts: uniphier: add EEPROM node for ProXstream2 Gentil board
 2016-02-10 12:39 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ARM: dts: uniphier: enable I2C channel 2 of "

[U-Boot] [PATCH] fdt: Try to read #address-cells/size-cells from parent
 2016-02-10 12:04 UTC 

[U-Boot] [PATCH v2] imx: imx7 Support for Manufacturing Protection
 2016-02-10 11:54 UTC 

[U-Boot] [PATCH 1/2] arm: mx6: Add UART8 base address for i.MX6UL
 2016-02-10 10:41 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm: mx6: Add CCV xPress board support

[U-Boot] [PATCH] sunxi: power: add support for sy8106a driver
 2016-02-10 10:31 UTC  (2+ messages)

[U-Boot] [PATCH] sunxi: H3: Add support for the host usb-phys
 2016-02-10  9:25 UTC 

[U-Boot] [PATCH v2] spl: define BOOT_DEVICE_USB
 2016-02-10  8:04 UTC  (2+ messages)

[U-Boot] [PATCH] OMAP3LOGIC: Update maintainer
 2016-02-10  4:55 UTC  (2+ messages)

[U-Boot] [PATCH] OMAP3_logic: Add NAND args to boot UBIFS
 2016-02-10  1:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/5] x86: ivybridge: Add Intel FSP support
 2016-02-09 22:23 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/5] superio: Add SMSC SIO1007 driver
` [U-Boot] [PATCH v2 4/5] x86: ivybridge: bd82x6x: Support FSP enabled configuration
` [U-Boot] [PATCH v2 5/5] x86: Add Intel Cougar Canyon 2 board

[U-Boot] [PATCH v2 00/18] Add support for 96boards Dragonboard410C board
 2016-02-09 21:56 UTC  (3+ messages)
` [U-Boot] [PATCH v2 17/18] board: Add Qualcomm Dragonboard 410C support

[U-Boot] [PATCH v2 00/18] Add support for 96boards Dragonboard410C board
 2016-02-09 21:51 UTC  (11+ messages)
` [U-Boot] [PATCH v2 02/18] gpio: Add support for Qualcomm gpio controller
` [U-Boot] [PATCH v2 03/18] mmc: Add support for Qualcomm SDHCI controller
` [U-Boot] [PATCH v2 13/18] drivers: spmi: Add support for Qualcomm SPMI bus driver
` [U-Boot] [PATCH v2 15/18] gpio: Add support for Qualcomm PM8916 gpios
` [U-Boot] [PATCH v2 16/18] arm: Add support for Qualcomm Snapdragon family

[U-Boot] [PATCH 1/2] fastboot: sparse: fix block addressing for don't care chunk type
 2016-02-09 21:44 UTC  (10+ messages)
` [U-Boot] [PATCH 2/2] fastboot: sparse: remove unnecessary logging

[U-Boot] [RFC PATCH v1 0/2] Convert ls1021aqds to use driver model for serial ports
 2016-02-09 21:19 UTC  (4+ messages)
` [U-Boot] [RFC PATCH v1 1/2] arm: ls1021aqds: Convert to driver model and enable serial support
` [U-Boot] [RFC PATCH v1 2/2] arm: ls1021aqds: Enable driver model lpuart serial driver

[U-Boot] [PATCH v2 1/2] fastboot: sparse: fix block addressing for don't care chunk type
 2016-02-09 19:19 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] fastboot: sparse: remove unnecessary logging

[U-Boot] [PATCH] test, tools: introduce tbot README
 2016-02-09 18:57 UTC  (4+ messages)
` [U-Boot] "

[U-Boot] exclude email by patman
 2016-02-09 18:56 UTC  (6+ messages)

[U-Boot] Need help for custom board brigup
 2016-02-09 18:51 UTC 

[U-Boot] [PATCH] net: phy: do not read configuration register on reset
 2016-02-09 18:42 UTC  (2+ messages)

[U-Boot] Pull request: u-boot-net.git master
 2016-02-09 17:01 UTC  (2+ messages)

[U-Boot] [PATCH] OMAP3: omap3_logic: Grow SPL to 64K from 54K
 2016-02-09 17:01 UTC  (2+ messages)

[U-Boot] [PATCH] board: tbs2910: Fix eMMC BOOTCFG value
 2016-02-09 15:53 UTC 

[U-Boot] [PATCH v1 1/2] drivers: musb-new: Add USB DRC driver for Microchip PIC32 OTG controller
 2016-02-09 14:50 UTC  (5+ messages)
` [U-Boot] [PATCH v1 2/2] board: pic32mzda: enable USB-host, USB-storage support

[U-Boot] [PATCH] common/memsize.c: Simplify RAM size detection
 2016-02-09 14:35 UTC  (6+ messages)
` [U-Boot] [PATCHv2] "
  ` [U-Boot] [U-Boot, PATCHv2] "

[U-Boot] Need support for Raspberry pi B+ u-boot.bin
 2016-02-09 10:51 UTC 

[U-Boot] [PATCH] ARM: uniphier: drop unnecessary "bootm_low" environment define
 2016-02-09  9:59 UTC 

[U-Boot] [PATCH] Fix variable documented in README.distro for PXE address
 2016-02-09  5:33 UTC  (2+ messages)

[U-Boot] [PATCH v4 00/14] Add Support for Secure Boot on LS208x
 2016-02-09  5:23 UTC  (15+ messages)
` [U-Boot] [PATCH v4 01/14] armv8: ls2080: Add SFP Configs for LS2080/LS2085
` [U-Boot] [PATCH v4 02/14] armv8: ls2080: Add Secure Boot configs: SEC, Security Monitor, SRK and RCW
` [U-Boot] [PATCH v4 03/14] SECURE BOOT: Add new ESBC header for ls-ch3 Secure Boot
` [U-Boot] [PATCH v4 04/14] SECURE BOOT: Add Secure Boot support on ls2080aqds/rdb
` [U-Boot] [PATCH v4 05/14] armv8: fsl-lsch3: Add bootscript header address for Secure Boot
` [U-Boot] [PATCH v4 06/14] SECURE BOOT: Copy Bootscript and header from NOR to DDR for LS2080/5
` [U-Boot] [PATCH v4 07/14] SECURE BOOT: Change env variable "fdt_high" for LS2080a and LS2085a
` [U-Boot] [PATCH v4 08/14] armv8 : ls2080: Add config for endianess of CCSR GUR
` [U-Boot] [PATCH v4 09/14] armv8: fsl-lsch3: Disable SMMU during Secure Boot
` [U-Boot] [PATCH v4 10/14] crypto/fsl: Correct 64bit Write when MMU disabled
` [U-Boot] [PATCH v4 11/14] crypto/fsl: Make CAAM transactions cacheable
` [U-Boot] [PATCH v4 12/14] SECURE_BOOT: Use default bootargs during Secure Boot
` [U-Boot] [PATCH v4 13/14] SECURE BOOT: Halt execution when secure boot fail after reset request
` [U-Boot] [PATCH v4 14/14] SECURE BOOT: Change fsl_secboot_validate function to output image addr

[U-Boot] [PATCH] test/py: add docs for gdbserver and pytest options
 2016-02-08 21:49 UTC 

[U-Boot] [PATCH V3 1/2] Makefile: generate symbol list from u-boot
 2016-02-08 21:44 UTC  (2+ messages)
` [U-Boot] [PATCH V3 2/2] test/py: run all "ut" subtests


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