public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2012-09-22 00:01:26 to 2012-09-23 21:54:01 UTC [more...]

[U-Boot] [PATCH 1/4] COMMON: Add __stringify() function
 2012-09-23 21:54 UTC  (8+ messages)
` [U-Boot] [PATCH 2/4] COMMON: Use __stringify() instead of xstr()
` [U-Boot] [PATCH 3/4] COMMON: Use __stringify() instead of MK_STR()
` [U-Boot] [PATCH 4/4] COMMON: Use __stringify() instead of rest of implementations

[U-Boot] [PATCH v2 0/6] Add h2200 support and pxa25x ethernet gadget
 2012-09-23 21:43 UTC  (26+ messages)
` [U-Boot] [PATCH v2 1/6] h2200: Add support for iPAQ h2200 palmtop
` [U-Boot] [PATCH v2 2/6] pxa25x: Add support for USB ethernet gadget
` [U-Boot] [PATCH v2 3/6] pxa: Add some stuff to examine cpu model and rev
` [U-Boot] [PATCH v2 4/6] usbether: Fixed bug when using with PXA25X chips
` [U-Boot] [PATCH v2 5/6] usbether: Define CONFIG_USB_ETH_{CDC, SUBSET}
` [U-Boot] [PATCH v2 6/6] usbether: Removed DEV_CONFIG_{CDC,SUBSET}

[U-Boot] [PATCH v2 1/2] mx25: add CPU revision 1.2
 2012-09-23 20:38 UTC  (6+ messages)
` [U-Boot] [PATCH v2 2/2] add Eukrea's CPUIMX25

[U-Boot] Disabling video in bootm (cleanup_before_linux)
 2012-09-23 20:12 UTC  (22+ messages)
  ` [U-Boot] [PATCH 0/2] i.MX: ipufb: shut down IPU frame buffer before booting O/S
    ` [U-Boot] [PATCH 1/2] i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU before bootm
                ` [U-Boot] Displays on i.MX (was Re: [PATCH 1/2])
                  ` [U-Boot] [PATCH] i2c_probe: update for use in scripting
              ` [U-Boot] [PATCH V2 0/2] i.MX: ipufb: shut down IPU frame buffer before booting
                ` [U-Boot] [PATCH V2 1/2] i.MX: mxc_ipuv3_fb: add ipuv3_fb_shutdown() routine to stop IPU frame buffer
                ` [U-Boot] [PATCH V2 2/2] i.MX: shut down video before launch of O/S

[U-Boot] Performance of the ARM's PL310 L2 cache
 2012-09-23 20:12 UTC  (3+ messages)

[U-Boot] iMx31 Litekit U-boot not working
 2012-09-23 19:55 UTC 

[U-Boot] [NEXT PATCH v1 0/7] In this patchset, a new i.MX35 board is added implementing
 2012-09-23 19:25 UTC  (10+ messages)
` [U-Boot] [NEXT PATCH v1 2/7] NAND: added NAND type to nand_ids
` [U-Boot] [NEXT PATCH v1 4/7] MX35: Add soc_boot_mode and soc_boot_device to MX35

[U-Boot] [PATCH] KARO TX25: Fix NAND Flash R/W cycle times
 2012-09-23 18:01 UTC  (2+ messages)

[U-Boot] [PATCH v2] mx51evk: Add CONFIG_REVISION_TAG
 2012-09-23 17:55 UTC  (2+ messages)

[U-Boot] [PATCH] mx6qsabresd: Add 8-bit USDHC support
 2012-09-23 17:52 UTC  (2+ messages)

[U-Boot] [PATCH] mx6qsabresd: Add Ethernet support
 2012-09-23 17:50 UTC  (2+ messages)

[U-Boot] [PATCH] FAT: split block device interactions from filesystem logic
 2012-09-23 17:46 UTC  (3+ messages)

[U-Boot] (no subject)
 2012-09-23 17:08 UTC  (43+ messages)
` [U-Boot] [PATCH V2 00/21] Add mx6solo/mx6duallite support
  ` [U-Boot] [PATCH V2 01/21] imximage: make header variable length
  ` [U-Boot] [PATCH V2 02/21] imximage: check dcd_len as entries added
  ` [U-Boot] [PATCH V2 03/21] imximage: enable word writes for version2 header
  ` [U-Boot] [PATCH V2 04/21] imximage: cleanup parsing
  ` [U-Boot] [PATCH V2 05/21] imximage: add expression evaluation
  ` [U-Boot] [PATCH V2 06/21] imximage: add plugin commands
  ` [U-Boot] [PATCH V2 07/21] imximage.cfg: run files through C preprocessor
  ` [U-Boot] [PATCH V2 08/21] mx6: add plugin file for use with imximage.cfg
  ` [U-Boot] [PATCH V2 09/21] mx6q_4x_mt41j128.cfg: use symbols instead of hardcoded constants
  ` [U-Boot] [PATCH V2 10/21] mx6q_4x_mt41j128.cfg: allow plugin to work
  ` [U-Boot] [PATCH V2 11/21] mx6q_4x_mt41j128.cfg: enable plugin mode
  ` [U-Boot] [PATCH V2 12/21] mx6q_4x_mt41j128.cfg: add comments
  ` [U-Boot] [PATCH V2 13/21] mx6q_4x_mt41j128.cfg: use ddr3 mode for reset
  ` [U-Boot] [PATCH V2 14/21] mx6q_4x_mt41j128.cfg: skip initiailizing non-existent memory
  ` [U-Boot] [PATCH V2 15/21] mx6q_4x_mt41j128.cfg: reorder for more efficient storage
  ` [U-Boot] [PATCH V2 16/21] mx6q_4x_mt41j128.cfg: force ZQ calibration
  ` [U-Boot] [PATCH V2 17/21] mx6: soc: add get_cpu_type
  ` [U-Boot] [PATCH V2 18/21] arch-mx6: add mx6dl_pins.h
  ` [U-Boot] [PATCH V2 19/21] mx6qsabrelite: add support for mx6 solo/duallite
  ` [U-Boot] [PATCH V2 20/21] mx6q_4x_mt41j128.cfg: add mx6 solo/duallite support
  ` [U-Boot] [PATCH V2 21/21] mx6qsabrelite: change CONFIG_SYS_PROMPT

[U-Boot] [PATCH 1/1] [RFC] DM: early_malloc for DM added
 2012-09-23 16:47 UTC  (16+ messages)
` [U-Boot] [PATCHv4] "
` [U-Boot] [PATCH v5] [RFC] "
` [U-Boot] [PATCH v6] "
` [U-Boot] [PATCH v7] "
` [U-Boot] [PATCH v8] "

