public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2011-10-01 21:31:09 to 2011-10-04 01:10:17 UTC [more...]

[U-Boot] [PATCH v3 0/21] New 'sandbox' test architecture for U-Boot
 2011-10-04  1:10 UTC  (40+ messages)
` [U-Boot] [PATCH v3 01/21] sandbox: Add architecture header files
` [U-Boot] [PATCH v3 05/21] sandbox: Add cpu files
` [U-Boot] [PATCH v3 06/21] sandbox: Add architecture lib files
` [U-Boot] [PATCH v3 11/21] sandbox: Disable standalone/API support
` [U-Boot] [PATCH v3 12/21] sandbox: Force command sections to be 4-byte aligned
` [U-Boot] [PATCH v3 13/21] sandbox: Add OS dependent layer
` [U-Boot] [PATCH v3 14/21] sandbox: Add board_init()
` [U-Boot] [PATCH v3 16/21] sandbox: Add serial uart
` [U-Boot] [PATCH v3 17/21] sandbox: Add basic config file
` [U-Boot] [PATCH v3 19/21] Use uintptr_t for 32/64-bit compatibility
` [U-Boot] [PATCH v3 20/21] Adjust dependency rules to permit per-file flags
` [U-Boot] [PATCH v3 21/21] sandbox: Makefile changes to build sandbox architecture

[U-Boot] [PATCH] Blackfin: bfin_spi: fix build error when DEBUG is defined
 2011-10-04  0:51 UTC 

[U-Boot] [PATCH] image: push default arch values to arch headers
 2011-10-04  0:50 UTC  (2+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 0/2] powerpc/mpc86xx: Fix BAT register setup
 2011-10-04  0:10 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] powerpc/mpc8641hpcn: fix SRIO BAT config
  ` [U-Boot] [PATCH 2/2] powerpc/mpc86xx: Disable translation for BAT setup

[U-Boot] [PATCH] powerpc/mpc8xxx: Fix ddr build error
 2011-10-03 23:59 UTC 

[U-Boot] Pull request: nand flash
 2011-10-03 23:57 UTC 

[U-Boot] [PATCH 0/5] Add cache line alignment support
 2011-10-03 23:55 UTC  (6+ messages)
` [U-Boot] [PATCH 1/5] cache: add ALLOC_CACHE_ALIGN_BUFFER macro
` [U-Boot] [PATCH 2/5] cache: add default setting for CONFIG_SYS_CACHELINE_SIZE
` [U-Boot] [PATCH 3/5] tegra: define CONFIG_SYS_CACHELINE_SIZE for tegra
` [U-Boot] [PATCH 4/5] mmc: dcache: allocate cache aligned buffer for scr and switch_status
` [U-Boot] [PATCH 5/5] ext2: Cache line aligned partial sector bounce buffer

[U-Boot] [PATCH 0/3] fix: regression in SMDK6400
 2011-10-03 23:54 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] nand: Add common functions to nand.h

[U-Boot] [PATCH 1/3] PPC: Fix fsl_upm.c by renaming nand handling functions
 2011-10-03 23:46 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] cmd_sf: Init "skipped" to avoid GCC warning
` [U-Boot] [PATCH 3/3] PPC: Fix socrates NAND problem

[U-Boot] [PATCH 1/2] Tegra2: Make XTal speed configurable
 2011-10-03 23:42 UTC  (6+ messages)
` [U-Boot] [PATCH 2/2] Tegra2: Add support for Toradex Colibri T20 board

[U-Boot] [PATCH 1/7 V2] GCC4.6: Convert various empty macros to inline functions
 2011-10-03 22:58 UTC  (10+ messages)
` [U-Boot] [PATCH 1/7 V3] "

[U-Boot] The command "nand write.yaffs" is not working correctly
 2011-10-03 20:43 UTC  (3+ messages)

[U-Boot] U-Boot: using nand write to flash an ubi image, ubi part fails
 2011-10-03 20:36 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/mpc8536ds: Save the env variables to SDcard and SPI flash
 2011-10-03 19:54 UTC 

Sum payout of =?unknown-8bit?b?77+9MSwzNTAsMDAwLjAw?= GBP
 2011-10-03 19:38 UTC 

[U-Boot] [PATCH 1/4] powerpc/mpc8536ds: Add eSPI support for MPC8536DS
 2011-10-03 19:18 UTC  (4+ messages)
` [U-Boot] [PATCH 2/4] powerpc/mpc8536ds: Invert SDHC_WP pin polarity
` [U-Boot] [PATCH 3/4] fsl_sata: Fix compile error when CONFIG_LBA48 is not defined
` [U-Boot] [PATCH 4/4] powerpc/mpc8536ds: Add USB support for MPC8536DS

