public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-11-24 10:04:48 to 2016-11-25 19:38:34 UTC [more...]

[U-Boot] [PATCH v2 00/22] rockchip: Add support for Asus Chromebit
 2016-11-25 19:38 UTC  (11+ messages)
` [U-Boot] [PATCH v2 01/22] rockchip: video: Correct HDMI data source selection
` [U-Boot] [PATCH v2 10/22] spi: Add error checking for invalid bus widths

[U-Boot] [PATCH 0/4] enable the host controller for rk3036
 2016-11-25 19:38 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] config: rk3036: enable configs for USB HOST
` [U-Boot] [PATCH 2/4] config: rk3036: enable fix regulator
` [U-Boot] [PATCH 3/4] dts: arm: rk3036: add usb vbus node

[U-Boot] [PATCH] config: evb-rk3399: enable PWM_ROCKCHIP
 2016-11-25 19:38 UTC  (3+ messages)

[U-Boot] [PATCH] evb-rk3399: deduced the dram node size when space reserved
 2016-11-25 19:38 UTC  (4+ messages)

[U-Boot] [PATCH] arm: rockchip: Fix typo in ROCKCHIP_RK3288 help
 2016-11-25 19:38 UTC  (3+ messages)

[U-Boot] [PATCH] arm: dts: Fix Rockchip sort order
 2016-11-25 19:38 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] power: regulator: Introduce regulator_set_value_force function
 2016-11-25 19:38 UTC  (11+ messages)
` [U-Boot] [PATCH 2/3] power: regulator: Add limits checking while setting voltage
` [U-Boot] [PATCH 3/3] power: regulator: Add limits checking while setting current

[U-Boot] [PATCH 00/82] x86: Add initial support for 64-bit U-Boot
 2016-11-25 19:37 UTC  (5+ messages)

[U-Boot] [PATCH v2] libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
 2016-11-25 19:37 UTC  (6+ messages)

[U-Boot] [PATCH] cmd/fdt: Make fdt get value endian-safe for single-cell properties
 2016-11-25 19:37 UTC  (7+ messages)

[U-Boot] [PATCH] mx6sx: Add initial support for UDOO Neo Board
 2016-11-25 18:56 UTC 

[U-Boot] [PATCH] usb: xhci: Limit transfer length in a single TD
 2016-11-25 18:25 UTC  (5+ messages)

[U-Boot] Rockchip RK3288 u-boot with mainline kernel
 2016-11-25 18:20 UTC 

[U-Boot] (no subject)
 2016-11-25 18:16 UTC 