[U-Boot] [PATCH v4 10/11] Add u-boot-pad.bin target to the Makefile
 2012-09-23 16:25 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] mx25: add CPU revision 1.2
 2012-09-23 15:59 UTC  (10+ messages)
` [U-Boot] [PATCH 2/3] mx25: fix compilation when CONFIG_FSL_ESDHC is enabled
` [U-Boot] [PATCH 3/3] add Eukrea's CPUIMX25

[U-Boot] [PATCH] ZFS: fix some warnings, cleanup
 2012-09-23 15:38 UTC  (3+ messages)

[U-Boot] [PATCH] env: checkpatch clean env_fat
 2012-09-23 15:25 UTC 

[U-Boot] Please pull u-boot-mpc85xx (for v2012.10)
 2012-09-23 15:23 UTC  (2+ messages)

[U-Boot] [PATCH] env: remove duplicated env_get_char_spec()
 2012-09-23 14:39 UTC 

[U-Boot] [PATCH 1/2] mx25: add CPU revision 1.2
 2012-09-23 12:04 UTC  (2+ messages)

[U-Boot] [PATCH] edminiv2: increase malloc len to 256K
 2012-09-23  5:24 UTC  (2+ messages)

[U-Boot] [PATCH] video: cfb_console: flush dcache for frame buffer in DRAM
 2012-09-22 23:29 UTC  (2+ messages)
` [U-Boot] [PATCH] cfb_console: flush FB cache at end of public functions

[U-Boot] [PATCH v2 8/8] FAT: Make it possible to read from any file position
 2012-09-22 20:32 UTC  (2+ messages)

[U-Boot] [PATCH 0/6] iPAQ h2200 support
 2012-09-22 18:47 UTC  (12+ messages)
` [U-Boot] [PATCH 1/6] h2200: Add support for iPAQ h2200

