public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-27 11:33:04 to 2016-01-28 08:55:02 UTC [more...]

[U-Boot] [PATCH V2 00/11] imx: introduce rdc and boot auxiliary core
 2016-01-28  8:55 UTC  (5+ messages)
` [U-Boot] [PATCH V2 01/11] imx: mx6: introduce rdc regs
` [U-Boot] [PATCH V2 02/11] imx: imx-common: introduce Resource Domain Controller support
` [U-Boot] [PATCH V2 03/11] imx: mx6sx Add RDC mappings of masters and peripherals
` [U-Boot] [PATCH V2 04/11] imx: mx7d: Add RDC support

[U-Boot] [PATCH V2 1/3] imx: mx7dsabresd: move mmc_get_env_devno to soc code
 2016-01-28  8:51 UTC  (3+ messages)
` [U-Boot] [PATCH V2 2/3] imx: mx6: implement mmc_get_env_dev
` [U-Boot] [PATCH V2 3/3] imx: mx6: implement board_mmc_get_env_dev

[U-Boot] [PATCH] powerpc/t208xqds: fix esdhc peripheral clock support
 2016-01-28  8:33 UTC 

[U-Boot] [PATCH 0/7] fdt: Replace u-boot-dtb.bin with u-boot.bin
 2016-01-28  8:25 UTC  (3+ messages)

[U-Boot] [PATCH][RE-SUBMIT] usb: gadget: dwc2_udc_otg: modified the check condition for max packet size of ep_in in high speed
 2016-01-28  8:18 UTC  (3+ messages)

[U-Boot] [PATCH] pci: gate print info of reading vender id with CONFIG_DM_PCI
 2016-01-28  8:02 UTC  (4+ messages)

[U-Boot] [PATCH 2/2][v2] net: phy: implements probe for Cortina phy
 2016-01-28  7:56 UTC 

[U-Boot] [PATCH 1/2][v2] net: phy: introduce a quirk PHY_FLAG_BROKEN_RESET
 2016-01-28  7:55 UTC 

[U-Boot] [PATCH][v2] armv8: ls2080ardb: invert irq pins polarity for AQR405 PHY
 2016-01-28  7:38 UTC 

[U-Boot] Please pull u-boot-x86
 2016-01-28  7:13 UTC 

[U-Boot] [PATCH] Use correct spelling of "U-Boot"
 2016-01-28  6:59 UTC  (4+ messages)

[U-Boot] [PATCH 1/9] test/dm: clear unit test failure count each run
 2016-01-28  6:57 UTC  (9+ messages)
` [U-Boot] [PATCH 2/9] test/py: fix spawn.expect multiple match handling
` [U-Boot] [PATCH 3/9] test.py: calculate bad patterns on change only
` [U-Boot] [PATCH 4/9] test/py: check for bad patterns everywhere we wait
` [U-Boot] [PATCH 5/9] test/py: detect another "bad pattern" in console output
` [U-Boot] [PATCH 6/9] test/py: correctly log xfail/xpass tests
` [U-Boot] [PATCH 7/9] test/py: pass test DTB to sandbox
` [U-Boot] [PATCH 8/9] test/py: run sandbox in source directory
` [U-Boot] [PATCH 9/9] test/py: run C-based unit tests

[U-Boot] Include patchwork patch ID in commit message?
 2016-01-28  6:49 UTC  (10+ messages)

[U-Boot] [PATCH] board: ls2085aqds: Update kernel_size env variable
 2016-01-28  6:36 UTC  (5+ messages)

[U-Boot] patman dies cryptially when a (valid) e-mail address contains parentheses (or is UTF-8)
 2016-01-28  6:19 UTC  (3+ messages)

[U-Boot] [PATCH] x86: Correct spi node alias
 2016-01-28  6:09 UTC  (3+ messages)

[U-Boot] [PATCH] siemens,at91: enable features for smartweb
 2016-01-28  6:06 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY_BROKEN_RESET
 2016-01-28  3:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] net: phy: micrel: add documentation for Micrel KSZ90x1 binding
 2016-01-28  1:26 UTC  (8+ messages)
` [U-Boot] [PATCH 2/2] net: phy: micrel: fix divisor value for KSZ9031 phy skew

[U-Boot] [PATCH 1/3] mips: ath79: Fix compiler warning on const assignment
 2016-01-27 23:51 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mips: ath79: Drop SYS_MIPS_CACHE_INIT_RAM_LOAD
` [U-Boot] [PATCH 3/3] mips: ath79: Move SYS_SOC and SYS_VENDOR to board Kconfig