[U-Boot] Master branch broken for omap4_panda (SPL_BUILD)
 2011-10-03 18:50 UTC 

[U-Boot] TQM8548 and socrates build failures with HEAD (related to NAND)
 2011-10-03 18:24 UTC  (2+ messages)

[U-Boot] [PATCH 1/4] tegra2: Seaboard's MMC has an 8-bit bus
 2011-10-03 16:37 UTC  (3+ messages)
` [U-Boot] [PATCH 2/4] tegra2: Call gpio_request for SDMMC GPIOs

[U-Boot] [PATCH 1/5] GCC4.6: Squash warning in nand_bbt.c
 2011-10-03 16:22 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] GCC4,6: Squash warning in cmd_nand.c

[U-Boot] [PATCH] powerpc/mpc8xxx: Merge entries in DDR speed table
 2011-10-03 16:19 UTC 

[U-Boot] To Re-Validate Your Mailbox
 2011-10-03 16:01 UTC 

[U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B
 2011-10-03 16:00 UTC  (3+ messages)

[U-Boot] Hello
 2011-10-03 15:34 UTC 

[U-Boot] [PATCH] cmd_sf: Fix compiler warning
 2011-10-03 14:54 UTC  (2+ messages)

[U-Boot] [PATCH 0/8] Fix PPC issues introduced by debug() macro change
 2011-10-03 14:46 UTC  (18+ messages)
` [U-Boot] [PATCH 1/8] PPC: Fix tqm8xx_pcmcia.c by removing condition around pcmp
` [U-Boot] [PATCH 2/8] PPC: Fix mem_to_mem_idma2intr.c by renaming "debug" to "mmdebug"
` [U-Boot] [PATCH 3/8] PPC: Fix i82365.c by removing ifdef around "buf"
` [U-Boot] [PATCH 4/8] PPC: Fix relative path in galileo/core.h
` [U-Boot] [PATCH 5/8] PPC: Fix pd67290.c by removing ifdef around "buf"
` [U-Boot] [PATCH 6/8] PPC: Fix eepro100_eeprom.c by renaming "debug" to "eedebug"
` [U-Boot] [PATCH 7/8] PPC: Fix fsl_upm.c by renaming nand handling functions
` [U-Boot] [PATCH 8/8] PPC: Remove #ifdef DEBUG around step_to_string

[U-Boot] [GIT PULL] Pull request u-boot-85xx.git (master)
 2011-10-03 14:44 UTC 

[U-Boot] Fix "make tools" without a config
 2011-10-03 14:39 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] Build timestamp_autogenerated.h without config
` [U-Boot] [PATCH 2/3] Safer timestamp_autogenerated.h generation
` [U-Boot] [PATCH 3/3] ublimage: NAND block size isn't set at build-time

[U-Boot] [PATCH 0/4] davinci: addition of emac features
 2011-10-03 14:07 UTC  (5+ messages)
` [U-Boot] [PATCH 2/4] da830: emac: add support for RMII

[U-Boot] [PATCH 1/2] powerpc/p2041rdb: updated description of cpld command
 2011-10-03 13:47 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] powerpc/p2041rdb: remove watch dog related codes

[U-Boot] [PATCH] fm-eth: Add ability for board code to disable a port
 2011-10-03 13:45 UTC  (2+ messages)

[U-Boot] [PATCH] powerpc/85xx: Refactor some defines out of corenet_ds.h
 2011-10-03 13:44 UTC  (2+ messages)

[U-Boot] [PATCH v2] powerpc/85xx: Add support for setting up RAID engine liodns on P5020
 2011-10-03 13:43 UTC  (2+ messages)

