public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
 messages from 2011-10-26 18:50:18 to 2011-10-27 21:56:30 UTC [more...]

[U-Boot] [PATCH 0/9] CLEANUP: Cleanup of arch/powerpc/ directory
 2011-10-27 21:56 UTC  (13+ messages)
` [U-Boot] [PATCH 1/9] PowerPC: Squash warning in mpc512x serial.c
` [U-Boot] [PATCH 2/9] GCC4.6: Squash warnings in denali_data_eye.c
` [U-Boot] [PATCH 3/9] GCC4.6: Squash warnings in denali_spd_ddr2.c
` [U-Boot] [PATCH 4/9] GCC4.6: Squash warnings in 44x_spd_ddr.c
` [U-Boot] [PATCH 5/9] GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.c
` [U-Boot] [PATCH 6/9] GCC4.6: Squash warnings in 4xx_pcie.c

[U-Boot] [PATCH] cosmetic: s/BOARD_LATE_INIT/CONFIG_BOARD_LATE_INIT
 2011-10-27 21:51 UTC  (5+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH] fat: correct ATTR_VFAT check
 2011-10-27 21:50 UTC  (2+ messages)

[U-Boot] [PATCH 2/2] disk: part_efi: fix **pgpt_pte == NULL
 2011-10-27 21:50 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] cosmetic: Replace __FUNCTION__ with __func__ in part_efi.c
 2011-10-27 21:46 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/6] Reduce code size of libnet
 2011-10-27 21:45 UTC  (17+ messages)
` [U-Boot] [PATCH v2 1/6] net: Hide more code behind CONFIG_CMD_TFTPPUT
` [U-Boot] [PATCH v2 2/6] net: Make net_transfer() a static function
` [U-Boot] [PATCH v2 3/6] net: Add more #ifdefs for tftpput to reduce code size
` [U-Boot] [PATCH v2 4/6] net: Change for loop to memset()
` [U-Boot] [PATCH v2 5/6] net: Be less picky about decoding the netretry env var
` [U-Boot] [PATCH v2 6/6] net: Export auto_load, use it in rarp

[U-Boot] [PATCH 1/2] README: white-space cleanup
 2011-10-27 21:44 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] README: improve documentation of network related CONFIG_ settings

[U-Boot] [PATCH] image: Fix inverted logic in architecture check
 2011-10-27 21:42 UTC  (3+ messages)

[U-Boot] [PATCH] mvgbe: fix network device indices
 2011-10-27 21:36 UTC  (7+ messages)
` [U-Boot] [PATCH 0/2] improve ethernet device index handling
` [U-Boot] [PATCH 1/2] net: introduce per device index
` [U-Boot] [PATCH 2/2] mvgbe: fix network device indices

[U-Boot] [PATCH RFT 0/2] Beagleboard SPL support
 2011-10-27 21:29 UTC  (11+ messages)
` [U-Boot] [PATCH 1/2] OMAP3 SPL: Rework memory initalization and devkit 8000 support
` [U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard

[U-Boot] [PATCH] kirkwood: define CONFIG_SYS_CACHELINE_SIZE
 2011-10-27 21:16 UTC 

[U-Boot] [PATCH v2] FAT: Add FAT write feature
 2011-10-27 21:10 UTC  (7+ messages)
` [U-Boot] [PATCH] fs/fat/fat.c: fix warning: 'part_size' defined but not used

[U-Boot] [PATCH 0/3] Reduce code size of libnet
 2011-10-27 21:02 UTC  (9+ messages)
` [U-Boot] [PATCH 1/3] net: Hide more code behind CONFIG_CMD_TFTPPUT
` [U-Boot] [PATCH 2/3] net: Change for loop to memcpy()
` [U-Boot] [PATCH 3/3] net: Be less picky about decoding the netretry env var

[U-Boot] [PATCH 0/7] NAND SPL support for mcx board
 2011-10-27 20:27 UTC  (6+ messages)
` [U-Boot] [PATCH 5/7] omap_gpmc: use SOFTECC in SPL if it's enabled

[U-Boot] [PATCH 0/9] tegra2: Tidy up boot path
 2011-10-27 20:17 UTC  (19+ messages)
` [U-Boot] [PATCH 3/9] arm: Move CP15 init out of cpu_init_crit()

[U-Boot] Pullrequest: u-boot-arm/master
 2011-10-27 20:13 UTC 

[U-Boot] [PATCH v2] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
 2011-10-27 19:05 UTC  (3+ messages)

[U-Boot] OMAP3 NAND ECC bug report
 2011-10-27 19:02 UTC  (6+ messages)

[U-Boot] [PATCH v2 05/10] spl, nand: add 4bit HW ecc oob first nand_read_page function
 2011-10-27 18:14 UTC  (9+ messages)
` [U-Boot] [PATCH 05/10 v3] "

[U-Boot] Failed to created image file
 2011-10-27 17:46 UTC  (4+ messages)

[U-Boot] DIWALI GOODNEWS
 2011-10-27 17:31 UTC 

[U-Boot] DE MR, KOWOPE BGADAB VOTRE REPONSE SVP
 2011-10-27 16:16 UTC 

[U-Boot] [PATCH] tt01: add MMC and video support
 2011-10-27 16:16 UTC  (2+ messages)

[U-Boot] [PATCH v2 0/11] Add tftpput command for uploading files over network
 2011-10-27 14:48 UTC  (31+ 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] Hello My Dearest,
 2011-10-27 13:51 UTC 

[U-Boot] ATM/13470/IDR
 2011-10-27 13:37 UTC 

[U-Boot] mx31: Add board support for HALE TT-01
 2011-10-27 12:59 UTC  (7+ messages)
` [U-Boot] [PATCH V3 1/3] mx31: define pins and init for UART2 and CSPI3
  ` [U-Boot] [PATCH V3 2/3] mx31: add ESD control registers
  ` [U-Boot] [PATCH V3 3/3] mx31: Add board support for HALE TT-01

[U-Boot] [PATCH] vision2: Remove unused header file
 2011-10-27 12:35 UTC  (2+ messages)

[U-Boot] [PATCH] MX51: vision2: add MACH_TYPE in config file
 2011-10-27 12:34 UTC 

[U-Boot] [PATCH] mmc: access mxcmmc from mx31 boards
 2011-10-27 12:19 UTC  (2+ messages)
` [U-Boot] [PATCH V2] "

[U-Boot] [PATCH 0/3] omap3: mem: clean-up patches
 2011-10-27 12:18 UTC  (4+ messages)
` [U-Boot] [PATCH 1/3] omap3: mem: Define and use common macros
` [U-Boot] [PATCH 2/3] omap3: mem: Clean-up whitespaces
` [U-Boot] [PATCH 3/3] omap3: mem: Move comments next to definitions

[U-Boot] Hello
 2011-10-27 12:10 UTC 

[U-Boot] ea20 patches
 2011-10-27 12:01 UTC  (2+ messages)

[U-Boot] [PATCH v2 1/6] mx53evk: Remove unneeded '1' from mx53evk.h
 2011-10-27 11:32 UTC 

[U-Boot] [PATCH 1/6] mx53evk: Remove unneeded '1' from mx51evk.h
 2011-10-27 11:29 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] mx53evk: Remove unused get_board_rev function
` [U-Boot] [PATCH 3/6] mx53ard: "
` [U-Boot] [PATCH 4/6] mx53smd: "
` [U-Boot] [PATCH 5/6] mx53loco: "
` [U-Boot] [PATCH 6/6] vision2: "

[U-Boot] [PATCH 1/2] Powerpc/i2c: Use the same initialize codes
 2011-10-27 10:21 UTC  (11+ messages)
` [U-Boot] [PATCH 2/2] Powerpc/i2c: Force i2c to become bus master out of reset

[U-Boot] [PATCH] mx51evk: Remove unused get_board_rev function
 2011-10-27  9:08 UTC  (2+ messages)

[U-Boot] [PATCH] mx51evk: Remove unneeded '1' from mx51evk.h
 2011-10-27  9:06 UTC  (2+ messages)

[U-Boot] [PATCH V2] ARM: orion5x: reduce dependence of including platform file
 2011-10-27  9:02 UTC  (2+ messages)

[U-Boot] [PATCH] sh: avoid multiple definition errors with cache funcs
 2011-10-27  8:59 UTC 

[U-Boot] [PATCH 1/3] ColdFire:Moving the remaining coldfire boards to boards.cfg
 2011-10-27  8:54 UTC  (3+ messages)
` [U-Boot] [PATCH 2/3] ColdFire: Fix the compile issue for M52277
  ` [U-Boot] [PATCH 3/3] ColdFire: The EB+MCF-EV123 boards config update

[U-Boot] [PATCH v5 0/3] usb:gadget:s5p USB Device Controller (UDC) implementation
 2011-10-27  8:36 UTC  (4+ messages)
` [U-Boot] [PATCH v5 1/3] "
` [U-Boot] [PATCH v5 2/3] usb:gadget:s5p Enable the USB Gadget framework at GONI
` [U-Boot] [PATCH v1 3/3] usb:gadget:s5p Enable the USB Gadget framework at C210 Universal

[U-Boot] [PATCH] misc:pmic:samsung Enable PMIC driver at C210 Universal target
 2011-10-27  8:33 UTC 

[U-Boot] [PATCH v4] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
 2011-10-27  6:21 UTC  (2+ messages)

[U-Boot] [RFC PATCH 1/3] sandbox: gpio: WIP add basic driver for simulating GPIOs
 2011-10-27  6:16 UTC  (4+ messages)
` [U-Boot] [RFC PATCH 3/3] sandbox: WIP: add basic command line parsing

[U-Boot] [PATCH 2/2 v2] Powerpc/i2c: Force i2c to become bus master out of reset
 2011-10-27  5:57 UTC 

[U-Boot] chemicals drict distributor
 2011-10-27  5:55 UTC 

[U-Boot] [PATCH v5] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
 2011-10-27  5:47 UTC 

[U-Boot] [PATCH v3] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
 2011-10-27  5:14 UTC  (3+ messages)

[U-Boot] Your email emerge and won the amount of 1, 000, 000GBP. the draw no.1653 and winning number 04 23 34 38 39 41 BONUS 27 brought out your e-mail address from a Data Base of Internet Email Users. see our website to confirm your winning numbers http://www.bbc.co.uk/lottery/ .Kindly contact with your names, address and phone number to our claims department. Pastor James Williams E-mail: pastorjames12@hotmail.co.uk
 2011-10-27  4:23 UTC 

[U-Boot] [PATCH] Powerpc: Set SYSCLK to the required frequency
 2011-10-27  3:48 UTC 

[U-Boot] [PATCH] andes_pcu.h: header file of andes_pcu power control unit
 2011-10-27  3:41 UTC 

[U-Boot] [PATCH 1/3] nds32: Use getenv_ulong() in place of getenv(), strtoul
 2011-10-27  3:39 UTC  (9+ messages)
` [U-Boot] [PATCH 3/3] nds32: asm/io.h: add __iormb and __iowmb support

[U-Boot] [PATCH] MPC8360EMDS: 512MB DDR and 33.33MHz oscillator support
 2011-10-27  2:58 UTC  (2+ messages)

[U-Boot] Tegra T20 / T25 datasheet (Technical Reference Manual)
 2011-10-26 23:48 UTC 

[U-Boot] From Miss Alile Justin
 2011-10-26 22:49 UTC 

[U-Boot] From Miss Alile Justin
 2011-10-26 22:49 UTC 

[U-Boot] [RFC/PATCH] common/usb: use cache-alligned buffers
 2011-10-26 22:20 UTC  (2+ messages)

[U-Boot] Hello, Please i need your help
 2011-10-26 22:17 UTC 

[U-Boot] Hello
 2011-10-26 21:26 UTC 

[U-Boot] [PATCH 2/2] OMAP3: Add SPL support to Beagleboard
 2011-10-26 20:52 UTC  (2+ messages)

[U-Boot] [PATCH] [WIP] sandbox: spi/sf emulation
 2011-10-26 20:37 UTC  (3+ messages)

[U-Boot] Patch Submission - Mend mkimage getline errors for Max OS X 10.7
 2011-10-26 19:43 UTC 

[U-Boot] [PATCH v6 0/6] Run-time configuration of U-Boot via a flat device tree (fdt)
 2011-10-26 19:40 UTC  (13+ 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] [PATCH 0/5] altera_tse: Several small, but relevant fixes/feature
 2011-10-26 19:29 UTC  (12+ messages)
` [U-Boot] [PATCH 0/5 v2] "
  ` [U-Boot] [PATCH 1/5 v2] altera_tse: Clear SGDMA's RUN bit in async transfer, like in sync case
  ` [U-Boot] [PATCH 2/5 v2] altera_tse: Fix SGDMA reset triggering
  ` [U-Boot] [PATCH 3/5 v2] altera_tse: Add support for dedicated descriptor memory
  ` [U-Boot] [PATCH 4/5 v2] altera_tse: m88e1111s: Honor device flags regarding PHY interface mode
  ` [U-Boot] [PATCH 5/5 v2] altera_tse: Fix return of eth_device's recv() callback

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

[U-Boot] Home loans (10/26/2011)
 2011-10-26 19:08 UTC 


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