public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2011-10-24 04:28:08 to 2011-10-25 08:21:45 UTC [more...]

[U-Boot] [PATCH 0/5] altera_tse: Several small, but relevant fixes/feature
 2011-10-25  8:21 UTC  (2+ messages)

[U-Boot] [PATCH 1/3] nds32: Use getenv_ulong() in place of getenv(), strtoul
 2011-10-25  8:20 UTC  (7+ messages)
` [U-Boot] [PATCH 2/3] nds32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment
` [U-Boot] [PATCH 3/3] nds32: asm/io.h: add __iormb and __iowmb support

[U-Boot] [PATCH 1/2] Create a single cmd_call() function to handle command execution
 2011-10-25  8:09 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] RFC: Add XON/XOFF support

[U-Boot] [PATCH 1/3] mx31: Introduce mx31_set_gpr function
 2011-10-25  8:08 UTC  (6+ messages)
` [U-Boot] [PATCH 2/3] qong: Use mx31_set_gpr to setup USBH2 pins
` [U-Boot] [PATCH 3/3] qong: remove unneeded IOMUX settings

[U-Boot] [PATCH 1/2] rtc: Make mc13783-rtc driver generic
 2011-10-25  8:04 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] mx51evk: Add RTC support

[U-Boot] [PATCH] mx31pdk: Add MC13783 PMIC support
 2011-10-25  7:58 UTC  (2+ messages)

[U-Boot] Syncing custodian tree (the new way) - What am I doing wrong?
 2011-10-25  7:53 UTC  (2+ messages)

[U-Boot] [PATCH] arm: Correct build error introduced by getenv_ulong() patch
 2011-10-25  7:50 UTC  (5+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH 0/5] Marvell: reduce dependence files
 2011-10-25  7:43 UTC  (7+ messages)
` [U-Boot] [PATCH 4/5] serial: reduce include platform file for marvell chip
    ` [U-Boot] [PATCH] ARM: orion5x: reduce dependence of including platform file

[U-Boot] OMAP3 NAND ECC bug report
 2011-10-25  7:41 UTC  (3+ messages)

[U-Boot] [PATCH 0/3] add mmc support for pantheon platform
 2011-10-25  7:38 UTC  (7+ messages)
` [U-Boot] [PATCH V2 0/4] "

[U-Boot] [RFC] [PATCH 00/39] Rework of the debug() macro
 2011-10-25  7:37 UTC  (19+ messages)
` [U-Boot] [PATCH 01/39] DEBUG: Fix debug macros
` [U-Boot] [PATCH 02/39] GCC4.6: Squash warnings in common/usb.c

[U-Boot] [PATCH v4 1/2] NS16550: trivial code clean for checkpatch
 2011-10-25  7:31 UTC  (23+ messages)
` [U-Boot] [PATCH v4 2/2] NS16550: buffer reads
                    ` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH v3 0/6] Add cache line alignment support
 2011-10-25  7:27 UTC  (15+ messages)
` [U-Boot] [PATCH v3 1/6] cache: add ALLOC_CACHE_ALIGN_BUFFER macro
` [U-Boot] [PATCH v3 2/6] tegra: define CONFIG_SYS_CACHELINE_SIZE for tegra
` [U-Boot] [PATCH v3 3/6] mmc: dcache: allocate cache aligned buffer for scr and switch_status
` [U-Boot] [PATCH v3 4/6] ext2: Cache line aligned partial sector bounce buffer
` [U-Boot] [PATCH v3 5/6] mmc: dcache: allocate cache aligned buffers for ext_csd
` [U-Boot] [PATCH v3 6/6] part_efi: dcache: allocate cacheline aligned buffers

[U-Boot] I AM INTERESTED IN YOU
 2011-10-25  7:16 UTC 

[U-Boot] [PATCH v2] FAT: Add FAT write feature
 2011-10-25  7:15 UTC 

[U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network
 2011-10-25  6:44 UTC  (6+ messages)

[U-Boot] [PATCH 0/9] tegra2: Tidy up boot path
 2011-10-25  6:41 UTC  (16+ messages)
` [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

[U-Boot] [PATCH v4 0/6] Run-time configuration of U-Boot via a flat device tree (fdt)
 2011-10-25  5:15 UTC  (5+ messages)

[U-Boot] [PATCH v6 0/6] Run-time configuration of U-Boot via a flat device tree (fdt)
 2011-10-25  5:15 UTC  (7+ messages)
` [U-Boot] [PATCH v6 1/6] fdt: ARM: Add device tree control of U-Boot (CONFIG_OF_CONTROL)
` [U-Boot] [PATCH v6 2/6] fdt: Add support for embedded device tree (CONFIG_OF_EMBED)
` [U-Boot] [PATCH v6 3/6] fdt: Add support for a separate device tree (CONFIG_OF_SEPARATE)
` [U-Boot] [PATCH v6 4/6] fdt: add decode helper library
` [U-Boot] [PATCH v6 5/6] fdt: ARM: Implement and verify embedded and separate device tree
` [U-Boot] [PATCH v6 6/6] fdt: ARM: Add fdtcontroladdr to set device tree address in environment

[U-Boot] LG XMas Promo
 2011-10-25  4:10 UTC 

[U-Boot] [PATCH v2 0/11] Add tftpput command for uploading files over network
 2011-10-25  4:00 UTC  (12+ messages)
` [U-Boot] [PATCH v2 01/11] Move simple_itoa() to vsprintf.c
` [U-Boot] [PATCH v2 02/11] Add setenv_ulong() and setenv_addr()
` [U-Boot] [PATCH v2 03/11] net: tftpput: Move ICMP code into its own function
` [U-Boot] [PATCH v2 04/11] net: tftpput: Add support for receiving ICMP packets
` [U-Boot] [PATCH v2 05/11] net: tftpput: Rename TFTP to TFTPGET
` [U-Boot] [PATCH v2 06/11] net: tftpput: move common code into separate functions
` [U-Boot] [PATCH v2 07/11] net: tftpput: Factor out start, restart and next block functions
` [U-Boot] [PATCH v2 08/11] net: tftpput: Support selecting get/put for tftp
` [U-Boot] [PATCH v2 09/11] net: tftpput: add saveaddr and savesize env variables
` [U-Boot] [PATCH v2 10/11] net: tftpput: implement tftp logic
` [U-Boot] [PATCH v2 11/11] net: tftpput: add tftpput command

[U-Boot] NOTIFICATION
 2011-10-25  3:21 UTC 

[U-Boot] [PATCH] powerpc/fm: remove the TBIPA setting on platform code
 2011-10-25  1:48 UTC  (7+ messages)

[U-Boot] BU KAMPANYA FİYATLARIMIZI KAÇIRMAYINNN!!!
 2011-10-24 22:56 UTC 

[U-Boot] Is there a branch with support for Karo TX51?
 2011-10-24 21:51 UTC  (3+ messages)

[U-Boot] [PATCH] FIX for dcache_disable() for ARM926ej-s
 2011-10-24 21:49 UTC  (2+ messages)

[U-Boot] [PATCH v2 00/11] Define ARCH_DMA_MINALIGN for all architectures
 2011-10-24 20:11 UTC  (4+ messages)

[U-Boot] Fund Transfer,
 2011-10-24 20:09 UTC 

[U-Boot] [PATCH] ARM: Add Calxeda Highbank platform
 2011-10-24 19:45 UTC  (3+ messages)
` [U-Boot] [PATCH v7] "

[U-Boot] [PATCH 1/2] fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
 2011-10-24 19:41 UTC  (4+ messages)

[U-Boot] [PATCH] Update s3c24x0 timer implementation
 2011-10-24 19:34 UTC  (5+ messages)

[U-Boot] [PATCH] [BUG] arm, lib: fix compile breakage
 2011-10-24 19:26 UTC  (6+ messages)

[U-Boot] [PATCH] Fix compile issue in arch/arm/lib/board.c
 2011-10-24 19:23 UTC  (4+ messages)

[U-Boot] [PATCH v3 0/8] POST: support for km_arm and mem_regions test definition
 2011-10-24 19:16 UTC  (5+ messages)
` [U-Boot] [PATCH v3 8/8] km_arm: enable POST for these boards

[U-Boot] [PATCH] powerpc: Correct build warning introduced by getenv_ulong() patch
 2011-10-24 19:13 UTC  (2+ messages)

[U-Boot] [RFC PATCH 0/2] bootstage: record and publish boot progress timing
 2011-10-24 18:48 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()

[U-Boot] [PATCH] mx51evk: Remove unneeded '1' from mx51evk.h
 2011-10-24 18:24 UTC 

[U-Boot] [PATCH] mx53: Turn off child clocks before reconfigure perclk_root
 2011-10-24 18:08 UTC 

[U-Boot] [Patch v2 1/7] powerpc/mpc8xxx: Fix DDR code for empty first DIMM slot and enable DQS_en
 2011-10-24 17:57 UTC  (5+ messages)
` [U-Boot] [Patch v2 6/7] powerpc/mpc8349emds: Migrate from spd_sdram to unified DDR driver

[U-Boot] My Dearest one,
 2011-10-24 17:01 UTC 

[U-Boot] [PATCH] mmc: access mxcmmc from mx31 boards
 2011-10-24 16:45 UTC 

[U-Boot] [PATCH v2 1/2] rtc: Make mc13783-rtc driver generic
 2011-10-24 16:44 UTC  (2+ messages)
` [U-Boot] [PATCH v2 2/2] mx51evk: Add RTC support

[U-Boot] Accessing MC13783 RTC registers
 2011-10-24 15:22 UTC  (4+ messages)

[U-Boot] [PATCH] image: Allow images to indicate they're loadable at any address
 2011-10-24 13:59 UTC 

[U-Boot] From Mrs. Alisa Losif
 2011-10-24 13:31 UTC 

[U-Boot] [PATCH V3] Ethernut 5 board support
 2011-10-24 13:15 UTC  (2+ messages)

[U-Boot] Nokia Notification
 2011-10-24 12:32 UTC 

[U-Boot] Please Respectfully Don’t Forsake Me!
 2011-10-24 12:25 UTC 

[U-Boot] ====Attn: business assistance is needed in Asia very urgent====
 2011-10-24 11:52 UTC 

[U-Boot] [PATCH 0/3] M28 USB Support
 2011-10-24 11:21 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] iMX28: Add USB and USB PHY register definitions
` [U-Boot] [PATCH 2/3] iMX28: Add USB HOST driver
` [U-Boot] [PATCH 3/3] M28EVK: Enable USB HOST support

[U-Boot] [PATCH 0/2] api: extend accessible set of block device attributes
 2011-10-24 10:49 UTC  (8+ messages)
` [U-Boot] [PATCH 1/2] Flatten and solidify block_dev_desc layout

[U-Boot] CONTACT WESTERN UNION MONEY TRANSFER
 2011-10-24 10:23 UTC 

[U-Boot] [PATCH 2/2] SPL: Allow ARM926EJS to avoid compiling in the CPU support code
 2011-10-24 10:14 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2 V2] "

[U-Boot] [PATCH 1/8] MX35: added ESDC structure to imx-regs
 2011-10-24  9:58 UTC  (2+ messages)
` [U-Boot] [PATCH V6] MX35: add support for flea3 board

[U-Boot] [PATCH] sh: Add ashrsi3 libgcc function
 2011-10-24  9:24 UTC 

[U-Boot] DUTS without hardware
 2011-10-24  9:19 UTC  (2+ messages)

[U-Boot] [PATCH] qong: remove unneeded "1" from qong.h
 2011-10-24  8:36 UTC  (2+ messages)

[U-Boot] [PATCH] misc: pmic: fix regression in pmic_fsl.c (SPI)
 2011-10-24  7:48 UTC  (3+ messages)
` [U-Boot] [Resend PATCH V2] "

[U-Boot] USB protocol error
 2011-10-24  7:46 UTC  (4+ messages)
  ` [U-Boot] Failed to apply patch

[U-Boot] error
 2011-10-24  7:45 UTC 

[U-Boot] [PATCH v4 00/11] arm, davinci: add support for dm368 based cam_enc_4xx board
 2011-10-24  7:38 UTC  (12+ messages)
` [U-Boot] [PATCH v4 01/11] usb, davinci: add enable_vbus() weak function
` [U-Boot] [PATCH v4 02/11] arm, usb, davinci: make USBPHY_CTL register configurable
` [U-Boot] [PATCH v4 03/11] net, davinci_emac: make clock divider in MDIO control "
` [U-Boot] [PATCH v4 04/11] spl: add option for adding post memory test to the SPL framework
` [U-Boot] [PATCH v4 05/11] arm, davinci: add support for new spl framework
` [U-Boot] [PATCH v4 06/11] spl, nand: add 4bit HW ecc oob first nand_read_page function
` [U-Boot] [PATCH v4 07/11] arm, davinci: add header files for dm365
` [U-Boot] [PATCH v4 08/11] arm, davinci: add lowlevel function for dm365 soc
` [U-Boot] [PATCH v4 09/11] arm926ejs, davinci: add cpuinfo for dm365
` [U-Boot] [PATCH v4 10/11] arm926ejs, davinci: add missing spi defines "
` [U-Boot] [PATCH v4 11/11] arm, davinci: add cam_enc_4xx support

[U-Boot] watchdog reset fails on kirkwood/dreamplug
 2011-10-24  7:21 UTC  (2+ messages)

[U-Boot] [PATCH v3 00/10] arm, davinci: add support for dm368 based cam_enc_4xx board
 2011-10-24  7:17 UTC  (7+ messages)
` [U-Boot] [PATCH v3 03/10] spl: add option for adding post memory test to the SPL framework
` [U-Boot] [PATCH v3 10/10] arm, davinci: add cam_enc_4xx support

[U-Boot] [PATCH 7/7 v2] integrator: enable Vpp and disable flash protection
 2011-10-24  7:02 UTC 

[U-Boot] [PATCH 6/7 v2] integrator: add system controller header
 2011-10-24  7:02 UTC 

[U-Boot] [PATCH 5/7 v3] integrator: make flash writeable on boot
 2011-10-24  7:02 UTC 

[U-Boot] [PATCH 4/7 v2] integrator: use io-accessors for board init
 2011-10-24  7:02 UTC 

[U-Boot] [PATCH 3/7 v2] integrator: do not test first part of the memory
 2011-10-24  7:02 UTC 

[U-Boot] [PATCH 2/7 v2] integrator: move text offset to config
 2011-10-24  7:01 UTC 

[U-Boot] [PATCH 1/7 v2] integrator: pass configs for core modules
 2011-10-24  7:01 UTC 

[U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul
 2011-10-24  7:00 UTC  (3+ messages)
` [U-Boot] [PATCH] arch/arm/lib/board.c: fix build error

[U-Boot] [PATCH 08/10] powerpc: Use getenv_ulong() in place of getenv(), strtoul
 2011-10-24  6:53 UTC  (4+ messages)
` [U-Boot] [PATCH] arch/powerpc/lib/board.c: fix build warning

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

[U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support
 2011-10-24  5:19 UTC  (4+ messages)

[U-Boot] [PATCH] cosmetic, post: Codingstyle cleanup
 2011-10-24  5:18 UTC  (3+ messages)

[U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p GONI target
 2011-10-24  5:12 UTC  (6+ messages)
` [U-Boot] [PATCH] dcache:s5p CONFIG_SYS_CACHELINE_SIZE added for s5p UNIVERSAL C210 target


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