U-boot Archive mirror
 help / color / mirror / Atom feed
 messages from 2015-05-11 19:08:08 to 2015-05-13 05:59:49 UTC [more...]

[U-Boot] [PATCH 1/2] ARMv7: Factor out reusable timer_wait from sunxi/psci.S
 2015-05-13  5:59 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] arm/ls102xa: Add PSCI support for ls102xa

[U-Boot] [PATCH] i2c, mxc: rework i2c base address names for different SoCs
 2015-05-13  5:53 UTC 

[U-Boot] [PATCH v2] arm, imx6, i2c: add I2C4 for MX6DL
 2015-05-13  5:50 UTC 

[U-Boot] [PATCH V3] i2c: mxc: refactor i2c driver and support dm
 2015-05-13  5:08 UTC  (5+ messages)

[U-Boot] [PATCH] serial: stm32: Automatically generate CR when LF is observed
 2015-05-13  4:41 UTC  (4+ messages)

[U-Boot] [PATCH] Clean all defconfigs with savedefconfig
 2015-05-13  3:33 UTC  (22+ messages)
` [U-Boot] [PATCH v2 1/2] kconfig: Make board selection choices optional
  ` [U-Boot] [PATCH v2 2/2] Clean all defconfigs with savedefconfig
  ` [U-Boot] [PATCH v3 1/2] arch: Make board selection choices optional
    ` [U-Boot] [PATCH v3 2/2] Clean all defconfigs with savedefconfig

[U-Boot] Booting mx28 from battery
 2015-05-13  3:10 UTC 

[U-Boot] [PATCH 1/5] moveconfig: Actually build autoconf.mk
 2015-05-13  2:14 UTC  (4+ messages)
` [U-Boot] [PATCH v2 1/7] "
  ` [U-Boot] [PATCH v2 2/7] moveconfig: Add a mapping for the arc cross-compiler

[U-Boot] [PATCH v1 0/3] New tag for Flattened Image Trees (FIT) - Booting Xen from a FIT
 2015-05-13  1:52 UTC  (2+ messages)

[U-Boot] [PATCH 00/12] PMIC/REGULATOR cleanup and Sandbox tests
 2015-05-13  1:50 UTC  (5+ messages)
` [U-Boot] [PATCH 09/12] sandbox: add: sandbox PMIC device drivers: I2C emul, pmic, regulator

[U-Boot] [PATCH v2 0/5] Introduce BIT and GENMASK
 2015-05-13  1:48 UTC  (6+ messages)

[U-Boot] Pull request: u-boot-tegra/master
 2015-05-13  1:45 UTC  (2+ messages)

[U-Boot] [PATCH v1 0/4] Add SHA256 encrypted stop string for autobooting
 2015-05-13  1:34 UTC  (7+ messages)
` [U-Boot] [PATCH v1 1/4] Kconfig: Enable usage of escape char '\' in string values

[U-Boot] [PATCH 00/19] imx: ventana: misc updates
 2015-05-12 23:23 UTC  (7+ messages)
` [U-Boot] [PATCH 08/19] imx: ventana: config: use MMC SPL RAW support
` [U-Boot] [PATCH 10/19] imx: ventana: fix pcie reset for GW522x

[U-Boot] [PATCH 0/4] arm: mvebu: Allow DB-88F6820-GP to boot Linux
 2015-05-12 22:42 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] arm: mvebu: Disable L2 cache before enabling d-cache