[U-Boot] [PATCH] pci: fix some warnings related to assumptions about
 2012-09-22 17:45 UTC  (4+ messages)

[U-Boot] [RFC PATCH v2 0/6] Port of MUSB driver from Linux
 2012-09-22 17:44 UTC  (11+ messages)
` [U-Boot] [RFC PATCH v2 4/6] musb-new: dsps backend driver
` [U-Boot] [RFC PATCH v2 5/6] am33xx: init OTG hardware and new musb gadget driver

[U-Boot] [PATCH] ARM: lacie_kw: add support for WIRELESS_SPACE
 2012-09-22 17:38 UTC  (7+ messages)

[U-Boot] [PATCH V4] i.MX6: mx6qsabrelite: Add splash screen support
 2012-09-22 17:19 UTC  (5+ messages)

[U-Boot] [PATCH V3 0/4] common/lcd cleanup
 2012-09-22 16:55 UTC  (2+ messages)
` [U-Boot] [PATCH] common/lcd: fix build breakage for at91sam9x5ek and trats boards

[U-Boot] [PATCH v2] mx6: Remove lowlevel_init.S
 2012-09-22 16:24 UTC 

[U-Boot] RFC - PatchTrack Specification (revised)
 2012-09-22 14:44 UTC  (4+ messages)

[U-Boot] [PATCH 00/11] Add DM blockdev subsystem
 2012-09-22 13:59 UTC  (7+ messages)
` [U-Boot] [PATCH 01/11] DM: add block device core

[U-Boot] [ELCE] Nov. 5.-7. meeting
 2012-09-22 13:43 UTC  (2+ messages)

[U-Boot] QE firmware/microcode handling
 2012-09-22  9:44 UTC  (4+ messages)
` [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

[U-Boot] [PATCH 0/4] Marvell SDIO/MMC driver for Sheevaplug
 2012-09-22  7:34 UTC  (8+ messages)
` [U-Boot] [PATCH v2 0/5] "
` [U-Boot] [PATCH v2 1/5] Add Marvell SDIO/MMC driver for Kirkwood SoC
` [U-Boot] [PATCH v2 2/5] Add SDIO/MMC support for kirkwood SoC
` [U-Boot] [PATCH v2 3/5] Add SDIO/MMC support for Sheevaplug board
` [U-Boot] [PATCH v2 4/5] Fix env address "
` [U-Boot] [PATCH v2 5/5] Fix timeout in Marvell SDIO MMC driver

[U-Boot] =?true?q?=5BPULL=7D=20please=20pull=20u-boot-atmel/master=20into=20u-boot-arm/master?=
 2012-09-22  3:36 UTC  (4+ messages)
` [U-Boot] [PULL} please pull u-boot-atmel/master into u-boot-arm/master
` [U-Boot] =?true?q?=5BPULL=5D=20please=20pull=20u-boot-atmel/master=20into=20u-boot-arm/master?=
` [U-Boot] [PULL] please pull u-boot-atmel/master into u-boot-arm/master

[U-Boot] Custodians, Maintainers and old platforms
 2012-09-22  1:24 UTC  (2+ messages)

[U-Boot] [PATCH] i.MX6: define IOMUX_GPR3 register bitfields
 2012-09-22  1:14 UTC  (3+ messages)

[U-Boot] v2012.10-rc1 is now released
 2012-09-22  0:25 UTC 

[U-Boot] Pull request: u-boot-staging
 2012-09-22  0:22 UTC  (3+ messages)

[U-Boot] Pull request: u-boot-arm/master
 2012-09-22  0:21 UTC  (2+ messages)

[U-Boot] [RFC PATCH 00/17] Convert p1_p2_rdb_pc to new spl
 2012-09-22  0:13 UTC  (6+ messages)
` [U-Boot] [RFC PATCH 14/17] spl: introduce CONFIG_SPL_TARGET
` [U-Boot] [RFC PATCH 16/17] powerpc/mpc85xx/p2020rdb-pc: fix SPL DDR config
` [U-Boot] [RFC PATCH 17/17] ns16550: wait for TENT before initializing


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