public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-08-23 09:08:49 to 2012-08-24 23:02:50 UTC [more...]

[U-Boot] [PATCH 01/11] powerpc/mpc85xx: Enable L2 at the beginning of U-boot for E6500
 2012-08-24 23:02 UTC  (5+ messages)
` [U-Boot] [PATCH 05/11] powerpc/mpc85xx: use boot page translation for spin table address

[U-Boot] [PATCHv1] ARM: Add Altera SOCFPGA Cyclone5
 2012-08-24 22:59 UTC  (9+ messages)

[U-Boot] [PATCH v2 0/18] ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-24 22:56 UTC  (8+ messages)
` [U-Boot] [PATCH v2 17/18] SPL: Enhance drivers/mtd/nand/nand_spl_load.c

[U-Boot] [PATCH] powerpc: Fix declaration type for I/O functions
 2012-08-24 22:34 UTC  (8+ messages)

[U-Boot] [PATCH 0/6] SPL: Port SPL framework to powerpc
 2012-08-24 22:13 UTC  (29+ messages)
` [U-Boot] [PATCH 1/6] SPL: Add NOR flash booting support
` [U-Boot] [PATCH 3/6] SPL: Port SPL framework to powerpc

[U-Boot] [PATCH v1 0/5] env: handle special variables and selective env default
 2012-08-24 21:12 UTC  (30+ messages)
` [U-Boot] [PATCH v3 0/6] "
` [U-Boot] [PATCH v4 0/7] "
  ` [U-Boot] [PATCH v4 1/7] env: cosmetic: drop assignment i = iomux_doenv()
  ` [U-Boot] [PATCH v4 2/7] env: unify logic to check and apply changes
  ` [U-Boot] [PATCH v4 3/7] env: make himport_r() selective on variables
  ` [U-Boot] [PATCH v4 4/7] env: add check/apply logic to himport_r()
  ` [U-Boot] [PATCH v4 5/7] env: check and apply changes on delete/destroy
  ` [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] [PATCH 0/2] Add gio api support to mx27
 2012-08-24 20:36 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] gpio: add gpio api support to mx27 (v3)
` [U-Boot] [PATCH 2/2] imx27lite: update with gpio api change (v3)

[U-Boot] [PATCH 00/17]: ARM: SPL: Make more generic, merge DaVinci and OMAP
 2012-08-24 20:35 UTC  (3+ messages)
` [U-Boot] [PATCH 16/17] SPL: Enhance drivers/mtd/nand/nand_spl_load.c

[U-Boot] [PATCH 0/1] fix some SPL debug builds
 2012-08-24 19:30 UTC  (3+ messages)
` [U-Boot] [PATCH 1/1] lib, panic: don't call do_reset in SPL (debug)

[U-Boot] [PATCH v2] rmobile: Add README
 2012-08-24 19:19 UTC  (2+ messages)

[U-Boot] [PATCH 1/6] davinci: ea20: reorganisation LCD startup
 2012-08-24 17:55 UTC  (3+ messages)

[U-Boot] [PATCH] efikamx: sync Smartbook DDR settings in DCD with those found in Genesi's production U-Boot
 2012-08-24 17:30 UTC  (6+ messages)

[U-Boot] [PATCH v2] efikamx: sync Smartbook DDR settings in DCD with those found in Genesi's production U-Boot
 2012-08-24 16:44 UTC 

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

[U-Boot] Blackfin BF54x Silicon revision 0.4 and uClinux
 2012-08-24 14:09 UTC 

[U-Boot] [PATCH 0/2 V3] EXYNOS5: Add MAX77686 support
 2012-08-24 10:39 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2 V3] PMIC: MAX77686: Add support for MAX77686
` [U-Boot] [PATCH 2/2 V3] SMDK5250: Config: Enable MAX77686 pmic chip

[U-Boot] [PATCH 1/2 V2] PMIC: MAX77686: Add support for MAX77686
 2012-08-24 10:23 UTC  (4+ messages)

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

[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 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  (9+ 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 04/12] tools/env: Reduce the impact on real-time processes

[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] 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  (10+ messages)
` [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] 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  (5+ messages)

[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] [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  (2+ messages)

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


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