messages from 2015-07-27 09:13:41 to 2015-07-27 20:51:24 UTC [more...]
[U-Boot] [PATCH 000/172] socfpga: SPL and DDR init
2015-07-27 20:51 UTC (122+ 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 048/172] ddr: altera: Dissolve invocation of sdr_get_addr(&sdr_mgr_.*->.*)
` [U-Boot] [PATCH 049/172] ddr: altera: Pluck out remaining sdr_get_addr() calls
` [U-Boot] [PATCH 050/172] ddr: altera: Wrap SOCFPGA_SDR_ADDRESS into SDR_PHYGRP.*ADDRESS
` [U-Boot] [PATCH 051/172] ddr: altera: Stop using SDR_CTRLGRP_ADDRESS directly
` [U-Boot] [PATCH 052/172] ddr: altera: Massage addr into I/O accessors
` [U-Boot] [PATCH 053/172] ddr: altera: Clean up hc_initialize_rom_data()
` [U-Boot] [PATCH 054/172] ddr: altera: Clean up initialize_reg_file()
` [U-Boot] [PATCH 055/172] ddr: altera: Clean up initialize_hps_phy()
` [U-Boot] [PATCH 056/172] ddr: altera: Clean up reg_file_set*()
` [U-Boot] [PATCH 057/172] ddr: altera: Clean up scc manager function args
` [U-Boot] [PATCH 058/172] ddr: altera: Reorder scc manager functions
` [U-Boot] [PATCH 059/172] ddr: altera: Implement universal scc manager config function
` [U-Boot] [PATCH 060/172] ddr: altera: Clean up scc_mgr_initialize()
` [U-Boot] [PATCH 061/172] ddr: altera: Shuffle around scc_mgr_set_*all_ranks()
` [U-Boot] [PATCH 062/172] ddr: altera: Implement universal scc_mgr_set_all_ranks()
` [U-Boot] [PATCH 063/172] ddr: altera: Clean up scc_mgr_load_dqs_for_write_group()
` [U-Boot] [PATCH 064/172] ddr: altera: Clean up scc_set_bypass_mode()
` [U-Boot] [PATCH 065/172] ddr: altera: Clean up scc_mgr_set_oct_out1_delay()
` [U-Boot] [PATCH 066/172] ddr: altera: Clean up scc_mgr_apply_group_dq_out1_delay()
` [U-Boot] [PATCH 067/172] ddr: altera: Clean up scc_mgr_*_delay() args
` [U-Boot] [PATCH 068/172] ddr: altera: Clean up scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 069/172] ddr: altera: Extract scc_mgr_set_hhp_extras()
` [U-Boot] [PATCH 070/172] ddr: altera: Clean up scc_mgr_zero_all()
` [U-Boot] [PATCH 071/172] ddr: altera: Clean up scc_mgr_zero_group()
` [U-Boot] [PATCH 072/172] FIXME: ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 1
` [U-Boot] [PATCH 073/172] ddr: altera: Internal scc_mgr_apply_group_all_out_delay_add() cleanup part 2
` [U-Boot] [PATCH 074/172] ddr: altera: Clean up scc_mgr_apply_group_all_out_delay_add_all_ranks()
` [U-Boot] [PATCH 075/172] ddr: altera: Factor out instruction loading from rw_mgr_mem_initialize()
` [U-Boot] [PATCH 076/172] ddr: altera: Factor out common code
` [U-Boot] [PATCH 077/172] ddr: altera: Minor clean up of set_jump_as_return()
` [U-Boot] [PATCH 078/172] ddr: altera: Fix ad-hoc iterative division implementation
` [U-Boot] [PATCH 079/172] ddr: altera: Rework initialize_tracking()
` [U-Boot] [PATCH 080/172] ddr: altera: Init my_param and my_gbl
` [U-Boot] [PATCH 081/172] ddr: altera: Rename initialize() to phy_mgr_initialize()
` [U-Boot] [PATCH 082/172] ddr: altera: Clean up run_mem_calibrate()
` [U-Boot] [PATCH 083/172] ddr: altera: Clean up phy_mgr_initialize()
` [U-Boot] [PATCH 084/172] ddr: altera: Clean up mem_config()
` [U-Boot] [PATCH 085/172] ddr: altera: Clean up mem_precharge_and_activate()
` [U-Boot] [PATCH 086/172] ddr: altera: Clean up set_rank_and_odt_mask() part 1
` [U-Boot] [PATCH 087/172] ddr: altera: Clean up set_rank_and_odt_mask() part 2
` [U-Boot] [PATCH 088/172] ddr: altera: Clean up set_rank_and_odt_mask() part 3
` [U-Boot] [PATCH 089/172] ddr: altera: Minor clean up of mem_skip_calibrate()
` [U-Boot] [PATCH 090/172] ddr: altera: Trivial mem_calibrate() indent cleanup
` [U-Boot] [PATCH 091/172] ddr: altera: Internal mem_calibrate() cleanup part 1
` [U-Boot] [PATCH 092/172] ddr: altera: Internal mem_calibrate() cleanup part 2
` [U-Boot] [PATCH 093/172] ddr: altera: Internal mem_calibrate() cleanup part 3
` [U-Boot] [PATCH 094/172] ddr: altera: Internal mem_calibrate() cleanup part 4
` [U-Boot] [PATCH 095/172] ddr: altera: Internal mem_calibrate() cleanup part 5
` [U-Boot] [PATCH 096/172] ddr: altera: Internal mem_calibrate() cleanup part 6
` [U-Boot] [PATCH 097/172] ddr: altera: Minor clean up of rw_mgr_mem_initialize()
` [U-Boot] [PATCH 098/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 1
` [U-Boot] [PATCH 099/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 2
` [U-Boot] [PATCH 100/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 3
` [U-Boot] [PATCH 101/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 4
` [U-Boot] [PATCH 102/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 5
` [U-Boot] [PATCH 103/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 6
` [U-Boot] [PATCH 104/172] ddr: altera: Internal rw_mgr_mem_calibrate_vfifo() cleanup part 7
` [U-Boot] [PATCH 105/172] ddr: altera: Extract guaranteed write from rw_mgr_mem_calibrate_vfifo()
` [U-Boot] [PATCH 106/172] ddr: altera: Extract DQS enable calibration "
` [U-Boot] [PATCH 107/172] ddr: altera: Extract Centering DQ/DQS "
` [U-Boot] [PATCH 108/172] ddr: altera: Minor rw_mgr_mem_calibrate_read_load_patterns() cleanup
` [U-Boot] [PATCH 109/172] ddr: altera: Zap rw_mgr_mem_calibrate_read_test_patterns_all_ranks()
` [U-Boot] [PATCH 110/172] ddr: altera: Clean up rw_mgr_mem_calibrate_read_test_patterns()
` [U-Boot] [PATCH 111/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 1
` [U-Boot] [PATCH 112/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 2
` [U-Boot] [PATCH 113/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 3
` [U-Boot] [PATCH 114/172] ddr: altera: Clean up rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase_sweep_dq_in_delay() part 4
` [U-Boot] [PATCH 115/172] ddr: altera: Clean up sdr_find_window_centre() part 1
` [U-Boot] [PATCH 116/172] ddr: altera: Clean up sdr_find_window_centre() part 2
` [U-Boot] [PATCH 117/172] ddr: altera: Clean up sdr_find_window_centre() part 3
` [U-Boot] [PATCH 118/172] ddr: altera: Clean up sdr_*_phase() part 1
` [U-Boot] [PATCH 119/172] ddr: altera: Clean up sdr_*_phase() part 2
` [U-Boot] [PATCH 120/172] ddr: altera: Clean up sdr_*_phase() part 3
` [U-Boot] [PATCH 121/172] ddr: altera: Clean up sdr_*_phase() part 4
[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 (9+ messages)
` [U-Boot] [PATCH 01/16] ARM: remove vpac270 board support
` [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 (3+ messages)
` [U-Boot] [PATCH v3 2/4] ARM: cache: add an empty stub function for invalidate/flush dcache
[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 (4+ messages)
` [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 (6+ messages)
` [U-Boot] [PATCH 08/12] arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
[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)
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