public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-11-30 09:43:52 to 2016-12-01 07:40:43 UTC [more...]

[U-Boot] [PATCH 0/5] arm: tegra: apalis-tk1, mmc and ext clock loopback
 2016-12-01  7:40 UTC  (13+ messages)
` [U-Boot] [PATCH 1/5] arm: tegra: initial support for apalis tk1
` [U-Boot] [PATCH 2/5] mmc: tegra: introduce CONFIG_TEGRA_MMC to Kconfig
` [U-Boot] [PATCH 3/5] mmc: tegra: move CONFIG_TEGRA_MMC from headers to defconfigs
` [U-Boot] [PATCH 4/5] mmc: tegra: allow disabling external clock loopback
` [U-Boot] [PATCH 5/5] apalis-tk1: disable external clock loopback on SDMMC3

[U-Boot] [GIT PULL] Please pull u-boot-mmc master
 2016-12-01  7:01 UTC 

[U-Boot] [PATCH v2 0/4] mmc: sdhci: Add support for frequency constrained peripheral interfaces
 2016-12-01  6:42 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 1/4] mmc: sdhci: Distinguish between base clock and maximum peripheral frequency

[U-Boot] [PATCH v2] dm: core: Add dev_get_addr_size_index() to retrieve addr and size
 2016-12-01  5:54 UTC  (3+ messages)

[U-Boot] [PATCH 01/13] serial: 16550: Add getfcr accessor
 2016-12-01  5:48 UTC  (18+ messages)
` [U-Boot] [PATCH 02/13] serial: 16550: Add port type as driver data
` [U-Boot] [PATCH 03/13] serial: 16550: Add Ingenic JZ4780 support
` [U-Boot] [PATCH 04/13] mmc: Fix warning if debug() is not used
` [U-Boot] [PATCH 05/13] mmc: Tinification of the mmc code
` [U-Boot] [PATCH 06/13] mmc: Add JZ47xx SD/MMC controller driver
` [U-Boot] [PATCH 07/13] SPL: mmc: Make spl_mmc_load_image available
` [U-Boot] [PATCH 08/13] gpio: Add JZ47xx GPIO driver
` [U-Boot] [PATCH 09/13] misc: Add JZ47xx efuse driver
` [U-Boot] [PATCH 10/13] mips: Add SPL header
` [U-Boot] [PATCH 11/13] mips: jz47xx: Add JZ4780 SoC support
` [U-Boot] [PATCH 12/13] mips: jz47xx: Add minimal JZ MMC node
` [U-Boot] [PATCH 13/13] mips: jz47xx: Add Creator CI20 platform

[U-Boot] Please assign custodian for: u-boot-pmic / maintainers for: Samsung boards
 2016-12-01  4:27 UTC  (3+ messages)

[U-Boot] [PATCH] nds32: Support mmc DM
 2016-12-01  4:20 UTC  (2+ messages)

[U-Boot] [PATCH v2] spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible
 2016-12-01  4:11 UTC  (6+ messages)

[U-Boot] [PATCH v3] rtc: Add RTC chip pcf2127 support
 2016-12-01  3:57 UTC 

[U-Boot] [PATCH v2] fsl/usb: enable the errata-a005697 for ls1012a
 2016-12-01  3:44 UTC 

[U-Boot] [PATCH] fsl/usb: enable the errata-a005697 for ls1012a
 2016-12-01  3:27 UTC  (4+ messages)

[U-Boot] [PATCH] mpc85xx: pci: Implement workaround for Erratum A007815
 2016-12-01  3:20 UTC 

[U-Boot] [PATCH v2 0/3] net: macb: Add option and clock support
 2016-12-01  3:09 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/3] net: Kconfig: Add CONFIG_MACB option

[U-Boot] [PATCH v2] armv8: QSPI: Add AHB bus 16MB+ size support
 2016-12-01  2:26 UTC  (3+ messages)

[U-Boot] [RFC PATCH v2 0/8] GPT over MTD
 2016-12-01  2:21 UTC  (16+ messages)
` [U-Boot] [RFC PATCH v2 1/8] uuid: add function for GUID string parsing
` [U-Boot] [RFC PATCH v2 2/8] disk: part: refactor to prepare GPT over MTD
` [U-Boot] [RFC PATCH v2 3/8] disk: part: add support of GPT partitioning "
` [U-Boot] [RFC PATCH v2 4/8] cmd: gpt: update command to support GPT "
` [U-Boot] [RFC PATCH v2 5/8] cmd: part: "
` [U-Boot] [RFC PATCH v2 6/8] cmd: mtdparts: "
` [U-Boot] [RFC PATCH v2 7/8] uuid: remove dependency with io.h
` [U-Boot] [RFC PATCH v2 8/8] sandbox: GPT over MTD test

[U-Boot] [PATCH v2] rtc: Add RTC chip pcf2127 support
 2016-12-01  2:21 UTC  (3+ messages)

[U-Boot] [PATCH] disk: convert to Kconfig
 2016-12-01  2:20 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/9] From Simon:
 2016-12-01  2:20 UTC  (6+ messages)

[U-Boot] uefi: x86: uboot as uefi payload
 2016-12-01  2:20 UTC  (2+ messages)

[U-Boot] [PATCHv4] Retrieve MAC address from EEPROM
 2016-12-01  2:20 UTC  (36+ messages)
` [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 14/14] tools: Add tool to add crc8 to a mac address

