public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-08-22 20:56:06 to 2012-08-24 09:46:32 UTC [more...]

[U-Boot] [PATCH 1/4] spiflash: at25: using common spi flash operation
 2012-08-24  9:46 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] spi: atmel: add WDRBT bit to avoid receive overrun

[U-Boot] [PATCH 1/2] dfu:usb: Support for ext4
 2012-08-24  9:33 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] dfu:usb:fix: Read the "filesize" environment variable only when file read

[U-Boot] [PATCH 3/4] arm:exynos4: Set common code for trats and universal_c210 boards
 2012-08-24  9:27 UTC  (12+ messages)
` [U-Boot] [PATCH 0/6 v2] Code cleaup for trats and universal
  ` [U-Boot] [PATCH 1/6 v2] arm:exynos4:trats: Correct SDRAM configuration for trats
  ` [U-Boot] [PATCH 2/6 v2] arm:exynos4:trats: Fix SDRAM size
  ` [U-Boot] [PATCH 3/6 v2] arm:exynos4:pinmux: Modify the gpio function for mmc
  ` [U-Boot] [PATCH 4/6 v2] arm:exynos4:trats: Use pinmux for mmc configuration
  ` [U-Boot] [PATCH 5/6 v2] arm:exynos4:universal: "
  ` [U-Boot] [PATCH 6/6 v2] arm:exynos4:universal: Eliminated low level init

[U-Boot] [PATCH 0/6] gpt: GUID Partition Table (GPT) restoration
 2012-08-24  8:48 UTC  (8+ messages)
` [U-Boot] [PATCH 1/6] gpt:doc: GPT (GUID Partition Table) documentation
` [U-Boot] [PATCH 2/6] gpt: Replace the leXX_to_int() calls with ones defined at <compiler.h>
` [U-Boot] [PATCH 3/6] gpt: Replacement of GPT structures members with ones indicating endianness and size
` [U-Boot] [PATCH 4/6] gpt: Support for GPT (GUID Partition Table) restoration
` [U-Boot] [PATCH 5/6] gpt: Support for new "gpt" command
` [U-Boot] [PATCH 6/6] gpt: Enable support for GPT partition table restoration at Samsung's Trats
` [U-Boot] gpt: GUID/UUID - GPT restoration - open questions

[U-Boot] [PATCH 0/6] SPL: Port SPL framework to powerpc
 2012-08-24  8:17 UTC  (18+ messages)
` [U-Boot] [PATCH 1/6] SPL: Add NOR flash booting support
` [U-Boot] [PATCH 2/6] powerpc: Extract EPAPR_MAGIC constants into processor.h
` [U-Boot] [PATCH 3/6] SPL: Port SPL framework to powerpc
` [U-Boot] [PATCH 4/6] env: Extract getenv_f() into separate source file
` [U-Boot] [PATCH 5/6] mpc5200: Add SPL support
` [U-Boot] [PATCH 6/6] mpc5200: Add a3m071 board support

[U-Boot] [PATCH 1/3] mxs: Replace i.MX233 by i.MX23 on copyright header
 2012-08-24  7:57 UTC  (6+ messages)
