messages from 2014-07-22 09:25:09 to 2014-07-23 21:56:24 UTC [more...]
[U-Boot] [PATCH] pxe: clear Bootfile before returning
2014-07-23 21:56 UTC (4+ messages)
[U-Boot] CPU Wachtog for P2041
2014-07-23 21:34 UTC (4+ messages)
` [U-Boot] [PATCH 5/9] kmp204x: CPU watchdog enabled
[U-Boot] dfu download issue with ci_udc
2014-07-23 20:46 UTC (2+ messages)
[U-Boot] Please pull u-boot-mpc85xx master
2014-07-23 20:19 UTC
[U-Boot] [PATCH] Makefile: use $(shell ...) for determining file_size
2014-07-23 20:07 UTC (5+ messages)
[U-Boot] [PATCH] Makefile: replace stat -c %s with wc
2014-07-23 19:59 UTC (2+ messages)
` [U-Boot] [PATCH v2] Makefile: fix binary_size_check target
[U-Boot] [PATCH] sunxi: use random parts of SID to set ethaddr
2014-07-23 19:05 UTC (3+ messages)
[U-Boot] [PATCH v2 0/5] sunxi: i2c and pmic support
2014-07-23 18:59 UTC (5+ messages)
` [U-Boot] [PATCH v2 3/5] sunxi: Add axp209 "
` [U-Boot] [PATCH v2 5/5] sunxi: Fix reset hang on sun5i
[U-Boot] sunxi: Bug fixes, sun4i and sun5i support, pmic support and network improvements
2014-07-23 18:30 UTC (6+ messages)
` [U-Boot] [PATCH 01/12] sunxi: mksunxiboot: Fix loading of files with a size which is not a multiple of 4
[U-Boot] [PATCH v3 00/10] sunxi: Bug fixes, sun4i and sun5i support and network improvements
2014-07-23 18:20 UTC (15+ messages)
` [U-Boot] [PATCH v3 03/10] sunxi: Remove mmc DMA support
` [U-Boot] [PATCH v3 04/10] sunxi: Implement reset_cpu
` [U-Boot] [PATCH v3 05/10] sunxi: Add sun4i support
` [U-Boot] [PATCH v3 06/10] sunxi: Add sun5i support
` [U-Boot] [PATCH v3 07/10] net: Rename and cleanup sunxi (Allwinner) emac driver
` [U-Boot] [PATCH v3 08/10] sunxi: Add emac glue, enable emac on the cubieboard
` [U-Boot] [PATCH v3 09/10] sunxi: Add support for using MII phy-s with the GMAC nic
[U-Boot] [GIT] Pull request: u-boot-dfu
2014-07-23 18:15 UTC (2+ messages)
[U-Boot] enabling ecc on P2041 and QoreIQ familly not valid for memory >= 4GB
2014-07-23 16:32 UTC (4+ messages)
[U-Boot] ODROID dynamic memory initialization
2014-07-23 15:04 UTC (3+ messages)
[U-Boot] [GIT PULL] Zynq patches
2014-07-23 13:53 UTC
[U-Boot] [PATCH v2] zynq: disable -Wstrict-prototypes option for ps7_init.c
2014-07-23 13:49 UTC (3+ messages)
[U-Boot] [PATCH v3 0/9] Add a pre-relocation malloc() implementation
2014-07-23 13:41 UTC (11+ messages)
` [U-Boot] [PATCH v3 2/9] arm: Set up global data before board_init_f()
` [U-Boot] [PATCH v3 5/9] arm: Support pre-relocation malloc()
[U-Boot] [PATCH] ARM: zynq: Show ECC status on the same line as DRAM size
2014-07-23 13:38 UTC (3+ messages)
[U-Boot] [PATCH v3 0/3] sunxi: AHCI support
2014-07-23 13:08 UTC (7+ messages)
` [U-Boot] [PATCH 3/3] ahci: provide sunxi SATA driver using AHCI platform framework
` [U-Boot] [linux-sunxi] "
[U-Boot] [PATCH] driver/qe: update status of QE microcode
2014-07-23 13:03 UTC
[U-Boot] [PATCH v2] powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot
2014-07-23 12:55 UTC
[U-Boot] [PATCH v3 0/29] Add additional core driver model features
2014-07-23 12:55 UTC (30+ messages)
` [U-Boot] [PATCH v3 01/29] dm: gpio: Don't use the driver model uclass for SPL
` [U-Boot] [PATCH v3 02/29] dm: Use an explicit expect value in core tests
` [U-Boot] [PATCH v3 03/29] stdio: Remove redundant code around stdio_register() calls
` [U-Boot] [PATCH v3 04/29] stdio: Pass device pointer to stdio methods
` [U-Boot] [PATCH v3 05/29] dm: Make sure that the root device is probed
` [U-Boot] [PATCH v3 06/29] dm: Provide a way to shut down driver model
` [U-Boot] [PATCH v3 07/29] sandbox: Remove all drivers before exit
` [U-Boot] [PATCH v3 08/29] dm: Allow drivers to be marked 'before relocation'
` [U-Boot] [PATCH v3 09/29] dm: Support driver model prior to relocation
` [U-Boot] [PATCH v3 10/29] stdio: Provide functions to add/remove devices using stdio_dev
` [U-Boot] [PATCH v3 11/29] console: Remove vprintf() optimisation for sandbox
` [U-Boot] [PATCH v3 12/29] Add a flag indicating when the serial console is ready
` [U-Boot] [PATCH v3 13/29] dm: Move uclass error checking/probing into a function
` [U-Boot] [PATCH v3 14/29] fdt: Add a function to get the alias sequence of a node
` [U-Boot] [PATCH v3 15/29] dm: Move device display into its own function
` [U-Boot] [PATCH v3 16/29] dm: Avoid activating devices in 'dm uclass' command
` [U-Boot] [PATCH v3 17/29] dm: Introduce device sequence numbering
` [U-Boot] [PATCH v3 18/29] dm: Display the sequence number for each device
` [U-Boot] [PATCH v3 19/29] dm: Allow a device to be found by its FDT offset
` [U-Boot] [PATCH v3 20/29] dm: Avoid accessing uclasses before they are ready
` [U-Boot] [PATCH v3 21/29] fdt: Add a function to get the node offset of an alias
` [U-Boot] [PATCH v3 22/29] dm: Tidy up some header file comments
` [U-Boot] [PATCH v3 23/29] dm: Provide a function to scan child FDT nodes
` [U-Boot] [PATCH v3 24/29] dm: Add functions to access a device's children
` [U-Boot] [PATCH v3 25/29] dm: Introduce per-child data for devices
` [U-Boot] [PATCH v3 26/29] dm: Add child_pre_probe() and child_post_remove() methods
` [U-Boot] [PATCH v3 27/29] dm: Improve errors and warnings in lists_bind_fdt()
` [U-Boot] [PATCH v3 28/29] dm: Add dm_scan_other() to locate board-specific devices
` [U-Boot] [PATCH v3 29/29] dm: Give the demo uclass a name
[U-Boot] [PATCH] powerpc/t104xrdb: Add Support of rcw for T1042RDB in u-boot
2014-07-23 12:40 UTC
[U-Boot] [PATCH 0/8] samsung: Use common config files with Samsung boards (help wanted)
2014-07-23 12:11 UTC (9+ messages)
` [U-Boot] [PATCH 1/8] exynos: Rename -dt config files to -common
` [U-Boot] [PATCH 2/8] exynos: Move common exynos settings into a common file
` [U-Boot] [PATCH 3/8] exynos: Move common smdk5420 things to "
` [U-Boot] [PATCH 4/8] exynos: config: Move cros_ec and tps65090 out of smdk boards
` [U-Boot] [PATCH 5/8] config: Move arndale to use common exynos5250 file
` [U-Boot] [PATCH 6/8] config: Move smdkv310 to use common exynos4 file
` [U-Boot] [PATCH 7/8] samsung: Move s5p_goni to use exynos-common config
` [U-Boot] [PATCH 8/8] samsung: Move smdkc100 "
[U-Boot] [PATCH v2] powerpc/t104xrdb: Add T1042RDB board support
2014-07-23 12:08 UTC
[U-Boot] FSL eSPI driver is a mess, hack attached
2014-07-23 11:27 UTC
[U-Boot] WIP for SPI
2014-07-23 10:50 UTC (5+ messages)
[U-Boot] [PATCH v4] Add TQ Systems TQMa6 board support
2014-07-23 10:40 UTC (2+ messages)
[U-Boot] [PATCH v4 0/6] arm, imx6: add aristainetos board support
2014-07-23 10:39 UTC (2+ messages)
[U-Boot] [PATCH] arm: mxs: Scrub useless ifdef
2014-07-23 10:37 UTC (2+ messages)
[U-Boot] [PATCH 1/2] mx6: Remove duplication of iomuxc structure
2014-07-23 10:36 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] mx6: Adjust the GPR offset for mx6solox
[U-Boot] [PATCH 1/2] mx6: soc: Do not apply the PFD erratum for mx6solox
2014-07-23 10:36 UTC (4+ messages)
` [U-Boot] [PATCH 2/2] mx6sxsabresd: Add PFUZE100 PMIC support
[U-Boot] [PATCH] embestmx6boards: convert to generic board
2014-07-23 10:35 UTC (2+ messages)
[U-Boot] [PATCH] board_r: Add missing return to initr_doc
2014-07-23 10:28 UTC (2+ messages)
[U-Boot] Hi, Problem about verify uboot
2014-07-23 9:32 UTC
[U-Boot] [PATCH 1/2] powerpc/mpc85xx: Make boot flag effective
2014-07-23 9:27 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] powerpc/t104xrdb: support deep sleep in SPI/SD boot
[U-Boot] A way to change the status of the whole series on Patchwork ?
2014-07-23 8:10 UTC (5+ messages)
[U-Boot] [PATCH] board/freescale: use generic board architecture for t2080qds and t2080rdb
2014-07-23 7:54 UTC
[U-Boot] [PATCH v1 0/2] Add CONFIG_SYS_GENERIC_BOARD to all gdsys boards
2014-07-23 6:57 UTC (2+ messages)
[U-Boot] [PATCH] ARM: zynq: Enable generic board for Xilinx Zynq
2014-07-23 3:15 UTC (2+ messages)
[U-Boot] [PATCH 01/12] video: Add S3C24xx framebuffer support
2014-07-23 3:00 UTC (5+ messages)
` [U-Boot] [PATCH 12/12] net: smc911x: Keep MAC programmed
[U-Boot] A way to change the status of the whole series on Patchwork ?
2014-07-23 2:56 UTC (3+ messages)
[U-Boot] Please update doc/git-mailrc
2014-07-23 2:03 UTC
[U-Boot] [RFC PATCH] Fix bug in T4240QDS code. Don't access nonexistent registers
2014-07-23 1:59 UTC (4+ messages)
[U-Boot] [PATCH] powerpc/t104xrdb: Add T1042RDB board support
2014-07-22 22:44 UTC (2+ messages)
[U-Boot] [PATCH v2 0/4] Introducing the Broadcom Cygnus and NSP boards
2014-07-22 22:41 UTC (5+ messages)
` [U-Boot] [PATCH v2 1/4] arm: iproc: Initial commit of iproc architecture code
` [U-Boot] [PATCH v2 2/4] arm: bcmcygnus: Add bcmcygnus u-architecture
` [U-Boot] [PATCH v2 3/4] arm: bcmnsp: Add bcmnsp u-architecture
` [U-Boot] [PATCH v2 4/4] arm: add Cygnus and NSP boards
[U-Boot] [PATCH] powerpc/b4860: Updated default hwconfig so as to enable only CPC2
2014-07-22 21:39 UTC (2+ messages)
[U-Boot] [PATCH 0/2] Now all the M68K boards can be cleanly built
2014-07-22 19:24 UTC (6+ messages)
` [U-Boot] [PATCH 1/2] m68k: fix an undefined behavior warning of M5253DEMO board
` [U-Boot] [PATCH 2/2] m68k: define __kernel_size_t as unsinged int again
[U-Boot] [PATCH] whitespace cleanups
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/3] board_r: run scsi init() on ARM too
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] [U-Boot,2/3] "
[U-Boot] [PATCH 1/3] AHCI: Increase link timeout to 200ms
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] [U-Boot,1/3] "
[U-Boot] [PATCH] .gitignore: clean-up unnecessary entries
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v2 3/3] Update .mailmap using scripts/mailmapper
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 2/3] scripts: add mailmapper, a tool to create/update mailmap file
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH v2 1/3] add .mailmap for proper git-shortlog output
2014-07-22 19:24 UTC (2+ messages)
` [U-Boot] [U-Boot, v2, "
[U-Boot] [PATCH 3/3] Makefile: fix tags target documentation
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot,3/3] "
[U-Boot] [PATCH 2/3] Makefile: fix ctags/etags clean targets
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot,2/3] "
[U-Boot] [PATCH 1/3] Makefile: fix the {c, e}tags/cscope build targets
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 4/4] rpi_b: handle import of environments in files with CRLF as line endings
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 3/4] am335x_evm: handle import of environments in files with CRLF as line endings
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/4] omap3_beagle: handle import of environments in files with CRLF as line endings
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/4] Add option -r to env import to allow import of text files with CRLF as line endings
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] lib/time.c cleanups
2014-07-22 19:23 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH 2/2] common: cmd_ide: use __weak and add prototypes
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] common: cmd_ide: remove PIO mode
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] [PATCH 3/3] serial: ns16550: use a const variable instead of macro
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 2/3] serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/3] serial: ns16550: drop CONFIG_OMAP1610 from the special case
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH] bootp can use mdelay
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] spl: nand: read only in the size of image_header on the first access
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] catch wrong load address passed to fatload / ext2load
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] Fix help text of ext2load and fatload
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH] tools: compiler.h: add missing time.h
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] "
[U-Boot] [PATCH v4 2/2] driver/usb: include upper/lower_32_bits() from linux/compat.h
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH v4 1/2] linux/compat.h: port lower_32_bits and upper_32_bits from Linux
2014-07-22 19:22 UTC (2+ messages)
` [U-Boot] [U-Boot, v4, "
[U-Boot] [PATCH 2/2] sparc: merge LEON2 and LEON3 linker scripts
2014-07-22 19:21 UTC (2+ messages)
` [U-Boot] [U-Boot, "
[U-Boot] [PATCH 1/2] sparc: merge LEON3 linker scripts
2014-07-22 19:21 UTC (2+ messages)
` [U-Boot] [U-Boot,1/2] "
[U-Boot] [PATCH] h2200: Disable SHA256 on FIT images
2014-07-22 19:21 UTC (2+ messages)
[U-Boot] [PATCH] boards.cfg: re-claim ownership for TQM8xx boards
2014-07-22 19:21 UTC (2+ messages)
[U-Boot] [PATCH v3 1/1] ARM: kirkwood: add mvsdio driver
2014-07-22 16:12 UTC
[U-Boot] [PATCH v2 1/1] ARM: kirkwood: add mvsdio driver
2014-07-22 15:36 UTC (5+ messages)
[U-Boot] [PATCH] doc: README.android-fastboot: Add note about vendor ID
2014-07-22 15:32 UTC (2+ messages)
[U-Boot] [PATCH v4 0/15] Kconfig for U-Boot
2014-07-22 15:24 UTC (16+ messages)
` [U-Boot] [PATCH v4 01/15] kconfig: import Kconfig files from Linux 3.16-rc6
` [U-Boot] [PATCH v4 02/15] Do not apply: tools: add genkconfig
` [U-Boot] [PATCH v4 03/15] kconfig: add board Kconfig and defconfig files
` [U-Boot] [PATCH v4 04/15] kconfig: add basic Kconfig files
` [U-Boot] [PATCH v4 05/15] include: define CONFIG_SPL and CONFIG_TPL as 1
` [U-Boot] [PATCH v4 06/15] kconfig: switch to Kconfig
` [U-Boot] [PATCH v4 07/15] Do not apply: tools: add gen_maintainers.py
` [U-Boot] [PATCH v4 08/15] Add MAINTAINERS files
` [U-Boot] [PATCH v4 09/15] tools: add genboardscfg
` [U-Boot] [PATCH v4 10/15] kconfig: remove mkconfig and boards.cfg
` [U-Boot] [PATCH v4 11/15] MAKEALL: adjust for Kconfig
` [U-Boot] [PATCH v4 12/15] buildman: "
` [U-Boot] [PATCH v4 13/15] kconfig: delete redundant CONFIG_${ARCH} definition
` [U-Boot] [PATCH v4 14/15] powerpc: remove redundant CPU definition
` [U-Boot] [PATCH v4 15/15] kbuild: remove CONFIG_SPL/CONFIG_TPL definition in config headers
[U-Boot] [PATCH] dfu: fix: Add the absolute path to the file name for ext4 write operation
2014-07-22 14:24 UTC (4+ messages)
[U-Boot] [PATCH 0/10] Drop mpc8xx, mpc82xx boards which are orphaned or have no maintainers
2014-07-22 12:36 UTC (6+ messages)
` [U-Boot] [PATCH 01/10] powerpc: mpc8xx: remove some of tqm8xx board family without maintainers
[U-Boot] [PATCH] usb: musb-new: core: set MUSB_POWER_HSENAB in MUSB_POWER for host mode
2014-07-22 10:47 UTC
[U-Boot] [PATCH v2 0/6] board/ti/xxx: Add NAND and NOR support for new TI boards
2014-07-22 10:33 UTC (7+ messages)
` [U-Boot] [PATCH v2 1/6] board/ti/am335x: update configs for parallel NAND
` [U-Boot] [PATCH v2 2/6] board/ti/am335x: add support for beaglebone NAND cape
` [U-Boot] [PATCH v2 3/6] board/ti/am335x: add support for beaglebone NOR Cape
` [U-Boot] [PATCH v2 4/6] board/ti/am43xx: add support for parallel NAND
` [U-Boot] [PATCH v2 5/6] board/ti/dra7xx: "
` [U-Boot] [PATCH v2 6/6] board/ti/dra7xx: add support for parallel NOR
[U-Boot] socfpga: initialize MMC
2014-07-22 9:33 UTC (6+ messages)
[U-Boot] [PATCH] socfpga: Fix SOCFPGA build error for Altera dev kit
2014-07-22 9:28 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