[U-Boot] [PATCH] fastboot: update error and warning messages
 2016-01-27 23:42 UTC  (2+ messages)

[U-Boot] [PATCH] serial: serial_stm32: move clock config from driver to board
 2016-01-27 22:57 UTC  (3+ messages)

[U-Boot] SPL loading U-Boot from a FIT
 2016-01-27 22:53 UTC 

[U-Boot] [PATCH v1] arm: imx: Add support for GE Bx50v3 boards
 2016-01-27 22:53 UTC 

[U-Boot] [PATCH 1/2] hush: Pull out U-Boot prompt display and read functionality
 2016-01-27 22:53 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] hush: Add rudimentary support for PS1 and PS2

[U-Boot] [PATCH v3 0/6] add dma uclass implementation and adopt ti-edma3 to it
 2016-01-27 22:53 UTC  (8+ messages)
` [U-Boot] [PATCH v3 1/6] dm: implement a DMA uclass
` [U-Boot] [PATCH v3 2/6] dma: Kconfig: Add TI_EDMA3 entry
` [U-Boot] [PATCH v3 3/6] sf: spi_flash: use dma to copy data from mmap region if platform supports
` [U-Boot] [PATCH v3 4/6] spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined
` [U-Boot] [PATCH v3 5/6] drivers: dma: ti-edma3: convert driver to adopt driver model
` [U-Boot] [PATCH v3 6/6] defconfig: am437x_sk_evm: enable dma "

[U-Boot] [PATCH] implement Fastboot via USB OTG on bcm28155_ap boards
 2016-01-27 22:45 UTC 

[U-Boot] [PATCH] [RFC] net: Add ag7xxx driver for Atheros MIPS
 2016-01-27 22:10 UTC 

[U-Boot] [PATCH v2 0/7] net: add support for phy speed limitation
 2016-01-27 21:34 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/7] net: phy: ensure Gigabit features are masked off if requested
` [U-Boot] [PATCH v2 2/7] net: phy: genphy: Allow overwriting features
` [U-Boot] [PATCH v2 3/7] net: phy: breakdown PHY_*_FEATURES defines
` [U-Boot] [PATCH v2 4/7] drivers/net/phy: introduce phy_set_supported()
` [U-Boot] [PATCH v2 5/7] include/net.h: add max_speed member in struct eth_pdata
` [U-Boot] [PATCH v2 6/7] net/designware: do explicit port selection for 1Gb mode
` [U-Boot] [PATCH v2 7/7] net/designware: add support of max-speed device tree property

[U-Boot] [PATCH 0/2] net: phy: mv88e61xx: Revise as a PHY driver
 2016-01-27 20:11 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/2] net: phy: Add PHY driver for mv88e61xx switches

[U-Boot] [PATCH] net : null check after pointer dereference
 2016-01-27 20:05 UTC  (3+ messages)

[U-Boot] [PATCH]: net: Wrong Initialization in davinci-emac driver
 2016-01-27 19:57 UTC  (3+ messages)

[U-Boot] question about "drivers/usb/gadget/f_fastboot.c"
 2016-01-27 19:49 UTC 

[U-Boot] [PATCH v4] mmc: socfpga_dw_mmc: Enable calibration for drvsel and smplsel
 2016-01-27 18:58 UTC  (4+ messages)

[U-Boot] Please pull u-boot-fsl-qoriq.git master
 2016-01-27 17:30 UTC 

[U-Boot] [Patch V5 0/3] LS1043AQDS DSPI/QSPI related patches
 2016-01-27 17:21 UTC  (7+ messages)
` [U-Boot] [Patch V5 1/3] armv8/ls1043aqds: add DSPI support
` [U-Boot] [Patch V5 2/3] armv8/ls1043aqds: add QSPI support in SD boot
` [U-Boot] [Patch V5 3/3] armv8/ls1043aqds: add QSPI boot support

[U-Boot] [Patch V7 1/4] spi: fsl_qspi: fix compile warning for 64-bit platform
 2016-01-27 17:18 UTC  (8+ messages)
` [U-Boot] [Patch V7 2/4] spi: fsl_qspi: Fix qspi_op_rdid memcpy issue
` [U-Boot] [Patch V7 3/4] spi: fsl_qspi: Fix qspi_op_rdsr "
` [U-Boot] [Patch V7 4/4] dm: env_sf: fix saveenv() to use driver model

[U-Boot] [v3] mmc: fsl_esdhc: set Abort command type for CMD12
 2016-01-27 17:13 UTC  (2+ messages)