` [U-Boot] [PATCH 2/4] arm: mvebu: Update CBAR with SOC regs base
` [U-Boot] [PATCH 3/4] mv-common.h: Include support for device trees
` [U-Boot] [PATCH 4/4] db-88f6820-gp.h: Load data blobs into lower memory

[U-Boot] [PATCH 01/24] usb: add device connection/disconnection detection
 2015-05-12 22:41 UTC  (42+ messages)
` [U-Boot] [PATCH 03/24] bootstage: Add IDs for SPI flash reading and decompression
` [U-Boot] [PATCH 04/24] dm: i2c: Implement 'i2c bus' command for driver model
` [U-Boot] [PATCH 05/24] dm: i2c: Add a function to find out the chip offset length
` [U-Boot] [PATCH 06/24] tpm: Support using driver model with I2C
` [U-Boot] [PATCH 07/24] tpm: Rename Infineon TPM to slb9645tt
` [U-Boot] [PATCH 08/24] dm: gpio: Fix comment typo in GPIOD_IS_IN
` [U-Boot] [PATCH 09/24] arm: Include the .got section in the binary
` [U-Boot] [PATCH 10/24] arm: Add a prototype for save_boot_params_ret()
` [U-Boot] [PATCH 14/24] sandbox: Correct error handling in state_read_file()
` [U-Boot] [PATCH 15/24] sandbox: Add missing errno.h includes in a few files
` [U-Boot] [PATCH 16/24] sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation
` [U-Boot] [PATCH 17/24] sandbox: spi: Add newline to printf() in sandbox_sf_probe
` [U-Boot] [PATCH 18/24] sandbox: Fix warning in display_options
` [U-Boot] [PATCH 19/24] sandbox: Support wide-screen LCD emulation

[U-Boot] [PATCH v5 00/15] usb: ohci dm support & add sunxi ehci + ohci support
 2015-05-12 22:39 UTC  (40+ messages)
` [U-Boot] [PATCH v5 01/15] usb: Fix handover of full-speed devices from ehci to companion
` [U-Boot] [PATCH v5 02/15] usb: usb_control_msg() propagate controller error code
` [U-Boot] [PATCH v5 03/15] usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errors
` [U-Boot] [PATCH v5 04/15] usb: Stop reset procedure when a dev is handed over to a companion hcd
` [U-Boot] [PATCH v5 06/15] dm: usb: Add support for interrupt queues to the dm usb code
` [U-Boot] [PATCH v5 07/15] dm: usb: Move printing of usb scan status to usb_scan_bus()
` [U-Boot] [PATCH v5 08/15] dm: usb: Add support for companion controllers
` [U-Boot] [PATCH v5 09/15] dm: usb: Do not scan companion buses if no devices where handed over
` [U-Boot] [PATCH v5 10/15] usb: ohci: Do not resubmit and leak urbs for interrupt packets
` [U-Boot] [PATCH v5 11/15] usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
` [U-Boot] [PATCH v5 12/15] usb: ohci: Skip unnecessary mdelay(1) calls in various places
` [U-Boot] [PATCH v5 13/15] usb: ohci: Add dm support
` [U-Boot] [PATCH v5 14/15] sunxi: ehci: Convert to the driver-model
` [U-Boot] [PATCH v5 15/15] sunxi: ohci: Add ohci usb host controller support

[U-Boot] [PATCH 0/4] arm: mvebu: Allow DB-88F6820-GP to boot Linux
 2015-05-12 22:37 UTC 

[U-Boot] [PATCH] board: add support for Vision System's Baltos Industrial PC
 2015-05-12 22:16 UTC 

[U-Boot] U-Boot 2015.04 failing to build with GCC 5.1
 2015-05-12 21:20 UTC  (3+ messages)

[U-Boot] [PATCH] tools: use pkg-config when available to get SSL flags
 2015-05-12 20:59 UTC 

[U-Boot] [PATCH v2 00/18] dm: Introduce device tree support in SPL (for Rockchip)
 2015-05-12 20:55 UTC  (19+ messages)
` [U-Boot] [PATCH v2 01/18] dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver model
` [U-Boot] [PATCH v2 02/18] fdt: arm: Drop device tree padding
` [U-Boot] [PATCH v2 03/18] dts: Disable device tree for SPL on all boards
` [U-Boot] [PATCH v2 04/18] dm: serial: Don't support CONFIG_CONS_INDEX with device tree
` [U-Boot] [PATCH v2 05/18] Add a simple version of memalign()
` [U-Boot] [PATCH v2 06/18] Remove SPL undefine of CONFIG_OF_CONTROL
` [U-Boot] [PATCH v2 07/18] mkimage: Display a better list of available image types
` [U-Boot] [PATCH v2 08/18] fdt: Add a function to remove unused strings from a device tree
` [U-Boot] [PATCH v2 09/18] fdt: Add fdt_first/next_region() functions
` [U-Boot] [PATCH v2 10/18] fdt: Add fdtgrep tool
` [U-Boot] [PATCH v2 11/18] dm: Reduce SPL device tree size
` [U-Boot] [PATCH v2 12/18] dm: rockchip: Add serial support
` [U-Boot] [PATCH v2 13/18] rockchip: Bring in RK3288 device tree file includes and bindings
` [U-Boot] [PATCH v2 14/18] rockchip: Add base SoC files
` [U-Boot] [PATCH v2 15/18] rockchip: Add basic support for firefly-rk3288
` [U-Boot] [PATCH v2 16/18] rockchip: Add the beginnings of an image tool
` [U-Boot] [PATCH v2 17/18] rockchip: Add a simple README
` [U-Boot] [PATCH v2 18/18] rockchip: Add basic support for jerry

[U-Boot] FIT: workarounding wrong configuration name
 2015-05-12 20:46 UTC  (7+ messages)
` [U-Boot] [RFC] FIT: use default configuration, if given configuration is not found

