public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2016-01-11 03:08:58 to 2016-01-12 14:04:58 UTC [more...]

[U-Boot] [PATCH] common: usb: fix checking condition
 2016-01-12 14:04 UTC  (2+ messages)

[U-Boot] [PATCH v5] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-12 14:03 UTC  (2+ messages)

[U-Boot] [PATCH] fdt: fix address cell count checking in fdt_translate_address()
 2016-01-12 13:59 UTC  (11+ messages)

[U-Boot] [PATCH] fdt: __of_translate_address(): check parent's 'ranges' before translate
 2016-01-12 13:57 UTC  (6+ messages)

[U-Boot] [PATCH v3 00/14] Initial Microchip PIC32MZ[DA] Support
 2016-01-12 12:55 UTC  (17+ messages)
` [U-Boot] [PATCH v3 01/14] MIPS: initialize board_init_f() argument to zero
` [U-Boot] [PATCH v3 02/14] MIPS: initial infrastructure for Microchip PIC32 architecture
` [U-Boot] [PATCH v3 03/14] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller
` [U-Boot] [PATCH v3 04/14] drivers: pinctrl: Add pinctrl driver for Microchip PIC32
` [U-Boot] [PATCH v3 05/14] drivers: gpio: add driver for Microchip PIC32 GPIO controller
` [U-Boot] [PATCH v3 06/14] drivers: serial: add driver for Microchip PIC32 UART controller
` [U-Boot] [PATCH v3 07/14] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32
` [U-Boot] [PATCH v3 08/14] MIPS: Add support for Microchip PIC32MZ[DA] SoC family
` [U-Boot] [PATCH v3 09/14] board: Add Microchip PIC32MZ[DA]-Starter-Kit board
` [U-Boot] [PATCH v3 10/14] drivers: mmc: add driver for Microchip PIC32 SDHCI controller
` [U-Boot] [PATCH v3 11/14] board: add SDHCI support for PIC32MZDASK board
` [U-Boot] [PATCH v3 12/14] drivers: net: phy: add SMSC LAN8740 Phy support
` [U-Boot] [PATCH v3 13/14] drivers: net: Add ethernet driver for Microchip PIC32
` [U-Boot] [PATCH v3 14/14] board: Enable ethernet, tftpboot support to pic32mzdask board

[U-Boot] axm SPL image too big
 2016-01-12 10:48 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] net: phy: implements probe for Cortina phy
 2016-01-12  9:55 UTC 

[U-Boot] [PATCH 1/2] net: phy: introduce a quirk PHY_BROKEN_RESET
 2016-01-12  9:55 UTC 

[U-Boot] [PATCH] imx: mx6/7 define CONFIG_SYS_VSNPRINTF
 2016-01-12  9:45 UTC 

[U-Boot] [PATCH 0/8] Convert lpuart serial driver to driver model
 2016-01-12  9:30 UTC  (13+ messages)
` [U-Boot] [PATCH 1/8] dm: lpuart: Add driver model support for the serial driver
` [U-Boot] [PATCH 2/8] colibri_vf: Update enabling lpuart support with driver model
` [U-Boot] [PATCH 3/8] arm: vf610twr: Enable driver model support
` [U-Boot] [PATCH 4/8] vf610twr: Update enabling lpuart with driver model
` [U-Boot] [PATCH 5/8] arm: ls102xa: Enable driver model support
` [U-Boot] [PATCH 6/8] ls1021x: Update enabling lpuart with driver model
` [U-Boot] [PATCH 7/8] arm: pcm052: Enable driver model support
` [U-Boot] [PATCH 8/8] pcm052: Update enabling lpuart support with driver model

[U-Boot] [PATCH] common: env_flags: fix loop condition when using env_flags_varaccess_mask
 2016-01-12  9:23 UTC 

[U-Boot] [PATCHv3 4/4] igep00x0: UBIize
 2016-01-12  9:08 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] clk: add static qualifier to local functions
 2016-01-12  7:40 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] clk: change the type of return value to long

[U-Boot] [PATCH] clk: move Kconfig options into sub-menu
 2016-01-12  7:36 UTC 

[U-Boot] [PATCH 0/5] sunxi: power: axp818: Support ALDO/DLDO/ELDOs
 2016-01-12  6:42 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] power: axp818: Remove duplicate register definition macros
` [U-Boot] [PATCH 2/5] power: axp: merge separate DLDO functions into 1
` [U-Boot] [PATCH 3/5] power: axp818: Add support for DLDO and ELDO regulators
` [U-Boot] [PATCH 4/5] sunxi: h8_homlet_v2: Drop LDO settings from defconfig
` [U-Boot] [PATCH 5/5] sunxi: power: axp818: Enable support for ALDOs

[U-Boot] [PATCH 00/17] arm: ls1021atwr: Convert to use driver model TSEC driver
 2016-01-12  6:41 UTC  (18+ 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 16/17] arm: ls1021atwr: Disable CONFIG_E1000 temporarily
` [U-Boot] [PATCH 17/17] arm: ls1021atwr: Convert to use driver model TSEC driver

[U-Boot] [PATCH v2 03/13] drivers: pinctrl: Add pinctrl driver for Microchip PIC32 microcontroller
 2016-01-12  5:02 UTC  (5+ messages)

[U-Boot] [PATCH v2 05/13] drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32
 2016-01-12  4:59 UTC  (3+ messages)

[U-Boot] [PATCH v2 02/13] drivers: clk: Add clock driver for Microchip PIC32 Microcontroller
 2016-01-12  4:59 UTC  (5+ messages)

[U-Boot] [PATCH v6 0/8] x86: qemu: add fw_cfg interface support for qemu-x86 targets
 2016-01-12  4:00 UTC  (22+ messages)
` [U-Boot] [PATCH v6 1/8] x86: adjust ramdisk load address
` [U-Boot] [PATCH v6 2/8] x86: qemu: add fw_cfg support
` [U-Boot] [PATCH v6 3/8] x86: qemu: add a cpu uclass driver for qemu target
` [U-Boot] [PATCH v6 4/8] x86: fix a typo in function name
` [U-Boot] [PATCH v6 5/8] x86: use actual CPU number for allocating memory
` [U-Boot] [PATCH v6 6/8] x86: qemu: fix cpu device in smp boot
` [U-Boot] [PATCH v6 7/8] x86: qemu: remove cpu node in device tree
` [U-Boot] [PATCH v6 8/8] x86: qemu: add documentaion for the fw_cfg interface

[U-Boot] [Patch V3 0/3] LS1043AQDS SPI related patches
 2016-01-12  3:14 UTC  (4+ messages)
` [U-Boot] [Patch V3 3/3] armv8/ls1043aqds: add QSPI boot support

[U-Boot] [PATCH v2 0/4] Add LPDDR3 support for A83T
 2016-01-12  3:08 UTC  (6+ messages)
` [U-Boot] [PATCH v2 1/4] sunxi: redundant code cleanup from a83t dram init
` [U-Boot] [PATCH v2 2/4] sunxi: groundwork to support new dram type for A83T
` [U-Boot] [PATCH v2 3/4] sunxi: add support for LPDDR3 "
` [U-Boot] [PATCH v2 4/4] sunxi: Add suport for A83T based Banana-pi M3 Board

[U-Boot] [PATCH v3] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-12  2:48 UTC  (6+ messages)

[U-Boot] [PATCH v1 0/6] rockchip: kylin: Boot with android boot image
 2016-01-12  2:36 UTC  (6+ messages)
` [U-Boot] [PATCH v1 5/6] rockchip: kylin: Enable boot "

[U-Boot] [PATCH v4] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-12  1:59 UTC  (2+ messages)

[U-Boot] Newbie to u-boot needs help! Please help if you can
 2016-01-11 23:13 UTC 

[U-Boot] [PATCH] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-11 22:57 UTC  (2+ messages)

[U-Boot] [PATCH] socfpga: Modify qts-filter args to allow input for bsp generated files and quartus project directories
 2016-01-11 22:35 UTC  (2+ messages)

[U-Boot] [ANN] U-Boot v2016.01-rc4 released
 2016-01-11 22:20 UTC  (6+ messages)

[U-Boot] [PATCH v1 00/16] Add support for 96boards Dragonboard410C board
 2016-01-11 22:02 UTC  (37+ messages)
` [U-Boot] [PATCH v1 01/16] serial: Add support for Qualcomm serial port
` [U-Boot] [PATCH v1 02/16] gpio: Add support for Qualcomm gpio controller
` [U-Boot] [PATCH v1 03/16] mmc: Add support for Qualcomm SDHCI controller
` [U-Boot] [PATCH v1 04/16] ehci-hcd: Add init_after_reset
` [U-Boot] [PATCH v1 05/16] usb: ulpi: Add Kconfig options for ULPI
` [U-Boot] [PATCH v1 09/16] ehci: Add support for Qualcomm EHCI
` [U-Boot] [PATCH v1 10/16] drivers: Add SPMI bus uclass
` [U-Boot] [PATCH v1 11/16] spmi: Add sandbox test driver
` [U-Boot] [PATCH v1 12/16] drivers: spmi: Add support for Qualcomm SPMI bus driver
` [U-Boot] [PATCH v1 13/16] pmic: Add support for Qualcomm PM8916 PMIC
` [U-Boot] [PATCH v1 14/16] gpio: Add support for Qualcomm PM8916 gpios
` [U-Boot] [PATCH v1 15/16] arm: Add support for Qualcomm Snapdragon family
` [U-Boot] [PATCH v1 16/16] board: Add Qualcomm Dragonboard 410C support

[U-Boot] [PATCH] dm: test: usb: Update the USB tests so that they all pass
 2016-01-11 20:29 UTC  (2+ messages)

[U-Boot] [PATCH] mx25pdk: Remove lowlevel_init.S file
 2016-01-11 20:09 UTC 

[U-Boot] [PATCH] net: phy: genphy: Allow overwriting features
 2016-01-11 17:57 UTC  (6+ messages)