[U-Boot] [PATCH 1/9] powerpc/mpc8548cds: Fix booting message
 2011-10-03 13:39 UTC  (6+ messages)
` [U-Boot] [PATCH 3/9] powerpc/mpc8548: Add workaround for erratum NMG_DDR120
` [U-Boot] [PATCH 7/9] powerpc/mpc8548: Add workaround for erratum NMG_LBC103

[U-Boot] [PATCH v2] powerpc/mpc85xxcds: Fix PCI speed
 2011-10-03 13:29 UTC  (2+ messages)

[U-Boot] [PATCH 0/3] Add secure boot support on P4080/P3041/P5020 & P1010 boards
 2011-10-03 13:28 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] powerpc/p4080: Add support for secure boot flow
` [U-Boot] [PATCH 2/3] powerpc/85xx: Add PBL & SECUREBOOT support on P3041/P5020DS boards
` [U-Boot] [PATCH 3/3] P1010RDB :Secure Boot support added for NOR , NAND and SPIFLASH

[U-Boot] [PATCH] powerpc/p2041rdb: add more ddr frequencies support
 2011-10-03 13:23 UTC  (2+ messages)

[U-Boot] [PATCH v2] feature additions and fixes for da830
 2011-10-03 12:21 UTC  (3+ messages)
` [U-Boot] [PATCH v2] da830: add support for NAND boot mode

[U-Boot] Kepada Akaun Pemilik Webmail
 2011-10-03 12:04 UTC 

[U-Boot] [PATCH] da830: add support to read mac addr from EEPROM
 2011-10-03 12:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/4] fix and enhancement patches for sdhci
 2011-10-03 11:45 UTC  (7+ messages)
` [U-Boot] [PATCH 1/4] mmc: sdhci: fix cache flush
` [U-Boot] [PATCH 2/4] mmc: sdhci: fix build warning
` [U-Boot] [PATCH 3/4] mmc: sdhci: add mmc structure for host
` [U-Boot] [PATCH 4/4] mmc: sdhci: add timeout for data transfer

[U-Boot] [PATCH] mmc: test mmc bus width on startup
 2011-10-03 11:45 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] add mmc support for pantheon platform
 2011-10-03 11:43 UTC  (6+ messages)
` [U-Boot] [PATCH 1/3] ARM: pantheon: add mmc definition
` [U-Boot] [PATCH 2/3] Marvell: dkb: add mmc support
` [U-Boot] [PATCH 3/3] mmc: mv_sdhci: fix 8bus width access for 88SV331xV5

[U-Boot] [i2c] Pull request
 2011-10-03  9:57 UTC 

[U-Boot] [PATCH] I2C: mv_i2c: fix multi-bus init issue
 2011-10-03  9:56 UTC  (2+ messages)

[U-Boot] [PATCH] I2C: mv_i2c: fix build issue when enable debug option
 2011-10-03  9:56 UTC  (2+ messages)

[U-Boot] Attention Honorable Beneficiary
 2011-10-03  8:50 UTC 

[U-Boot] Congratulation
 2011-10-03  7:35 UTC 

[U-Boot] Pull request - microblaze
 2011-10-03  7:24 UTC  (4+ messages)
  ` [U-Boot] Pull request v2 "

[U-Boot] Pull request - emaclite
 2011-10-03  6:35 UTC 

[U-Boot] [RFC PATCH v2 0/20] New 'sandbox' test architecture for U-Boot
 2011-10-03  5:16 UTC  (7+ messages)
` [U-Boot] [RFC PATCH v2 02/20] Fix use of int as pointer in image.c

[U-Boot] [PATCH v2 1/4] SPI: Add SPI driver support for Marvell Armada100
 2011-10-03  4:48 UTC  (2+ messages)

[U-Boot] [PATCH v2 3/4] Armada100: Add SPI flash support for Marvell gplugD
 2011-10-03  4:48 UTC  (3+ messages)

[U-Boot] [PATCH v2 4/4] Armada100: Add env storage support for Marvell gplugD
 2011-10-03  4:47 UTC  (2+ messages)

[U-Boot] [PATCH v8] dreamplug: initial board support
 2011-10-03  4:37 UTC  (2+ messages)

[U-Boot] [RFC PATCH] arm: provide a CONFIG flag for disabling relocation
 2011-10-03  3:34 UTC  (6+ messages)