[U-Boot] [PATCH] usb: kbd: Fix key repeat not always using
 2015-05-12 19:30 UTC  (3+ messages)

[U-Boot] [PATCH] beagle-xm: gpio_63 fix wrong pin initialization
 2015-05-12 19:17 UTC 

[U-Boot] [PATCH 1/6] usb: dwc2: Add support for v3 snpsid value
 2015-05-12 19:08 UTC  (4+ messages)
  ` [U-Boot] [PATCH 2/6] dm: gpio: hi6220: Add a hi6220 GPIO driver model driver
  ` [U-Boot] [PATCH 5/6] mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller

[U-Boot] [PATCH 0/6] Add support for hi6220 SoC and HiKey 96boards CE board
 2015-05-12 18:29 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] usb: dwc2: Add support for v3 snpsid value
` [U-Boot] [PATCH 2/6] dm: gpio: hi6220: Add a hi6220 GPIO driver model driver
` [U-Boot] [PATCH 3/6] ARM: hi6220: Add register and bitfield definition header files
` [U-Boot] [PATCH 4/6] hi6553: Add register definition and bitfield header for 6553 pmic
` [U-Boot] [PATCH 5/6] mmc: hi6220_dw_mmc: Add hi6220 glue code for dw_mmc controller
` [U-Boot] [PATCH 6/6] ARM64: HiKey: hi6220: Add u-boot support for the 96boards CE HiKey board

[U-Boot] [PATCH] warp: README: Fix typo
 2015-05-12 16:19 UTC 

[U-Boot] Patch to enable LEDs on sunxi/Cubietruck
 2015-05-12 15:15 UTC  (2+ messages)

[U-Boot] [PATCH] env_mmc: avoid stack allocation for env
 2015-05-12 15:14 UTC  (5+ messages)

[U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform
 2015-05-12 15:07 UTC  (8+ messages)

[U-Boot] [PATCH] sunxi: display: Align end of memory to work around a linux-4.0 bug
 2015-05-12 14:31 UTC  (7+ messages)

[U-Boot] [PATCH 1/2] doc/README.generic-board: Trivial spell check
 2015-05-12 14:20 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] ppc: xilinx-ppc: Move to generic board support

[U-Boot] u-boot compilation error for altera socfpga cyclon 5 if gpio included
 2015-05-12 13:53 UTC 

[U-Boot] [patch][U-Boot 0/4] arm: imx6: tqma6: Kconfig rework
 2015-05-12 12:19 UTC  (8+ messages)
` [U-Boot] [patch][U-Boot 1/4] arm: mx6: tqma6: CPU type selection via Kconfig
` [U-Boot] [patch][U-Boot 1/4] arm: mx6: tqma6: allow "
` [U-Boot] [patch][U-Boot 2/4] arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
` [U-Boot] [patch][U-Boot 3/4] arm: imx6: tqma6: boot device selection via Kconfig
` [U-Boot] [patch][U-Boot 3/4] tqma6: implement boot device options
` [U-Boot] [patch][U-Boot 4/4] arm: imx6: tqma6: implement KConfig baseboard selection

[U-Boot] [Resend PATCH 0/4] arm: imx6: tqma6: Kconfig rework
 2015-05-12 12:18 UTC  (5+ messages)
` [U-Boot] [Resend PATCH 1/4] arm: mx6: tqma6: CPU type selection via Kconfig
` [U-Boot] [Resend PATCH 2/4] arm: imx6: tqma6: implement IMX_CONFIG with Kconfig
` [U-Boot] [Resend PATCH 3/4] arm: imx6: tqma6: boot device selection via Kconfig
` [U-Boot] [Resend PATCH 4/4] arm: imx6: tqma6: implement KConfig baseboard selection

[U-Boot] [PATCH] vexpress64: specify CONFIG_SYS_FLASH_CFI_WIDTH
 2015-05-12 11:31 UTC  (2+ messages)

[U-Boot] [PATCH 0/10 v2] i.MX6: move duplicated options to mx6_common to standardise mx6 config
 2015-05-12 11:12 UTC  (5+ messages)
` [U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

[U-Boot] [PATCH] drivers:usb:fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect
 2015-05-12  9:28 UTC 

[U-Boot] [PATCH][v2] powerpc/b4860qds: Update README for correct DIP information
 2015-05-12  9:22 UTC 

[U-Boot] [Patch 0/2] arm: imx6: tqma6: minor config fixes
 2015-05-12  8:55 UTC  (3+ messages)
` [U-Boot] [Patch 1/2] arm: mx6: tqma6: fix spelling error in condition
` [U-Boot] [Patch 2/2] arm: mx6: tqma6: use default CONFIG_SYS_PBSIZE

[U-Boot] [UBOOT PATCH] arasan: nfc: Add initial nand driver support for arasan
 2015-05-12  8:44 UTC  (2+ messages)

[U-Boot] [PATCH] wandboard: Switch to SPL support
 2015-05-12  7:26 UTC  (2+ messages)
` [U-Boot] "

[U-Boot] [PATCH] LS1021atwr: Enable bootscript for secure boot
 2015-05-12  6:55 UTC 

[U-Boot] [PATCH 0/10] i.MX6: move duplicated options to mx6_common to standardise mx6 config
 2015-05-12  6:29 UTC  (3+ messages)
` [U-Boot] [PATCH 03/10] imx6: move generic imx6 options to mx6_common.h

[U-Boot] [PATCH 0/4] x86: support of pin-muxing from device tree
 2015-05-12  6:21 UTC  (7+ messages)
` [U-Boot] [PATCH v3 3/4] x86: gpio: add pinctrl support from the "
` [U-Boot] [PATCH v3 4/4] x86: minnowmax: initialize the pin-muxing from "

[U-Boot] [PATCH 4/4] x86: minnowmax: initialize the pin-muxing from device tree
 2015-05-12  6:18 UTC  (2+ messages)
` [U-Boot] [PATCH v3 "

[U-Boot] [PATCH 3/4] x86: gpio: add pinctrl support from the device tree
 2015-05-12  6:17 UTC  (7+ messages)
` [U-Boot] [PATCH 3/4 v2] "
` [U-Boot] [PATCH v3 3/4] "

[U-Boot] i.MX6 boot mode on SRC_SBMR1
 2015-05-12  6:04 UTC  (3+ messages)

[U-Boot] [U-Boot PATCH v2 00/17] spi/sf: Cleansup and driver model conversions
 2015-05-12  3:57 UTC  (2+ messages)

[U-Boot] [PATCH v2] armv8: caches: Added routine to set non cacheable region
 2015-05-12  3:46 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] Move setexpr to Kconfig
 2015-05-11 22:41 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] Use map_sysmem when accessing memory in setexpr

[U-Boot] [PATCH] sandbox: Tidy up terminal restore
 2015-05-11 22:40 UTC  (3+ messages)

[U-Boot] [PATCH v6] dm: usb: Prefix ehci interrupt-queue functions with _ehci_
 2015-05-11 22:37 UTC  (3+ messages)

[U-Boot] [PATCH 0/4]: imx: mx6: use OTP for temperature grade and freq grade
 2015-05-11 20:04 UTC  (5+ messages)
` [U-Boot] [PATCH 3/4] imx: mx6: add display of temperature grade of processor in cpu_printinfo()

[U-Boot] [PATCH 0/4] usb: ohci: Add support for interrupt queues
 2015-05-11 19:19 UTC  (10+ messages)
` [U-Boot] [PATCH 1/4] usb: ohci: Do not reuse ed for interrupt endpoints of different devices
` [U-Boot] [PATCH 2/4] usb: ohci: Add an ohci_alloc_urb() function
` [U-Boot] [PATCH 3/4] usb: ohci: Add support for interrupt queues
` [U-Boot] [PATCH 4/4] sunxi: Change usb-kbd interrupt polling to use an usb interrupt qeueue

[U-Boot] [PATCH] arm: ls1021a: Remove the inappropriate use of the function 'sprintf'
 2015-05-11 19:16 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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).