[U-Boot] [PATCH v4 1/3] armv8/ls1043aqds: Select lpuart pins of various muxes
 2016-01-27 17:12 UTC  (6+ messages)
` [U-Boot] [PATCH v4 2/3] armv8/ls1043aqds: Spilt off board device tree
` [U-Boot] [PATCH v4 3/3] armv8/ls1043aqds: Add lpuart support

[U-Boot] [PATCH] mmc: fsl_esdhc: increase data transaction timeout to 500ms
 2016-01-27 17:09 UTC  (2+ messages)

[U-Boot] [PATCH 7/7] driver: net: fsl-mc: Remove portal id hard-coding
 2016-01-27 17:08 UTC  (2+ messages)

[U-Boot] [PATCH 6/7] driver: net: ldpaa: Add debug info of printing DPMAC stats
 2016-01-27 17:08 UTC  (2+ messages)

[U-Boot] [PATCH 5/7] driver: net: ldpaa: Increase num of buffers for a pool
 2016-01-27 17:07 UTC  (2+ messages)

[U-Boot] [PATCH 4/7] driver: net: ldpaa: Report back only error frames for tx
 2016-01-27 17:06 UTC  (2+ messages)

[U-Boot] [PATCH 3/7] driver: net: fsl-mc: Prepare extended cfg for DPNI create
 2016-01-27 17:06 UTC  (2+ messages)

[U-Boot] [PATCH 2/7] driver: net: fsl-mc: flib changes for MC FW 9.0.0
 2016-01-27 17:05 UTC  (2+ messages)

[U-Boot] [PATCH 1/7] driver: net: fsl-mc: Add version check for MC objects
 2016-01-27 17:05 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] Determine Boot mode at run time
 2016-01-27 17:03 UTC  (25+ messages)
` [U-Boot] [PATCH v3 1/7] include/configs: make secure boot header file include uniform
` [U-Boot] [PATCH v3 2/7] include/configs: move definition of CONFIG_CMD_BLOB
` [U-Boot] [PATCH v3 3/7] SECURE_BOOT: split the secure boot functionality in two parts
` [U-Boot] [PATCH v3 4/7] create function to determine boot mode
` [U-Boot] [PATCH v3 5/7] enable chain of trust for ARM platforms
` [U-Boot] [PATCH v3 6/7] enable chain of trust for PowerPC platforms
` [U-Boot] [PATCH v3 7/7] SECURE_BOOT: change error handler for esbc_validate

[U-Boot] [PATCH] drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start
 2016-01-27 16:52 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls2080a: Increase MC's DDR size to 512 MB
 2016-01-27 16:51 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: ls2040a: Add support of LS2040A SoC
 2016-01-27 16:51 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: Enable all 8 DPMAC ports in LS2080A Personality
 2016-01-27 16:50 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] SECURE BOOT: support image validation before U-Boot completion
 2016-01-27 16:49 UTC  (9+ messages)
` [U-Boot] [PATCH 1/4] SECURE BOOT: change prototype of fsl_secboot_validate function
` [U-Boot] [PATCH 2/4] SECURE BOOT: separate functions for reading keys
` [U-Boot] [PATCH 3/4] SECURE BOOT: separate function created for signature
` [U-Boot] [PATCH 4/4] SECURE BOOT: support for validation of dynamic image

[U-Boot] [PATCH] drivers/ddr/fsl: fsl_ddr_sdram_size remove unused controllers
 2016-01-27 16:47 UTC  (2+ messages)

[U-Boot] [PATCH][v2] armv8: fsl-layerscape: fixes lsch2 serdes registers define
 2016-01-27 16:46 UTC  (2+ messages)

[U-Boot] [PATCH] arm: ls1021a: Adjust sata register default values
 2016-01-27 16:45 UTC  (2+ messages)

[U-Boot] [PATCH v2] driver/ddr/fsl: Add workaround for A009663
 2016-01-27 16:44 UTC  (2+ messages)

[U-Boot] [PATCH] armv8: fsl-lsch3: fixup SYSCLK frequency in device tree
 2016-01-27 16:44 UTC  (2+ messages)

[U-Boot] [Patch V2 0/3] QIXIS related patches
 2016-01-27 16:43 UTC  (7+ messages)
` [U-Boot] [Patch V2 1/3] freescale/qixis: Add support for booting from SD/QSPI
` [U-Boot] [Patch V2 2/3] armv8/ls1043aqds: fix qixis_reset command issue
` [U-Boot] [Patch V2 3/3] armv8/ls1043aqds: enable qixis_reset command to boot from NAND/SD

