messages from 2015-07-26 08:26:53 to 2015-07-27 20:50:10 UTC [more...]
[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
2015-07-27 20:50 UTC (48+ messages)
` [U-Boot] [PATCH 001/172] driver/ddr/altera: Add DDR driver for Altera's SDRAM controller
` [U-Boot] [PATCH 002/172] driver/ddr/altera: Add the sdram calibration portion
` [U-Boot] [PATCH 003/172] arm: socfpga: enable the Altera SDRAM controller driver
` [U-Boot] [PATCH 004/172] arm: socfpga: Move sdram_config.h to board dir
` [U-Boot] [PATCH 005/172] ddr: altera: Move struct sdram_prot_rule prototype
` [U-Boot] [PATCH 006/172] ddr: altera: Fix typo in mp_threshold1 programming
` [U-Boot] [PATCH 007/172] ddr: altera: Fix debug message format in sequencer
` [U-Boot] [PATCH 008/172] arm: socfpga: reset: Add missing reset manager regs
` [U-Boot] [PATCH 009/172] arm: socfpga: reset: Start reworking the SoCFPGA reset manager
` [U-Boot] [PATCH 010/172] arm: socfpga: reset: Implement unified function to toggle reset
` [U-Boot] [PATCH 011/172] arm: socfpga: reset: Replace ad-hoc reset functions
` [U-Boot] [PATCH 012/172] arm: socfpga: reset: Repair bridge reset handling
` [U-Boot] [PATCH 013/172] arm: socfpga: reset: Add function to reset add peripherals
` [U-Boot] [PATCH 014/172] arm: socfpga: reset: Add SDMMC, QSPI and DMA defines
` [U-Boot] [PATCH 015/172] arm: socfpga: clock: Get rid of cm_config_t typedef
` [U-Boot] [PATCH 016/172] arm: socfpga: clock: Clean up pll_config.h
` [U-Boot] [PATCH 017/172] arm: socfpga: scan: Staticize scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 018/172] arm: socfpga: scan: Zap redundant params in scan_mgr_io_scan_chain_prg()
` [U-Boot] [PATCH 019/172] arm: socfpga: scan: Zap iocsr_scan_chain*_table()
` [U-Boot] [PATCH 020/172] arm: socfpga: system: Rework sysmgr_enable_warmrstcfgio()
` [U-Boot] [PATCH 021/172] arm: socfpga: system: Clean up pinmux_config.c
` [U-Boot] [PATCH 022/172] arm: socfpga: spl: Toggle warm reset config I/O bit
` [U-Boot] [PATCH 023/172] arm: socfpga: spl: Configure SCU and NIC-301 early
` [U-Boot] [PATCH 024/172] arm: socfpga: spl: Add missing reset logic
` [U-Boot] [PATCH 025/172] arm: socfpga: spl: Merge spl_board_init() into board_init_f()
` [U-Boot] [PATCH 026/172] arm: socfpga: spl: Remove custom linker script
` [U-Boot] [PATCH 027/172] arm: socfpga: spl: Add support for booting from SD/MMC
` [U-Boot] [PATCH 028/172] arm: socfpga: spl: Add support for booting from QSPI
` [U-Boot] [PATCH 029/172] arm: socfpga: spl: Add support for selecting boot device from BSEL
` [U-Boot] [PATCH 030/172] arm: socfpga: misc: Fix warm reset
` [U-Boot] [PATCH 031/172] arm: socfpga: misc: Add support for printing boot mode
` [U-Boot] [PATCH 032/172] arm: socfpga: misc: Export bootmode into environment variable
` [U-Boot] [PATCH 033/172] arm: socfpga: misc: Probe ethernet GMAC from OF
` [U-Boot] [PATCH 034/172] arm: socfpga: misc: Reset ethernet "
` [U-Boot] [PATCH 035/172] arm: socfpga: config: Move SPL GD and malloc to RAM
` [U-Boot] [PATCH 036/172] arm: socfpga: config: Zap incorrect config options
` [U-Boot] [PATCH 037/172] arm: socfpga: config: Exclude CONFIG_SPI_FLASH_MTD from SPL build
` [U-Boot] [PATCH 038/172] arm: socfpga: config: Enable CONFIG_SPI_FLASH_BAR
` [U-Boot] [PATCH 039/172] arm: socfpga: config: Fix LOADADDR
` [U-Boot] [PATCH 040/172] arm: socfpga: config: Make CONFIG_SPI_FLASH_MTD useful
` [U-Boot] [PATCH 041/172] Makefile: Add target for building bootable SPL image for SoCFPGA
` [U-Boot] [PATCH 042/172] ddr: altera: Minor indent fix in set_rank_and_odt_mask()
` [U-Boot] [PATCH 043/172] ddr: altera: Clean up ugly casts in sdram_calibration_full()
` [U-Boot] [PATCH 044/172] ddr: altera: Zap invocation of sdr_get_addr((u32 *)BASE_RW_MGR)"
` [U-Boot] [PATCH 045/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_reg_file->.*)
` [U-Boot] [PATCH 046/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_scc_mgr->.*)
` [U-Boot] [PATCH 047/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_rw_load.*->.*)
[U-Boot] [PATCH] arm: socfpga: Move generated files into qts subdir
2015-07-27 20:47 UTC
[U-Boot] [PATCH 1/2] gpio: Add DW APB GPIO driver
2015-07-27 20:44 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] arm: socfpga: Enable DWAPB "
[U-Boot] [PATCH] arm: dts: socfpga: Add mmc alias
2015-07-27 20:42 UTC
[U-Boot] [PATCH] arm: dts: socfpga: Fix SPI aliases
2015-07-27 20:41 UTC
[U-Boot] [PATCH 1/4] mmc: dw_mmc: Stop bounce buffer even in case of failure
2015-07-27 20:39 UTC (4+ messages)
` [U-Boot] [PATCH 2/4] mmc: dw_mmc: Zap endless timeout
` [U-Boot] [PATCH 3/4] mmc: dw_mmc: Improve handling of data transfer failure
` [U-Boot] [PATCH 4/4] mmc: dw_mmc: Probe the MMC from OF
[U-Boot] [PATCH] arm: socfpga: Fix FPGA bitstream programming routine
2015-07-27 20:34 UTC
[U-Boot] [PATCH] arm: cache: Implement cache range check for v7
2015-07-27 20:34 UTC
[U-Boot] [PATCH 1/2] net: designware: Add SoCFPGA GMAC DT compatible string
2015-07-27 20:33 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] net: designware: Rename the driver var name to eth_designware
[U-Boot] [PATCH] dm: core: Allow simple-bus driver in SPL
2015-07-27 20:31 UTC
[U-Boot] [PATCH v2 00/16] assortment of tegra fixes/enhancements
2015-07-27 20:00 UTC (12+ messages)
` [U-Boot] [PATCH v2 08/16] tegra: nand: fix read_byte required for proper onfi detection
` [U-Boot] [PATCH v2 09/16] mtd/nand/tegra: alignment workaround
` [U-Boot] [PATCH v2 12/16] apalis/colibri_t20/t30: enable raw initrd support
` [U-Boot] [PATCH v2 13/16] apalis/colibri_t20/t30: increase tftp blocksize
` [U-Boot] [PATCH v2 16/16] apalis/colibri_t30: fix usb dm regression
[U-Boot] [PATCH] powerpc/t4240: update serdes table
2015-07-27 19:20 UTC (2+ messages)
[U-Boot] [PATCH] mpc85xx/T104xRDB: Remove vbank check redundant code
2015-07-27 19:06 UTC (2+ messages)
[U-Boot] [PATCH] mmc:fsl_esdhc invalidate dcache before read
2015-07-27 18:55 UTC (7+ messages)
[U-Boot] U-Boot Build Failure
2015-07-27 18:45 UTC
[U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support
2015-07-27 18:03 UTC (11+ messages)
` [U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210
` [U-Boot] [PATCH V3 4/6] ARM: Tegra210: Add support to common Tegra source/config files
` [U-Boot] [PATCH V3 6/6] T210: Add support for 64-bit T210-based P2571 board
[U-Boot] [PATCH 1/3] ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCs
2015-07-27 17:45 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] ARM: tegra: Use standard cache enable for 64-bit
` [U-Boot] [PATCH 3/3] ARM: tegra: Disable SPL and non-cached memory on 64-bit
[U-Boot] [PATCH 7/7] net: lpc32xx: eth buffers base config
2015-07-27 17:37 UTC
[U-Boot] [PATCH 6/7] i2c: lpc32xx: fix write timeout
2015-07-27 17:37 UTC
[U-Boot] [PATCH 5/7] i2c: lpc32xx: fix read timeout
2015-07-27 17:37 UTC
[U-Boot] [PATCH 4/7] i2c: lpc32xx: use api to get hclk instead of fix value
2015-07-27 17:37 UTC
[U-Boot] [PATCH 3/7] arm: lpc32xx: gpio macro for pin mapping
2015-07-27 17:37 UTC
[U-Boot] [PATCH 2/7] lpc32xx: cpu: add support for soft reset
2015-07-27 17:37 UTC
[U-Boot] [PATCH 1/7] arm: lpc32xx: mux: add missing registers
2015-07-27 17:37 UTC
[U-Boot] [PATCH 0/7] lpc32xx: enhancement and update
2015-07-27 17:37 UTC
[U-Boot] [PATCH] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
2015-07-27 17:36 UTC (6+ messages)
[U-Boot] [PATCH] fdt: Fix fdtdec_get_addr_size() for 64-bit
2015-07-27 17:13 UTC (2+ messages)
[U-Boot] [PATCH v3 00/25] dm: Introduce Rockchip RK3288 support
2015-07-27 17:13 UTC (4+ messages)
` [U-Boot] [PATCH v3 25/25] rockchip: Add a simple README
[U-Boot] Question about DWC3 USB controller driver
2015-07-27 17:03 UTC (2+ messages)
[U-Boot] [PATCH 00/16] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
2015-07-27 16:51 UTC (20+ messages)
` [U-Boot] [PATCH 01/16] ARM: remove vpac270 board support
` [U-Boot] [PATCH 09/16] ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM
` [U-Boot] [PATCH 10/16] ram: unify obj-$(CONFIG_RAM) and obj-$(CONFIG_SPL_RAM) entries
` [U-Boot] [PATCH 11/16] led: rename CONFIG_SPL_LED_SUPPORT to CONFIG_SPL_LED
` [U-Boot] [PATCH 12/16] led: unify obj-$(CONFIG_LED) and obj-$(CONFIG_SPL_LED) entries
` [U-Boot] [PATCH 13/16] dm: drop CONFIG_DM_DEVICE_REMOVE from uncmd list
` [U-Boot] [PATCH 14/16] fdtdec: fix OF_CONTROL switch
` [U-Boot] [PATCH 15/16] of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
` [U-Boot] [PATCH 16/16] of: clean up OF_CONTROL ifdef conditionals
[U-Boot] [PATCH 1/2] ti: armv7: enable EXT support in SPL (using ti_armv7_common.h)
2015-07-27 16:39 UTC (6+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH v3 0/4] ARM & m68k: cache: add weak cache code then enable usb cache support
2015-07-27 16:31 UTC (6+ messages)
` [U-Boot] [PATCH v3 1/4] m68k: cache: add an empty stub functions for invalidate/flush dcache
` [U-Boot] [PATCH v3 2/4] ARM: cache: add an empty stub function "
` [U-Boot] [PATCH v3 3/4] ARM: cache: implement a default weak flush_cache() function
` [U-Boot] [PATCH v3 4/4] usb: ohci: enable cache support
[U-Boot] [PATCH v2 2/4] nand: lpc32xx: add SLC NAND controller support
2015-07-27 16:25 UTC (3+ messages)
` [U-Boot] [PATCH v4 "
[U-Boot] extlinux.conf
2015-07-27 16:00 UTC (2+ messages)
[U-Boot] [PATCH 01/15][v3] power: pmic: add pfuze3000 support
2015-07-27 15:58 UTC (6+ messages)
` [U-Boot] [PATCH 03/15][v3] imx: mmc: fsl_esdhc fix dcache issue
` [U-Boot] [PATCH 04/15][v3] imx: iomux-v3: add imx7d support for iomuxc
[U-Boot] [RFC PATCH 0/2] Add macros to ease our life with independent CONFIGs between U-Boot and SPL
2015-07-27 15:31 UTC (7+ messages)
` [U-Boot] [RFC PATCH 1/2] kbuild: add a makefile macro useful with per-image config options
` [U-Boot] [RFC PATCH 2/2] linux/kconfig.h: add C macros useful for "
[U-Boot] [PATCH v2] am3517_evm: add FIT support
2015-07-27 15:09 UTC (2+ messages)
[U-Boot] [PATCH V2 1/3] omap3: fix NAND support for mcx board
2015-07-27 15:09 UTC (6+ messages)
` [U-Boot] [PATCH V2 2/3] mcx: add Ethernet over USB
` [U-Boot] [PATCH V2 3/3] ti: drop value from CONFIG_SYS_NAND_BUSWIDTH_16BIT
[U-Boot] [PATCH] video: discard empty video_set_lut implementation
2015-07-27 15:08 UTC (2+ messages)
[U-Boot] [PATCH 01/12] usb: USB_ARCH_HAS_HCD Kconfig option removal
2015-07-27 12:56 UTC (5+ messages)
` [U-Boot] [PATCH 08/12] sunxi: USB EHCI Kconfig option instead of config define
[U-Boot] [PATCH] drivers: hierarchize drivers Kconfig menu
2015-07-27 12:33 UTC (2+ messages)
[U-Boot] [PATCH 2/2] x86: qemu: Add MP initialization
2015-07-27 11:16 UTC
[U-Boot] [PATCH 1/2] x86: Add a 'pause' instruction in __udelay() for QEMU target
2015-07-27 11:16 UTC
[U-Boot] [PATCH v2] f_thor: Dont perform reset at the end of thor
2015-07-27 10:43 UTC (3+ messages)
[U-Boot] [PATCH 00/12] cm-fx6 and kconfig updates
2015-07-27 10:35 UTC (30+ messages)
` [U-Boot] [PATCH 01/12] arm: mx6: cm-fx6: map HDMI to IPU1 DI0 explicitly
` [U-Boot] [PATCH 03/12] arm: mx6: cm-fx6: add support for displaytype env var
` [U-Boot] [PATCH 04/12] arm: mx6: cm-fx6: setup hdmi only on hdmi enable
` [U-Boot] [PATCH 05/12] arm: mx6: cm-fx6: move CMD configs to defconfig
` [U-Boot] [PATCH 06/12] arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6
` [U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
` [U-Boot] [PATCH 09/12] usb: kconfig: usb keyboard kconfig
` [U-Boot] [PATCH 11/12] sf: kconfig: add kconfig options for spi flashes
` [U-Boot] [PATCH 12/12] kconfig: add config option for shell prompt
[U-Boot] [PATCH v2] integrator: switch to DM serial port
2015-07-27 9:22 UTC
[U-Boot] [PATCH] integrator: switch to DM serial port
2015-07-27 9:19 UTC
[U-Boot] [PATCH] am3517_evm: add FIT support
2015-07-27 9:13 UTC (3+ messages)
[U-Boot] board_pci_pre_scan() and board_pci_post_scan()
2015-07-27 7:45 UTC
[U-Boot] [PATCH 1/5] dm: pci: Allow scan bridge child devices before relocation
2015-07-27 7:33 UTC (5+ messages)
` [U-Boot] [PATCH 2/5] x86: fsp: Reserve different malloc size "
` [U-Boot] [PATCH 3/5] x86: queensbay: Support pre-relocation dm pci
` [U-Boot] [PATCH 4/5] x86: Explicitly trigger pci bus configuration with driver model
` [U-Boot] [PATCH 5/5] doc: dm: Update pci-info.txt for pci support
[U-Boot] [PATCH][v2] Correct License and Copyright information on few files
2015-07-27 3:37 UTC
[U-Boot] [PATCH v3] net: TFTP: add timer count environment variable
2015-07-26 21:53 UTC
[U-Boot] [PATCH v2] Reproducible U-Boot build support, using SOURCE_DATE_EPOCH
2015-07-26 16:48 UTC
[U-Boot] [PATCH 00/12] LG Optimus Black (P970) codename sniper support series (and driver-model issue)
2015-07-26 16:34 UTC (2+ messages)
[U-Boot] [PATCH] am33xx: Unused get_board_rev function removal
2015-07-26 16:31 UTC (3+ messages)
[U-Boot] [PATCH 1/2] omap3: CONFIG_REVISION_TAG ifdef check for get_board_rev
2015-07-26 16:31 UTC (3+ messages)
[U-Boot] [PATCH] config: ti_omap5_common: Palmas power support in SPL
2015-07-26 16:30 UTC (4+ messages)
[U-Boot] [PATCH v5 0/8] omap-common: Common boot code OMAP3 support and SYS_BOOT-based fallback boot device
2015-07-26 16:29 UTC (2+ messages)
[U-Boot] [PATCH 0/4] Add UniPhier GPIO driver support
2015-07-26 15:56 UTC (6+ messages)
` [U-Boot] [PATCH 1/4] gpio: UniPhier: add driver for UniPhier GPIO controller
[U-Boot] [PATCH 1/2] omap3: fix NAND support for mcx board
2015-07-26 13:07 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] mcx: add Ethernet over USB
[U-Boot] [PATCH] arm: mx6: tqma6: fix build for WRU-IV baseboard
2015-07-26 12:28 UTC
[U-Boot] [PATCH 02/15][v4] imx: usb: ehci-mx7 add usb driver for i.MX7D
2015-07-26 10:36 UTC (5+ messages)
[U-Boot] [PATCH v2 1/2] power: pmic: Add support for MAX77696 PMIC
2015-07-26 10:14 UTC (4+ messages)
` [U-Boot] [PATCH v2 2/2] warp: Add MAX77696 support
[U-Boot] [PATCH] mx6sxsabresd: Use 'int' for return values
2015-07-26 10:13 UTC (2+ messages)
[U-Boot] [PATCH] mx6sabresd: Use 'int' for return values
2015-07-26 10:13 UTC (2+ messages)
[U-Boot] [PATCH][v3] imx: imximage: add new CHECK/CLR BIT command
2015-07-26 10:07 UTC (2+ messages)
[U-Boot] [PATCH v2] arm: mx6: tqma6: Add WRU-IV baseboard for the TQMa6 SoM
2015-07-26 10:06 UTC (2+ messages)
[U-Boot] [PATCH v3 01/15] cgtqmx6eval: Use default prompt
2015-07-26 9:54 UTC (3+ messages)
` [U-Boot] [PATCH v3 08/15] cgtqmx6eval: Add Ethernet support
[U-Boot] [PATCH v2] net: TFTP: add timer count environment variable
2015-07-26 9:08 UTC
[U-Boot] [PATCH] net: TFTP: add timer count environment variable
2015-07-26 9:01 UTC
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