[U-Boot] [PATCH v1 0/9] MIPS: sync asm header files with linux-4.4
 2016-01-11 17:56 UTC  (4+ messages)

[U-Boot] [PATCH] net/designware: add support of max-speed device tree property
 2016-01-11 17:52 UTC 

[U-Boot] [PATCH] MAINTAINERS/mailmap: Update my email address
 2016-01-11 17:16 UTC  (6+ messages)

[U-Boot] [PATCH V3 1/7] test/py: Implement pytest infrastructure
 2016-01-11 17:04 UTC  (20+ messages)
` [U-Boot] [PATCH V3 2/7] test/py: test that sandbox exits when asked
` [U-Boot] [PATCH V3 3/7] test/py: add test of setenv/printenv/echo
` [U-Boot] [PATCH V3 4/7] test/py: test the md/mw commands
` [U-Boot] [PATCH V3 5/7] test/py: add test of basic shell functionality
` [U-Boot] [PATCH V3 6/7] test/py: test the shell if command
` [U-Boot] [PATCH V3 7/7] test/py: test the ums command

[U-Boot] curious if XTRN_DECLARE_GLOBAL_DATA_PTR is still of value
 2016-01-11 16:59 UTC  (2+ messages)

[U-Boot] [PATCH] At start of autoboot check, flush any pending RX bytes
 2016-01-11 16:59 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/10] sf: Add flash_ids inside Core
 2016-01-11 16:59 UTC  (3+ messages)
` [U-Boot] [PATCH v3 04/10] sf: Use sf_params in sandbox

[U-Boot] U-Boot Rockchip dwc_hcd question for low-speed devices
 2016-01-11 16:59 UTC  (6+ messages)

[U-Boot] [PATCH V2] common: cli_simple: use strlcpy instead of strcpy
 2016-01-11 16:58 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] arm: ls1021atwr: Convert to driver model and enable serial support
 2016-01-11 16:58 UTC  (16+ messages)
` [U-Boot] [PATCH 1/8] fdt: Fix up stdout correctly in fdt_fixup_stdout()
` [U-Boot] [PATCH 7/8] serial: lpuart: Add driver model serial support

[U-Boot] [Patch V4 4/4] dm: env_sf: fix saveenv() to use driver model
 2016-01-11 16:58 UTC  (2+ messages)

[U-Boot] sf: About sandbox flash driver
 2016-01-11 16:58 UTC  (4+ messages)

[U-Boot] [PATCH v2 0/6] rockchip: kylin: Boot with android boot image
 2016-01-11 16:58 UTC  (3+ messages)
` [U-Boot] [PATCH v2 2/6] ARM: bootm: Try to use relocated ramdisk

[U-Boot] [PATCH 1/3] dm: timer: refuse timers with zero clock_rate
 2016-01-11 16:58 UTC  (8+ messages)
` [U-Boot] [PATCH 2/3] timer: sandbox: work without device tree
` [U-Boot] [PATCH 3/3] test/py: add a test for the sleep command

[U-Boot] [PATCH 4/5] MIPS: add initial infrastructure for device-tree files
 2016-01-11 16:48 UTC  (5+ messages)
` [U-Boot] [PATCH v2 "
  ` [U-Boot] [PATCH v3] "

[U-Boot] [U-Boot, PATCH 1/1] mmc: emmc and hw partitions partition table id bugfix
 2016-01-11 13:39 UTC 

[U-Boot] [PATCH 1/7] devicetree: use wildcard to clean arch subdir
 2016-01-11 11:06 UTC  (4+ messages)
` [U-Boot] [PATCH 2/7] arc: use generic dtb rule with CONFIG_DEFAULT_DEVICE_TREE

[U-Boot] [PATCH] net: phy: ensure Gigabit features are masked off if requested
 2016-01-11 10:26 UTC  (2+ messages)

[U-Boot] [PATCH] net: phy: breakdown PHY_*_FEATURES defines
 2016-01-11 10:25 UTC  (2+ messages)

[U-Boot] [PATCH] net/designware: do explicit port selection for 1Gb mode
 2016-01-11 10:11 UTC  (2+ messages)

[U-Boot] [PATCH] include/net.h: add max_speed member in struct eth_pdata
 2016-01-11 10:10 UTC  (2+ messages)

[U-Boot] Accessing a file on a NAND JFFS2 partition from u-boot
 2016-01-11 10:09 UTC 

[U-Boot] [PATCH] drivers/net/phy: introduce phy_set_supported()
 2016-01-11 10:09 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] Change DM_SEQ_ALIAS to be configurable for SPL
 2016-01-11  9:26 UTC  (4+ messages)
` [U-Boot] [PATCH v3 3/4] arm: mvebu: Select SPL_DM_SEQ_ALIAS

[U-Boot] [PATCHv3 3/4] spl: Lightweight UBI and UBI fastmap support
 2016-01-11  6:14 UTC  (2+ messages)

[U-Boot] [PATCHv2 0/3] spl: Lightweight UBI and UBI fastmap support
 2016-01-11  5:50 UTC  (4+ messages)


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