[U-Boot] [PATCH v2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
 2016-11-25 17:48 UTC  (5+ messages)

[U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
 2016-11-25 17:47 UTC 

[U-Boot] [PATCH v2 0/14] sunxi: Add support for the CHIP Pro
 2016-11-25 17:05 UTC  (3+ messages)
` [U-Boot] [PATCH v2 3/14] bch: Allow to build for the host

[U-Boot] Please pull u-boot-fdt
 2016-11-25 16:51 UTC 

[U-Boot] [PATCH v2 0/4] Enable the host controller and hub on PopMetal board
 2016-11-25 16:46 UTC  (3+ messages)
` [U-Boot] [PATCH v2 1/4] usb: dwc2: add support for external vbus supply

[U-Boot] Macronix NOR_SPI and Quad I/O
 2016-11-25 16:37 UTC 

[U-Boot] [PATCH] sun8i_emac: Fix mdio read sequence
 2016-11-25 16:20 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/8] SF: Cadence QSPI driver fixes and clean up
 2016-11-25 16:07 UTC  (27+ messages)
` [U-Boot] [PATCH v2 1/8] spi: cadence_qspi: Fix clearing of pol/pha bits
` [U-Boot] [PATCH v2 2/8] spi: cadence_qspi: Fix baud rate calculation
` [U-Boot] [PATCH v2 3/8] spi: cadence_qspi: Better debug information on the SPI clock rate
` [U-Boot] [PATCH v2 4/8] spi: cadence_qspi: Use #define for bits instead of bit shifts
` [U-Boot] [PATCH v2 5/8] spi: cadence_qspi: Clean up the #define names
` [U-Boot] [PATCH v2 6/8] spi: cadence_qspi: Remove returns from end of void functions
` [U-Boot] [PATCH v2 7/8] spi: cadence_qspi: Fix CS timings
` [U-Boot] [PATCH v2 8/8] spi: cadence_qspi: Support specifying the sample edge used

[U-Boot] [PATCH] sunxi: net: Use net_ops hooks to get the MAC
 2016-11-25 15:46 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook
  ` [U-Boot] [PATCH] Use eth_ops hooks to set the MAC address
` [U-Boot] [PATCH 2/6] net: sunxi-emac: Write HW address via function
` [U-Boot] [PATCH 3/6] net: sunxi-emac: Add write_hwaddr net_op hook
` [U-Boot] [PATCH 4/6] net: sunxi-emac: Add read_rom_hwaddr "
` [U-Boot] [PATCH 5/6] arm: sunxi: Use board hooks to obtain MAC address
` [U-Boot] [PATCH 6/6] net: sunxi: Enable eeprom on OLinuXino Lime boards

[U-Boot] [PATCHv4] Retrieve MAC address from EEPROM
 2016-11-25 15:43 UTC  (16+ messages)
  ` [U-Boot] [PATCH 01/14] net: cosmetic: Do not use magic values for ARP_HLEN
    ` [U-Boot] [PATCH 00/14] [PATCHv4] Retrieve MAC address from EEPROM
  ` [U-Boot] [PATCH 02/14] net: cosmetic: Make the MAC address string less magical
  ` [U-Boot] [PATCH 03/14] net: cosmetic: Define ethernet name length
  ` [U-Boot] [PATCH 04/14] net: core: Sanitize get/set operations for enetaddr
  ` [U-Boot] [PATCH 05/14] net: core: cosmetic: A MAC address is not limited to SROM
  ` [U-Boot] [PATCH 06/14] net: core: Using an ethernet address from ROM is not bad
  ` [U-Boot] [PATCH 07/14] net: core: Inform the user of the device MAC address
  ` [U-Boot] [PATCH 08/14] net: core: Add function to check/set MAC locality
  ` [U-Boot] [PATCH 09/14] net: Add ability to set MAC address via EEPROM
  ` [U-Boot] [PATCH 10/14] fdt: fixup_eth: Remove code duplication with a function
  ` [U-Boot] [PATCH 11/14] fdt: eth_fixup: improve error catching/reduce identation
  ` [U-Boot] [PATCH 12/14] fdt: eth_fixup: Add hook for board to override MAC
  ` [U-Boot] [PATCH 13/14] tools: Allow crc8 to be used
  ` [U-Boot] [PATCH 14/14] tools: Add tool to add crc8 to a mac address

[U-Boot] [PATCH] Fix zynq returning a wrong retval in read_rom_hwaddr
 2016-11-25 15:41 UTC  (2+ messages)
` [U-Boot] [PATCH] net: zynq_gem: Return 0 on success, not -ENOSYS

[U-Boot] [PATCH v2 1/7] scsi: Extract block device initialization
 2016-11-25 15:00 UTC  (7+ messages)
` [U-Boot] [PATCH v2 2/7] scsi: Extract device detection algorithm
` [U-Boot] [PATCH v2 3/7] scsi: Take lun from device block description
` [U-Boot] [PATCH v2 4/7] scsi: Move pccb buffer initalization directly to scsi_detect_dev
` [U-Boot] [PATCH v2 5/7] scsi: Simplify scsi_read/scsi_write()
` [U-Boot] [PATCH v2 6/7] dm: Add support for scsi/sata based devices
` [U-Boot] [PATCH v2 7/7] block: Move ceva driver to DM

[U-Boot] [PATCH 0/7] SF: Cadence QSPI driver fixes and clean up
 2016-11-25 14:15 UTC  (3+ messages)

[U-Boot] [Pull request v2]: u-boot-spi/sunxi
 2016-11-25 14:12 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/4] mmc: sdhci: Add support for frequency constrained peripheral interfaces
 2016-11-25 13:59 UTC  (5+ messages)
` [U-Boot] [PATCH v2 1/4] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
` [U-Boot] [PATCH v2 2/4] serial: zynq: Remove unused index from get uart clock function
` [U-Boot] [PATCH v2 3/4] mmc: zynq: Determine base clock frequency via clock framework
` [U-Boot] [PATCH v2 4/4] mmc: zynq: Add fdt max-frequency support

[U-Boot] [PATCH 01/15] arm64: mvebu: Rename db-88f7040 files to armada-8k
 2016-11-25 13:56 UTC  (4+ messages)
` [U-Boot] [PATCH 12/15] pci: mvebu: Add PCIe driver for Armada-8K

[U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD
 2016-11-25 12:21 UTC  (7+ messages)
` [U-Boot] [Resend RFC PATCH v1 1/3] add support of GPT partitioning "

[U-Boot] [PATCH] colibri_vf: Read kernel and device tree from static UBI volumes
 2016-11-25 10:49 UTC 

[U-Boot] [RFC PATCH v2 0/7] "Transient" (= export-restricted) environment vars
 2016-11-25 10:48 UTC  (6+ messages)
