messages from 2015-10-28 08:57:57 to 2015-10-29 11:07:03 UTC [more...]
[U-Boot] [PATCH v4 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-10-29 11:07 UTC (9+ messages)
` [U-Boot] [PATCH v4 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v4 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v4 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v4 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v4 6/6] cgtqmx6eval: Add DFU support
[U-Boot] [PATCH v1 0/2] arm, imx6, aristainetos2: set gpr register after reset
2015-10-29 10:55 UTC (3+ messages)
[U-Boot] [PATCH 0/2] add LS1043AQDS support
2015-10-29 10:54 UTC (3+ messages)
` [U-Boot] [PATCH 1/2] pci/layerscape: add support for LS1043A PCIe LUT register access
` [U-Boot] [PATCH 2/2] armv8/ls1043aqds: add LS1043AQDS board support
[U-Boot] [PATCH v0 0/5] Some improvements for mvebu/a38x
2015-10-29 10:31 UTC (19+ messages)
` [U-Boot] [PATCH v0 1/5] pci: mvebu: Fix Armada 38x support
` [U-Boot] [PATCH v0 2/5] arm: mvebu: Add gpio support
` [U-Boot] [PATCH v0 3/5] arm: mvebu: Fix SAR1_CPU_CORE_MASK
` [U-Boot] [PATCH v0 4/5] arm: mvebu: Fix ddr3_init() cpu config
` [U-Boot] [PATCH v0 5/5] spi: Add support for Armada 38x second controller
[U-Boot] [PATCH 3/3] colibri_vf: Add board_usb_phy_mode function
2015-10-29 10:15 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH V2 0/5] Add support for additional splash screen locations
2015-10-29 9:54 UTC (6+ messages)
` [U-Boot] [PATCH V2 1/5] splash_source: rename *_read() to *_read_raw()
` [U-Boot] [PATCH V2 2/5] splash_source: add support for filesystem formatted mmc
` [U-Boot] [PATCH V2 3/5] splash_source: add support for filesystem formatted usb
` [U-Boot] [PATCH V2 4/5] splash_source: add support for filesystem formatted sata
` [U-Boot] [PATCH V2 5/5] arm: mx6: cm-fx6: add splash locations to cm-fx6
[U-Boot] [PATCH 0/3] vexpress64 flash support
2015-10-29 9:17 UTC (11+ messages)
` [U-Boot] [PATCH 3/3] vexpress64: store env in flash
[U-Boot] [PATCH 1/2] nios2: clean up macros that do not need a value in board header
2015-10-29 8:45 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] nios2: enable setexpr command in defconfig
[U-Boot] [PATCH] mmc: sdhci: assigned to current clock value for host->clock
2015-10-29 8:40 UTC (2+ messages)
[U-Boot] u-boot device model SPI + SPI Flash
2015-10-29 8:22 UTC (14+ messages)
[U-Boot] [PATCH] imx: mx7: enable CONFIG_FSL_CLK
2015-10-29 7:59 UTC
[U-Boot] [PATCH] common: simply code
2015-10-29 7:57 UTC
[U-Boot] [PATCH V3 00/16] imx: mx6/7: support lcdif
2015-10-29 7:54 UTC (16+ messages)
` [U-Boot] [PATCH V3 01/16] mxs: add parameter base_addr for mxs_set_lcdclk
` [U-Boot] [PATCH V3 03/16] xfi3: correct function name
` [U-Boot] [PATCH V3 04/16] mxs: regs-common.h must be wrapped with !__ASSEMBLY__
` [U-Boot] [PATCH V3 05/16] imx: include linux/types.h for regs-common.h
` [U-Boot] [PATCH V3 06/16] imx: imx-common: move lcdif structure and macro definition to imx-common
` [U-Boot] [PATCH V3 07/16] imx: lcdif: use one register structure for i.MXes
` [U-Boot] [PATCH V3 08/16] imx: mx6: fix register address
` [U-Boot] [PATCH V3 09/16] imx: mx6: crm_reg: add LCDIF related macros
` [U-Boot] [PATCH V3 10/16] imx: mx6: add clock api for lcdif
` [U-Boot] [PATCH V3 11/16] imx: mx6ul_14x14_evk: support lcdif display
` [U-Boot] [PATCH V3 12/16] video: mxsfb: introduce lcdif_power_down
` [U-Boot] [PATCH V3 13/16] imx: mx6: implement reset_misc
` [U-Boot] [PATCH V3 14/16] imx: imx-common: power down lcdif before boot os
` [U-Boot] [PATCH V3 15/16] imx: mx7: compile misc.c for mx7
` [U-Boot] [PATCH V3 16/16] imx: mx7dsabresd: support lcdif
[U-Boot] [PATCH 0/8] sf: MTD core support
2015-10-29 7:33 UTC (3+ messages)
[U-Boot] [PATCH 1/2] Exynos4412: pinmux: disable pull for MMC pins
2015-10-29 7:29 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] s5p sdhci: call pinmux for card's gpio pins before use them
[U-Boot] [PATCH] fdt: fix address cell count checking in fdt_translate_address()
2015-10-29 7:28 UTC (2+ messages)
[U-Boot] [PATCH 1/8] sf: Add MTD support to spi_flash
2015-10-29 6:54 UTC (12+ messages)
` [U-Boot] [PATCH 2/8] sf: Use mtd_info ops instead of spi_flash ops
` [U-Boot] [PATCH 3/8] cmd_sf: Use mtd->size instead of flash->size
` [U-Boot] [PATCH 4/8] dm-sf: use mtd_ops, drop dm_spi_flash_ops
` [U-Boot] [PATCH 5/8] sf: Add MTD support for non-dm spi_flash interface
` [U-Boot] [PATCH 6/8] sf: probe: Minor cleanup
[U-Boot] [PATCH] nios2: add 10m50 devboard support
2015-10-29 5:34 UTC (3+ messages)
[U-Boot] [PATCH v4] arm: atmel: Add SAMA5D2 Xplained board
2015-10-29 4:28 UTC (5+ messages)
[U-Boot] [PATCH v4] mmc: atmel: Add atmel sdhci support
2015-10-29 4:26 UTC (3+ messages)
[U-Boot] [PATCH v2] arm: at91: clock: Add the generated clock support
2015-10-29 4:06 UTC (4+ messages)
[U-Boot] [PATCH 0/4] ARM: tegra: GPU WPR region support
2015-10-29 3:47 UTC (11+ messages)
` [U-Boot] [PATCH 3/4] ARM: tegra: rename GPU functions
` [U-Boot] [PATCH 4/4] ARM: tegra210: gpu: configure WPR region
[U-Boot] [PATCH] fdt: Rewrite the logic in fdt_fixup_ethernet()
2015-10-29 2:00 UTC (7+ messages)
[U-Boot] Pull request: u-boot-spi/master
2015-10-29 1:42 UTC (4+ messages)
[U-Boot] [PATCH v1] board: ti: am57xx: Add board detection logic for am57xx evm
2015-10-28 23:43 UTC
[U-Boot] [PATCH v1] board: ti: am57xx Add board detection logic
2015-10-28 23:43 UTC
[U-Boot] [PATCH v1] ARM: omap-common: Add support for EEPROM
2015-10-28 22:45 UTC
[U-Boot] [PATCH v1] board: ti: beagle_x15: Reused to support am57xx_evm
2015-10-28 21:24 UTC
[U-Boot] [PATCH v2] net: Do not overwrite options found in overloaded 'file' field
2015-10-28 21:05 UTC (2+ messages)
[U-Boot] [PATCH] image.c: Fix non-Android booting with ramdisk and/or device tree
2015-10-28 20:56 UTC (2+ messages)
[U-Boot] [PATCH] mmc: Use lldiv() for 64-bit division in write_raw_image()
2015-10-28 20:55 UTC (2+ messages)
[U-Boot] Please pull from u-boot-i2c
2015-10-28 20:55 UTC (2+ messages)
[U-Boot] Please pull u-boot-ppc4xx
2015-10-28 20:55 UTC (2+ messages)
[U-Boot] Please pull u-boot-cfi-flash
2015-10-28 20:55 UTC (2+ messages)
[U-Boot] Please pull u-boot-dm
2015-10-28 20:55 UTC (2+ messages)
[U-Boot] [PATCH v3 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-10-28 20:30 UTC (7+ messages)
` [U-Boot] [PATCH v3 2/6] cgtqmx6eval: Use SPI NOR to store the environment
` [U-Boot] [PATCH v3 3/6] cgtqmx6eval: Add fastboot support
` [U-Boot] [PATCH v3 4/6] cgtqmx6eval: Add SPL support
` [U-Boot] [PATCH v3 5/6] iomux-v3: Take MX6D in consideration for imx_iomux_v3_setup_pad()
` [U-Boot] [PATCH v3 6/6] cgtqmx6eval: Add DFU support
[U-Boot] [PATCH v3 1/3] net: eth: Clear MAC address in eth_pre_remove()
2015-10-28 20:12 UTC (2+ messages)
[U-Boot] [PATCH] net: phy: micrel: disable NAND-tree for KSZ8051
2015-10-28 20:11 UTC (2+ messages)
[U-Boot] [PATCH] net: Increase the size of the net_boot_file_name buffer
2015-10-28 20:09 UTC (2+ messages)
[U-Boot] [PATCH v2 1/4] net: mdio: Add mdio_free() and mdio_unregister() API
2015-10-28 19:50 UTC (3+ messages)
` [U-Boot] [PATCH v2 3/4] net: pch_gbe: Add driver remove support
[U-Boot] [PATCH] net: cancel timeout handler after DHCPACK
2015-10-28 19:49 UTC (2+ messages)
[U-Boot] [PATCH 1/3] sf: Add dm_spi_flash_probe
2015-10-28 19:19 UTC (7+ messages)
` [U-Boot] [PATCH 2/3] sf: spi_flash_probe for both dm/non-dm
` [U-Boot] [PATCH 3/3] sf: Remove spi_flash_remove
[U-Boot] [PATCH v4 00/21] sf: Tunning spi-flash layer
2015-10-28 19:08 UTC (5+ messages)
[U-Boot] [PATCH V2 00/11] Add board detection for Odroid XU3 / XU3Lite / XU4
2015-10-28 18:50 UTC (12+ messages)
` [U-Boot] [PATCH V3 00/14] "
` [U-Boot] [PATCH V3 01/14] samsung: board/misc: check returned pointer for get_board_type() calls
` [U-Boot] [PATCH V3 02/14] s5p: cpu_info: print "cpu-model" if exists in dts
` [U-Boot] [PATCH V3 03/14] Peach-Pi: dts: add cpu-model string
` [U-Boot] [PATCH V3 05/14] dm: pmic: add s2mps11 PMIC I/O driver
` [U-Boot] [PATCH V3 10/14] Exynos54xx: dts: add ADC node
[U-Boot] [PATCH] arm: socfpga: Add SoCFPGA SR1500 board
2015-10-28 17:45 UTC (3+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] dump boot1 when boot off sdhc?
2015-10-28 16:22 UTC
[U-Boot] [PATCH v2] net: phy: Add support for Texas Instruments DP83867
2015-10-28 15:59 UTC
[U-Boot] [PATCH v5] Tegra: T210: Add QSPI driver
2015-10-28 15:55 UTC (2+ messages)
[U-Boot] [PATCH] arm: ls1021a: Ensure Generic Timer disabled before jumping into the OS
2015-10-28 15:20 UTC (4+ messages)
` [U-Boot] "
[U-Boot] MPC83xx maintainership
2015-10-28 15:17 UTC (3+ messages)
[U-Boot] [PATCH v3 1/4] exynos: Properly zero initialize host in s5p_sdhci_init()
2015-10-28 14:48 UTC (8+ messages)
` [U-Boot] [PATCH v3 4/4] exynos: more debug and cleanup in do_sdhci_init()
[U-Boot] [PATCH v1 00/18] Fixes on gdsys boards and some new functionality
2015-10-28 14:11 UTC (30+ messages)
` [U-Boot] [PATCH v1 01/18] i2c: ihs_i2c: Dual channel support
` [U-Boot] [PATCH v1 02/18] i2c: ihs_i2c: Use macro bestpractices
` [U-Boot] [PATCH v1 03/18] i2c: ihs_i2c: Fix hold_bus control
` [U-Boot] [PATCH v1 04/18] board: gdsys: Configure DP501 SPDIF input
` [U-Boot] [PATCH v1 05/18] board: gdsys: Increase DP501 I2C retry interval
` [U-Boot] [PATCH v1 06/18] board: gdsys: Consider DP501 limits on link training
` [U-Boot] [PATCH v1 07/18] dlvision-10g: Support displayport
` [U-Boot] [PATCH v1 08/18] controlcenterd: Disable sideband clocks
` [U-Boot] [PATCH v1 09/18] iocon: reset FPGAs in last_stage_init()
` [U-Boot] [PATCH v1 10/18] hrcon: Remove CH7301 configuration
` [U-Boot] [PATCH v1 11/18] mpc83xx: Add strider board
` [U-Boot] [PATCH v1 12/18] hrcon: Use generic ioep-fpga support
` [U-Boot] [PATCH v1 13/18] hrcon: Fix videoboard i2c setup
` [U-Boot] [PATCH v1 14/18] hrcon: Add support for the DH variant
` [U-Boot] [PATCH v1 15/18] hrcon: Add fan controllers
` [U-Boot] [PATCH v1 16/18] board: gdsys: Add osdsize command
` [U-Boot] [PATCH v1 17/18] board: gdsys: Enable osd on output only
` [U-Boot] [PATCH v1 18/18] i2c: soft_i2c: Fix bus indizes
[U-Boot] [PATCH] arm: imx: Switch Wandboard to use config_distro_bootcmd.h
2015-10-28 11:17 UTC (5+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH 1/3] dm: spi: Add support for all targets which requires MANUAL_RELOC
2015-10-28 9:51 UTC (3+ messages)
` [U-Boot] [PATCH 3/3] dm: sf: "
[U-Boot] [PATCH V2 00/13] SPL mmc refactor and alternate boot device feature
2015-10-28 9:23 UTC (14+ messages)
` [U-Boot] [PATCH V2 01/13] spl: nand: remove code duplication
` [U-Boot] [PATCH V2 02/13] spl: mmc: add break statements in spl_mmc_load_image()
` [U-Boot] [PATCH V2 03/13] spl: mmc: refactor device location code to its own function
` [U-Boot] [PATCH V2 04/13] spl: mmc: remove #ifdef CONFIG_SPL_OS_BOOT check
` [U-Boot] [PATCH V2 05/13] spl: mmc: get rid of #ifdef CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION check
` [U-Boot] [PATCH V2 06/13] spl: mmc: move fs boot into its own function
` [U-Boot] [PATCH V2 07/13] spl: mmc: get rid of emmc boot code duplication
` [U-Boot] [PATCH V2 08/13] spl: change return values of spl_*_load_image()
` [U-Boot] [PATCH V2 09/13] common: spl: move image load to its own function
` [U-Boot] [PATCH V2 10/13] spl: add support for alternative boot device
` [U-Boot] [PATCH V2 11/13] spl: announce boot devices
` [U-Boot] [PATCH V2 12/13] arm: mx6: cm-fx6: define fallback boot devices for spl
` [U-Boot] [PATCH V2 13/13] spl: mmc: add support for BOOT_DEVICE_MMC2
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