` [U-Boot] [PATCH 3/3] mxs: Rename 'mx28_dram_init' to 'mxs_dram_init'

[U-Boot] [PATCH 0/9] Auto partition selection and fs partition consolidation
 2012-08-24  2:51 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] combine block device load commands into common function
` [U-Boot] [PATCH 2/9] disk/part: check bootable flag for DOS partitions
` [U-Boot] [PATCH 3/9] disk/part: introduce get_device_and_partition
` [U-Boot] [PATCH 4/9] ext4: remove init_fs/deinit_fs
` [U-Boot] [PATCH 5/9] cmd_extX: use common get_device_and_partition function
` [U-Boot] [PATCH 6/9] cmd_fat: "
` [U-Boot] [PATCH 7/9] cmd_disk: "
` [U-Boot] [PATCH 8/9] cmd_zfs: "
` [U-Boot] [PATCH 9/9] cmd_reiser: "

[U-Boot] [PATCH] atmel: sam9g10: correct the text base and move into config.mk
 2012-08-24  1:51 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] nand_spl: p1010rdb: don't write to global variable before reloc
 2012-08-24  1:48 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] nand_spl: p1010rdb: optimize ddr init for size

[U-Boot] [Patch V3 0/4] add mips64 cpu support
 2012-08-24  0:23 UTC  (14+ messages)
` [U-Boot] [Patch V3 1/4] [MIPS] Add support for MIPS64 cpus
` [U-Boot] [Patch V3 2/4] [MIPS] add mips64 support in mips head files
` [U-Boot] [Patch V3 3/4] [MIPS] Add qemu-mips building configs
` [U-Boot] [Patch V3 4/4] [MIPS] Disable standalone while building MIPS64

[U-Boot] [PATCH 0/3] MIPS: refactoring for extended Qemu support
 2012-08-23 22:50 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] MIPS: factor out endianess flag handling to arch config.mk
` [U-Boot] [PATCH 2/3] MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles
` [U-Boot] [PATCH 3/3] MIPS: add support for qemu for little endian MIPS32 CPUs

[U-Boot] [PATCH] SPL: do not use fix value for u-boot size
 2012-08-23 22:03 UTC  (8+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] Read-only env variables
 2012-08-23 20:31 UTC  (19+ messages)
` [U-Boot] [PATCH 0/12] Add environment type checking and access control
  ` [U-Boot] [PATCH 01/12] tools/env: Use a board-specific default env
  ` [U-Boot] [PATCH 02/12] tools/env: Remove unneeded complexity
  ` [U-Boot] [PATCH 04/12] tools/env: Reduce the impact on real-time processes
  ` [U-Boot] [PATCH 05/12] tools/env: Serialize calls to fw_*env
  ` [U-Boot] [PATCH 06/12] env: Make the "silent" env var take effect immediately
  ` [U-Boot] [PATCH 10/12] env: acl: Add environment variable access control list
  ` [U-Boot] [PATCH 12/12] env: cosmetic: Consilidate the default env definition

[U-Boot] [PATCH] efikamx: sync Smartbook DDR settings in DCD with those found in Genesi's production U-Boot
 2012-08-23 20:27 UTC 

[U-Boot] [PATCHv2 1/2] mpc85xx: Initial SP alignment is wrong
 2012-08-23 18:51 UTC  (5+ messages)

[U-Boot] [PATCH v2 0/5] Tegra 2 USB ULPI series
 2012-08-23 18:42 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc: Fix declaration type for I/O functions
 2012-08-23 18:09 UTC  (7+ messages)

[U-Boot] [PATCH] mx5:Use IMX_GPIO_NR macro
 2012-08-23 16:47 UTC  (2+ messages)

[U-Boot] [PATCH] mx6qarm2:Use IMX_GPIO_NR macro
 2012-08-23 16:39 UTC  (3+ messages)

[U-Boot] [PATCH v3 0/19] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-23 16:17 UTC  (28+ messages)
` [U-Boot] [PATCH v3 01/19] Makefile: Move SPL files to clobber, remove from clean
` [U-Boot] [PATCH v3 02/19] spl_mmc: Make FAT checks / calls guarded with CONFIG_SPL_FAT_SUPPORT
` [U-Boot] [PATCH v3 03/19] omap-common: SPL: Add CONFIG_SPL_DISPLAY_PRINT / spl_display_print()
` [U-Boot] [PATCH v3 04/19] omap-common: Fix typo in save_boot_params() in lowlevel_init.S
` [U-Boot] [PATCH v3 05/19] ARM: SPL: Rename omap_boot_device to spl_boot_device
` [U-Boot] [PATCH v3 06/19] ARM: SPL: Rename omap_boot_mode to spl_boot_mode()
` [U-Boot] [PATCH v3 07/19] ARM: SPL: Remove NAND_MODE_HW_ECC from spl_nand.c
` [U-Boot] [PATCH v3 08/19] ARM: SPL: Only call mem_malloc_init if configured
` [U-Boot] [PATCH v3 09/19] ARM: SPL: Add <asm/spl.h> and <asm/arch/spl.h>
` [U-Boot] [PATCH v3 10/19] ARM: SPL: Make spl_mmc.c more generic
` [U-Boot] [PATCH v3 11/19] ARM: SPL: Clean up spl.c / spl_nand.c slightly
` [U-Boot] [PATCH v3 12/19] ARM: SPL: Start hooking in the current SPI SPL support
` [U-Boot] [PATCH v3 13/19] ARM: SPL: Move gpmc_init() to spl_board_init()
` [U-Boot] [PATCH v3 14/19] SPL: Move the omap SPL framework to common/spl
` [U-Boot] [PATCH v3 15/19] spl: Make CONFIG_SPL_FRAMEWORK board_init_f __weak
` [U-Boot] [PATCH v3 16/19] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
` [U-Boot] [PATCH v3 17/19] da850: Add README.da850
` [U-Boot] [PATCH v3 18/19] SPL: Enhance drivers/mtd/nand/nand_spl_load.c
` [U-Boot] [PATCH v3 19/19] SPL: Enhance spi_spl_load to match the other load functions

[U-Boot] ubifsload does not support relative symbolic link
 2012-08-23 16:15 UTC 

