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

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

[U-Boot] [RFC] [PATCH 00/39] Rework of the debug() macro
 2011-10-24  4:31 UTC  (51+ 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 03/39] GCC4.6: Squash warning in cmd_ide.c
` [U-Boot] [PATCH 04/39] GCC4.6: Squash warning in cmd_date.c
` [U-Boot] [PATCH 05/39] GCC4.6: Squash warning in usb_storage.c
` [U-Boot] [PATCH 06/39] GCC4.6: Squash subsequent warnings "
` [U-Boot] [PATCH 07/39] PowerPC: Squash warning in mpc512x serial.c
` [U-Boot] [PATCH 08/39] GCC4.6: Squash warning in mpc5121ads.c
` [U-Boot] [PATCH 09/39] GCC4.6: Squash warning in cfb_console.c
` [U-Boot] [PATCH 10/39] GCC4.6: Squash warning in cfi_flash.c
` [U-Boot] [PATCH 11/39] GCC4.6: Squash warnings in denali_data_eye.c
` [U-Boot] [PATCH 12/39] GCC4.6: Squash warnings in denali_spd_ddr2.c
` [U-Boot] [PATCH 13/39] GCC4.6: Squash warnings in diu.c
` [U-Boot] [PATCH 14/39] GCC4.6: Squash warnings in mpc8610hpcd.c
` [U-Boot] [PATCH 15/39] GCC4.6: Squash warnings in tqm834x.c
` [U-Boot] [PATCH 16/39] GCC4.6: Squash warning in jedec_flash.c
` [U-Boot] [PATCH 17/39] GCC4.6: Squash warnings in 44x_spd_ddr.c
` [U-Boot] [PATCH 18/39] GCC4.6: Squash warnings in 4xx_enet.c
` [U-Boot] [PATCH 19/39] GCC4.6: Squash warnings in 4xx_ibm_ddr2_autocalib.c
` [U-Boot] [PATCH 20/39] GCC4.6: Squash warnings in 4xx_pcie.c
` [U-Boot] [PATCH 21/39] GCC4.6: Squash warnings in ahci.c
` [U-Boot] [PATCH 22/39] GCC4.6: Squash warning in cmd_pmc440.c
` [U-Boot] [PATCH 23/39] GCC4.6: Use dst instead of l2srbar in cpu_early_init.c
` [U-Boot] [PATCH 24/39] GCC4.6: Squash warnings in ddr[123]_dimm_params.c
` [U-Boot] [PATCH 25/39] GCC4.6: Squash warnings in fsl_espi.c
` [U-Boot] [PATCH 26/39] GCC4.6: Squash warnings in fsl_pci_init.c
` [U-Boot] [PATCH 27/39] GCC4.6: Squash warnings in pmc405de.c
` [U-Boot] [PATCH 28/39] GCC4.6: Squash warnings in sata_sil3114.c
` [U-Boot] [PATCH 29/39] GCC4.6: Squash warnings in tqm8xx_pcmcia.c
` [U-Boot] [PATCH 30/39] GCC4.6: Squash undefined variable in cmd_mtdparts.c
` [U-Boot] [PATCH 31/39] GCC4.6: Squash warnings in serial_xuartlite.c
` [U-Boot] [PATCH 32/39] GCC4.6: Squash warnings in mpc86xx/interrupts.c
` [U-Boot] [PATCH 33/39] GCC4.6: Squash warnings in r360mpi/flash.c
` [U-Boot] [PATCH 34/39] GCC4.6: Squash warnings in PPChameleonEVB/flash.c
` [U-Boot] [PATCH 35/39] GCC4.6: Squash error in pcmcia/i82365.c
` [U-Boot] [PATCH 36/39] GCC4.6: Squash error in cpc45/pd67290.c
` [U-Boot] [PATCH 37/39] RFT GCC4.6: Fix muas3001 and IDS8247
` [U-Boot] [PATCH 38/39] GCC4.6: Squash GTREADREG related errors
` [U-Boot] [PATCH 39/39] GCC4.6: Add macros to mv_gen_reg.h

[U-Boot] [PATCH 0/8] Add tftpput command for uploading files over network
 2011-10-24  4:28 UTC  (13+ messages)
` [U-Boot] [PATCH 1/8] Move simple_itoa to vsprintf
` [U-Boot] [PATCH 2/8] Add setenv_uint() and setenv_addr()
` [U-Boot] [PATCH 3/8] tftpput: Rename TFTP to TFTPGET
` [U-Boot] [PATCH 4/8] tftpput: move common code into separate functions
` [U-Boot] [PATCH 5/8] tftpput: support selecting get/put for tftp
` [U-Boot] [PATCH 6/8] tftpput: add save_addr and save_size global variables
` [U-Boot] [PATCH 7/8] tftpput: implement tftp logic
` [U-Boot] [PATCH 8/8] tftpput: add tftpput command

[U-Boot] [PATCH 0/10] Add getenv_ulong to return an environment var as a number
 2011-10-24  3:49 UTC  (25+ messages)
` [U-Boot] [PATCH 02/10] arm: Use getenv_ulong() in place of getenv(), strtoul
  ` [U-Boot] [PATCH] arch/arm/lib/board.c: fix build error
` [U-Boot] [PATCH 03/10] avr32: Use getenv_ulong() in place of getenv(), strtoul
` [U-Boot] [PATCH 04/10] blackfin: "
` [U-Boot] [PATCH 05/10] m68k: "
` [U-Boot] [PATCH 06/10] microblaze: "
` [U-Boot] [PATCH 07/10] mips: "
` [U-Boot] [PATCH 08/10] powerpc: "
  ` [U-Boot] [PATCH] arch/powerpc/lib/board.c: fix build warning
` [U-Boot] [PATCH 09/10] sparc: Use getenv_ulong() in place of getenv(), strtoul
` [U-Boot] [PATCH 10/10] x86: "

[U-Boot] [PATCH] arm: Correct build error introduced by getenv_ulong() patch
 2011-10-24  3:44 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] powerpc: Correct build warning introduced by getenv_ulong() patch
 2011-10-24  3:41 UTC 

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

[U-Boot] Personal
 2011-10-24  3:10 UTC 

[U-Boot] Dear Webmail Subscriber,
 2011-10-24  2:55 UTC 

[U-Boot] [PATCH] powerpc/fm: remove the TBIPA setting on platform code
 2011-10-24  2:42 UTC  (6+ messages)
` [U-Boot] [PATCH] phy/marvell: Rewrite the MV88E1111 phy config function based on kernel code

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

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

[U-Boot] (no subject)
 2011-10-23 23:12 UTC 

[U-Boot] [PATCH v3] arm926ejs: add NXP LPC32x0 cpu series support
 2011-10-23 23:04 UTC  (3+ messages)

[U-Boot] [PATCH 00/15 V2] Support for the DENX M28 SoM
 2011-10-23 21:42 UTC  (4+ messages)
` [U-Boot] [PATCH 00/17 V3] "
  ` [U-Boot] [PATCH 14/17 V4] M28: Add MMC SPL

[U-Boot] [PATCH v3 00/10] arm, davinci: add support for dm368 based cam_enc_4xx board
 2011-10-23 21:11 UTC  (3+ messages)
` [U-Boot] [PATCH v3 10/10] arm, davinci: add cam_enc_4xx support

[U-Boot] [PATCH 1/3] mkimage: ublimage must return if the header is not verified
 2011-10-23 21:08 UTC  (3+ messages)
` [U-Boot] [PATCH V3 3/3] mkimage: adding support for Davinci AIS image

[U-Boot] [PATCH 0/5] !NET_MULTI cleanup part 2
 2011-10-23 21:08 UTC  (11+ messages)