[U-Boot] Your mailbox is full
 2011-10-02 22:59 UTC 

[U-Boot] [PATCH] serial: pl01x: drain PL01x FIFO before baudrate change
 2011-10-02 21:52 UTC 

[U-Boot] [PATCH 0/4] punt !NET_MULTI legacy code
 2011-10-02 20:01 UTC  (5+ messages)
` [U-Boot] [PATCH 1/4] net: drop !NET_MULTI bcm570x/tigon3 drivers
` [U-Boot] [PATCH 2/4] net: drop !NET_MULTI ns7520 driver
` [U-Boot] [PATCH 3/4] net: drop !NET_MULTI code
` [U-Boot] [PATCH 4/4] board configs: drop NET_MULTI references

[U-Boot] [PATCH 1/2] mx25: generic.c: Fix Codyng Style
 2011-10-02 19:25 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] mx25: timer.c: "

[U-Boot] [PATCH 0/5] Marvell: reduce dependence files
 2011-10-02 19:25 UTC  (7+ messages)
` [U-Boot] [PATCH 1/5] ARM: pantheon: reduce dependence of including platform file
` [U-Boot] [PATCH 2/5] ARM: armada100: "
` [U-Boot] [PATCH 3/5] ARM: kirkwood: "
` [U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip
` [U-Boot] [PATCH 5/5] gpio: mvmfp: reduce include platform file

[U-Boot] Hallo
 2011-10-02 19:24 UTC 

[U-Boot] [PATCH 1/5] mx31ads: Fix Codying Style
 2011-10-02 18:57 UTC  (5+ messages)
` [U-Boot] [PATCH 2/5] qong: "
` [U-Boot] [PATCH 3/5] tx25: "
` [U-Boot] [PATCH 4/5] imx27lite: "
` [U-Boot] [PATCH 5/5] imx31_litekit: "

[U-Boot] [PATCH] mx5: soc.c: Fix Codyng Style
 2011-10-02 17:31 UTC 

[U-Boot] [PATCH] mx31: timer.c: Fix Codyng Style
 2011-10-02 17:29 UTC 

[U-Boot] [PATCH] mx35: generic.c: Fix Codyng Style
 2011-10-02 17:27 UTC 

[U-Boot] [PATCH 1/3] mx27: generic.c: Fix Codyng Style
 2011-10-02 17:25 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] mx27: timer.c: "
` [U-Boot] [PATCH 3/3] mx27: reset.c: "

[U-Boot] [PATCH] mx25: reset.c: Fix Codyng Style
 2011-10-02 17:21 UTC 

[U-Boot] [PATCH 0/2] misc:max8998 Support for MAX8998 PMIC driver
 2011-10-02 16:15 UTC  (9+ messages)
` [U-Boot] [PATCH 0/3] misc:pmic: New PMIC generic driver
  ` [U-Boot] [PATCH 1/3] misc:pmic New generic pmic driver
  ` [U-Boot] [PATCH 2/3] misc:pmic: Enable PMIC handling at u-boot startup code
  ` [U-Boot] [PATCH 3/3] misc:pmic:mx: Code modification for mx51evk board

[U-Boot] [PATCH v7 0/3] those series patches for add ben nanonote board
 2011-10-02 15:08 UTC  (5+ messages)
` [U-Boot] [PATCH v7 1/3] MIPS: Ingenic XBurst Jz4740 processor support
` [U-Boot] [PATCH v7 2/3] MIPS: Jz4740: Add NAND driver
` [U-Boot] [PATCH v7 3/3] MIPS: JZ4740: Add qi_lb60 board support

[U-Boot] Unpaid Beneficiary $20.million is ready to be paid
 2011-10-02 14:17 UTC 

[U-Boot] [PATCH 1/1] add support for Sysam AMCORE board
 2011-10-02  8:51 UTC 

[U-Boot] [PATCH v5 1/1] add support for mcf5307
 2011-10-02  8:51 UTC 

[U-Boot] [PATCH v4 1/1] add support for mcf5307
 2011-10-02  8:35 UTC  (3+ messages)

[U-Boot] hello
 2011-10-01 21:32 UTC 


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