[U-Boot] [PATCH 2/2 v3] powerpc/p1023rds: Enable nand node and disable nor node

2011-08-17 Thread Chunhe Lan
In the p1023rds, accessing exclusively nor flash or nand flash device by BR0/OR0. When booting from nor flash, nand node is disabled and nor node is enabled in the default dtb. So, when booting from nand flash, nand node should be enabled and nor node should be disabled. Signed-off-by: Chunhe Lan

[U-Boot] [PATCH 1/2 v3] fdt: Add a do_fixup_by_path_string() function

2011-08-17 Thread Chunhe Lan
The do_fixup_by_path_string() will set the specified node's property to the value contained in status. It would just be a wrapper for do_fixup_by_path() that calls strlen on the argument. Signed-off-by: Chunhe Lan chunhe@freescale.com --- include/fdt_support.h |7 +++ 1 files

Re: [U-Boot] [PATCH] net/eth.c: fix eth_write_hwaddr() to use dev-enetaddr as fall back

2011-08-17 Thread Simon Glass
On Tue, Aug 16, 2011 at 10:33 PM, Eric Miao eric.m...@linaro.org wrote: Ignore the return value of eth_getenv_enetaddr_by_index(), and if it fails, fall back to use dev-enetaddr, which could be filled up by the ethernet device driver. Actually, this is the original behavior, and was later

Re: [U-Boot] Selectable / delayed initialization

2011-08-17 Thread Graeme Russ
Hi Simon, On Wed, Aug 17, 2011 at 1:25 PM, Simon Glass s...@chromium.org wrote: Hi, When U-Boot starts up it initializes all the peripherals which are enabled This might include USB, I2C, SD/MMC, LCD, Ethernet, UARTs, etc. To save time, reduce the amount of code executed and thereby

Re: [U-Boot] [RESEND PATCH v3 1/4] Tegra2: Add microsecond timer function

2011-08-17 Thread Simon Glass
Hi Graeme, On Tue, Aug 16, 2011 at 12:11 AM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon, On Tue, Aug 16, 2011 at 4:30 PM, Simon Glass s...@chromium.org wrote: Hi Graeme, On Mon, Aug 15, 2011 at 6:16 PM, Graeme Russ graeme.r...@gmail.com wrote: Hi Simon On Tue, Aug 16, 2011 at

Re: [U-Boot] ehci-hcd: Allow cleanups to happen on an EHCI timeout.

2011-08-17 Thread Simon Glass
Hi Joel, On Fri, Aug 12, 2011 at 4:19 PM, Joel A Fernandes agnel.j...@gmail.com wrote: [Adding Simon to CC] Hi Simon, Sorry for the delayed response to your email. I was just trying to prepare a proper response to your email with collating information about similar fixes to the EHCI

Re: [U-Boot] [PATCH 3/9] apf9328: Add Armadeus Project board APF9328

2011-08-17 Thread Igor Grinberg
On 08/12/11 09:49, Stefano Babic wrote: On 08/12/2011 01:41 AM, Eric Jarrige wrote: Hi Eric, +int board_init(void) +{ + gd-bd-bi_arch_number = CONFIG_MACH_TYPE; Is there no MACH_TYPE for this board ? It is uncommon for an ARM board. Should this board run Linux ? The MACH_TYPE for this

Re: [U-Boot] [PATCH v2 4/7] mmc: rescan fails on empty slot

2011-08-17 Thread Michael Jones
Hi Andy, On 08/17/2011 04:30 AM, Andy Fleming wrote: Ok, I feel dumb. I apparently applied this already. But I'm still interested in a response to my comments/questions. :) OK, I'll humor you :) On Tue, Aug 16, 2011 at 9:15 PM, Andy Fleming aflem...@gmail.com wrote: On Mon, Jul 18, 2011

Re: [U-Boot] Patch submission process question

2011-08-17 Thread Simon Schwarz
On 08/16/2011 06:56 PM, Scott Wood wrote: snip How about a patch that was sent, that at the time didn't depend on another series, but after review and changes, now depends on those changes? Then you have to note it in the version history that it now depends on another patch - don't forget to

Re: [U-Boot] [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-17 Thread Prafulla Wadaskar
-Original Message- From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] Sent: Tuesday, August 16, 2011 11:31 AM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; Ajay Bhargav Subject: [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs This patch adds generic GPIO

[U-Boot] [PATCH v3] armv7:cache: D cache line size read method

2011-08-17 Thread Lukasz Majewski
This commit adds support for reading the D cache line size for armv7 architecture. The get_dcache_line_size() function is supposed to work in conjunction with memalign call to provide D cache aligned DMA buffers. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park

Re: [U-Boot] [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-17 Thread Ajay Bhargav
- Prafulla Wadaskar prafu...@marvell.com wrote: Hi Ajay I am sorry if I missed this in my earlier reviews. Why you wish to keep mvgpio.h in /include folder? I think it should be in drivers/gpio/. Regards.. Prafulla . . Hi Prafulla, gpio.h includes this file, as

[U-Boot] [PATCH v2] mmc: dcache: Replace ext_csd buffer with cache aligned one

2011-08-17 Thread Lukasz Majewski
This commit replaces the ext_csd buffer allocated as an automatic variable with one cache aligned. The ext_csd might be allocated with alignment not equal to the L1 D cache alignment. The memalign from common/dlmalloc.c is allowing for buffer allocation with proper cache alignment. The

Re: [U-Boot] [PATCH] arm: fix bd pointer dereference prior initialization

2011-08-17 Thread Igor Grinberg
Hi Albert, Sorry for the poor responsiveness - I was out of office for about 2 weeks. On 08/12/11 12:20, Albert ARIBAUD wrote: Hi Igor, On 28/07/2011 11:04, Igor Grinberg wrote: gd-bd pointer has been used prior been initialized. Move the relevant code after the initialization.

[U-Boot] [PATCH v2] arm: fix bd pointer dereference prior initialization

2011-08-17 Thread Igor Grinberg
gd-bd pointer has been used prior been initialized. Move the relevant code after the initialization. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- v2: move it closer to the bd pointer set up as for Albert's suggestion. arch/arm/lib/board.c |9 + 1 files changed, 5

Re: [U-Boot] pxa: Passing ATAGs to kernel don't work

2011-08-17 Thread Stefan Herbrechtsmeier
Am 10.08.2011 12:47, schrieb Stefan Herbrechtsmeier: Am 09.08.2011 21:46, schrieb Marek Vasut: On Tuesday, August 09, 2011 03:14:38 PM Stefan Herbrechtsmeier wrote: Hi, after porting my board support from u-boot 2009.11 to 2011.06 together with adding the relocation support the ATAGs

Re: [U-Boot] building mx5 targets with O= fails

2011-08-17 Thread Stefano Babic
On 08/16/2011 08:12 AM, John Rigby wrote: Stefano, Hi John, Since: commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 Author: Stefano Babic sba...@denx.de Date: Thu Jul 7 03:37:06 2011 + MX5: Update to autogenerated asm-offsets.h On i.MX5, the asm-offsets.h file is not

Re: [U-Boot] pxa: Passing ATAGs to kernel don't work

2011-08-17 Thread Marek Vasut
On Wednesday, August 17, 2011 12:01:02 PM Stefan Herbrechtsmeier wrote: Am 10.08.2011 12:47, schrieb Stefan Herbrechtsmeier: Am 09.08.2011 21:46, schrieb Marek Vasut: On Tuesday, August 09, 2011 03:14:38 PM Stefan Herbrechtsmeier wrote: Hi, after porting my board support from u-boot

[U-Boot] [PATCH] Makefile : fix generation of cpu related asm-offsets.h

2011-08-17 Thread Stefano Babic
commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 breaks building on a different directory with the O= parameter. The patch wil fix this issue, generating always asm-offsets.h before the other targets. Signed-off-by: Stefano Babic sba...@denx.de --- Note: the patch fixes the issue, however I

Sum payout of �1,350,000.00 GBP.

2011-08-17 Thread Lottery Winner 2011
Your Email I.D have just Won a Sum payout of £1,350,000.00 GBP. You are to contact Mrs.Monica Dickson for claim via email for more information. Contact Email: claimagntmon...@bitscn.net Regards, Lottery Board. ___ U-Boot mailing list

Re: [U-Boot] [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-17 Thread Prafulla Wadaskar
-Original Message- From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] Sent: Wednesday, August 17, 2011 2:18 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs - Prafulla Wadaskar

Re: [U-Boot] [PATCH v6 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-17 Thread Ajay Bhargav
- Prafulla Wadaskar prafu...@marvell.com wrote: -Original Message- From: Ajay Bhargav [mailto:ajay.bhar...@einfochips.com] Sent: Wednesday, August 17, 2011 2:18 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de Subject: Re: [PATCH v6 1/2] gpio: Add GPIO driver framework

[U-Boot] Question about mem parameter in the bootargs

2011-08-17 Thread Carlos Roberto Moratelli
Hi, Does someone knows what is the smallest step to increase the mem parameter in the bootargs? I am dealing with an embedded system based on an ARM LPC3250 and running linux. I have a very critical memory constraint and I would like to have mem=3584k instead mem=3M or mem=4M. The Linux boot

[U-Boot] uboot compilation problem

2011-08-17 Thread Rajeev Rao Battu
Hi, I am working As RD engineer. Presently i am compiling u-boot.2011.03 and i am facing bit problem.following is the problem while compiling u-boot. i am using cross compile tool chain. make -C arch/arm/cpu/arm926ejs/at91/ make[1]: Entering directory

[U-Boot] Fwd: uboot compilation problem

2011-08-17 Thread Rajeev Rao Battu
Hi, I am working As RD engineer. Presently i am compiling u-boot.2011.03 and i am facing bit problem.following is the problem while compiling u-boot. i am using cross compile tool chain. I am trying to compile for AT91SAM9260/61 controller. make -C arch/arm/cpu/arm926ejs/at91/ make[1]:

Re: [U-Boot] [PATCH 03/12] da850: add NOR boot mode support

2011-08-17 Thread Netagunte, Nagabhushana
Hi Detlev, Thanks for your valuable and detailed comments, they make sense. I will make appropriate changes and reduce the env size. Best Regards, -Nag On Wed, Aug 10, 2011 at 16:20:51, Detlev Zundel wrote: Hi Nag, [...] +#define CONFIG_SYS_FLASH_SECT_SZ(128 10) /* 128KB */

Re: [U-Boot] [PATCH 12/12] da850: print DDR frequency from u-boot

2011-08-17 Thread Netagunte, Nagabhushana
Detlev, Thanks for detailed explanation. I will make appropriate patches And send them separately(not as part of ongoing series). Even though I love to make patches for mx35 and mx5 base, I am afraid I may not Able to find time. But, I will do my best. Thanks again for comments! Nag On Wed, Aug

Re: [U-Boot] [PATCH] Makefile : fix generation of cpu related asm-offsets.h

2011-08-17 Thread Matthias Weißer
Dear Stefano Am 17.08.2011 12:12, schrieb Stefano Babic: commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 breaks building on a different directory with the O= parameter. The patch wil fix this issue, generating always asm-offsets.h before the other targets. Signed-off-by: Stefano

Re: [U-Boot] [PATCH] Makefile : fix generation of cpu related asm-offsets.h

2011-08-17 Thread Stefano Babic
On 08/17/2011 03:02 PM, Matthias Weißer wrote: Dear Stefano Am 17.08.2011 12:12, schrieb Stefano Babic: commit 0edf8b5b2fa0d210ebc4d6da0fd1aceeb7e44e47 breaks building on a different directory with the O= parameter. The patch wil fix this issue, generating always asm-offsets.h before the

[U-Boot] [RFC] New init sequence processing without init_sequence array

2011-08-17 Thread Graeme Russ
I have been thinking about the problem of the pesky init_sequence arrays and the inevitable #ifdefs and empty stub functions that result so I thought I'de have a crack at a more dynamic implementation. And like all good programmers, I stole the solution ;). This implementation is based on Linux's

Re: [U-Boot] Fwd: uboot compilation problem

2011-08-17 Thread Jens Scharsig
Dear Rajeev Rao Battu: Hi, I am working As RD engineer. Presently i am compiling u-boot.2011.03 and i am facing bit problem.following is the problem while compiling u-boot. i am using cross compile tool chain. I am trying to compile for AT91SAM9260/61 controller. The AT91SAM9260/61

[U-Boot] [PATCH] ns16550: change to allow 32 bit access to registers

2011-08-17 Thread Dave Aldridge
If CONFIG_SYS_NS16550_MEM32 is defined then 32 bit memory mapped access will be used to read/write the uart registers. This is especially useful for SoC devices that implement 16550 compatible uarts but that have peripheral access width constraints. Signed-off-by: Dave Aldridge fovs...@gmail.com

[U-Boot] [PATCH v3 7/8] da850: fix the channel number for EMAC teardown init

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com TX and RX channel numbers programmed as '1' during EMAC teardown initialization is wrong. This patch fixes the same by setting channel number to '0' which is used by U-boot. Signed-off-by: Sugumar Natarajan sugu...@ti.com Signed-off-by:

[U-Boot] [PATCH v3 8/8] da850: modifications for Logic PD Rev.3 AM18xx EVM

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com AHCLKR/UART1_RTS/GP0[11] pin needs to be configured for NOR to work on Rev.3 EVM. When GP0[11] is low, the SD0 interface will not work, but NOR flash will. Signed-off-by: Rajashekhara, Sudhakar sudhakar@ti.com Signed-off-by:

[U-Boot] [PATCH v3 0/8] feature additions and fixes for da850

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com Fix from last version (addressed comments from Detlev) 1: fixed env size for NOR boot mode. Manjunathappa, Prakash (1): da850: add support for Spectrum Digital AM18xx EVM Nagabhushana Netagunte (6): da850: indicate cache usage

[U-Boot] [PATCH v3 6/8] da850: add support for Spectrum Digital AM18xx EVM

2011-08-17 Thread nagabhushana.netagunte
From: Manjunathappa, Prakash prakash...@ti.com The AM18xx EVM contains winbond SPI flash instead of ST SPI flash in comparison with logic PD da850/omap-l138 EVM. So enable configuration to look for winbond flash. Signed-off-by: Manjunathappa, Prakash prakash...@ti.com Signed-off-by: Nagabhushana

[U-Boot] [PATCH v3 3/8] da850: add NOR boot mode support

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com Add pin-mux support for NOR in board file and correspanding macros to use NOR boot mode in configuration file. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Nagabhushana Netagunte nagabhushana.netagu...@ti.com

[U-Boot] [PATCH v3 2/8] da8xx: add support for multiple PLL controllers

2011-08-17 Thread nagabhushana.netagunte
From: Sudhakar Rajashekhara sudhakar@ti.com Modify clk_get() function in cpu file to work for multiple PLL controllers. Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Nagabhushana Netagunte nagabhushana.netagu...@ti.com --- arch/arm/cpu/arm926ejs/davinci/cpu.c

[U-Boot] [PATCH v3 1/8] da850: indicate cache usage disable in config file

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com there are cache coherency issues when using the DAVINCI Ethernet driver, hence caches cant be used for da850 u-boot. As per new cache management framework,if the caches are not used in u-boot, it needs to be explicitly indicated through

[U-Boot] [PATCH v3 4/8] da850: modify the U-Boot prompt string

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com Modify U-Boot prompt string from DA850-evm to U-Boot . Signed-off-by: Sudhakar Rajashekhara sudhakar@ti.com Signed-off-by: Nagabhushana Netagunte nagabhushana.netagu...@ti.com --- include/configs/da850evm.h |2 +- 1 files

[U-Boot] [PATCH v3 5/8] da850: add support to wake up DSP during board init

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com add support for DSP wake-up by default on DA850/OMAP-L138 during board initialization. Enable hwconfig environment and added extra env setting through CONFIG_EXTRA_ENV_SETTINGS. To prevent DSP from being woken up,set the environment

[U-Boot] [PATCH] dm365: disable cache usage due to coherency issues

2011-08-17 Thread nagabhushana.netagunte
From: Nagabhushana Netagunte nagabhushana.netagu...@ti.com there are cache coherency issues when using the DAVINCI Ethernet driver, hence caches cant be used for d365 u-boot. As per new cache management framework,if the caches are not used in u-boot, it needs to be explicitly indicated through

[U-Boot] [PATCH] dm365: modify boot prompt from dm365 to dm36x

2011-08-17 Thread nagabhushana.netagunte
From: Rajashekhara, Sudhakar sudhakar@ti.com Newer version for DM365 silicon support higher speeds and is called DM368. Modify the bootprompt string DM365 to DM36x. Signed-off-by: Rajashekhara, Sudhakar sudhakar@ti.com Signed-off-by: Nagabhushana Netagunte nagabhushana.netagu...@ti.com

Re: [U-Boot] [PATCH 12/12] da850: print DDR frequency from u-boot

2011-08-17 Thread Stefano Babic
On 08/17/2011 02:47 PM, Netagunte, Nagabhushana wrote: Maybe we should use this opportunity to align them? So what example should we follow? Hm, oldest code wins, so here we go: Never heard about this rule, but I agree it makes no sense to have differen commands. [dzu@pollux u-boot-testing

Re: [U-Boot] [PATCH 12/12] da850: print DDR frequency from u-boot

2011-08-17 Thread Detlev Zundel
Hi Stefano, On 08/17/2011 02:47 PM, Netagunte, Nagabhushana wrote: Maybe we should use this opportunity to align them? So what example should we follow? Hm, oldest code wins, so here we go: Never heard about this rule, but I agree it makes no sense to have differen commands. You never

[U-Boot] [PATCH] MX: MX35 / MX5: uniform clock command with powerpc

2011-08-17 Thread Stefano Babic
There was already a command to show the priocessor clocks for PowerPC (clocks). For i.MX, the clockinfo command was introduce. The patch sets the same command name used on PowerPC. A nasty and not needed newline is also dropped in the help for the command. Signed-off-by: Stefano Babic

Re: [U-Boot] [PATCH v2] arm: fix bd pointer dereference prior initialization

2011-08-17 Thread Albert ARIBAUD
Hi Igor, Le 17/08/2011 11:48, Igor Grinberg a écrit : gd-bd pointer has been used prior been initialized. Move the relevant code after the initialization. Signed-off-by: Igor Grinberggrinb...@compulab.co.il --- v2: move it closer to the bd pointer set up as for Albert's suggestion.

Re: [U-Boot] [PATCH v3] armv7:cache: D cache line size read method

2011-08-17 Thread Albert ARIBAUD
Hi Lukasz, Le 17/08/2011 10:51, Lukasz Majewski a écrit : This commit adds support for reading the D cache line size for armv7 architecture. The get_dcache_line_size() function is supposed to work in conjunction with memalign call to provide D cache aligned DMA buffers. Signed-off-by:

Re: [U-Boot] Transfer Offer

2011-08-17 Thread Song Li
l am a Staff of Hang Seng Bank HongKong, I do not know if we can work together in transferring $19,500,000.USD from my bank to you account. Finally if you are interested I shall provide you with more details. Email: mr_song...@yahoo.com.hk ___ U-Boot

Re: [U-Boot] [PATCH 3/9] apf9328: Add Armadeus Project board APF9328

2011-08-17 Thread Eric Jarrige
Hi Higor, Hi Stefano, On 17 août 2011, at 09:31, Igor Grinberg wrote: On 08/12/11 09:49, Stefano Babic wrote: On 08/12/2011 01:41 AM, Eric Jarrige wrote: Hi Eric, +int board_init(void) +{ +gd-bd-bi_arch_number = CONFIG_MACH_TYPE; Is there no MACH_TYPE for this board ? It is

Re: [U-Boot] ehci-hcd: Allow cleanups to happen on an EHCI timeout.

2011-08-17 Thread Joel A Fernandes
Hi Simon, Thanks a lot for reviewing the issue. With respect to using a bulk USB stick (some of which take 3s or more to respond to a submit) this doesn't make any difference for me. It seems to take a long time to respond the first time, so the 5s timeout seems prudent. Since this sorts

Re: [U-Boot] [PATCH 1/2 v3] fdt: Add a do_fixup_by_path_string() function

2011-08-17 Thread Jerry Van Baren
Hi Chunhe Lan, On 08/17/2011 02:24 AM, Chunhe Lan wrote: [snip] + +static inline void do_fixup_by_path_string(void *fdt, const char *path, +const char *prop, const char *status) +{ + do_fixup_by_path(fdt, path, prop, status, strlen(status) + 1,

[U-Boot] [PATCH v4] OMAP3: Add DSS driver for OMAP3

2011-08-17 Thread Joel A Fernandes
From: Syed Mohammed Khasim kha...@ti.com * Supports dynamic panel configuration * Supports dynamic tv standard selection * Adds support for DSS register access through generic APIs * Incorporated DSS register access using structures. * DSS makefile update Previous discussions are here:

Re: [U-Boot] [PATCH 1/2] dm3730: enable dpll5

2011-08-17 Thread Joel A Fernandes
On Fri, Aug 12, 2011 at 2:47 PM, Jason Kridner jkrid...@beagleboard.org wrote: On Fri, Jun 10, 2011 at 6:21 PM, Eric Bénard e...@eukrea.com wrote: which is used to provide 120MHz to USB EHCI This allows EHCI to work on BeagleBoard XM Signed-off-by: Eric Bénard e...@eukrea.com Acked-by:

[U-Boot] [PATCH v7 2/2] gpio: Add GPIO driver for Marvell SoC Armada100

2011-08-17 Thread Ajay Bhargav
This patch adds support for generic GPIO driver framework for Marvell SoC Armada100. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- Changes for v2: - Added function get_gpio_base - GPIO base address added to armada100.h Changes for v3: - gpio register map

[U-Boot] [PATCH v7 1/2] gpio: Add GPIO driver framework for Marvell SoCs

2011-08-17 Thread Ajay Bhargav
This patch adds generic GPIO driver framework support for Marvell SoCs. To enable GPIO driver define CONFIG_MARVELL_GPIO and for GPIO commands define CONFIG_CMD_GPIO in your board configuration file. Signed-off-by: Ajay Bhargav ajay.bhar...@einfochips.com --- Changes for v2: - mvgpio.h

[U-Boot] Support for Intel i7 2nd GEneration processors

2011-08-17 Thread Flash K
Hi, I would like to know if U boot supports the Intel 2nd generation core i7 processors. Regards, Flash ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Support for Intel i7 2nd GEneration processors

2011-08-17 Thread Graeme Russ
Hi Flash, On Thu, Aug 18, 2011 at 3:38 PM, Flash K bootloade...@yahoo.com wrote: Hi, I would like to know if U boot supports the Intel 2nd generation core i7 processors. No it doesn't (at least not yet) Be aware that U-Boot is a boot-loader for embedded devices (phones, routers, set-top