[U-Boot] [PATCH v3 1/2] dm: Add support for scsi/sata based devices
 2016-12-01  2:20 UTC  (3+ messages)
` [U-Boot] [PATCH v3 2/2] block: Move ceva driver to DM

[U-Boot] [PATCH v1 1/5] common: scsi: Remove completely unused functions
 2016-12-01  2:20 UTC  (15+ messages)
` [U-Boot] [PATCH v1 2/5] common: scsi: Make private functions static
` [U-Boot] [PATCH v1 3/5] cmd: "
` [U-Boot] [PATCH v1 4/5] scsi: Change scsi_scan() to be able to return value
` [U-Boot] [PATCH v1 5/5] scsi: Separate SCSI private block description initialization

[U-Boot] [PATCHv3 01/15] configs: ls1021a: enable DT and DM support
 2016-12-01  2:19 UTC  (11+ messages)
` [U-Boot] [PATCHv3 09/15] pci: layerscape: add pci driver based on DM

[U-Boot] [PATCH v3 0/1] cmd: pci: add option to parse and display BAR information
 2016-12-01  2:19 UTC  (3+ messages)
` [U-Boot] [PATCH v3 1/1] "

[U-Boot] [PATCH v5 00/13] binman: A tool for creating firmware images
 2016-12-01  2:19 UTC  (6+ messages)
` [U-Boot] [PATCH v5 10/13] tegra: Use a U-Boot-specific .dtsi file

[U-Boot] [PATCH v3] armv8: QSPI: Add AHB bus 16MB+ size support
 2016-12-01  2:13 UTC 

[U-Boot] [PATCH] nds32: Support eth DM
 2016-12-01  2:08 UTC 

[U-Boot] [PATCH] nds32: Support timer DM
 2016-12-01  2:01 UTC 

[U-Boot] [PATCH] nds32: Support serial DM
 2016-12-01  1:57 UTC 

[U-Boot] [PATCH v2 2/2] common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO
 2016-12-01  0:57 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/2] common/board_f.c: align m68k arch to use CONFIG_DISPLAY_CPUINFO
 2016-12-01  0:56 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: micrel: Fix error handling
 2016-12-01  0:49 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] travis.yml: Split Freescale ARM job up more
 2016-12-01  0:45 UTC  (2+ messages)

[U-Boot] [PATCH] ts4600: Disable CONFIG_DISPLAY_CPUINFO
 2016-12-01  0:45 UTC  (3+ messages)

[U-Boot] [GIT PULL] u-boot-mips/master
 2016-12-01  0:45 UTC  (4+ messages)

[U-Boot] [PULL] Please pull u-boot-imx
 2016-12-01  0:44 UTC  (2+ messages)

[U-Boot] Travis CI
 2016-12-01  0:39 UTC  (5+ messages)

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

[U-Boot] [PATCH v2 1/8] spl: Use a single underscore in the SPL_LOAD_IMAGE_METHOD() macro
 2016-11-30 22:30 UTC  (8+ messages)
` [U-Boot] [PATCH v2 2/8] spl: Add a name to the SPL load-image methods
` [U-Boot] [PATCH v2 3/8] spl: Move the loading code into its own function
` [U-Boot] [PATCH v2 4/8] spl: Pass the loader into spl_load_image()
` [U-Boot] [PATCH v2 5/8] spl: Drop announce_boot_device()
` [U-Boot] [PATCH v2 6/8] spl: sunxi: Drop spl_board_announce_boot_device()
` [U-Boot] [PATCH v2 7/8] spl: uniphier: "
` [U-Boot] [PATCH v2 8/8] spl: sandbox: "

[U-Boot] [PATCH v2 0/8] spl: Move image loader names into the linker list
 2016-11-30 22:30 UTC 

[U-Boot] [PATCH v2 0/6] cleanup and enhancements for Colibri VFxx
 2016-11-30 21:41 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/6] toradex: fix USB Download gadget fixup callback
` [U-Boot] [PATCH v2 2/6] toradex: allow custom fdt board setup in board file
` [U-Boot] [PATCH v2 3/6] colibri_vf: use device-tree for MTD partitions
` [U-Boot] [PATCH v2 4/6] colibri_vf: cleanup USB clock initialization
` [U-Boot] [PATCH v2 5/6] colibri_vf: use same NAND clock as Linux uses
` [U-Boot] [PATCH v2 6/6] ARM: dts: vf: Fix warning about missing reg property

