messages from 2014-09-04 20:45:41 to 2014-09-06 16:46:41 UTC [more...]
[U-Boot] [PATCH v10 02/14] patman: Fix indentation in terminal.py
2014-09-06 16:46 UTC (21+ messages)
` [U-Boot] [PATCH v10 03/14] patman: Correct unit tests to run correctly
` [U-Boot] [PATCH v10 04/14] patman: Remove the -a option
` [U-Boot] [PATCH v10 05/14] patman: Use --no-pager' to stop git from forking a pager
` [U-Boot] [PATCH v10 06/14] patman: Avoid changing the order of tags
` [U-Boot] [PATCH v10 07/14] buildman: Set the return code to indicate build result
` [U-Boot] [PATCH v10 08/14] buildman: Allow make-flags variables to include '-' and '_'
` [U-Boot] [PATCH v10 09/14] buildman: Implement an option to exclude boards from the build
` [U-Boot] [PATCH v10 10/14] buildman: Remove the directory prefix from each error line
` [U-Boot] [PATCH v10 12/14] buildman: Separate out display of warnings and errors
[U-Boot] [PATCH v10 11/14] buildman: Add an option to show which boards caused which errors
2014-09-06 16:46 UTC (4+ messages)
` [U-Boot] [U-Boot, v10, "
[U-Boot] [PATCH v4 0/6] Add support for Panasonic UniPhier SoCs/boards
2014-09-06 16:39 UTC (15+ messages)
` [U-Boot] [PATCH v4 1/6] nand: denali: add Denali NAND driver for SPL
` [U-Boot] [PATCH v4 2/6] serial: add UniPhier serial driver
` [U-Boot] [PATCH v4 3/6] arm: uniphier: add UniPhier SoC support code
` [U-Boot] [PATCH v4 4/6] arm: uniphier: add Kconfig and defconfig
` [U-Boot] [PATCH v4 5/6] MAINTAINERS: add me as a maintainer of UniPhier platform
` [U-Boot] [PATCH v4 6/6] git-mailrc: "
[U-Boot] [PATCH v10 0/14] Add some missing buildman features and deprecate MAKEALL
2014-09-06 16:35 UTC (6+ messages)
` [U-Boot] [PATCH v10 01/14] patman: Support the 'reverse' option for 'git log'
[U-Boot] [PATCH] generic_board: do not set gd->fdt_blob unless CONFIG_OF_CONTROL=y
2014-09-06 16:33 UTC (2+ messages)
[U-Boot] [PATCH v3 0/6] Introduce low-level debug for ARM architecture
2014-09-06 12:03 UTC (6+ messages)
` [U-Boot] [PATCH v3 5/6] arm: debug: add Kconfig entries for lowlevel debug
[U-Boot] [PATCH V4 00/19] Introduce cm-fx6 board
2014-09-06 10:50 UTC (3+ messages)
[U-Boot] Please pull u-boot-x86.git branch 'patman'
2014-09-06 10:48 UTC (2+ messages)
[U-Boot] [PATCH 1/1] ARM: sheevaplug: fix uboot corruption
2014-09-06 6:50 UTC (2+ messages)
[U-Boot] buildman fails if branch specifier contains a'/'
2014-09-06 1:00 UTC (2+ messages)
[U-Boot] [PATCH v3 0/18] buildman: Expand test coverage
2014-09-06 1:00 UTC (19+ messages)
` [U-Boot] [PATCH v3 01/18] patman: Add a way of recording terminal output for testing
` [U-Boot] [PATCH v3 02/18] buildman: Send builder output through a function "
` [U-Boot] [PATCH v3 03/18] buildman: Enhance basic test to check summary output
` [U-Boot] [PATCH v3 04/18] patman: RunPipe() should not pipe stdout/stderr unless asked
` [U-Boot] [PATCH v3 05/18] buildman: Move the command line code into its own file
` [U-Boot] [PATCH v3 06/18] buildman: Move full help code into the control module
` [U-Boot] [PATCH v3 07/18] patman: Provide a way to intercept commands for testing
` [U-Boot] [PATCH v3 08/18] buildman: Add a functional test
` [U-Boot] [PATCH v3 09/18] buildman: Set up bsettings outside the control module
` [U-Boot] [PATCH v3 10/18] buildman: Avoid looking at config file or toolchains in tests
` [U-Boot] [PATCH v3 11/18] buildman: Allow tests to have their own boards
` [U-Boot] [PATCH v3 12/18] buildman: Correct counting of build failures on retry
` [U-Boot] [PATCH v3 13/18] buildman: Provide an internal option to clean the outpur dir
` [U-Boot] [PATCH v3 14/18] patman: Start with a clean series when needed
` [U-Boot] [PATCH v3 15/18] buildman: Add additional functional tests
` [U-Boot] [PATCH v3 16/18] buildman: Expand output test to cover directory prefixes
` [U-Boot] [PATCH v3 17/18] buildman: Permit branch names with an embedded '/'
` [U-Boot] [PATCH v3 18/18] buildman: Ignore conflicting tags
[U-Boot] Verified boot and Legacy Kernel Images
2014-09-05 21:54 UTC (3+ messages)
[U-Boot] [PATCH v7 0/13] Enable driver model for GPIOs on Tegra and Exynos
2014-09-05 20:50 UTC (2+ messages)
[U-Boot] [PATCH v5 0/14] Introduce driver model serial uclass
2014-09-05 20:49 UTC (16+ messages)
` [U-Boot] [PATCH v5 01/14] serial: Set up the 'priv' pointer when creating a serial device
` [U-Boot] [PATCH v5 02/14] dm: fdt: Add a function to look up a chosen node
` [U-Boot] [PATCH v5 03/14] dm: Adjust lists_bind_fdt() to return the bound device
` [U-Boot] [PATCH v5 04/14] dm: Add a uclass for serial devices
` [U-Boot] [PATCH v5 05/14] sandbox: Convert serial driver to use driver model
` [U-Boot] [PATCH v5 06/14] sandbox: serial: Support a coloured console
` [U-Boot] [PATCH v5 07/14] sandbox: dts: Add a serial console node
` [U-Boot] [PATCH v5 08/14] dm: exynos: Mark exynos5 console as pre-reloc
` [U-Boot] [PATCH v5 09/14] dm: exynos: Move serial to driver model
` [U-Boot] [PATCH v5 10/14] dm: serial: Move baud rate calculation to ns16550.c
` [U-Boot] [PATCH v5 11/14] dm: serial: Collect common baud rate code in ns16550
` [U-Boot] [PATCH v5 12/14] dm: serial: Add driver model support for ns16550
` [U-Boot] [PATCH v5 13/14] tegra: dts: Add serial port details
` [U-Boot] [PATCH v5 14/14] dm: tegra: Enable driver model for serial
[U-Boot] [U-boot] [Patch v2 0/6] keystone2: add k2l SoC and k2l_evm board support
2014-09-05 20:47 UTC (7+ messages)
` [U-Boot] [U-boot] [Patch v2 1/6] ARM: keystone2: add K2L device hardware definitions
` [U-Boot] [U-boot] [Patch v2 2/6] keystone2: clock: add K2L clock definitions and commands
` [U-Boot] [U-boot] [Patch v2 3/6] keystone2: msmc: add MSMC cache coherency support for K2L SOC
` [U-Boot] [U-boot] [Patch v2 4/6] ARM: keystone2: spl: add K2L SoC support
` [U-Boot] [U-boot] [Patch v2 5/6] keystone2: enable OSR clock domain for K2L SoC
` [U-Boot] [U-boot] [Patch v2 6/6] keystone2: k2l-evm: add board support
[U-Boot] [PATCH] mx6qsabreauto: Remove imx6q-sabreauto.dts
2014-09-05 19:26 UTC (2+ messages)
[U-Boot] [U-boot] [Patch v2] keystone: usb: add support of usb xhci
2014-09-05 19:26 UTC
[U-Boot] Call for participation in the U-Boot Mini Summit 2014
2014-09-05 19:21 UTC (9+ messages)
[U-Boot] [PATCH 1/2] arm: Make reset position-independent
2014-09-05 18:41 UTC (2+ messages)
[U-Boot] Force check of RSA-Signature
2014-09-05 16:47 UTC (4+ messages)
[U-Boot] [PATCH v6 0/17] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
2014-09-05 16:45 UTC (20+ messages)
` [U-Boot] [PATCH v6 01/17] arm: ls102xa: Add Freescale LS102xA SoC support
` [U-Boot] [PATCH v6 02/17] ls102xa: i2c: Add i2c support for LS102xA
` [U-Boot] [PATCH v6 03/17] net: Merge asm/fsl_enet.h into fsl_mdio.h
` [U-Boot] [PATCH v6 04/17] net: mdio: Use mb() to be compatible for both ARM and PowerPC
` [U-Boot] [PATCH v6 05/17] ls102xa: etsec: Add etsec support for LS102xA
` [U-Boot] [PATCH v6 06/17] esdhc: Add CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE macros
` [U-Boot] [PATCH v6 07/17] ls102xa: esdhc: Add esdhc support for LS102xA
` [U-Boot] [PATCH v6 08/17] driver/ddr/freescale: Add support of accumulate ECC
` [U-Boot] [PATCH v6 09/17] driver/ddr/freescale: Fix DDR3 driver for ARM
` [U-Boot] [PATCH v6 10/17] driver/ddr/fsl: Add support of overriding chip select write leveling
` [U-Boot] [PATCH v6 11/17] arm: ls102xa: Add basic support for LS1021AQDS board
` [U-Boot] [PATCH v6 12/17] arm: ls102xa: Add basic support for LS1021ATWR board
` [U-Boot] [PATCH v6 13/17] net: tsec: Remove tx snooping support from LS1
` [U-Boot] [PATCH v6 14/17] serial: lpuart: add 32-bit registers lpuart support
` [U-Boot] [PATCH v6 15/17] video: dcu: Add DCU driver support
` [U-Boot] [PATCH v6 16/17] video: dcu: Add Sii9022A HDMI Transmitter support
` [U-Boot] [PATCH v6 17/17] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
[U-Boot] [U-boot] [Patch v2 0/4] keystone2: generalize navigator driver usage
2014-09-05 16:02 UTC (5+ messages)
` [U-Boot] [U-boot] [Patch v2 1/4] keystone2: keystone_nav: don't use hard addresses in qm_config
` [U-Boot] [U-boot] [Patch v2 2/4] keystone2: keystone_nav: don't use hard addresses in netcp_pktdma
` [U-Boot] [U-boot] [Patch v2 3/4] dma: keystone_nav: move keystone_nav driver to driver/dma/
` [U-Boot] [U-boot] [Patch v2 4/4] dma: keystone_nav: generalize driver usage
[U-Boot] [PATCH] OMAP4: Use generic 'load' command instead of 'fatload' for 'loadbootscript' and 'loadbootenv' as already done for 'loadimage' and 'loaduimage'
2014-09-05 13:32 UTC
[U-Boot] Please pull u-boot-sunxi.git/master
2014-09-05 13:23 UTC
[U-Boot] please pull u-boot-samsung master
2014-09-05 12:30 UTC
[U-Boot] [PATCH] dw_mmc: cleanups
2014-09-05 12:25 UTC (5+ messages)
[U-Boot] [PATCH v2 3/5] iMX6DL:arm2: Add support for i.MX6DL arm2 DDR3 board
2014-09-05 12:15 UTC (2+ messages)
[U-Boot] [PATCH V5 0/9] peach_pit: Add support for FIMD, DP and parade chip
2014-09-05 11:42 UTC (11+ messages)
` [U-Boot] [PATCH V5 1/9] exynos_fb: Remove usage of static defines
` [U-Boot] [PATCH V5 2/9] arm: exynos: Add RPLL for Exynos5420
` [U-Boot] [PATCH V5 3/9] arm: exynos: Add get_lcd_clk and set_lcd_clk callbacks "
` [U-Boot] [PATCH V5 4/9] video: exynos_fimd: Add framework to disable FIMD sysmmu
` [U-Boot] [PATCH V5 5/9] video: Add driver for Parade PS8625 dP to LVDS bridge
` [U-Boot] [PATCH V5 6/9] ARM: exynos: Add missing declaration for gpio_direction_input
` [U-Boot] [PATCH V5 7/9] exynos5420: add callbacks needed for exynos_fb driver
` [U-Boot] [PATCH V5 8/9] ARM: exynos: peach_pit: Add DT nodes for fimd and parade bridge chip
` [U-Boot] [PATCH V5 9/9] CONFIGS: peach-pit: Enable display for peach_pit board
[U-Boot] [PATCH V4 0/9] peach_pit: Add support for FIMD, DP and parade chip
2014-09-05 11:33 UTC (5+ messages)
[U-Boot] [PATCH v1 1/1] net: dns: fix for DNS queries sent to the wrong MAC address
2014-09-05 11:19 UTC
[U-Boot] ODROID dynamic memory initialization
2014-09-05 10:50 UTC (4+ messages)
` [U-Boot] [PATCH] odroid: set MPLL clock to 880MHz
[U-Boot] [PATCH] dfu, usb: set usb descriptor to values defined in dfu spec 1.1
2014-09-05 10:37 UTC (6+ messages)
[U-Boot] [UBOOT PATCH] usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZE
2014-09-05 10:09 UTC
[U-Boot] [PATCH] powerpc/t104xrdb: Set DDR ODT to 75ohm
2014-09-05 9:48 UTC
[U-Boot] [PATCH v5] arm: tegra: initial support for apalis t30
2014-09-05 8:18 UTC
[U-Boot] [PATCH] mtd: nand: Fix length bug in ioread16_rep() and iowrite16_rep()
2014-09-05 8:06 UTC (2+ messages)
[U-Boot] [PATCH v4] arm: tegra: initial support for apalis t30
2014-09-05 7:13 UTC (3+ messages)
[U-Boot] [UBOOT PATCH] f_thor: Dont perform reset at the end of thor
2014-09-05 7:01 UTC
[U-Boot] [PATCH] MAINTAINERS: update the maintainer of Arndale board
2014-09-05 6:52 UTC (3+ messages)
[U-Boot] [UBOOT PATCH] ci_udc: Update the ci_udc driver to support bulk transfers
2014-09-05 6:46 UTC
[U-Boot] [PATCH v7 00/12] Add support to Odroid U3/X2
2014-09-05 6:34 UTC (3+ messages)
` [U-Boot] [PATCH v8 "
[U-Boot] [PATCH v6 0/17] arm: ls102xa: Add Freescale LS102xA SoC and LS1021AQDS/TWR board support
2014-09-05 5:52 UTC (18+ messages)
` [U-Boot] [PATCH v6 01/17] arm: ls102xa: Add Freescale LS102xA SoC support
` [U-Boot] [PATCH v6 02/17] ls102xa: i2c: Add i2c support for LS102xA
` [U-Boot] [PATCH v6 03/17] net: Merge asm/fsl_enet.h into fsl_mdio.h
` [U-Boot] [PATCH v6 04/17] net: mdio: Use mb() to be compatible for both ARM and PowerPC
` [U-Boot] [PATCH v6 05/17] ls102xa: etsec: Add etsec support for LS102xA
` [U-Boot] [PATCH v6 06/17] esdhc: Add CONFIG_SYS_FSL_ESDHC_LE and CONFIG_SYS_FSL_ESDHC_BE macros
` [U-Boot] [PATCH v6 07/17] ls102xa: esdhc: Add esdhc support for LS102xA
` [U-Boot] [PATCH v6 08/17] driver/ddr/freescale: Add support of accumulate ECC
` [U-Boot] [PATCH v6 09/17] driver/ddr/freescale: Fix DDR3 driver for ARM
` [U-Boot] [PATCH v6 10/17] driver/ddr/fsl: Add support of overriding chip select write leveling
` [U-Boot] [PATCH v6 11/17] arm: ls102xa: Add basic support for LS1021AQDS board
` [U-Boot] [PATCH v6 12/17] arm: ls102xa: Add basic support for LS1021ATWR board
` [U-Boot] [PATCH v6 13/17] net: tsec: Remove tx snooping support from LS1
` [U-Boot] [PATCH v6 14/17] serial: lpuart: add 32-bit registers lpuart support
` [U-Boot] [PATCH v6 15/17] video: dcu: Add DCU driver support
` [U-Boot] [PATCH v6 16/17] video: dcu: Add Sii9022A HDMI Transmitter support
` [U-Boot] [PATCH v6 17/17] ls102xa: dcu: Add platform support for DCU on LS1021ATWR board
[U-Boot] [PATCH v3 0/3] spi, sf: add mtdparts feature to spi and sf commands
2014-09-05 5:38 UTC (4+ messages)
` [U-Boot] [PATCH v3 1/3] mtd, spi: add MTD layer driver
` [U-Boot] [PATCH v3 2/3] mtd, nand: move common functions from cmd_nand.c to common place
` [U-Boot] [PATCH v3 3/3] spi, sf: use offset and size in sf cmd from mtdpartition
[U-Boot] [PATCH] nand/denali: Adding Denali NAND driver support
2014-09-05 3:01 UTC (3+ messages)
[U-Boot] [PATCH v2] kconfig: zynq: Add ZYBO board
2014-09-05 2:37 UTC (2+ messages)
[U-Boot] Uboot - verified boot - CONFIG_OF_SEPARATE
2014-09-04 22:54 UTC (2+ messages)
[U-Boot] About verify uboot
2014-09-04 22:52 UTC (2+ messages)
[U-Boot] [PATCH] patman: make run results better visible
2014-09-04 22:38 UTC (4+ messages)
` [U-Boot] [PATCH v2] "
[U-Boot] [PATCH v3 0/4] introduce get_maintainer.pl
2014-09-04 22:07 UTC (4+ messages)
[U-Boot] Please pull u-boot-ti/master
2014-09-04 20:48 UTC
[U-Boot] [PATCH] AM335x: igep0033: Convert to generic board and use ti_am335x_common.h
2014-09-04 20:48 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] mtd: nand: omap_gpmc: Fix 'bit-flip' errors
2014-09-04 20:48 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] mtd: nand: omap_gpmc: Enable multiple NAND flash devices
2014-09-04 20:48 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [U-boot] [Patch] mtd: nand: davinci_nand: correct keystone RBL layout definition
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] [U-Boot, U-boot] "
[U-Boot] [PATCH] arm: am335x: add Kconfig range attribute to prevent invalid CONS_INDEX
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [U-boot] [Patch] keystone2: use readl/writel functions instead of redefinition
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] [U-Boot, U-boot] "
[U-Boot] [PATCH] ARM: DRA72: DDR3: Add emif settings for 666MHz clock
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] omap3_beagle: Add boot script support to omap3 beagle board
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [U-boot] [Patch] ARM: keystone: clock: use correct BWADJ field mask for PASSPLLCTL0
2014-09-04 20:47 UTC (2+ messages)
` [U-Boot] [U-Boot, U-boot] "
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