messages from 2014-09-28 15:37:52 to 2014-09-30 12:26:53 UTC [more...]
[U-Boot] [PATCH] sunxi: Fix gmac not working reliable on the Bananapi
2014-09-30 12:26 UTC (8+ messages)
` [U-Boot] [linux-sunxi] "
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH 0/3] usb: dwc2: Add and enable DWC2 driver
2014-09-30 11:57 UTC (6+ messages)
` [U-Boot] [PATCH 1/3] usb: dwc2: Add driver for Synopsis DWC2 USB IP block
[U-Boot] [PATCH] VCMA9: remove EXT2 support
2014-09-30 11:53 UTC
[U-Boot] [RFC PATCH] genboardscfg.py: use Python2 from default path
2014-09-30 11:36 UTC (3+ messages)
[U-Boot] [PATCH] PATI: fix broken SPI access
2014-09-30 11:23 UTC
[U-Boot] UBI issues on SAMA5D31 NOR flash
2014-09-30 11:19 UTC (5+ messages)
[U-Boot] [PATCH] ARM: mx6: gw_ventana: Remove superfluous memset of GD in board_init_f
2014-09-30 10:41 UTC
[U-Boot] Activate generic board feature on all MPL boards
2014-09-30 10:32 UTC (5+ messages)
` [U-Boot] [PATCH 1/4] PIP405: convert to generic board
` [U-Boot] [PATCH 2/4] MIP405: "
` [U-Boot] [PATCH 3/4] VCMA9: "
` [U-Boot] [PATCH 4/4] PATI: "
[U-Boot] [PATCH v4 1/2] imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board
2014-09-30 10:23 UTC (4+ messages)
` [U-Boot] [PATCH v4 2/2] imx: mx6dlarm2: Add support for i.MX6Q/DL arm2 LPDDR2 boards
[U-Boot] [PATCH] SPDX License cleanup for LiMon imported files
2014-09-30 8:44 UTC
[U-Boot] drivers/net/phy/icplus.c delete reason
2014-09-30 8:26 UTC (3+ messages)
[U-Boot] environment expectations of config_distro_bootcmd.h
2014-09-30 7:11 UTC (4+ messages)
[U-Boot] [PATCH v2 00/10] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)
2014-09-30 7:06 UTC (14+ messages)
` [U-Boot] [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig
` [U-Boot] [linux-sunxi] "
[U-Boot] [GENERIC_BOARD] env problems before relocation with ppc8360
2014-09-30 7:03 UTC (4+ messages)
[U-Boot] [PATCH 3/3] drivers: usb: fsl: Add USB device-tree errata framework
2014-09-30 5:54 UTC
[U-Boot] [PATCH 2/3] drivers: usb: Make usb device-tree fixup code architecture independent
2014-09-30 5:53 UTC
[U-Boot] [PATCH 1/3] drivers: usb: fsl: Move USB Errata checking code
2014-09-30 5:52 UTC
[U-Boot] [PATCH 0/5] omap3: overo: Add foreign expansion board support
2014-09-30 5:10 UTC (2+ messages)
[U-Boot] [patch 0/2] SPL: Lightweight UBI and UBI fastmap support
2014-09-30 4:49 UTC (4+ messages)
` [U-Boot] [patch 2/2] spl: "
[U-Boot] [PATCH V2 1/2] ARM: rpi_b: query internal MAC address from firmware
2014-09-30 4:21 UTC (3+ messages)
[U-Boot] compile issue with U-boot-2014.10-rc2 & Cubieboard
2014-09-30 1:29 UTC
[U-Boot] [PATCH v3 0/29] Introduce driver model support for SPI, SPI flash, cros_ec
2014-09-29 22:59 UTC (31+ messages)
` [U-Boot] [PATCH v3 01/29] sandbox: dts: Add a SPI device and cros_ec device
` [U-Boot] [PATCH v3 02/29] dm: core: Add functions for iterating through device children
` [U-Boot] [PATCH v3 03/29] dm: core: Allow parents to pass data to children during probe
` [U-Boot] [PATCH v3 04/29] dm: core: Add a clarifying comment on struct udevice's seq member
` [U-Boot] [PATCH v3 05/29] dm: spi: Add a uclass for SPI
` [U-Boot] [PATCH v3 06/29] dm: sandbox: Add a SPI emulation uclass
` [U-Boot] [PATCH v3 07/29] dm: Remove spi_init() from board_r.c when using driver model
` [U-Boot] [PATCH v3 08/29] dm: Add spi.h header to a few files
` [U-Boot] [PATCH v3 09/29] dm: spi: Adjust cmd_spi to work with driver model
` [U-Boot] [PATCH v3 10/29] dm: sandbox: spi: Move to "
` [U-Boot] [PATCH v3 11/29] dm: spi: Rename soft_spi.c to soft_spi_legacy.c
` [U-Boot] [PATCH v3 12/29] dm: spi: Remove SPI_INIT feature
` [U-Boot] [PATCH v3 13/29] dm: spi: Add soft_spi implementation
` [U-Boot] [PATCH v3 14/29] dm: exynos: Convert SPI to driver model
` [U-Boot] [PATCH v3 15/29] dm: spi: Add documentation on how to convert over SPI drivers
` [U-Boot] [PATCH v3 16/29] exynos: universal_c210: Move to driver model soft_spi
` [U-Boot] [PATCH v3 17/29] sf: Tidy up public and private header files
` [U-Boot] [PATCH v3 18/29] spi: Use error return value in sf_ops
` [U-Boot] [PATCH v3 19/29] dm: sf: Add a uclass for SPI flash
` [U-Boot] [PATCH v3 20/29] dm: Convert spi_flash_probe() and 'sf probe' to use driver model
` [U-Boot] [PATCH v3 21/29] dm: sf: sandbox: Convert SPI flash driver to "
` [U-Boot] [PATCH v3 22/29] dm: exynos: config: Use driver model for SPI flash
` [U-Boot] [PATCH v3 23/29] dm: spi: Add tests
` [U-Boot] [PATCH v3 24/29] dm: sf: Add tests for SPI flash
` [U-Boot] [PATCH v3 25/29] dm: tegra: dts: Add aliases for spi on tegra30 boards
` [U-Boot] [PATCH v3 26/29] dm: tegra: spi: Convert to driver model
` [U-Boot] [PATCH v3 27/29] dm: cros_ec: Add support for "
` [U-Boot] [PATCH v3 28/29] dm: sandbox: cros_ec: Move sandbox cros_ec to driver module
` [U-Boot] [PATCH v3 29/29] dm: exynos: cros_ec: Move cros_ec_spi to driver model
[U-Boot] [PATCH] ci_udc: force full-speed operation if !CONFIG_USB_GADGET_DUALSPEED
2014-09-29 22:59 UTC (11+ messages)
` [U-Boot] [PATCH V2] usb: ci_udc: respect CONFIG_USB_GADGET_DUALSPEED
` [U-Boot] [PATCH] "
[U-Boot] [PATCH 00/51] arm: socfpga: Usability fixes
2014-09-29 22:54 UTC (3+ messages)
[U-Boot] [U-boot] [Patch v2 0/5] keystone2: serdes: add seredes driver
2014-09-29 20:25 UTC (6+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: use mdio_reset function
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: register MDIO bus
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: register eth PHYs on "
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: use general get link function
[U-Boot] [U-boot] [Patch v2 0/5] keystone2: generalize keystone_net driver usage
2014-09-29 19:17 UTC (6+ messages)
` [U-Boot] [U-boot] [Patch v2 1/5] net: keystone_net: remove SoC specific emac_regs structure
` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: add support for NETCP v1.5
` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: move header file from arch to ti-common
` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: increase MDIO clock frequency
` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: remove redundant code from keystone_net.c
[U-Boot] [PATCH] beagleboard: Remove side effects of i2c2 pullup resisters initialization code
2014-09-29 17:46 UTC
[U-Boot] [PATCH] powerpc/mpc85xx:Update RESET_VECTOR_ADDRESS for 768KB u-boot size
2014-09-29 16:48 UTC (2+ messages)
[U-Boot] [PATCH] powerpc/mpc85xx: Add DSP side awareness for Freescale Heterogeneous SoCs
2014-09-29 16:42 UTC (2+ messages)
[U-Boot] [PATCH] patman: Check commit_match before stripping leading whitespace
2014-09-29 16:22 UTC (3+ messages)
[U-Boot] [PATCH v4 1/3] spi:rewrite the Freescale DSPI driver
2014-09-29 15:21 UTC (3+ messages)
[U-Boot] Git reorganization
2014-09-29 15:15 UTC
[U-Boot] [PATCH v2 00/40] ARM: tegra: Add PCIe support
2014-09-29 13:54 UTC (4+ messages)
[U-Boot] Generic Board Progress
2014-09-29 13:23 UTC (2+ messages)
[U-Boot] [PATCH] ARNDALE: Enhance arndale config to be more flexible on boot
2014-09-29 12:14 UTC (4+ messages)
[U-Boot] Congatec Conga-QEVAL board sd-card boot not working
2014-09-29 12:07 UTC (2+ messages)
[U-Boot] [PATCH for-next] arndale: Enable config_distro_defaults.h
2014-09-29 10:24 UTC (2+ messages)
` [U-Boot] [PATCH] arndale: Use config_distro_bootcmd.h
[U-Boot] [PATCH v2] mvebu_mmc: Driver addition
2014-09-29 9:46 UTC (3+ messages)
[U-Boot] [PATCH 1/4] arm: m28evk: Test if bootscript exists before loading it
2014-09-29 9:38 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] arm: m53evk: "
` [U-Boot] [PATCH 3/4] arm: m28evk: Enable FS_GENERIC
` [U-Boot] [PATCH 4/4] arm: m53evk: "
[U-Boot] [PATCH] imx6: add Bachmann OT1200 board v2
2014-09-29 8:46 UTC (2+ messages)
[U-Boot] [PATCH] usb: ehci-mx6: Rename the USB register base address
2014-09-29 8:38 UTC (2+ messages)
[U-Boot] [PATCH 1/7] sun4i: add USB EHCI settings
2014-09-29 8:31 UTC (9+ messages)
` [U-Boot] [PATCH 5/7] sun4i: Add support for a number of new sun4i boards
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH v3 1/5] imx: mx6qarm2: Add the kernel FDT Loading support
2014-09-29 8:27 UTC (11+ messages)
` [U-Boot] [PATCH v3 2/5] imx: mx6qarm2: Change the mmcroot and mmcpart env value
` [U-Boot] [PATCH v3 3/5] imx: mx6dlarm2: Add support for i.MX6DL arm2 DDR3 board
` [U-Boot] [PATCH v3 4/5] imx: mx6: Checking PLL2 PFD0 and PFD2 for periph_clk before PFD reset
` [U-Boot] [PATCH v3 5/5] imx: mx6dlarm2: Add support for i.MX6Q/DL arm2 LPDDR2 boards
[U-Boot] [PATCH 1/5] usb: ehci: mxs: Add board-specific callbacks
2014-09-29 7:03 UTC (2+ messages)
[U-Boot] [PATCH 0/5] Add EXT filesystem support to SPL
2014-09-29 6:39 UTC (2+ messages)
[U-Boot] [PATCH] ORIGEN: Enhance origen config to be more flexible on boot
2014-09-29 6:35 UTC (2+ messages)
[U-Boot] [PATCH 0/7] ARM: sunxi: Add basic support for Allwinner A31 (sun6i)
2014-09-29 6:31 UTC (8+ messages)
` [U-Boot] [PATCH 4/7] ARM: sun6i: Add clock support
[U-Boot] [PATCH v8 0/12] Enable driver model for GPIOs on Tegra and Exynos
2014-09-29 6:06 UTC (3+ messages)
` [U-Boot] [PATCH v8 08/12] dm: exynos: Move s5p_goni to generic board
[U-Boot] [PATCH][v2] powerpc/mpc85xx: SECURE BOOT - Bypass PAMU in case of secure boot
2014-09-29 6:05 UTC
[U-Boot] [PATCH 1/3][v3] crypto/fsl: Add command for encapsulating/decapsulating blobs
2014-09-29 5:57 UTC (3+ messages)
` [U-Boot] [PATCH 2/3][v3] mpc85xx: configs - Enable blob command in freescale platforms
` [U-Boot] [PATCH 3/3][v3] ls102x: Add support for secure boot and enable blob command
[U-Boot] [PATCH 1/2] fsl_sec : Add hardware accelerated SHA256 and SHA1
2014-09-29 5:49 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] mpc85xx: configs - Add hash command in freescale platforms
[U-Boot] [PATCH 1/4] Add snoop disable for slave port 0, port 1 and port 2
2014-09-29 4:21 UTC (7+ messages)
` [U-Boot] [PATCH 2/4] arm: ls102xa: Remove bit reversing for SCFG registers
` [U-Boot] [PATCH 3/4] ls102xa: ifc: nor: fix the write issue when bytes unaligned
` [U-Boot] [PATCH 4/4] arm: ls102xa: Add SystemID EEPROM support for LS1021ATWR board
[U-Boot] [PATCH] exynos: update maintainer of Snow and SMDK5420 board
2014-09-29 4:17 UTC (2+ messages)
[U-Boot] [PATCH 0/4] dm: a collection of minor fixes in Driver-Model
2014-09-29 2:39 UTC (9+ messages)
` [U-Boot] [PATCH 3/4] dm: do not check dm_root before searching in uclass_root
` [U-Boot] [PATCH 4/4] dm: simplify the loop in lists_driver_lookup_name()
[U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards
2014-09-29 1:18 UTC (16+ messages)
` [U-Boot] [PATCH v4 01/15] Exynos: Use 900MHz ARM frequency in SPL for peach_pit
` [U-Boot] [PATCH v4 02/15] exynos5: Enable data cache
` [U-Boot] [PATCH v4 03/15] cros_ec: power: Add a tunnelled version of the tps65090 driver
` [U-Boot] [PATCH v4 04/15] cros_ec: exynos: Use the correct tps65090 driver in each case
` [U-Boot] [PATCH v4 05/15] dm: exynos: Split out the cros_ec drivers
` [U-Boot] [PATCH v4 06/15] exynos: dts: Add device tree node for cros_ec keyboard
` [U-Boot] [PATCH v4 07/15] exynos: Rename -dt config files to -common
` [U-Boot] [PATCH v4 08/15] exynos: Move common exynos settings into a common file
` [U-Boot] [PATCH v4 09/15] exynos: Move common smdk5420 things to "
` [U-Boot] [PATCH v4 10/15] exynos: config: Move cros_ec and tps65090 out of smdk boards
` [U-Boot] [PATCH v4 11/15] config: Move arndale to use common exynos5250 file
` [U-Boot] [PATCH v4 12/15] config: Move smdkv310 to use common exynos4 file
` [U-Boot] [PATCH v4 13/15] samsung: Enable device tree for s5p_goni
` [U-Boot] [PATCH v4 14/15] samsung: Enable device tree for smdkc100
` [U-Boot] [PATCH v4 15/15] exynos: Enable pre-relocation malloc()
[U-Boot] [PATCH v4 0/15] samsung: Use common config files with Samsung boards
2014-09-29 1:17 UTC
[U-Boot] [PATCH v3 0/15] samsung: Use common config files with Samsung boards
2014-09-28 18:28 UTC (4+ messages)
` [U-Boot] [PATCH v3 03/15] cros_ec: power: Add a tunnelled version of the tps65090 driver
[U-Boot] [PATCH] kconfig: fix another bug of "make savedefconfig"
2014-09-28 18:16 UTC (2+ messages)
[U-Boot] [PATCH v2 0/2] Introduce CONFIG_SUPPORT_SPL/TPL
2014-09-28 18:15 UTC (3+ messages)
` [U-Boot] [PATCH v2 1/2] kconfig: add CONFIG_SUPPORT_SPL
[U-Boot] [PATCH] tools: mkimage can read input on /dev/stdin
2014-09-28 17:48 UTC (12+ messages)
[U-Boot] [PATCH 0/5] powerpc: remove some orphan boards
2014-09-28 16:38 UTC (6+ messages)
` [U-Boot] [PATCH 1/5] powerpc: ppc4xx: remove board support for KAREF and METROBOX
` [U-Boot] [PATCH 2/5] powerpc: ppc4xx: remove board support for CRAYL1
` [U-Boot] [PATCH 3/5] powerpc: ppc4xx: remove board support for bluestone
` [U-Boot] [PATCH 4/5] powerpc: mpc83xx: remove board support for MERGERBOX and MVBLM7
` [U-Boot] [PATCH 5/5] powerpc: mpc5xxx: remove board support for MVBC_P and MVSMR
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox