Re: [U-Boot] [RFC PATCH 2/2] USB: xHCI: Add stack support for xHCI

2012-10-24 Thread Vivek Gautam
Hi, On Tue, Oct 23, 2012 at 6:30 PM, Wolfgang Denk wrote: > Dear Vivek Gautam, > > In message <1350989687-32102-3-git-send-email-gautam.vi...@samsung.com> you > wrote: >> This adds stack layer for eXtensible Host Controller Interface >> which facilitates use of USB 3.0 in host mode. >> >> This

Re: [U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
Hi Robert, On Thu, Oct 25, 2012 at 12:07 AM, Robert Nelson wrote: > Fabio, > > Any thoughts on also enabling "define CONFIG_SUPPORT_RAW_INITRD" at > the same time, otherwise you'd still have to run mkimage on the other > half "initrd.img-$(uname -r)" when using booting an initramfs with > your m

Re: [U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

2012-10-24 Thread Robert Nelson
On Wed, Oct 24, 2012 at 2:44 PM, Fabio Estevam wrote: > From: Fabio Estevam > > Allow booting a zImage kernel. > > Signed-off-by: Fabio Estevam > --- > include/configs/mx53loco.h |1 + > 1 file changed, 1 insertion(+) > > diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h

Re: [U-Boot] [PATCH v9] [RFC] Add dmmalloc module for DM.

2012-10-24 Thread Graeme Russ
Hi Tomas, Overall impression - Very nice indeed :) A couple of nit-picks (some of which may be wrong on my part) and one lingering question around the switch over from early to late heap... On Thu, Oct 25, 2012 at 10:49 AM, Tomas Hlavacek wrote: > Add pointer to the first early heap into GD str

[U-Boot] [PATCH v9] [RFC] Add dmmalloc module for DM.

2012-10-24 Thread Tomas Hlavacek
Add pointer to the first early heap into GD structure. Implement simple early_malloc and early_free functions. Prepare for additional heaps and automated heap initialization. Add temporary early_malloc_active function (to be replaced in future by more coarse DM init flags). Add DM specific malloc c

Re: [U-Boot] [PATCH 12/32] common/cmd_*.c: sparse fixes

2012-10-24 Thread Tom Rini
On Tue, Oct 16, 2012 at 07:28:28PM -0500, Kim Phillips wrote: [snip] > cmd_mtdparts.c:157:4: warning: symbol 'current_mtd_partnum' was not declared. > Should it be static? [snip] > /* current active device and partition number */ > -struct mtd_device *current_mtd_dev = NULL; > -u8 current_mtd_pa

[U-Boot] Multiple stdin/out without CONFIG_CONSOLE_MUX?

2012-10-24 Thread Stephen Warren
Mathieu, John, While looking into a CONFIG_CONSOLE_MUX-related issue, I noticed the following: include/configs/u8500_href.h:136: "stdin=serial,usbtty\0" include/configs/u8500_href.h:135: "stdout=serial,usbtty\0" include/configs/snowball.h:180: "stdout=serial,usbtty\0" Those all inclu

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-24 Thread Kim Phillips
On Wed, 24 Oct 2012 14:21:20 -0700 Tom Rini wrote: > On Thu, Oct 18, 2012 at 09:53:36AM -0700, Tom Rini wrote: > > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > > > This 32-patch series only begins to address making u-boot source more > > > 'sparseable,' or sparse-clean, ul

Re: [U-Boot] [PATCH 0/2] socfpga/spl: Cleanup

2012-10-24 Thread Pavel Machek
On Tue 2012-10-23 10:27:41, Dinh Nguyen wrote: > Hi Vikram, > > On Tue, 2012-10-23 at 15:49 +0530, Vikram Narayanan wrote: > > Cleanups for SPL/socfpga. > > > > Cc: Dinh Nguyen > > > > Vikram Narayanan (2): > > arm/socfpga: Remove timer_init from spl_board_init > > socfpga/spl: Remove mallo

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Stephen Warren
On 10/24/2012 01:32 PM, Tom Rini wrote: > On Wed, Oct 24, 2012 at 01:05:16PM -0600, Stephen Warren wrote: >> On 10/24/2012 12:41 PM, Tom Rini wrote: ... >>> Doing something to derive this also means that custom >>> development can be a bit easier too since you can just set >>> fdtfile directly and

Re: [U-Boot] [PATCH 07/15] x86: Add functions to access MSRs

2012-10-24 Thread Graeme Russ
Hi Stefan, On Thu, Oct 25, 2012 at 8:15 AM, Stefan Reinauer wrote: > Graeme, > > Reusing code from the Linux kernel is generally a great idea. However for > simplicity I'd rather have 25 lines than 870 lines for reading MSRs. It > seems a lot of code in those files doesn't really apply for u-boot

Re: [U-Boot] [PATCH 02/32] include/linux/compat.h: fix warning: preprocessor token __iomem redefined

2012-10-24 Thread Tom Rini
On Tue, Oct 16, 2012 at 07:28:18PM -0500, Kim Phillips wrote: > include/linux/compat.h:4:9: warning: preprocessor token __user redefined > include/linux/compiler.h:7:10: this was the original definition > include/linux/compat.h:5:9: warning: preprocessor token __iomem redefined > include/linux/com

Re: [U-Boot] [PATCH 00/32] Initial sparse fix series

2012-10-24 Thread Tom Rini
On Thu, Oct 18, 2012 at 09:53:36AM -0700, Tom Rini wrote: > On Tue, Oct 16, 2012 at 07:28:16PM -0500, Kim Phillips wrote: > > > This 32-patch series only begins to address making u-boot source more > > 'sparseable,' or sparse-clean, ultimately to catch type, address space, > > and endianness misma

Re: [U-Boot] [PATCH v3 4/4] am335x_evm: Enable use of UART{1, 2, 3, 4, 5}

2012-10-24 Thread Andrew Bradford
On Wed, 24 Oct 2012 13:39:06 -0700 Tom Rini wrote: > On Wed, Oct 24, 2012 at 04:23:02PM -0400, Andrew Bradford wrote: > > > Add targets of am335x_evm_uart{1,2,3,4,5} to have serial > > input/output on UART{1,2,3,4,5} for use with the Beaglebone RS232 > > cape, am335x_evm daughterboard, and other

Re: [U-Boot] [PATCH 2/2] am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2012-10-24 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/12 12:21, Stephen Warren wrote: > On 10/24/2012 11:28 AM, Tom Rini wrote: >> We add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG, >> CONFIG_BOARD_LATE_INIT to set the variables and then fdtfile and >> findfdt to make us of this. It is now possible

Re: [U-Boot] [PATCH v2 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Stephen Warren
On 10/24/2012 02:17 PM, Marek Vasut wrote: > Dear Allen Martin, > > [...] > >>> [...] >>> >>> Good, now please fix the bug. I'm terribly unhappy seeing there is a bug >>> that is about to go unfixed. >> >> I didn't say the bug will go unfixed, I've opened an issue in our >> internal bug tracker s

Re: [U-Boot] [PATCH v3 4/4] am335x_evm: Enable use of UART{1, 2, 3, 4, 5}

2012-10-24 Thread Tom Rini
On Wed, Oct 24, 2012 at 04:23:02PM -0400, Andrew Bradford wrote: > Add targets of am335x_evm_uart{1,2,3,4,5} to have serial input/output on > UART{1,2,3,4,5} for use with the Beaglebone RS232 cape, am335x_evm > daughterboard, and other custom configurations. > > Signed-off-by: Andrew Bradford >

Re: [U-Boot] [PATCH v2 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Marek Vasut
Dear Allen Martin, [...] > > [...] > > > > Good, now please fix the bug. I'm terribly unhappy seeing there is a bug > > that is about to go unfixed. > > I didn't say the bug will go unfixed, I've opened an issue in our > internal bug tracker so it doesn't go forgotten. It's just a matter > of

[U-Boot] [PATCH v3 4/4] am335x_evm: Enable use of UART{1,2,3,4,5}

2012-10-24 Thread Andrew Bradford
Add targets of am335x_evm_uart{1,2,3,4,5} to have serial input/output on UART{1,2,3,4,5} for use with the Beaglebone RS232 cape, am335x_evm daughterboard, and other custom configurations. Signed-off-by: Andrew Bradford --- Changes from v2: Set CONS_INDEX and SERIALX in the target options

[U-Boot] [PATCH v3 3/4] serial: ns16550: Enable COM5 and COM6

2012-10-24 Thread Andrew Bradford
Increase the possible number of ns16550 serial devices from 4 to 6. Signed-off-by: Andrew Bradford --- Changes from v2: No changes Changes from v1: Consolidation of patches 3, 4, and 5 on top of Marek Vasut's recent serial changes. drivers/serial/serial_ns16550.c | 36

[U-Boot] [PATCH v3 2/4] am33xx: Enable UART{1,2,3,4,5} pin-mux

2012-10-24 Thread Andrew Bradford
If configured to use UART{1,2,3,4,5} such as on the Beaglebone RS232 cape or on the am335x_evm daughterboard, enable the proper pin-muxing. Signed-off-by: Andrew Bradford --- Changes from v2: No changes Changes from v1: Also enable UART3 pin mux arch/arm/cpu/armv7/am33xx/

[U-Boot] [PATCH v3 1/4] am33xx: Enable UART{1,2,3,4,5} clocks

2012-10-24 Thread Andrew Bradford
If configured to use UART{1,2,3,4,5} such as on the Beaglebone RS232 cape or the am335x_evm daughterboard, enable the required clocks for the UART in use. Signed-off-by: Andrew Bradford --- Changes from v2: No changes Changes from v1: Also enable UART3 clocks arch/arm/cpu/armv7/

[U-Boot] [PATCH v3 0/4] am335x_evm: Enable UART{1,2,3,4,5}

2012-10-24 Thread Andrew Bradford
To support serial ports other than UART0 on am335x based systems like the Beaglebone with the RS232 cape and am335x_evm with daughterboard. Changes from v2: Patch 4/4 cleaned up to define CONS_INDEX and SERIALX in the target options. Changes from v1: Reduced from 6 patches

Re: [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards

2012-10-24 Thread Peter Korsgaard
> "Tom" == Tom Rini writes: Tom> Just trying to give a window between posting and merging. I've Tom> been holding at around a week which puts this at tomorrow. Ok, great - Thanks. -- Bye, Peter Korsgaard ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [PATCH 4/5] mx35pdk: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
From: Fabio Estevam Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx35pdk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx35pdk.h b/include/configs/mx35pdk.h index 826c912..d8f28f3 100644 --- a/include/configs/mx35pdk.h +++ b/include

[U-Boot] [PATCH 5/5] mx6qsabre_common: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
From: Fabio Estevam Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx6qsabre_common.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx6qsabre_common.h b/include/configs/mx6qsabre_common.h index bfb9cd4..fa38d79 100644 --- a/include/con

[U-Boot] [PATCH 3/5] mx51evk: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
From: Fabio Estevam Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx51evk.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h index d3edcba..8cf59fe 100644 --- a/include/configs/mx51evk

[U-Boot] [PATCH 2/5] mx25pdk: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
From: Fabio Estevam Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx25pdk.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx25pdk.h b/include/configs/mx25pdk.h index bd000a7..1dddf50 100644 --- a/include/configs/mx25pdk.h +++ b/include

[U-Boot] [PATCH 1/5] mx53loco: Allow booting a zImage kernel

2012-10-24 Thread Fabio Estevam
From: Fabio Estevam Allow booting a zImage kernel. Signed-off-by: Fabio Estevam --- include/configs/mx53loco.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h index 0658dd3..25672c0 100644 --- a/include/configs/mx53loco.h +++ b/inc

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Tom Rini
On Wed, Oct 24, 2012 at 01:05:16PM -0600, Stephen Warren wrote: > On 10/24/2012 12:41 PM, Tom Rini wrote: > > On Wed, Oct 24, 2012 at 11:50:38AM -0600, Stephen Warren wrote: > >> On 10/24/2012 11:28 AM, Tom Rini wrote: > >>> Hey all, > >>> > >>> I've been thinking about one of the problems we need

Re: [U-Boot] [PATCH 2/2] am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2012-10-24 Thread Stephen Warren
On 10/24/2012 11:28 AM, Tom Rini wrote: > We add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG, CONFIG_BOARD_LATE_INIT to > set the variables and then fdtfile and findfdt to make us of this. It > is now possible to do 'run findfdt' to have fdtfile be set to the value > of the dtb file to load for the board

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Stephen Warren
On 10/24/2012 12:41 PM, Tom Rini wrote: > On Wed, Oct 24, 2012 at 11:50:38AM -0600, Stephen Warren wrote: >> On 10/24/2012 11:28 AM, Tom Rini wrote: >>> Hey all, >>> >>> I've been thinking about one of the problems we need to solve >>> over in TI AM335x land and that is given that we support a >>>

Re: [U-Boot] [PATCH v4 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Stephen Warren
On 10/24/2012 12:32 PM, Allen Martin wrote: > Change usb_kbd driver to obey alignment requirements for USB DMA on > the buffer used for data transfer. This is necessary for > architectures that enable dcache and enable USB DMA. Tested-by: Stephen Warren Reviewed-by: Stephen Warren _

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Tom Rini
On Wed, Oct 24, 2012 at 11:50:38AM -0600, Stephen Warren wrote: > On 10/24/2012 11:28 AM, Tom Rini wrote: > > Hey all, > > > > I've been thinking about one of the problems we need to solve over in TI > > AM335x land and that is given that we support a number of different > > boards with a single b

[U-Boot] [PATCH v4 2/3] tegra: move TEGRA_DEVICE_SETTINGS to tegra-common-post.h

2012-10-24 Thread Allen Martin
Move environment settings for stdin/stdout/stderr to tegra-common-post.h and generate them automaticaly based on input device selection. Signed-off-by: Allen Martin Acked-by: Stephen Warren Tested-by: Stephen Warren --- v4: no changes v3: no changes v2: new patch --- include/configs/seaboard.h

[U-Boot] [PATCH v4 3/3] tegra: Enable USB keyboard

2012-10-24 Thread Allen Martin
Enable USB keyboard for seaboard and ventana Signed-off-by: Allen Martin Acked-by: Stephen Warren Tested-by: Stephen Warren --- v4: no changes v3: no changes v2: added ventana --- include/configs/seaboard.h |3 +++ include/configs/ventana.h |3 +++ 2 files changed, 6 insertions(+) di

[U-Boot] [PATCH v4 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Allen Martin
Change usb_kbd driver to obey alignment requirements for USB DMA on the buffer used for data transfer. This is necessary for architectures that enable dcache and enable USB DMA. Signed-off-by: Allen Martin --- v4: dynamically allocate xfer buffer, add alignment and roundup to buffer instead

Re: [U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Stephen Warren
On 10/24/2012 11:28 AM, Tom Rini wrote: > Hey all, > > I've been thinking about one of the problems we need to solve over in TI > AM335x land and that is given that we support a number of different > boards with a single binary (and we have an i2c eeprom that tells us > what board and revision we

Re: [U-Boot] Pull request: u-boot-coldfire/master

2012-10-24 Thread Tom Rini
On Wed, Oct 24, 2012 at 02:37:05PM +, Jin Zhengxiong-R64188 wrote: > Hi, Tom, > > The following changes since commit c4d22de817738e9f1f6a7c34664fc4ac112024a3: > > km83xx: add kmvect1 board (2012-10-23 15:23:26 -0500) > > are available in the git repository at: > git://git.denx.de/u-boot

[U-Boot] [PATCH 2/2] am335x_evm: Add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG support

2012-10-24 Thread Tom Rini
We add CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG, CONFIG_BOARD_LATE_INIT to set the variables and then fdtfile and findfdt to make us of this. It is now possible to do 'run findfdt' to have fdtfile be set to the value of the dtb file to load for the board we are running on. Signed-off-by: Tom Rini --

[U-Boot] [PATCH 1/2] README: Document CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG

2012-10-24 Thread Tom Rini
This option is intended to be set by boards which will set the board_name and board_rev environment variables. These are to be used when the U-Boot binary can support more than one board type at run-time and the user needs an easy way (for example for scripting to determine what device tree to loa

[U-Boot] [PATCH 0/2] Standardize on run-time board ID variables

2012-10-24 Thread Tom Rini
Hey all, I've been thinking about one of the problems we need to solve over in TI AM335x land and that is given that we support a number of different boards with a single binary (and we have an i2c eeprom that tells us what board and revision we are on), the user needs to be able to easily determi

Re: [U-Boot] [PATCH v2 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Allen Martin
On Wed, Oct 24, 2012 at 12:31:40AM -0700, Marek Vasut wrote: > Dear Allen Martin, > > > On Tue, Oct 23, 2012 at 03:03:34PM -0700, Marek Vasut wrote: > > > Dear Allen Martin, > > > > > > > On Tue, Oct 23, 2012 at 09:51:06AM -0700, Stephen Warren wrote: > > > > > On 10/22/2012 11:47 PM, Allen Marti

Re: [U-Boot] [PATCH] common/spl: Mark arguments as unused

2012-10-24 Thread Scott Wood
On 10/23/2012 11:14:34 PM, Vikram Narayanan wrote: On 10/24/2012 7:22 AM, Scott Wood wrote: On 10/23/2012 12:15:11 PM, Vikram Narayanan wrote: On 10/23/2012 9:15 PM, Tom Rini wrote: On Tue, Oct 23, 2012 at 12:26:53PM +0200, Stefan Roese wrote: On 10/23/2012 12:05 PM, Vikram Narayanan wrote:

Re: [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards

2012-10-24 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/12 08:41, Peter Korsgaard wrote: >> "Peter" == Peter Korsgaard >> writes: > > Hi, > > Peter> The am33xx code currently contains a number of details > specific Peter> to the ti(-derived) boards in the common code. This > series Peter

Re: [U-Boot] [PATCH v2 4/4] am335x_evm: Enable use of UART{1, 2, 3, 4, 5}

2012-10-24 Thread Andrew Bradford
On Mon, 22 Oct 2012 15:23:29 -0400 Andrew Bradford wrote: > Add targets of am335x_evm_uart{1,2,3,4,5} to have serial input/output > on UART{1,2,3,4,5} for use with the Beaglebone RS232 cape, am335x_evm > daughterboard, and other custom configurations. > > Signed-off-by: Andrew Bradford > Tested

Re: [U-Boot] [PATCHv2 0/6] am33xx: support non-ti boards

2012-10-24 Thread Peter Korsgaard
> "Peter" == Peter Korsgaard writes: Hi, Peter> The am33xx code currently contains a number of details specific Peter> to the ti(-derived) boards in the common code. This series Peter> restructures the arch code to make it possible to add other Peter> boards. Peter> This series does no

Re: [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux)

2012-10-24 Thread Ilya Yanok
Hi Tom, On Wed, Oct 24, 2012 at 4:24 PM, Tom Rini wrote: > > I'm a little lost. In the kernel, you can't use > > CONFIG_USB_G_SERIAL with CONFIG_USB_MUSB_${hw glue} ? > > > > > > You can. But we don't have g_serial in U-Boot yet. > > So we would need to port that, in order to remove the serial

[U-Boot] Pull request: u-boot-coldfire/master

2012-10-24 Thread Jin Zhengxiong-R64188
Hi, Tom, The following changes since commit c4d22de817738e9f1f6a7c34664fc4ac112024a3: km83xx: add kmvect1 board (2012-10-23 15:23:26 -0500) are available in the git repository at: git://git.denx.de/u-boot-coldfire.git master Alison Wang (3): ColdFire: Fix unused variable in cpu_init.c

Re: [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux)

2012-10-24 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/24/12 01:42, Ilya Yanok wrote: > Hi Tom, > > On Tue, Oct 23, 2012 at 1:45 AM, Tom Rini > wrote: > >> This is not a replacement for existing MUSB driver (at least for >> now), cause there are still consumers of USB serial

Re: [U-Boot] Where can I get a copy of ePAPR?

2012-10-24 Thread Wolfgang Denk
Dear Tim, In message <5087be77.7060...@cityc.co.uk> you wrote: > > After a search on power.org, they provide a Permalink: > https://www.power.org/documentation/embedded-power-architecture-platform-requirements-epapr/ Actualy the current version is here: https://www.power.org/documentation/epapr-

[U-Boot] Merging device trees at runtime for module-based systems

2012-10-24 Thread Daniel Mack
Hi, a project I'm involved in uses a module/baseboard combo, and components on either board are described in DT. I'm currently using separate dts files which build upon each other with include statements, which works fine for development. In production though, we will certainly have running chang

[U-Boot] [PATCH 2/3] TQM8xx: adjust linker script to grown code size

2012-10-24 Thread Wolfgang Denk
Once more, some of the previous changes caused the code to grow, which causes errors like u-boot.lds:80 cannot move location counter backwards (from 400082a4 to 40008000) when building with some older tool chains (like ELDK 4.2). Adjust the linker script to make fit again. Signed-off-by: Wolfgan

[U-Boot] [PATCH 3/3] ESTEEM192E: adjust linker script to grown code size

2012-10-24 Thread Wolfgang Denk
Once more, some of the previous changes caused the code to grow, which causes errors like u-boot.lds:74 cannot move location counter backwards (from 40008384 to 40008000) when building with some older tool chains (like ELDK 4.2). Adjust the linker script to make fit again. Signed-off-by: Wolfgan

[U-Boot] [PATCH 0/3] Fix some ELDK 4.2 build issues

2012-10-24 Thread Wolfgang Denk
A number of boards don't build with older tool chains like ELDK 4.2 (GCC 4.2.2). Some of these have long been EOLed, and there are no known users of these any more, so let's get rid of the dead weight and remove these. For some others, adjust the linker scripts to make the code fit again. Wolfga

Re: [U-Boot] Where can I get a copy of ePAPR?

2012-10-24 Thread Tim Brown
On 24/10/12 10:10, Tim Brown wrote:> Hello all, I am trying to obtain a copy of ePAPR in order to have a canonical reference for my FDT files. The U-Boot website (and my "Embedded Linux Primer" and the FDTWiki!) quotes the URL for: http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1

[U-Boot] Where can I get a copy of ePAPR?

2012-10-24 Thread Tim Brown
Hello all, I am trying to obtain a copy of ePAPR in order to have a canonical reference for my FDT files. The U-Boot website (and my "Embedded Linux Primer" and the FDTWiki!) quotes the URL for: http://www.power.org/resources/downloads/Power_ePAPR_APPROVED_v1.0.pdf But they have a "Page Not Fou

Re: [U-Boot] [RFC PATCH v3 0/13] Port of MUSB driver from Linux (changes from Linux)

2012-10-24 Thread Ilya Yanok
Hi Tom, On Tue, Oct 23, 2012 at 1:45 AM, Tom Rini wrote: > > This is not a replacement for existing MUSB driver (at least for > > now), cause there are still consumers of USB serial gadget which > > uses old API and there is no support for serial with new API > > for now. > > I'm a little lost.

Re: [U-Boot] [RFC PATCH v3 13/13] omap3_beagle: use new MUSB intstead of the old one

2012-10-24 Thread Ilya Yanok
Dear Marek, On Tue, Oct 23, 2012 at 11:20 AM, Marek Vasut wrote: > > Signed-off-by: Ilya Yanok > > > > Signed-off-by: Ilya Yanok > > Double SoB line > Yeah, it's a mess with SoBs, I'm sorry. I think it's not only this patch but others too... Regards, Ilya. ___

[U-Boot] [PATCH] MX5: fix warning in clock.c

2012-10-24 Thread Stefano Babic
Patch fix warnings compiling with ELDK-4.2: clock.c: In function 'get_standard_pll_sel_clk': clock.c:341: warning: 'freq' may be used uninitialized in this function Reported-by : Marek Vasut Signed-off-by: Stefano Babic --- arch/arm/cpu/armv7/mx5/clock.c |2 +- 1 file changed, 1 insertion(

Re: [U-Boot] [PATCH] common/lcd: fix eldk 4.2 compile warning

2012-10-24 Thread Andreas Bießmann
Dear Marek Vasut, On 24.10.2012 00:09, Marek Vasut wrote: > Dear Andreas Bießmann, > > [..] >> >> yes, I am. This patch is runtime tested on an at91sam9263ek. >> >> I first tried to consolidate the cmap and just use the ushort as in the >> else path. But unfortunately this require some more rewor

Re: [U-Boot] [PATCH v2 1/3] USB: make usb_kbd obey USB DMA alignment requirements

2012-10-24 Thread Marek Vasut
Dear Allen Martin, > On Tue, Oct 23, 2012 at 03:03:34PM -0700, Marek Vasut wrote: > > Dear Allen Martin, > > > > > On Tue, Oct 23, 2012 at 09:51:06AM -0700, Stephen Warren wrote: > > > > On 10/22/2012 11:47 PM, Allen Martin wrote: > > > > > Change usb_kbd driver to obey alignment requirements for