[U-Boot] dwc_ahsata vs ahci
 2012-08-23 15:45 UTC  (4+ messages)
  ` [U-Boot] [U-Boot-DM] "

[U-Boot] [PATCH 1/3] nand: Add support for unlock.invert
 2012-08-23 15:41 UTC  (9+ messages)
` [U-Boot] [PATCH v2 1/4] "
  ` [U-Boot] [PATCH v2 2/4] nand: Change ulong to loff_t and size_t
  ` [U-Boot] [PATCH v2 3/4] nand: consolidate duplicated constants
  ` [U-Boot] [PATCH v2 4/4] nand: Make NAND lock status compatible with Micron

[U-Boot] [PATCH] Add U_BOOT_TIMESTAMP definition
 2012-08-23 15:01 UTC  (3+ messages)

[U-Boot] [PATCH] efikamx: update MAINTAINERS for Genesi Efika MX systems
 2012-08-23 14:56 UTC 

[U-Boot] [PATCH 1/2] efikamx: refine USB support
 2012-08-23 14:52 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] efikamx: update and clean up configuration

[U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v2)
 2012-08-23 14:39 UTC  (2+ messages)

[U-Boot] [PATCH] mxc: Make gpio_get_value() use PSR
 2012-08-23 14:03 UTC  (2+ messages)

[U-Boot] [PATCH 3/5] Add fuse API and commands
 2012-08-23 13:23 UTC  (4+ messages)

[U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5
 2012-08-23 11:18 UTC  (8+ messages)

[U-Boot] [PATCH v2 1/4] efikamx: move and rename Efika MX directories and config files to prepare for new boards
 2012-08-23 10:21 UTC  (9+ 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] mxs: Convert timeout parameter to 'unsigned int'
 2012-08-23 10:17 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/5] at91: 9x5: Enable PMECC(Programmable Multibit ECC controller) support
 2012-08-23 10:05 UTC  (6+ messages)
` [U-Boot] [PATCH v3 1/5] at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_init_param()
` [U-Boot] [PATCH v3 2/5] at91: atmel_nand: remove unused variables
` [U-Boot] [PATCH v3 3/5] at91: atmel_nand: Update driver to support Programmable Multibit ECC controller
` [U-Boot] [PATCH v3 4/5] at91: 9x5: change SMC config timing that both works for PMECC & non-PMECC
` [U-Boot] [PATCH v3 5/5] at91: 9x5: Enable PMECC for 5series ek board

[U-Boot] [PATCH v2] mx5: add iomux-mx51.h include
 2012-08-23  9:47 UTC  (2+ messages)

[U-Boot] [PATCH V2 1/1] mx31/mx35/mx51/mx53/mx6: add watchdog
 2012-08-23  9:19 UTC  (6+ messages)

[U-Boot] [PATCH 4/6] mx35: Remove declaration of non-existing function
 2012-08-23  9:10 UTC  (2+ messages)

[U-Boot] [PATCH 01/10] mx5: Undeclare imx_decode_pll()
 2012-08-23  9:10 UTC  (2+ messages)

[U-Boot] [PATCH 3/6] mx35: Fix broken pin definitions
 2012-08-23  9:09 UTC  (3+ messages)

[U-Boot] [PATCH 1/7] mx35: Move clock enums to clock.h
 2012-08-23  9:08 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/3] mx53loco: Use IMX_GPIO_NR macro
 2012-08-23  9:06 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] net: ASIX AX88772B enablement
 2012-08-23  8:37 UTC  (4+ messages)
` [U-Boot] [PATCH 3/6] net: asix: split out basic reset function

[U-Boot] which file would contain SRAM address and FLASH address range
 2012-08-23  8:05 UTC 

[U-Boot] [PATCH v2 0/18] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-23  4:51 UTC  (13+ messages)
` [U-Boot] [PATCH v2 15/18] ARM: SPL: Convert davinci to CONFIG_SPL_FRAMEWORK
` [U-Boot] [PATCH v2 16/18] da850_am18xxevm: Add README.da850_am18xxevm

[U-Boot] [PATCH 01/16] Blackfin: BF60x: new processor port
 2012-08-23  3:53 UTC  (7+ messages)
` [U-Boot] [PATCH 03/16] Blackfin: Bf60x: support big cplb page
` [U-Boot] [PATCH 06/16] Blackfin: Bf609-ezkit: implement soft switch

[U-Boot] [[Patch V2] mips: 00/16] add mips64 support to U-Boot
 2012-08-23  3:12 UTC  (4+ messages)
` [U-Boot] [[Patch V2] mips: 01/16] add mips64 standalone support

[U-Boot] [PATCH 1/5] MX28: DMA: Align the struct mxs_dma_desc
 2012-08-22 21:24 UTC  (4+ messages)
` [U-Boot] [PATCH 3/5] MX28: SPI: Supercharge the SPI driver

[U-Boot] [PATCH V1 1/3] phy: add phy_connect_by_mask
 2012-08-22 21:21 UTC  (9+ messages)

[U-Boot] [PATCHv2 0/5] net: ASIX AX88772B enablement
 2012-08-22 21:11 UTC  (7+ messages)
` [U-Boot] [PATCHv2 1/5] net: introduce transparent driver private in ueth_data
` [U-Boot] [PATCHv2 2/5] net: asix: split out basic reset function
` [U-Boot] [PATCHv2 3/5] net: asix: add write_hwaddr function
` [U-Boot] [PATCHv2 4/5] net: asix: add read_mac function
` [U-Boot] [PATCHv2 5/5] net: asix: add AX88772B support


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox