Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: 25 November 2011 14:52 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; valen...@theia.denx.de; Longchamp; Heiko > Schocher; Holger Brunck > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post te

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-26 Thread Andreas Bießmann
Dear Andy Fleming, Am 25.11.2011 um 20:29 schrieb Andy Fleming: > I've been trying to get the compiler to run on Mac OS X for a bit, but > haven't managed to get it to build (let alone get U-Boot to build). Well building sandbox will (currently) not work. But having a (self compiled) GNU cross

[U-Boot] [PATCH 03/19] PXA: Fixup PXA25x boards after start.S update

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/lubbock.h|2 +- include/configs/palmtc.h |2 +- include/configs/pxa255_idp.h |2 +- include/configs/xaeniax.h|2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/configs/lubbock.h b/include/configs

[U-Boot] [PATCH 01/19] PXA: Rework start.S to be closer to other ARMs

2011-11-26 Thread Marek Vasut
The start.S on PXA was very obscure. This reworks it back to be close to arm1136 start.S and others. Signed-off-by: Marek Vasut Cc: Albert ARIBAUD V2: Don't compile in relocation support if building SPL --- arch/arm/cpu/pxa/cpu.c | 16 ++ arch/arm/cpu/pxa/start.S | 384 ---

[U-Boot] [PATCH 02/19] PXA: Re-add the Dcache locking as RAM for pxa250

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Stefan Herbrechtsmeier Cc: Albert ARIBAUD --- arch/arm/cpu/pxa/start.S| 112 ++- arch/arm/cpu/pxa/u-boot.lds |6 ++ 2 files changed, 116 insertions(+), 2 deletions(-) diff --git a/arch/arm/cpu/pxa/start.S b/arch/ar

[U-Boot] [PATCH 05/19] PXA: Adapt Voipac PXA270 to OneNAND SPL

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Albert ARIBAUD V2: Add missing u-boot-spl.lds, convert bitshifts to division, convert to spl_onenand_load_image() --- board/vpac270/Makefile |4 ++ board/vpac270/onenand.c | 66 ++ board/vpac270/u-boot-spl.lds | 9

[U-Boot] [PATCH 08/19] PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/cpu.c | 10 +++--- arch/arm/cpu/pxa/start.S | 14 arch/arm/cpu/pxa/timer.c |4 +- arch/arm/cpu/pxa/usb.c | 12 arch/arm/include/asm/arch-pxa/pxa-regs.h |

[U-Boot] [PATCH 06/19] PXA: Enable command line editing for vpac270

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/vpac270.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 8accebf..41f8a6b 100644 --- a/include/configs/vpac270.h +++ b/include/configs/vpac270.h @@ -158,6 +158,8 @

[U-Boot] [PATCH 04/19] PXA: Drop Voipac PXA270 OneNAND IPL

2011-11-26 Thread Marek Vasut
This OneNAND IPL will be replaced by OneNAND SPL. Signed-off-by: Marek Vasut Cc: Albert ARIBAUD --- onenand_ipl/board/vpac270/Makefile | 79 -- onenand_ipl/board/vpac270/config.mk |1 - onenand_ipl/board/vpac270/u-boot.onenand.lds | 51

[U-Boot] [PATCH 07/19] PXA: Unify vpac270 environment size

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Albert Aribaud --- include/configs/vpac270.h | 14 ++ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h index 41f8a6b..e78b83a 100644 --- a/include/configs/vpac270.h +++ b/include/con

[U-Boot] [PATCH 09/19] PXA: Separate PXA2xx CPU init

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/Makefile |5 +- arch/arm/cpu/pxa/cpu.c| 346 - arch/arm/cpu/pxa/pxa2xx.c | 301 +++ 3 files changed, 305 insertions(+), 347 deletions(-) delete mode 100644 ar

[U-Boot] [PATCH 10/19] PXA: Add cpuinfo display for PXA2xx

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/Makefile |2 + arch/arm/cpu/pxa/cpuinfo.c | 132 2 files changed, 134 insertions(+), 0 deletions(-) create mode 100644 arch/arm/cpu/pxa/cpuinfo.c diff --git a/arch/arm/cpu/pxa/Makefile b/arch/arm/

[U-Boot] [PATCH 11/19] PXA: Replace timer driver

2011-11-26 Thread Marek Vasut
This new timer driver shall conform to new Timer API. Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/timer.c | 87 ++--- 1 files changed, 35 insertions(+), 52 deletions(-) diff --git a/arch/arm/cpu/pxa/timer.c b/arch/arm/cpu/pxa/timer.c index 0ad64dd..

[U-Boot] [PATCH 12/19] PXA: Cleanup Colibri PXA270

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/colibri_pxa270/colibri_pxa270.c | 32 ++ include/configs/colibri_pxa270.h | 73 + 2 files changed, 51 insertions(+), 54 deletions(-) diff --git a/board/colibri_pxa270/colibri_pxa270.c b/board/colibri_pxa27

[U-Boot] [PATCH 13/19] PXA: Export cpu_is_ and pxa_dram_init functions

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/include/asm/arch-pxa/pxa.h | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 arch/arm/include/asm/arch-pxa/pxa.h diff --git a/arch/arm/include/asm/arch-pxa/pxa.h b/arch/arm/include/asm/arch-pxa/pxa

[U-Boot] [PATCH 19/19] GCC4.6: PXA: Squash warning in xaeniax

2011-11-26 Thread Marek Vasut
flash.c: In function ‘flash_erase’: flash.c:223:6: warning: variable ‘flag’ set but not used [-Wunused-but-set-variable] flash.c: In function ‘write_data’: flash.c:392:6: warning: variable ‘flag’ set but not used [-Wunused-but-set-variable] Signed-off-by: Marek Vasut --- board/xaeniax/flash.c |

[U-Boot] [PATCH 17/19] PXA: Flip colibri_pxa27x to pxa-common.h

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/colibri_pxa270.h | 36 +--- 1 files changed, 1 insertions(+), 35 deletions(-) diff --git a/include/configs/colibri_pxa270.h b/include/configs/colibri_pxa270.h index cde84ec..7691fb3 100644 --- a/include/configs/coli

[U-Boot] [PATCH 15/19] PXA: Rename pxa_dram_init to pxa2xx_dram_init

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- arch/arm/cpu/pxa/pxa2xx.c |4 ++-- arch/arm/include/asm/arch-pxa/pxa.h |2 +- board/balloon3/balloon3.c |2 +- board/colibri_pxa270/colibri_pxa270.c |2 +- board/lubbock/lubbock.c |2 +- board/palmld/palmld

[U-Boot] [PATCH 16/19] PXA: Introduce common configuration header for PXA

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- include/configs/pxa-common.h | 60 ++ 1 files changed, 60 insertions(+), 0 deletions(-) create mode 100644 include/configs/pxa-common.h diff --git a/include/configs/pxa-common.h b/include/configs/pxa-common.h new file mode

[U-Boot] [PATCH 14/19] PXA: Squash extern pxa_dram_init()

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/balloon3/balloon3.c |2 +- board/colibri_pxa270/colibri_pxa270.c |2 +- board/lubbock/lubbock.c |2 +- board/palmld/palmld.c |2 +- board/palmtc/palmtc.c |2 +- board/pxa255_idp/pxa_

[U-Boot] [PATCH 18/19] PXA: Move colibri_pxa270 to board/toradex/

2011-11-26 Thread Marek Vasut
Signed-off-by: Marek Vasut --- board/colibri_pxa270/Makefile | 41 board/colibri_pxa270/colibri_pxa270.c | 124 - board/toradex/colibri_pxa270/Makefile | 41 board/toradex/colibri_pxa270/colibri_pxa270.c | 124 +++

Re: [U-Boot] what to do when the uboot can not mark the phisical bad block of nand flash?

2011-11-26 Thread Marek Vasut
> OK,guys,I can discribe this question in the other way. > When I download the program image to the nand flash in the uboot. > At firist, I need to erase the nand flash by running the command of "nand > erase" or "nand scrub" in the cmdline. But sometimes this step will be > failed because one bloc

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Marek Vasut
> > -Original Message- > > From: Marek Vasut [mailto:marek.va...@gmail.com] > > Sent: 25 November 2011 14:52 > > To: Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; valen...@theia.denx.de; Longchamp; Heiko > > Schocher; Holger Brunck > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue

Re: [U-Boot] [PATCH] Blackfin: br4: new board port

2011-11-26 Thread Dimitar Penev
Hi Mike, i tweaked a few things (like disabling the CONFIG_ETHADDR). same question for this board ... where is the MAC normally stored ? The MAC for both PR1 and BR4 Appliance boards is only kept in the u-boot environment (variable 'ethaddr') updated patch is below Thank you. Opps indeed

[U-Boot] 【アフィリ通信】1件紹介で5,000円!

2011-11-26 Thread 由美
こんばんは。お得な情報を提供するアフィリ通信で、由美です。 累計800本を販売した商材が、アフィリ報酬を大幅に引き上げ、 再販売が開始されています。 アフィリエイト報酬は50%以上! 成約率も非常に高い数値が出ています。 是非、紹介活動を行ってみてください。 さらにこのメールを受け取った方からの紹介でご購入された方には、 特別に「メールサポート30日間」をボーナスとして追加。 「完全返金制度」もついているので、あなたに損はありません。 もう高額な商材を無理にお勧めする必要もありません。 以下、紹介例文 件名

Re: [U-Boot] [PATCH v3 09/15] arm: printf() is not available in some SPL configurations

2011-11-26 Thread Andreas Bießmann
Dear Christian, I can live with this solution. Therefore Am 25.11.2011 um 13:37 schrieb Christian Riesch: > This patch avoids build breakage for SPLs that do not support printf. > > Signed-off-by: Christian Riesch > Cc: Wolfgang Denk > Cc: Tom Rini > Cc: Andreas Bießmann Acked-by: Andreas

[U-Boot] [PATCHv3 0/3] Remove unused definitions from config files

2011-11-26 Thread Thomas Weber
This patchset removes some unused definitions from the config files. It is mostly omap3 centred. Changelog v1->v2 Cc:ed board maintainers v2->v3 Remove comment and empty line around removed definition Thomas Weber (3): ARM: OMAP3: Remove unused define CONFIG_OMAP3430 ARM: OMA

[U-Boot] [PATCHv3 1/3] ARM: OMAP3: Remove unused define CONFIG_OMAP3430

2011-11-26 Thread Thomas Weber
This patch removes the CONFIG_OMAP3430, because it is unused. Acked-by: Enric Balletbo i Serra Acked-by: Tom Rini Acked-by: Igor Grinberg Signed-off-by: Thomas Weber --- include/configs/cm_t35.h |1 - include/configs/devkit8000.h |1 - include/configs/dig297.h

[U-Boot] [PATCHv3 2/3] ARM: OMAP3: Remove unused define SDRC_R_C_B

2011-11-26 Thread Thomas Weber
This patch removes the unused definition of SDRC_R_C_B from the config files. Acked-by: Enric Balletbo i Serra Acked-by: Igor Grinberg Signed-off-by: Thomas Weber --- Changelog v2->v3 Remove comment and empty line around removed definition too include/configs/am3517_crane.h |3

[U-Boot] [PATCHv3 3/3] ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused

2011-11-26 Thread Thomas Weber
This patch removes the definition of stack sizes for irq and fiq if the CONFIG_USE_IRQ is undefined before. Acked-by: Enric Balletbo i Serra Acked-by: Tom Rini Acked-by: Igor Grinberg Signed-off-by: Thomas Weber --- include/configs/am3517_crane.h |4 include/configs/am3517_evm.h

Re: [U-Boot] mx28: Saving env vars on MMC

2011-11-26 Thread Fabio Estevam
On Fri, Nov 25, 2011 at 1:13 PM, Marek Vasut wrote: > > Still writing to block 0 then? > > Can you push your current preliminary MX28EVK stuff somewhere so I can check ? I managed to fix this and now I can successfully save environment variables on the SD card. Will do more tests on Monday on a

Re: [U-Boot] [PATCH 0/3] USB keyboard driver rework (round 2)

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/10 Marek Vasut : > This series reworks the common/usb_kbd.c driver. The code in the driver was > messy so this is mostly cleanup and reorganisation. > > NOTE: I don't consider it a V2 of the previous series because the patch 1/2 > from > the old series is no longer present and there w

Re: [U-Boot] [PATCH] ehci-fsl: correct size of ehci caplength

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/18 Kumar Gala : > > On Oct 17, 2011, at 1:16 PM, Wolfgang Grandegger wrote: > >> According to the EHCI specification the Capability Register Length >> has a size of 8 bits. >> >> Signed-off-by: Wolfgang Grandegger >> --- >> include/usb/ehci-fsl.h |   25 + >> 1

Re: [U-Boot] [PATCH 1/5] pxa: fix usb host register mismatch

2011-11-26 Thread Remy Bohmer
Hi 2011/10/17 Stefan Herbrechtsmeier : > Signed-off-by: Stefan Herbrechtsmeier > CC: Marek Vasut > CC: Remy Bohmer   > --- >  arch/arm/cpu/pxa/usb.c                   |    2 +- >  arch/arm/include/asm/arch-pxa/pxa-regs.h |    2 ++ >  2 files changed, 3 insertions(+), 1 deletions(-) Applied to u

Re: [U-Boot] [PATCH 2/5] pxa: activate the first usb host port on pxa27x by default

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Stefan Herbrechtsmeier : > The pxa27x has 3 usb host ports. Activate all by default. > > Signed-off-by: Stefan Herbrechtsmeier > CC: Marek Vasut > CC: Remy Bohmer   > --- >  arch/arm/cpu/pxa/usb.c |    4 ++-- >  1 files changed, 2 insertions(+), 2 deletions(-) Applied to u-boot-u

Re: [U-Boot] [PATCH 3/5] pxa: convert pxa27x_udc to use read and write functions

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Marek Vasut : > On Monday, October 17, 2011 05:22:48 PM Stefan Herbrechtsmeier wrote: >> Signed-off-by: Stefan Herbrechtsmeier >> CC: Marek Vasut >> CC: Remy Bohmer   >> --- > > Hi Stefan, > > this patch is awesome, I really need this one. But ... > > Can you possibly convert the

Re: [U-Boot] [PATCH 4/5] usbtty: init endpoints prior to startup events

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Stefan Herbrechtsmeier : > On some usb device controllers (pxa) the endpoint configuration must be > programmed prior to enable it. > > Signed-off-by: Stefan Herbrechtsmeier > CC: Marek Vasut > CC: Remy Bohmer   > --- >  drivers/serial/usbtty.c |    4 ++-- >  1 files changed, 2 i

Re: [U-Boot] [PATCH 5/5] pxa: fix relocation

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/17 Stefan Herbrechtsmeier : > The current relocation don't work correct, as it doesn't clear the > initial ram (dcache) after relocation. This leads to missing bootargs > during Linux boot. Additionally the current relocation use the sdram > address for the initial ram which introduce

Re: [U-Boot] [PATCH] usb: align usb_endpoint_descriptor to 16-bit boundary

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/20 Stefan Kristiansson : > The usb_endpoint_descriptor struct is 7 bytes large and is > defined as an array (ep_desc[USB_MAXENDPOINTS]) > in the usb_interface struct in include/usb.h > > This fact will result in that every odd index in that > array will start at an uneven address, this

Re: [U-Boot] [PATCH v5 1/3] usb:gadget:s5p USB Device Controller (UDC) implementation

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/27 Lukasz Majewski : > This commit provides UDC driver support for Samsung's SoC > family of processors. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Marek Szyprowski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > Cc: Remy Bohmer > --- > Changes for v2: >        - Codin

Re: [U-Boot] [PATCH v1 3/3] usb:gadget:s5p Enable the USB Gadget framework at C210 Universal

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/27 Lukasz Majewski : > This commit enables support for USB Gadgets on the C210 Universal > reference target. > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Minkyu Kang > --- > Depend on: "New generic PMIC framework" > > http://patchwork.ozlabs.org/patch/1180

Re: [U-Boot] [PATCH v2 3/3] usb:gadget:s5p Support for USB Mass Storage Gadget at GONI

2011-11-26 Thread Remy Bohmer
Hi, 2011/10/18 Lukasz Majewski : > This patch adds support for USB Mass Storage Gadget on the > Samsung's GONI reference target > > Signed-off-by: Lukasz Majewski > Signed-off-by: Kyungmin Park > Cc: Remy Bohmer > Cc: Minkyu Kang > --- > Changes for v2: >        - #include added for fixing bu

Re: [U-Boot] [PATCH 2/2] usb: add help for missing start subcommand

2011-11-26 Thread Remy Bohmer
Hi, 2011/11/2 Veli-Pekka Peltola : > Signed-off-by: Veli-Pekka Peltola > Cc: Remy Bohmer > --- > When I first time used USB framework it was not so obvious to start with > "usb reset" to get everything going on. So lets add help text for start. > >  common/cmd_usb.c |    6 -- >  1 files chan

Re: [U-Boot] [PATCH 1/2] cosmetic: remove excess whitespace from usb command help

2011-11-26 Thread Remy Bohmer
Hi, 2011/11/2 Veli-Pekka Peltola : > Signed-off-by: Veli-Pekka Peltola > Cc: Remy Bohmer > --- >  common/cmd_usb.c |   10 +- >  1 files changed, 5 insertions(+), 5 deletions(-) Applied to u-boot-usb. Thanks. Kind regards, Remy ___ U-Boot mai

Re: [U-Boot] [PATCH] tools/os_support: add OS X Lion support

2011-11-26 Thread Mike Frysinger
On Friday 25 November 2011 14:29:02 Andy Fleming wrote: > I've been trying to get the compiler to run on Mac OS X for a bit, but > haven't managed to get it to build (let alone get U-Boot to build). > Any chance you could send me some pointers to how you got one up and > running? i don't recall ha

Re: [U-Boot] [PATCH] drivers/usb/host/ehci-mxc.c: Fix GCC 4.6 warning