[U-Boot] [PATCH] armv8/ls1043aqds: Add support for >2GB memory
 2016-01-27 16:32 UTC  (2+ messages)

[U-Boot] [PATCH] fsl/ddr: Add workaround for ERRATUM_A009942
 2016-01-27 16:30 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] ARM: at91: improve peripheral and system clock handle functions
 2016-01-27 16:29 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset
` [U-Boot] [PATCH v3 2/5] ARM: at91: clock: add a new file to handle clock
` [U-Boot] [PATCH v3 3/5] ARM: cpu: at91: clean up peripheral clock code

[U-Boot] [PATCH 1/5] mips: cache: Bulletproof the code against cornercases
 2016-01-27 16:15 UTC  (6+ messages)
` [U-Boot] [PATCH 2/5] usb: ehci: Use map_physmem in ehci-generic

[U-Boot] [GIT PULL] Xilinx changes
 2016-01-27 15:42 UTC 

[U-Boot] [PATCH 2/2] net: phy: implements probe for Cortina phy
 2016-01-27 15:38 UTC  (2+ messages)

[U-Boot] [PATCH] ARM: zynq: Add function to get reboot status register value
 2016-01-27 15:36 UTC  (4+ messages)

[U-Boot] [PATCH 00/17] arm: ls1021atwr: Convert to use driver model TSEC driver
 2016-01-27 15:26 UTC  (35+ messages)
` [U-Boot] [PATCH 01/17] powerpc: bsc9132qds: Do not wrap pci_eth_init() with CONFIG_TSEC_ENET
` [U-Boot] [PATCH 02/17] powerpc: c29xpcie: "
` [U-Boot] [PATCH 03/17] powerpc: mpc8572ds: "
` [U-Boot] [PATCH 04/17] powerpc: mpc8548cds: "
` [U-Boot] [PATCH 05/17] powerpc: p1010rdb: "
` [U-Boot] [PATCH 06/17] arm: ls1021atwr: "
` [U-Boot] [PATCH 07/17] net: tsec: fsl_mdio: Fix several cosmetic issues
` [U-Boot] [PATCH 08/17] net: tsec: Move rx_idx and tx_idx to struct tsec_private
` [U-Boot] [PATCH 09/17] net: tsec: Move rxbd and txbd "
` [U-Boot] [PATCH 10/17] net: tsec: Adjust orders to avoid forward declaration of tsec_send()
` [U-Boot] [PATCH 11/17] net: tsec: Use tsec_private pointer as the parameter for internal routines
` [U-Boot] [PATCH 12/17] doc: dt-bindings: Describe Freescale TSEC ethernet controller
` [U-Boot] [PATCH 13/17] net: tsec: Add driver model ethernet support
` [U-Boot] [PATCH 14/17] net: tsec: Use priv->tbiaddr to initialize TBI PHY address
` [U-Boot] [PATCH 15/17] arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()

[U-Boot] [PATCH] rpi: fix up Model B entries
 2016-01-27 14:47 UTC  (3+ messages)

[U-Boot] FPGA detection failure on Cyclone V soc development kit
 2016-01-27 14:20 UTC  (10+ messages)

[U-Boot] [PATCH v2 0/3] ARM: at91: add PLLB handle functions
 2016-01-27 13:36 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/3] drivers: usb: ohci-at91: clean up the PLLB code

[U-Boot] [PATCH v2 3/3] atmel_nand: use the definition: PMECC_OOB_RESERVED_BYTES instead magic number
 2016-01-27 13:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 0/3] atmel_nand: misc update in atmel nandflash driver
 2016-01-27 13:00 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/3] atmel_nand: add '\n' in the end of error message for better display
  ` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v2 1/3] atmel_nand: use nand ecc_{strength, step}_ds instead of our own function
 2016-01-27 13:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, v2, "

[U-Boot] [PATCH v3] net: macb: Not all the GEM are gigabit capable
 2016-01-27 13:00 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH v2] mmc: atmel: Properly fix clock configuration
 2016-01-27 12:59 UTC  (2+ messages)
` [U-Boot] [U-Boot, "

[U-Boot] [PATCH][v2] ARMv8:ls2-2080a: Implement core ERRATA 829520, 833471
 2016-01-27 12:39 UTC 

[U-Boot] [PATCH 1/2] fsl:usb: Make fsl usb device-tree fixup arch independent
 2016-01-27 11:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] include:configs: Add usb device-tree fixup for all fsl platforms


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