` [U-Boot] [RFC PATCH v2 4/7] env: Introduce "transient" and "system" access flags

[U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework
 2016-11-25 10:47 UTC  (7+ messages)
` [U-Boot] [PATCH v4 1/6] ARMv8: LS1043A: change macro CONFIG_ARMV8_PSCI definition
` [U-Boot] [PATCH v4 2/6] ARMv8: Enable SMC instruction
` [U-Boot] [PATCH v4 3/6] ARMv8: Add secure sections for PSCI text and data
` [U-Boot] [PATCH v4 4/6] ARMv8: Add basic PSCI framework
` [U-Boot] [PATCH v4 5/6] ARMv8: Setup PSCI memory and device tree
` [U-Boot] [PATCH v4 6/6] ARMv8: LS1043A: Enable LS1043A default PSCI support

[U-Boot] [PATCH] armv8/spin_table.c: fix spin table release address
 2016-11-25 10:44 UTC 

[U-Boot] [PATCH] mx6sx: Add initial support for Samtec VIN|ING 2000 board
 2016-11-25 10:39 UTC  (11+ messages)
    ` [U-Boot] [PATCH v2] "
        ` [U-Boot] [PATCH v3] "
            ` [U-Boot] [PATCH v4] "
                ` [U-Boot] [PATCH v5] "

[U-Boot] [PATCH 0/5] davinci: omapl138_lcdk: patch DT with MAC Address
 2016-11-25 10:11 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] davinci: omapl138_lcdk: fixup mac address in dtb
` [U-Boot] [PATCH 2/5] davinci: omapl138_lcdk: improve readability of boot command
` [U-Boot] [PATCH 3/5] davinci: omapl138_lcdk: add DT support for EMMC boot
` [U-Boot] [PATCH 4/5] davinci: omapl138_lcdk: do fdt systemsetup when loading DT
` [U-Boot] [PATCH 5/5] davinci: omapl138_lcdk: enable OF_SYSTEM_SETUP in defconfig

[U-Boot] [PATCH v2 1/2] splash: add support for loading splash from a FIT image
 2016-11-25  9:45 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] splash: sort include files

[U-Boot] [PATCH] splash: add support for loading splash from a FIT image
 2016-11-25  9:34 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] mmc: sdhci: Add support for frequency constrained peripheral interfaces
 2016-11-25  9:22 UTC  (7+ messages)
  ` [U-Boot] [PATCH 1/3] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
  ` [U-Boot] [PATCH 2/3] mmc: zynq: Determine base clock frequency via clock framework

[U-Boot] [RFC PATCH 1/1] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector
 2016-11-25  9:18 UTC  (4+ messages)

[U-Boot] [PATCH v3] mmc: add bkops-enable command
 2016-11-25  9:01 UTC 

[U-Boot] [PATCH v2] mmc: add bkops-enable command
 2016-11-25  8:57 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/2] ARM: ti: DFU environment consolidation + AM57x DFU
 2016-11-25  8:55 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/2] ARM: ti: consolidate dfu environment variables
` [U-Boot] [PATCH v3 2/2] ARM: am57xx_evm: enable DFU support

[U-Boot] [RFC PATCH 0/7] FPGA changes
 2016-11-25  8:39 UTC  (13+ messages)
` [U-Boot] [RFC PATCH 1/7] fpga: CONFIG_SYS_FPGA_PROG_FEEDBACK -> CONFIG_FPGA_PROG_FEEDBACK
` [U-Boot] [RFC PATCH 3/7] Move CONFIG_FPGA_SPARTAN options to defconfig
` [U-Boot] [RFC PATCH 5/7] fpga: add Kconfig for CONFIG_FPGA_PROG_FEEDBACK

[U-Boot] [PATCH] sunxi: move CONFIG_SATAPWR to Kconfig option
 2016-11-25  8:12 UTC  (3+ messages)

[U-Boot] [PATCH] Read mmc device memory capacity from EXT_CSD if memory is addressed by sector
 2016-11-25  7:48 UTC 

[U-Boot] [PATCH] mmc: s5p_sdhci: fix to check proper pinmux id
 2016-11-25  6:10 UTC  (3+ messages)
  ` [U-Boot] [RESEND][PATCH] "

[U-Boot] [PATCH v2 0/3] ARM: ti: DFU environment consolidation + AM57x DFU
 2016-11-25  5:46 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/3] board: ti: am57xx-evm: fix build warnings
` [U-Boot] [PATCH v2 2/3] ARM: ti: consolidate dfu environment variables
` [U-Boot] [PATCH v2 3/3] ARM: am57xx_evm: enable DFU support

[U-Boot] [PATCH 0/9] ARM: ti: am57xx: Add support for latest am57xx boards
 2016-11-25  5:44 UTC  (10+ messages)