[U-Boot] [PATCH] sunxi: net: Use net_ops hooks to get the MAC
 2016-11-30 21:37 UTC  (17+ messages)
` [U-Boot] [PATCH 1/6] net: dw: Add read_rom_hwaddr net_op hook
` [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] [PATCH 1/4 v2] fsl/ddr: Fix compiling warning
 2016-11-30 21:31 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4 v3] fsl/ddr: Add erratum_a009942_check_cpo and clean related erratum

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

[U-Boot] [PATCH] drivers: net: keystone_net: add rgmii link type support when parsing dt
 2016-11-30 19:28 UTC  (5+ messages)

[U-Boot] [PATCH v3 0/9] ARM: stm32: add network and qspi driver support to stm32f746-disco board
 2016-11-30 19:13 UTC  (3+ messages)
` [U-Boot] [PATCH v3 3/9] ARM: stm32: cleanup stm32f7 files

[U-Boot] [PATCH 2/2] Fix patman alignment issues in Add MSCC PHY:VSC8530/VSC8531/VSC8540/VSC8541
 2016-11-30 19:06 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] arm: imx: add boards apalis imx6, colibri imx6
 2016-11-30 18:43 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] arm: imx: initial support for apalis imx6
` [U-Boot] [PATCH 2/2] arm: imx: initial support for colibri imx6

[U-Boot] [PATCH] arm, Makefile: set SPL_PAYLOAD according to the SoC architecture
 2016-11-30 18:29 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH v2] board/ls2088ardb: set rear fan speed to reduce noise
 2016-11-30 18:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/1] rpi: set serial port clock to 48 MHz
 2016-11-30 18:07 UTC  (4+ messages)

[U-Boot] [PATCH] imx_common: spl: Fix SPL boot from SD card
 2016-11-30 17:43 UTC  (2+ messages)

[U-Boot] T2080 l2-cache-controller compatible string overwritten by ft_fixup_l2cache
 2016-11-30 17:18 UTC  (3+ messages)
` [U-Boot] [PATCH] powerpc: Retain compatible property for L2 cache

[U-Boot] [PATCHv2 1/5] fsl: serdes: ensure accessing the initialized maps of serdes protocol
 2016-11-30 16:57 UTC  (4+ messages)

[U-Boot] [PATCH v4 0/6] Add ARMv8 PSCI framework
 2016-11-30 16:46 UTC  (15+ messages)
` [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 6/6] ARMv8: LS1043A: Enable LS1043A default PSCI support

[U-Boot] [PATCH 00/23] MIPS Boston fixes, ethernet support & cleanup
 2016-11-30 15:22 UTC  (5+ messages)
` [U-Boot] [PATCH 02/23] MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve
` [U-Boot] [PATCH 03/23] MIPS: Fix map_physmem for cached mappings

[U-Boot] [PATCH 01/14] mips: Let cache.h be included from assembly source
 2016-11-30 15:21 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/7] Add FIT loadable custom processing
 2016-11-30 14:13 UTC  (3+ messages)
` [U-Boot] [PATCH v3 5/7] arm: omap5: Add OPTEE node to fdt

[U-Boot] Please pull u-boot-mpc85xx master
 2016-11-30 14:12 UTC  (2+ messages)

[U-Boot] [PATCH] travis.yml: Add samsung and rockchip builds
 2016-11-30 14:11 UTC  (2+ messages)

[U-Boot] [PATCH] video: cfb_console: fix hang if splashimage file is missing
 2016-11-30 13:30 UTC 

[U-Boot] [PATCH v2 1/7] scsi: Extract block device initialization
 2016-11-30 13:00 UTC  (7+ messages)
` [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] spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible
 2016-11-30 12:57 UTC  (2+ messages)

[U-Boot] [PATCH] Revert "ARM: mx6: add MMC2 boot device detection support in SPL"
 2016-11-30 12:08 UTC 

[U-Boot] [Resend RFC PATCH v1 0/3] GPT over MTD
 2016-11-30 10:45 UTC  (6+ messages)
` [U-Boot] [Resend RFC PATCH v1 1/3] add support of GPT partitioning "


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