messages from 2012-08-25 15:30:34 to 2012-08-28 12:21:51 UTC [more...]
[U-Boot] [PATCH v1 1/8] OMAP3: tam3517: add function to read MAC from EEPROM
2012-08-28 12:21 UTC (22+ messages)
` [U-Boot] [PATCH v1 2/8] OMAP3: twister : get MAC address "
` [U-Boot] [PATCH v1 3/8] OMAP3: mt_ventoux: Correct board pinmux
` [U-Boot] [PATCH v1 4/8] OMAP3: mt_ventoux: activate GPIO4
` [U-Boot] [PATCH v1 5/8] OMAP3: mt_ventoux: read MAC address from EEPROM
` [U-Boot] [PATCH v1 6/8] OMAP3: mt_ventoux: disable the buzzer at start-up
` [U-Boot] [PATCH v1 7/8] video: drop duplicate set of DISPC_CONFIG register
` [U-Boot] [PATCH v1 8/8] OMAP3: mt_ventoux: added video support
` [U-Boot] [PATCH v2 0/9] This patchset updates boards based on the TAM3517 SOM
` [U-Boot] [PATCH v2 1/9] OMAP3: tam3517: add function to read MAC from EEPROM
` [U-Boot] [PATCH v2 2/9] OMAP3: twister : get MAC address "
` [U-Boot] [PATCH v2 3/9] OMAP3: mt_ventoux: Correct board pinmux
` [U-Boot] [PATCH v2 4/9] OMAP3: mt_ventoux: activate GPIO4
` [U-Boot] [PATCH v2 5/9] OMAP3: mt_ventoux: read MAC address from EEPROM
` [U-Boot] [PATCH v2 6/9] OMAP3: mt_ventoux: disable the buzzer at start-up
` [U-Boot] [PATCH v2 7/9] video: drop duplicate set of DISPC_CONFIG register
[U-Boot] [PATCH 0/2] i2c:soft:multi: Support for multiple soft I2C buses at TRATS
2012-08-28 12:12 UTC (7+ messages)
` [U-Boot] [PATCH 1/2] i2c:soft:multi: Support for multiple soft I2C buses
` [U-Boot] [PATCH 2/2] i2c:soft:multi: Enable soft I2C multibus at Trats development board
[U-Boot] [PATCH] ubifs: Fix memory leak in ubifs_finddir
2012-08-28 12:00 UTC
[U-Boot] [PATCH 4/4] EXYNOS: Add support for Insignal Origen QUAD board
2012-08-28 11:52 UTC
[U-Boot] [PATCH 3/4] EXYNOS: additional Exynos4 SoC series support
2012-08-28 11:52 UTC
[U-Boot] [PATCH 2/4] EXYNOS: add XXTI for clock source
2012-08-28 11:52 UTC
[U-Boot] [PATCH 1/4] EXYNOS: change the compile/clean option of spl
2012-08-28 11:51 UTC
[U-Boot] [PATCH v2 1/2] MX28: mx28evk: Align SSP clock speed
2012-08-28 10:18 UTC (3+ messages)
` [U-Boot] [PATCH v2 2/2] MX28: mx28evk: Enable SPI DMA
[U-Boot] [PATCH] MX28: mx28evk: Follow m28evk change in SSP clock
2012-08-28 9:56 UTC (3+ messages)
[U-Boot] [PATCH] SPL: Enable use of custom defined U-Boot entry point
2012-08-28 8:50 UTC
[U-Boot] [PATCH v2 0/12] SPL: Port SPL framework to powerpc
2012-08-28 8:32 UTC (21+ messages)
` [U-Boot] [PATCH v2 01/12] SPL: Fix build problems on ARM with new SPL framework
` [U-Boot] [PATCH v2 02/12] SPL: Use image_get_xxx() functions to access header values
` [U-Boot] [PATCH v2 03/12] SPL: Add option to skip copying of the mkimage header
` [U-Boot] [PATCH v2 04/12] SPL: Add NOR flash booting support
` [U-Boot] [PATCH v2 05/12] powerpc: Extract EPAPR_MAGIC constants into processor.h
` [U-Boot] [PATCH v2 06/12] SPL: Port SPL framework to powerpc
` [U-Boot] [PATCH v2 07/12] env: Extract getenv_f() into separate source file
` [U-Boot] [PATCH v2 08/12] mpc5200: Add SPL support
` [U-Boot] [PATCH v2 09/12] mpc5200: Add a3m071 board support
` [U-Boot] [PATCH v2 10/12] fdt: cmd_fdt: Call fdt_chosen() from "fdt boardsetup"
` [U-Boot] [PATCH v2 11/12] Makefile: Add possibility to set entry-point for u-boot.img
` [U-Boot] [PATCH v2 12/12] Makefile: Add target for combined spl/u-boot.bin & u-boot.img
[U-Boot] U-Boot Api Problem
2012-08-28 7:38 UTC
[U-Boot] [PATCH v5 0/25] ARM: SPL: Make more generic, merge DaVinci and OMAP
2012-08-28 7:27 UTC (32+ messages)
` [U-Boot] [PATCH v5 01/25] Makefile: Move SPL files to clobber, remove from clean
` [U-Boot] [PATCH v5 02/25] spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
` [U-Boot] [PATCH v5 03/25] omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
` [U-Boot] [PATCH v5 04/25] omap-common: Fix typo in save_boot_params() in lowlevel_init.S
` [U-Boot] [PATCH v5 05/25] ARM: SPL: Rename omap_boot_device to spl_boot_device
` [U-Boot] [PATCH v5 06/25] ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
` [U-Boot] [PATCH v5 07/25] ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
` [U-Boot] [PATCH v5 08/25] ARM: SPL: Only call mem_malloc_init if configured
` [U-Boot] [PATCH v5 09/25] ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
` [U-Boot] [PATCH v5 10/25] ARM: SPL: Make spl_mmc.c more generic
` [U-Boot] [PATCH v5 11/25] ARM: SPL: Clean up spl.c / spl_nand.c slightly
` [U-Boot] [PATCH v5 12/25] ARM: SPL: Start hooking in the current SPI SPL support
` [U-Boot] [PATCH v5 13/25] ARM: SPL: Move gpmc_init() to spl_board_init()
` [U-Boot] [PATCH v5 14/25] SPL: Move the omap SPL framework to common/spl
` [U-Boot] [PATCH v5 15/25] SPL: Create arch/arm/lib/spl.c for board_init_f and jump_to_image_linux
` [U-Boot] [PATCH v5 16/25] SPL: do not use fix value for u-boot size
` [U-Boot] [PATCH v5 17/25] SPL: Use image_get_xxx() functions to access header values
` [U-Boot] [PATCH v5 18/25] SPL: NAND: Move arch/arm/cpu/armv7/omap-common/spl_nand.c to common/spl
` [U-Boot] [PATCH v5 19/25] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
` [U-Boot] [PATCH v5 20/25] da850: Add README.da850
` [U-Boot] [PATCH v5 21/25] SPL: Add NOR flash booting support
` [U-Boot] [PATCH v5 22/25] SPL: Add option to skip copying of the mkimage header
` [U-Boot] [PATCH v5 23/25] SPL: SPI: Enhance spi_spl_load to match the other load functions
` [U-Boot] [PATCH v5 24/25] SPL: Make un-supported boot device puts a debug instead
` [U-Boot] [PATCH v5 25/25] SPL: Rework how we inform about un-headered images
[U-Boot] How to read content of eeprom from uboot
2012-08-28 4:37 UTC
[U-Boot] Request pull: u-boot-sh
2012-08-28 4:29 UTC
[U-Boot] [PATCH v3] mx5:Use IMX_GPIO_NR macro
2012-08-28 2:30 UTC
[PATCH v3] mx5:Use IMX_GPIO_NR macro
2012-08-28 2:09 UTC
[U-Boot] [PATCH] hawkboard: Update config file to work with common spl framework
2012-08-28 1:04 UTC (2+ messages)
[U-Boot] [PATCH 1/2] libfdt: Add support for appending the values to a existing property
2012-08-28 0:39 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] libfdt: Add helpers for 64-bit integer properties
[U-Boot] [PATCH 1/1] [RFC] DM: early_malloc for DM added
2012-08-28 0:18 UTC (7+ messages)
` [U-Boot] [PATCHv2 "
[U-Boot] [PATCH v2] integrator: break out common config
2012-08-27 23:37 UTC (5+ messages)
[U-Boot] [PATCH v4 0/20] ARM: SPL: Make more generic, merge DaVinci and OMAP
2012-08-27 22:04 UTC (18+ messages)
` [U-Boot] [PATCH v4 11/20] ARM: SPL: Clean up spl.c / spl_nand.c slightly
` [U-Boot] [PATCH v4 16/20] SPL: do not use fix value for u-boot size
` [U-Boot] [PATCH v4 19/20] SPL: NAND: Enhance drivers/mtd/nand/nand_spl_simple.c
[U-Boot] Proposed patch: ubifs_finddir shall free memory when dir found
2012-08-27 19:31 UTC (3+ messages)
[U-Boot] [PATCH] net: move bootfile/ipaddr init into eth_initialize
2012-08-27 19:29 UTC (3+ messages)
` [U-Boot] [PATCH 1/2 v2] net: punt bd->bi_ip_addr
[U-Boot] [PATCH v2] mx5:Use IMX_GPIO_NR macro
2012-08-27 17:42 UTC (2+ messages)
[U-Boot] [PATCH v2] efikamx: sync Smartbook DDR settings in DCD with those found in Genesi's production U-Boot
2012-08-27 17:39 UTC (2+ messages)
[U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards
2012-08-27 17:36 UTC (10+ messages)
` [U-Boot] [PATCH 2/4] efikamx: remove drive strength function and roll its functionality into the DCD
` [U-Boot] [PATCH 3/4] efikamx: configure Smarttop PCBID and LED pads in DCD for convenience
` [U-Boot] [PATCH 4/4] efikamx: update to Efika MX Smarttop and Smartbook boards
` [U-Boot] [PATCH v2] "
[PATCH v2] mx5:Use IMX_GPIO_NR macro
2012-08-27 16:59 UTC
[U-Boot] Add a new protocol
2012-08-27 16:35 UTC (5+ messages)
[U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5
2012-08-27 15:57 UTC (9+ messages)
[U-Boot] [PATCH v2 1/2] mx35: Define default SoC input clock frequencies
2012-08-27 14:39 UTC (4+ messages)
[U-Boot] [PATCH] ppc4xx: Canyonlands/Glacier: Squeeze NAND image a bit to fit again
2012-08-27 13:39 UTC
[U-Boot] [Patch V4 0/4] MIPS: add mips64 cpu support
2012-08-27 13:00 UTC (11+ messages)
` [U-Boot] [Patch V4 1/4] MIPS: Add support for MIPS64 cpus
` [U-Boot] [Patch V4 2/4] MIPS: change related header files
` [U-Boot] [Patch V4 3/4] MIPS: add board qemu-mips64 support
` [U-Boot] [Patch V4 4/4] MIPS: add mips64 standalone support
[U-Boot] [RFC] atmel:dataflash: remove unused mmc_mux
2012-08-27 12:24 UTC
[U-Boot] [PATCH] OMAP3: add definition of CTRL_WKUP_CTRL register
2012-08-27 11:37 UTC
[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation
2012-08-27 11:29 UTC (8+ messages)
` [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun
[U-Boot] [PATCH] arm: sam9g10/sam9m10g45: remove CONFIG_ARCH_CPU_INIT
2012-08-27 10:04 UTC
[U-Boot] [PATCH v4 7/7] env: delete selected vars not present in imported env
2012-08-27 10:02 UTC (3+ messages)
` [U-Boot] [PATCH v5 "
[U-Boot] [PATCH v1 0/5] env: handle special variables and selective env default
2012-08-27 9:57 UTC (10+ messages)
` [U-Boot] [PATCH v4 6/7] env: make "env default" selective, check and apply
` [U-Boot] [PATCH v4 7/7] env: delete selected vars not present in imported env
[U-Boot] [GIT PULL] Pull request: u-boot-imx
2012-08-27 6:41 UTC
[U-Boot] [PATCH] mxs: Convert timeout parameter to 'unsigned int'
2012-08-27 6:28 UTC (2+ messages)
[U-Boot] [PATCH 1/5] MX28: DMA: Align the struct mxs_dma_desc
2012-08-27 6:09 UTC (2+ messages)
[U-Boot] [PATCH] omap4 i2c: add support for i2c bus 4
2012-08-27 6:08 UTC (2+ messages)
[U-Boot] [PATCH] mx5:Use IMX_GPIO_NR macro
2012-08-27 6:04 UTC (2+ messages)
[U-Boot] [PATCH v3 0/5] at91: 9x5: Enable PMECC(Programmable Multibit ECC controller) support
2012-08-27 6:01 UTC (3+ messages)
` [U-Boot] [PATCH v3 4/5] at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC
[U-Boot] [PATCH 0/2] Add gio api support to mx27 (v4)
2012-08-27 5:56 UTC (7+ messages)
` [U-Boot] [PATCH 1/2] gpio: add gpio "
` [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change (v4)
[U-Boot] [PATCH v2] mx5: add iomux-mx51.h include
2012-08-27 5:48 UTC (2+ messages)
[U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header
2012-08-27 5:46 UTC (2+ messages)
[U-Boot] please pull u-boot-samsung master
2012-08-27 4:24 UTC
[U-Boot] [PATCH 1/4] COMMON: Implement common bounce buffer
2012-08-27 1:19 UTC (4+ messages)
` [U-Boot] [PATCH 2/4] MMC: MXS: Convert MXS MMC driver to generic "
` [U-Boot] [PATCH 3/4] MMC: MXS: Toggle the generic bounce buffer on the boards
` [U-Boot] [PATCH 4/4] MMC: Remove the MMC bounce buffer
[U-Boot] [PATCH 1/2] FEC: Do not pass unaligned buffer to network stack
2012-08-26 20:19 UTC (2+ messages)
` [U-Boot] [PATCH 2/2] FEC: Properly align address over the buffers for cache ops
[U-Boot] [Patch V3 0/4] add mips64 cpu support
2012-08-26 14:23 UTC (10+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus
` [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64
[U-Boot] Blackfin BF54x Silicon revision 0.4 and uClinux
2012-08-26 11:56 UTC (3+ messages)
[U-Boot] Intermediate ARM status
2012-08-26 11:44 UTC (3+ messages)
[U-Boot] [PATCH 0/3] MIPS: refactoring for extended Qemu support
2012-08-26 1:25 UTC (3+ messages)
` [U-Boot] [PATCH 1/3] MIPS: factor out endianess flag handling to arch config.mk
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