` [U-Boot] [PATCH 1/5] net: enc28j60_lpc2292: drop unused !NET_MULTI driver
` [U-Boot] [PATCH 2/5] net: ns9750: drop "
` [U-Boot] [PATCH 3/5] net: s3c4510b_eth: drop unused "
` [U-Boot] [PATCH 4/5] net: sc589: "
` [U-Boot] [PATCH 5/5] net: xilinx_enet: "

[U-Boot] [PATCH] powerpc/lib/board.c: Call run_post(POST_ROM) before relocating
 2011-10-23 20:58 UTC  (2+ messages)

[U-Boot] [PATCH] net/dns.c: Fix broken endian handling in dns command
 2011-10-23 20:57 UTC  (3+ messages)
` [U-Boot] [PATCH] net/dns.c: Fix endian conversion for big-endian "

[U-Boot] [PATCH v2 01/10] Add getenv_ulong() to read an integer from an environment variable
 2011-10-23 20:49 UTC  (3+ messages)
` [U-Boot] [PATCH v4 "

[U-Boot] debugX macro
 2011-10-23 20:46 UTC  (3+ messages)

[U-Boot] [PATCH] new tool mkenvimage: generates an env image from an arbitrary config file
 2011-10-23 20:44 UTC  (3+ messages)
` [U-Boot] [PATCHv10] "

[U-Boot] [PATCH v2] common: fix missing function pointer relocation in fixup_cmdtable()
 2011-10-23 20:22 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[U-Boot] [PATCH 0/3] Microblaze/Xilinx network driver changes
 2011-10-23 20:16 UTC  (5+ messages)
` [U-Boot] [PATCH 1/3 v2] net: emaclite: Use unsigned long for baseaddr
  ` [U-Boot] [PATCH 2/3 v2] net: emaclite: Move RX/TX ping pong initialization to

[U-Boot] [PATCH] arm, post, memory: fix bug if sdram base != 0x00000000
 2011-10-23 20:14 UTC  (2+ messages)

[U-Boot] [PATCH] spi/eon: add support for new EON spi flash EN25Q32B
 2011-10-23 20:08 UTC  (2+ messages)

[U-Boot] Thanks a lot in anticipation of your quick reply
 2011-10-23 19:32 UTC 

[U-Boot] [PATCH] gpio: Add PCA9698 40-bit I2C I/O port
 2011-10-23 19:01 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] Use DMA in SPL
 2011-10-23 18:40 UTC  (3+ messages)
` [U-Boot] [PATCH 1/2] nand_spl_simple: Add omap3 DMA usage to SPL

[U-Boot] [PATCH] Update s3c24x0 timer implementation
 2011-10-23 17:22 UTC  (2+ messages)

[U-Boot] [RESEND PATCH v3] Add assert() for debug assertions
 2011-10-23 17:13 UTC  (8+ messages)

[U-Boot] mpq101 board doesn't build w/gcc-4.2
 2011-10-23 15:06 UTC  (2+ messages)
` [U-Boot] [PATCH] MPC85xx: remove broken "mpq101" board

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

[U-Boot] [PATCH 1/2] microblaze: Fix strict-aliasign rules for in_be32
 2011-10-23  8:52 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] serial: uartlite: Fix compilation warnings

[U-Boot] [PATCH 1/2] fdt: Add new fdt_set_node_status & fdt_set_status_by_alias helpers
 2011-10-23  8:49 UTC  (2+ messages)

[U-Boot] A bit about board.c, board.c
 2011-10-23  8:14 UTC  (6+ messages)

[U-Boot] [PATCH] at91: Add support for Bluewater Systems Snapper 9G45 module
 2011-10-23  3:57 UTC  (2+ messages)

[U-Boot] Congratulations
 2011-10-23  2:08 UTC 

[U-Boot] ASALLA M-ALYKUM DEAR FRIEND,
 2011-10-22 20:17 UTC 

[U-Boot] pick up the first $5,000.00,USD
 2011-10-22 20:03 UTC 

[U-Boot] FINAL NOTIFICATION!!!
 2011-10-22 16:24 UTC 

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

[U-Boot] ATM/13470/IDR
 2011-10-22 14:48 UTC 