2011-11-26 Thread Remy Bohmer
Hi, 2011/11/19 Anatolij Gustschin : > Fix: > ehci-mxc.c: In function 'ehci_hcd_init': > ehci-mxc.c:113:6: warning: variable 'tmp' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Anatolij Gustschin > --- >  drivers/usb/host/ehci-mxc.c |    3 +-- >  1 files changed, 1 insertions(+

Re: [U-Boot] [PATCH v4] ulpi: add generic ULPI functionality

2011-11-26 Thread Simon Glass
Hi Jana, I am interested in this patch. It seems you could tidy the code a litte - sorry if I am too late with comments. On Fri, Nov 25, 2011 at 12:05 PM, Jana Rapava wrote: > Add generic functions for ULPI init and setting bits in > ULPI registers. > > Signed-off-by: Jana Rapava > Cc: Marek Va

[U-Boot] [PATCH v2 0/9] Add support for the OpenRISC architecture

2011-11-26 Thread Stefan Kristiansson
This patch series adds support for the OpenRISC 1000 architecture. The OpenRISC architecture has been around for about a decade and has experienced a revival in the last couple of years from the efforts of a small, but dedicated community compound of both commercial and independent contributors.

[U-Boot] [PATCH v2 2/9] openrisc: Add architecture image support

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - None common/image.c |1 + include/image.h |1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/common/image.c b/common/image.c index 555d9d9..564dee1 100644 --- a/common/image.c +++ b/common/image.c @@ -94,6 +94,7

[U-Boot] [PATCH v2 3/9] openrisc: Add cpu files

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - Fix missing newline - Bugfix for cache line size reading - Make l.nop asm statements volatile - Fix include order (asm after non-asm) - Add static to functions only called locally - Make unhandled exception printout into a look-up tabl

[U-Boot] [PATCH v2 1/9] openrisc: Add architecture header files

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - Copyright/license information added to headers - ptrace.h updated from Linux arch/openrisc/include/asm/bitops.h | 28 ++ arch/openrisc/include/asm/bitops/ffs.h | 26 ++ arch/openrisc/include/asm/bitops/fls.h | 26 ++ arch

[U-Boot] [PATCH v2 5/9] openrisc: Add board info printout to cmd_bdinfo

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - None common/cmd_bdinfo.c | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/common/cmd_bdinfo.c b/common/cmd_bdinfo.c index 688b238..1cd69b5 100644 --- a/common/cmd_bdinfo.c +++ b/common/cmd_bdi

[U-Boot] [PATCH v2 4/9] openrisc: Add library functions

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - Remove superfluous extern statements - Use ARRAY_SIZE to determine end of function pointer list - Remove references to deprecated CONFIG_NET_MULTI - Fix include order (asm after non-asm) - Remove function pointer typedef - Remove simul

[U-Boot] [PATCH v2 6/9] openrisc: Add support for standalone programs

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - None examples/standalone/stubs.c | 14 ++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/examples/standalone/stubs.c b/examples/standalone/stubs.c index 11c7565..8b291db 100644 --- a/examples/standalone/stub

[U-Boot] [PATCH v2 8/9] openrisc: Add architecture to MAKEALL

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - None MAKEALL |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/MAKEALL b/MAKEALL index 95b7cd3..f45f767 100755 --- a/MAKEALL +++ b/MAKEALL @@ -416,6 +416,11 @@ LIST_mips_el=" \ ${LIST

[U-Boot] [PATCH v2 7/9] openrisc: Add openrisc-generic example board

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - Remove references to deprecated CONFIG_NET_MULTI board/openrisc/openrisc-generic/Makefile | 43 + board/openrisc/openrisc-generic/config.mk | 24 + board/openrisc/openrisc-generic/openrisc-generic.c | 55 ++ board

[U-Boot] [PATCH v2 9/9] openrisc: Add MAINTAINERS entry

2011-11-26 Thread Stefan Kristiansson
Signed-off-by: Stefan Kristiansson --- Changes in v2: - None MAINTAINERS | 11 +++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index f6f6b72..bf144cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1147,5 +1147,16 @@ Macpaul Lin A

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Prafulla Wadaskar
> -Original Message- > From: Marek Vasut [mailto:marek.va...@gmail.com] > Sent: 26 November 2011 17:15 > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; valen...@theia.denx.de; Longchamp; Heiko > Schocher; Holger Brunck > Subject: Re: [U-Boot] [PATCH] post: fix compile issue for post te

[U-Boot] Linux kernel Load Address & Entry Point

2011-11-26 Thread Arshad, Farrukh
Greetings All, I am running ltib linux on P1022RDK (P1022 Core) platform. I have 512 MB = 0x2000 memory. I want my linux kernel to use second half of the board memory (i.e from 256 MB to 512 MB) and want first half of memory to be reserved for some other purpose. For this I am building li

Re: [U-Boot] [PATCH] post: fix compile issue for post tests on kirkwood

2011-11-26 Thread Marek Vasut
> > -Original Message- > > From: Marek Vasut [mailto:marek.va...@gmail.com] > > Sent: 26 November 2011 17:15 > > To: Prafulla Wadaskar > > Cc: u-boot@lists.denx.de; valen...@theia.denx.de; Longchamp; Heiko > > Schocher; Holger Brunck > > Subject: Re: [U-Boot] [PATCH] post: fix compile issue

Re: [U-Boot] [PATCH v3]ulpi: add generic ULPI functionality

2011-11-26 Thread Igor Grinberg
On 11/25/11 20:39, Jana Rapava wrote: > > > 2011/11/24 Igor Grinberg > > > > +/* > > + * If enable is 0, pull-down resistor not connected to D+, else > pull-down > > + * resistor connected to D+. > > + * Default behaviour is as for enable equal t