messages from 2015-11-03 12:24:41 to 2015-11-04 12:53:31 UTC [more...]
[U-Boot] [PATCH v2 00/17]
2015-11-04 12:53 UTC (9+ messages)
` [U-Boot] [PATCH v2 01/17] rockchip: add timer driver
` [U-Boot] [PATCH v2 02/17] rockchip: move SYS_MALLOC_F_LEN to rk3288 own Kconfig
` [U-Boot] [PATCH v2 03/17] rockchip: rename board-spl.c to rk3288-board-spl.c
` [U-Boot] [PATCH v2 04/17] rockchip: add config decide whether to build common.c
` [U-Boot] [PATCH v2 05/17] dm: core: Add SPL Kconfig for REGMAP and SYSCON
` [U-Boot] [PATCH v2 06/17] rockchip: serial driver support rk3036
` [U-Boot] [PATCH v2 07/17] rockchip: Bring in RK3036 device tree file includes and bindings
` [U-Boot] [PATCH v2 08/17] rockchip: rk3036: Add clock driver
[U-Boot] [PATCH 1/7] x86: qemu: Remove call to vgabios execution
2015-11-04 12:50 UTC (7+ messages)
` [U-Boot] [PATCH 2/7] x86: qemu: Move chipset-specific codes from pci.c to qemu.c
` [U-Boot] [PATCH 3/7] x86: qemu: Convert to use driver model pci
` [U-Boot] [PATCH 4/7] x86: qemu: Convert to use driver model usb
` [U-Boot] [PATCH 5/7] x86: crownbay: Remove unused PCI region address macros
` [U-Boot] [PATCH 6/7] x86: Remove legacy pci codes
` [U-Boot] [PATCH 7/7] x86: Remove CONFIG_SYS_EARLY_PCI_INIT
[U-Boot] [PATCH] net: altera_tse: get numbers of fdt address and size cells
2015-11-04 12:28 UTC
[U-Boot] u-boot device model SPI + SPI Flash
2015-11-04 12:04 UTC (16+ messages)
[U-Boot] Pull request: u-boot-spi/next
2015-11-04 11:35 UTC (11+ messages)
[U-Boot] [PATCH V3 13/14] sandbox: add ADC driver
2015-11-04 9:52 UTC (2+ messages)
` [U-Boot] [PATCH] Add missing file: include/sandbox-adc.h
[U-Boot] [PATCH V2 00/13] SPL mmc refactor and alternate boot device feature
2015-11-04 9:47 UTC (25+ messages)
` [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 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 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
[U-Boot] please pull u-boot-samsung master
2015-11-04 9:37 UTC (4+ messages)
[U-Boot] [PATCH 1/6] net: altera_tse: use data type u32 for regs and desc
2015-11-04 9:12 UTC (6+ messages)
` [U-Boot] [PATCH 2/6] net: altera_tse: fix packed and aligned attribute
` [U-Boot] [PATCH 3/6] net: altera_tse: fix CamelCase
` [U-Boot] [PATCH 4/6] net: altera_tse: remove the useless parenthesis
` [U-Boot] [PATCH 5/6] net: altera_tse: remove unused macro
` [U-Boot] [PATCH 6/6] net: altera_tse: use BIT macro
[U-Boot] [PATCH 1/5] arm: ls1021a: merge SoC specific code in a separate file
2015-11-04 8:51 UTC (2+ messages)
[U-Boot] [RFC PATCH 0/8] IPv6 support
2015-11-04 8:46 UTC (15+ messages)
` [U-Boot] [RFC PATCH 5/8] net: ipv6 support
` [U-Boot] [RFC PATCH 6/8] net: TFTP over IPv6
[U-Boot] [PATCH v2 0/5] ARM: omap-common: Add board detection support for TI EVMs
2015-11-04 8:32 UTC (24+ messages)
` [U-Boot] [PATCH v2 1/5] ARM: OMAP4/5: Centralize early clock initialization
` [U-Boot] [PATCH v2 2/5] ARM: OMAP4/5: Centralize gpi2c_init
` [U-Boot] [PATCH v2 3/5] ARM: omap-common: Add standard access for board description EEPROM
` [U-Boot] [PATCH v2 4/5] ARM: OMAP4/5: Add generic board detection hook
` [U-Boot] [PATCH v2 5/5] board: ti: AM57xx: Add detection logic for AM57xx-evm
[U-Boot] [PATCH 1/1] fsl_qspi: Pet the watchdog while reading/writing
2015-11-04 8:19 UTC
[U-Boot] [PATCH v2 00/16] device model bring-up of ti-qspi on dra72, dra74 and am437x-sk evm
2015-11-04 8:16 UTC (17+ messages)
` [U-Boot] [PATCH v2 01/16] drivers: spi: ti_qspi: do not hard code chip select for memory map configuration
` [U-Boot] [PATCH v2 02/16] drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion
` [U-Boot] [PATCH v2 03/16] drivers: spi: ti_qspi: prepare driver for DM conversion
` [U-Boot] [PATCH v2 04/16] dm: core: Add a new api to get indexed device address
` [U-Boot] [PATCH v2 05/16] spi: Add support for dual and quad mode
` [U-Boot] [PATCH v2 06/16] dra7xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v2 07/16] dts: dra7: add spi alias for qspi
` [U-Boot] [PATCH v2 08/16] drivers: spi: ti_qspi: convert driver to adopt device driver model
` [U-Boot] [PATCH v2 09/16] arm: dts: dra7: add qspi register maps for memory map and control module
` [U-Boot] [PATCH v2 10/16] drivers: mtd: spi: sf_probe: add compatible for spansion spi flash
` [U-Boot] [PATCH v2 11/16] drivers: mtd: spi: sf_probe: add compatible for Macronix "
` [U-Boot] [PATCH v2 12/16] defconfig: dra72_evm: enable spi driver model
` [U-Boot] [PATCH v2 13/16] defconfig: dra74_evm: "
` [U-Boot] [PATCH v2 14/16] am43xx_evm: qspi: do not define DM_SPI and DM_SPI_FLASH for spl
` [U-Boot] [PATCH v2 15/16] arm: dts: am4372: add qspi register maps for memory map
` [U-Boot] [PATCH v2 16/16] defconfig: am437x_sk_evm: enable spi driver model
[U-Boot] [PATCH v2] am43xx_evm: Add DFU support for qspi flash
2015-11-04 7:39 UTC (2+ messages)
[U-Boot] [PATCH] sf: Remove eeprom_m95xxx test driver
2015-11-04 7:31 UTC
[U-Boot] [PATCH 1/2] altera_jtag_uart: Adjust the declaration of debug_uart_init()
2015-11-04 7:28 UTC (6+ messages)
` [U-Boot] [PATCH 2/2] altera_uart: "
[U-Boot] [PATCH][v2] armv8: ls2085a: Add workaround of errata A009635
2015-11-04 7:24 UTC
[U-Boot] [PATCH 1/2] video: Drop DEV_FLAGS_SYSTEM flag
2015-11-04 7:23 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] video: Drop DEV_EXT_VIDEO flag
[U-Boot] [PATCH 00/10][v4] driver: net: ldpaa: Add support of new architeture
2015-11-04 6:56 UTC (12+ messages)
` [U-Boot] [PATCH 01/10][v4] armv8: lsch3: Fix lane protocol parsing logic
` [U-Boot] [PATCH 02/10][v4] driver: net: fsl-mc: Add create, destroy APIs in flibs
` [U-Boot] [PATCH 03/10][v4] driver: net: fsl-mc: Add APIs for DPMAC objects in FLIB
` [U-Boot] [PATCH 04/10][v4] armv8: ls2085aqds: Print function name during SerDes error
` [U-Boot] [PATCH 05/10][v4] driver: ldpaa: Add api to return linked PHY ID of DPMAC
` [U-Boot] [PATCH 06/10][v4] driver: net: fsl-mc: Increase MC command timeout
` [U-Boot] [PATCH 07/10][v4] driver: net: fsl-mc: Add DPAA2 commands to manage MC
` [U-Boot] [PATCH 08/10][v4] driver: net: fsl-mc: Create DPAA2 object at run-time
` [U-Boot] [PATCH 09/10][v4] driver: net: ldpaa: Use DPMAC as net device
` [U-Boot] [PATCH 10/10][v4] driver: net: ldpaa: Add debug information
` [U-Boot] [PATCH][v2] driver: net: ldpaa: Fix Rx buffer alignment
[U-Boot] [PATCH 0/3] arm: at91/spl: add DDR3-SDRAM initialization support
2015-11-04 6:32 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] arm: at91/spl: mpddrc: add struct atmel_mpddrc_config
` [U-Boot] [PATCH 2/3] arm: at91/spl: mpddrc: add mpddrc DDR3-SDRAM initialization
` [U-Boot] [PATCH 3/3] arm: at91/spl: mpddrc: use IP version to check configuration
[U-Boot] [PATCH 0/3] arm: at91/spl: make matrix and saic redirect sharing with others
2015-11-04 6:28 UTC (4+ messages)
` [U-Boot] [PATCH 1/3] arm: at91/spl: matrix: move matrix init to separate file
` [U-Boot] [PATCH 2/3] arm: at91/spl: matrix: improve implementation of matrix
` [U-Boot] [PATCH 3/3] arm: at91: spl/atmel_sfr: move saic redirect to separate file
[U-Boot] [PATCH v3] gpio: atmel: Add the PIO4 driver support
2015-11-04 6:25 UTC
[U-Boot] [PATCH] mtd: add altera quadspi driver
2015-11-04 5:33 UTC (11+ messages)
[U-Boot] [PATCH 1/2] nios2: trim CONFIG_SYS_MALLOC_LEN
2015-11-04 5:30 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] nios2: trim CONFIG_SYS_MEMTEST_END
[U-Boot] [PATCH] dm: implement a cfi flash uclass
2015-11-04 3:12 UTC (10+ messages)
` [U-Boot] [PATCH v4 1/3] dm: implement a MTD uclass
` [U-Boot] [PATCH v4 2/3] cfi_flash: convert to driver model
` [U-Boot] [PATCH v4 3/3] nios2: use cfi flash "
[U-Boot] [PATCH v2] mpc85xx: Add support for the Varisys Cyrus board
2015-11-03 23:30 UTC
[U-Boot] [PATCH 1/4] armv8: enable compilation with CONFIG_SYS_NONCACHED_MEMORY
2015-11-03 19:18 UTC (4+ messages)
[U-Boot] [PATCH v5 1/6] cgtqmx6eval: Add SPI NOR flash support
2015-11-03 18:18 UTC (10+ messages)
` [U-Boot] [PATCH v5 2/6] cgtqmx6eval: Use SPI NOR to store the environment
[U-Boot] [PATCH 0/2] Add support for Varisys Cyrus board
2015-11-03 16:47 UTC (5+ messages)
` [U-Boot] [PATCH 2/2] mpc85xx: Add support for the "
[U-Boot] [PATCH v6 15/16] sf: Add SPI protection mechanism from the kernel
2015-11-03 16:44 UTC (6+ messages)
` [U-Boot] [PATCH v6 16/16] sf: Add SPI NOR protection mechanism
[U-Boot] [PATCH] arm: socfpga: reset: correct dma, qspi, and sdmmc reset bit defines
2015-11-03 16:32 UTC (2+ messages)
[U-Boot] [PATCH] usb: dwc3: Fix warnings on 64-bit builds
2015-11-03 16:30 UTC (4+ messages)
[U-Boot] Peach Pi Hangs
2015-11-03 16:16 UTC
[U-Boot] [PATCH] LCD: Add an option to skip registration as an stdio output
2015-11-03 16:14 UTC
[U-Boot] [PULL] u-boot-atmel/master -> u-boot/master
2015-11-03 16:09 UTC (2+ messages)
[U-Boot] [PATCH V2 11/13] spl: announce boot devices
2015-11-03 15:56 UTC (3+ messages)
` [U-Boot] [PATCH V3 "
[U-Boot] [PATCH V2 08/13] spl: change return values of spl_*_load_image()
2015-11-03 15:56 UTC (3+ messages)
` [U-Boot] [PATCH V3 "
[U-Boot] [PATCH v1 00/12] sparc: Updates to SPARC architecture in preperation for generic board
2015-11-03 15:48 UTC (13+ messages)
` [U-Boot] [PATCH v1 01/12] sparc: Fix broken files during license changes
` [U-Boot] [PATCH v1 02/12] sparc: Update the maintainer for SPARC architecture
` [U-Boot] [PATCH v1 03/12] sparc: Add -mcpu= compiler flags for LEON2/LEON3
` [U-Boot] [PATCH v1 04/12] sparc: Update LEON serial drivers to use readl/writel macros
` [U-Boot] [PATCH v1 05/12] sparc: Update GRSIM board with memory settings for TSIM eval
` [U-Boot] [PATCH v1 06/12] sparc: Update startup code to take PIC mode into account
` [U-Boot] [PATCH v1 07/12] sparc: leon3: Reimplemented AMBA Plug&Play scanning routines
` [U-Boot] [PATCH v1 08/12] sparc: Kconfig: Move the CMD_AMBAPP command to Kconfig
` [U-Boot] [PATCH v1 09/12] sparc: leon3: Added memory controller initialization using new AMBA PnP routines
` [U-Boot] [PATCH v1 10/12] sparc: leon3: Moved GRLIB core header files to common include/grlib directory
` [U-Boot] [PATCH v1 11/12] sparc: ambapp: Removed warning and unnecessary printout
` [U-Boot] [PATCH v1 12/12] sparc: leon3: Add debug_uart support to LEON3 serial driver
[U-Boot] [PATCH v5 01/18] include: Add log2 header from the kernel
2015-11-03 15:27 UTC (8+ messages)
` [U-Boot] [PATCH v5 17/18] spi: Add SPI NOR protection mechanism
[U-Boot] [PATCH 1/3] nios2: remove CONFIG_SYS_MALLOC_BASE macro
2015-11-03 15:25 UTC (3+ messages)
` [U-Boot] [PATCH 2/3] nios2: remove CONFIG_SYS_INIT_SP macro
[U-Boot] [PATCH V3 1/1] arm: at91: reworked meesc board support
2015-11-03 14:13 UTC (2+ messages)
` [U-Boot] [U-Boot, V3, "
[U-Boot] [PATCH v5] mmc: atmel: Add atmel sdhci support
2015-11-03 14:13 UTC (2+ messages)
` [U-Boot] [U-Boot,v5] "
[U-Boot] [PATCH v3] arm: at91: clock: Add the generated clock support
2015-11-03 14:13 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] gw_ventana: Remove empty reset_cpu()
2015-11-03 14:12 UTC (2+ messages)
[U-Boot] [PATCH v2] mmc: sdhci: Fix the SD clock stop sequence
2015-11-03 13:24 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] arm: at91: Change the Chip ID registers' addresses
2015-11-03 13:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v3 1/2] fdt: Deprecate "usbethaddr" usage in fdt_fixup_ethernet()
2015-11-03 12:24 UTC (2+ messages)
` [U-Boot] [PATCH v3 2/2] fdt: Rewrite the logic "
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