` [U-Boot] [PATCH 1/9] ARM: dts: am57xx: sync DT with latest Linux
` [U-Boot] [PATCH 2/9] board: ti: am57xx: Add support for detection of reva3 variations for GPEVM
` [U-Boot] [PATCH 3/9] board: ti: am57xx: Add support for detection of X15 revb1
` [U-Boot] [PATCH 4/9] board: ti: am57xx: Update SR1.1 RGMII0 iodelay timings for x15/GPEVM
` [U-Boot] [PATCH 5/9] board: ti: am572x: Add pinmux for X15/GPEVM SR2.0 using latest PMT
` [U-Boot] [PATCH 6/9] board: ti: am572x-idk: Update pinmux "
` [U-Boot] [PATCH 7/9] board: ti: am57xx: Add support for the am571x idk
` [U-Boot] [PATCH 8/9] ARM: dts: AM571x-IDK Initial Support
` [U-Boot] [PATCH 9/9] ti_armv7_common: env: Increase IO buffer size

[U-Boot] [PATCH] spi: Zap armada100_spi.c and env
 2016-11-25  5:06 UTC  (2+ messages)

[U-Boot] [PATCH 00/19] imx: add i.MX6SLL support
 2016-11-25  1:21 UTC  (4+ messages)
` [U-Boot] [PATCH 18/19] arm: imx: add i.MX6SLL EVK board support

[U-Boot] [PATCH] armv8/spin_table.c: fix spin table release address
 2016-11-24 22:38 UTC 

[U-Boot] FDT retrived raspberry pi bootargs length > 350 characters cause setenv errors, sequemce fdt get/ set/ get truncates at the first blank in the string
 2016-11-24 21:24 UTC  (2+ messages)

[U-Boot] About U-boot's TPM
 2016-11-24 21:20 UTC 

[U-Boot] [PATCH] spi: Zap mpc52xx_spi.c and config
 2016-11-24 19:40 UTC 

[U-Boot] [PATCH v3 0/9] ARM: stm32: add network and qspi driver support to stm32f746-disco board
 2016-11-24 19:10 UTC  (10+ messages)
` [U-Boot] [PATCH v3 1/9] ARM: DTS: stm32: add stm32f746 device tree pin control files
` [U-Boot] [PATCH v3 2/9] ARM: DTS: stm32: add stm32f746-disco device tree files
` [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files
` [U-Boot] [PATCH v3 4/9] ARM: stm32: fix stm32f7 sdram fmc base address
` [U-Boot] [PATCH v3 5/9] ARM: stm32: use clock setup function defined in clock.c
` [U-Boot] [PATCH v3 6/9] net: stm32: add designware mac glue code for stm32
` [U-Boot] [PATCH v3 7/9] net: phy: add SMSC LAN8742 phy
` [U-Boot] [PATCH v3 8/9] ARM: stm32: enable support for smsc phy on stm32f746-disco board
` [U-Boot] [PATCH v3 9/9] ARM: SPI: stm32: add stm32f746 qspi driver

[U-Boot] Pull request: u-boot-spi/sunxi
 2016-11-24 18:36 UTC  (4+ messages)

[U-Boot] Query on qspi driver
 2016-11-24 18:18 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/7] imx6: icorem6: Add framebuffer and I2C support
 2016-11-24 18:11 UTC  (3+ messages)

[U-Boot] [PATCH 0/6] arm64: mvebu: Armada-8K family patches
 2016-11-24 16:00 UTC  (9+ messages)
` [U-Boot] [PATCH 1/6] arm64: mvebu: Modify the A8K SPI and I2C config in DTS
` [U-Boot] [PATCH 4/6] arm64: mvebu: Add pin control nodes to A8K family DTS files

[U-Boot] GPL-Archive for UniFi(R) AP AC PRO fw 3.4.17.3440
 2016-11-24 15:38 UTC  (2+ messages)

[U-Boot] GPL-Archive for UniFi(R) AP AC PRO fw 3.4.17.3440
 2016-11-24 15:38 UTC 

[U-Boot] [PATCH v2 0/7] ARM: stm32: add network and qspi driver support to stm32f746-disco board
 2016-11-24 15:02 UTC  (4+ messages)
` [U-Boot] [PATCH v2 2/7] ARM: stm32: cleanup stm32f7 files

[U-Boot] [PATCH] cmd/fdt: fix uncallable systemsetup command
 2016-11-24 14:02 UTC 

[U-Boot] [PATCH v4 0/2] drivers: timer: inroduce ARC timer driver
 2016-11-24 13:46 UTC  (3+ messages)
` [U-Boot] [PATCH v4 2/2] arc: use timer driver instead of arch/arc/lib/timer.c

[U-Boot] [PATCH 00/24] sunxi: Allwinner A64: SPL support
 2016-11-24 10:18 UTC  (4+ messages)
` [U-Boot] [PATCH 02/24] sun6i: Restrict some register initialization to Allwinner A31 SoC

[U-Boot] what/where is image_entry()
 2016-11-24 10:04 UTC  (2+ messages)


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