[U-Boot] Web service Administrator
 2011-10-22 11:09 UTC 

[U-Boot] [PATCH 2/2 RESEND] SPL: Allow user to disable CPU support library
 2011-10-22  7:05 UTC  (11+ messages)
` [U-Boot] [PATCH 2/2] SPL: Allow ARM926EJS to avoid compiling in the CPU support code

[U-Boot] [PATCH v2 0/3] Buffer overruns in printf
 2011-10-22  4:58 UTC  (10+ messages)
` [U-Boot] [PATCH v2 1/3] Add limits.h to hold basic limits

[U-Boot] NOTIFICATION
 2011-10-22  3:33 UTC 

[U-Boot] [PATCH v15 1/9] nds32: add header files support for nds32
 2011-10-22  1:47 UTC  (20+ messages)
` [U-Boot] [PATCH v17 "
` [U-Boot] [PATCH v17 2/9] nds32: add NDS32 support into common header file
` [U-Boot] [PATCH v17 3/9] nds32/core N1213: NDS32 N12 core family N1213
` [U-Boot] [PATCH v17 4/9] nds32/ag101: cpu and init funcs of SoC ag101
` [U-Boot] [PATCH v17 5/9] nds32/lib: add generic funcs in NDS32 lib
` [U-Boot] [PATCH v17 6/9] nds32: standalone support
` [U-Boot] [PATCH v17 7/9] nds32: common bdinfo, bootm, image support
` [U-Boot] [PATCH v17 8/9] adp-ag101: add board adp-ag101 support
` [U-Boot] [PATCH v17 9/9] doc/README: documents and readme for NDS32 arch

[U-Boot] [WIKI] changes to "Custodian Git Trees"
 2011-10-22  0:33 UTC 

[U-Boot] [PATCH 3/5 v1] integrator: do not test first part of the memory
 2011-10-21 23:47 UTC  (4+ messages)

[U-Boot] [PATCH v2] Small refactor to remove duplicate serial code
 2011-10-21 23:27 UTC  (4+ messages)

[U-Boot] [PATCH] hwmon: Provide dtt_init()
 2011-10-21 23:22 UTC  (2+ messages)

[U-Boot] checkpatch compliance
 2011-10-21 23:21 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] common: cosmetic: CONFIG_ROOTPATH "
` [U-Boot] [PATCH 2/2] common: cosmetic: CONFIG_BOOTFILE "

[U-Boot] [PATCH] autoconf.mk.dep: use target cflags, not host
 2011-10-21 23:20 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] build: add missing $(AR)->$(cmd_link_o_target) update
 2011-10-21 23:19 UTC  (5+ messages)
` [U-Boot] [PATCH 2/2] build: force migration away from $(AR)
` [U-Boot] [PATCH 1/2 v2] build: add missing $(AR)->$(cmd_link_o_target) update

[U-Boot] [PATCH] consolidate mdelay by providing a common function for all users
 2011-10-21 23:16 UTC  (2+ messages)

[U-Boot] [PATCH v2 REPOST 1/3] [COSMETIC] checkpatch whitespace cleanups
 2011-10-21 23:13 UTC  (2+ messages)

[U-Boot] [PATCH 0/2] am335x: Minor fixes
 2011-10-21 23:10 UTC  (3+ messages)
` [U-Boot] [PATCH 2/2] am335x: Drop board_sysinfo struct

[U-Boot] [PATCH v2 1/4] macb: initial support for Cadence GEM
 2011-10-21 23:07 UTC  (2+ messages)

[U-Boot] [PATCH V4] drivers: add the support for Silicon Image SATA controller
 2011-10-21 23:04 UTC  (2+ messages)

[U-Boot] [PATCH RESEND] FAT: Add FAT write feature
 2011-10-21 22:59 UTC  (2+ messages)

[U-Boot] Porting lpc313x support up to current u-boot
 2011-10-21 22:53 UTC  (4+ messages)

[U-Boot] [PATCH] cmd_bdinfo: replace print_str() with print_mhz()
 2011-10-21 22:49 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