Re: [U-Boot] boot-up time optimization. Where to start?

2011-05-03 Thread Alexander Stein
Dear Wolfgang, Am Montag, 2. Mai 2011, 19:00:47 schrieb Wolfgang Denk: In message 201105021640.27241.alexander.st...@systec-electronic.com you wrote: Ok, let me be more precise on this. We used U-Boot v2010.09 on a custom board running on an I.MX35 (ARM1136). Let's summarize known facts:

[U-Boot] [PATCH v2] lib, vsprintf: introduce strict_strtoul

2011-05-03 Thread Heiko Schocher
as checkpatch proposes to use strict_strtoul instead of simple_strtoul, introduce it. Ported this function from Linux 2.6.38 commit ID: 521cb40b0c44418a4fd36dc633f575813d59a43d Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin

Re: [U-Boot] boot-up time optimization. Where to start?

2011-05-03 Thread Stefano Babic
On 05/03/2011 08:48 AM, Alexander Stein wrote: Hi Alexander, Am Montag, 2. Mai 2011, 19:00:47 schrieb Wolfgang Denk: In message 201105021640.27241.alexander.st...@systec-electronic.com you wrote: Ok, let me be more precise on this. We used U-Boot v2010.09 on a custom board running on an

Re: [U-Boot] [PATCH 00/30] Keymile boards mainlining, part 2 (resend)

2011-05-03 Thread Valentin Longchamp
Hello, Valentin Longchamp wrote: This series is the second effort of merging the Keymile boards support back into mainline. Most of the patches are only keymile relevant and should only affect our boards. There are also patches for the i2c deblocking support and cramfs for ARM. We have

Re: [U-Boot] [PATCH 2/6] NET: pass source IP address to packet handlers

2011-05-03 Thread Luca Ceresoli
Hi Wolfgang, Wolfgang Denk wrote: Dear Luca Ceresoli, In message1302796377-3321-3-git-send-email-luca.ceres...@comelit.it you wrote: This is needed for the upcoming TFTP server implementation. This also simplifies PingHandler() and fixes rxhand_f documentation. Signed-off-by: Luca

[U-Boot] [PATCH v2 0/7] km82xx mainlining

2011-05-03 Thread Holger Brunck
This series is the second effort of merging the Keymile boards support back into mainline. This serie is a smaller serie based on the first patch serie: http://lists.denx.de/pipermail/u-boot/2011-April/090013.html The first large serie was split up to three independent series, which is easier to

[U-Boot] [PATCH v2 2/7] powerpc/km82xx: cleanup coding style for mgcoge.c

2011-05-03 Thread Holger Brunck
Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de --- Changes for v2: - split up first large patch serie to three independent

[U-Boot] [PATCH v2 1/7] km/common: remove hdlc_enet implementation

2011-05-03 Thread Holger Brunck
The hdlc implementation for mgcoge was initially developed, but later on not used. Remove the C files, the references in mgcoge.c and the Makefile to decrease maintenance effort. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH v2 3/7] powerpc/km82xx: rename mgcoge files to km82xx

2011-05-03 Thread Holger Brunck
The directory and file mgcoge was renamed to km82xx. Because other keymile 82xx will follow and will use the same platform code. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc:

[U-Boot] [PATCH v2 4/7] powerpc/km82xx: rework DIP switch detection

2011-05-03 Thread Holger Brunck
From: Huber, Andreas andreas.hu...@keymile.com Introduce a struct for the BFTICU FPGA to increase the readability of the code. And the define CONFIG_SYS_BFTICU_BASE was removed because the CONFIG_SYS_FPGA_BASE is already the base value for BFTICU registers. Signed-off-by: Andreas Huber

[U-Boot] [PATCH v2 5/7] powerpc/km82xx: add mgcoge3ne and remove mgcoge2ne support

2011-05-03 Thread Holger Brunck
This patch adds support for the MPC8247 based board mgcoge3ne. Additionaly mgcoge2ne board supprot was removed, because due to the mgcoge3ne, this board is obsolete and not longer maintained. The board is similar to mgcoge. The difference is that a NUMONYX flash is used and a different SDRAM

[U-Boot] [PATCH v2 6/7] powerpc/km82xx: adapt CONFIG_SYSSYPCR to manual

2011-05-03 Thread Holger Brunck
Reserved bit was changed according to the processors manual. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de --- Changes for

[U-Boot] [PATCH v2 7/7] powerpc/km82xx: add board specific environment variable

2011-05-03 Thread Holger Brunck
On mgcoge3ne a new environment variable bobcatreset is used. So this patch adds a possibility to add board specific environment variables in general and this specific variable for mgcoge3ne. Signed-off-by: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp

Re: [U-Boot] [PATCH v5 0/5] Add support for LaCie NAS Network Space v2

2011-05-03 Thread Prafulla Wadaskar
-Original Message- From: Simon Guinot [mailto:simon.gui...@sequanux.org] Sent: Tuesday, May 03, 2011 4:12 AM To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger Cc: u-boot@lists.denx.de; Simon Guinot Subject: [PATCH v5 0/5] Add support for LaCie NAS Network Space

[U-Boot] [PATCH v2 2/3] arm: omap: innovator: Prepare for mach-types.h changes

2011-05-03 Thread Igor Grinberg
This board used machine_is_* macros for identifying the arch number. Fix this by introducing a board specific configuration variable. Signed-off-by: Igor Grinberg grinb...@compulab.co.il --- v2: remove the ifdeferry by introducing config variable, Alessandro, what about this one?

Re: [U-Boot] [PATCH 17/30] cramfs: make cramfs usable without a NOR flash

2011-05-03 Thread Wolfgang Denk
Dear Heiko Schocher, In message 4dbf9760.5030...@denx.de you wrote: --- a/common/cmd_cramfs.c +++ b/common/cmd_cramfs.c @@ -43,7 +43,9 @@ #endif #ifdef CONFIG_CRAMFS_CMDLINE -flash_info_t flash_info[1]; +#if !defined(CONFIG_SYS_NO_FLASH) +#include flash.h +#endif Do

Re: [U-Boot] [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support

2011-05-03 Thread Prafulla Wadaskar
-Original Message- From: Clint Adams [mailto:cl...@debian.org] Sent: Tuesday, April 26, 2011 6:47 AM To: u-boot@lists.denx.de Cc: Albert ARIBAUD; Prafulla Wadaskar; Wolfgang Denk; Clint Adams Subject: [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support Changes for v4: -

Re: [U-Boot] [PATCH v5 3/5] mv-common.h: fix DRAM banks configuration

2011-05-03 Thread Prafulla Wadaskar
-Original Message- From: Simon Guinot [mailto:simon.gui...@sequanux.org] Sent: Tuesday, May 03, 2011 4:12 AM To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger Cc: u-boot@lists.denx.de; Simon Guinot Subject: [PATCH v5 3/5] mv-common.h: fix DRAM banks configuration

[U-Boot] [PATCH v2 1/2] cramfs: fix bug in using CONFIG_CRAMFS_CMDLINE

2011-05-03 Thread Heiko Schocher
do not define own flash_info variable, instead use the flash_info variable defined in your flash driver. Signed-off-by: Heiko Schocher h...@denx.de cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck

[U-Boot] [PATCH v2 2/2] cramfs: make cramfs usable without a NOR flash

2011-05-03 Thread Heiko Schocher
cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel d...@denx.de cc: Valentin Longchamp valentin.longch...@keymile.com cc: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com --- changes for v2: - added comments from Wolfgang Denk: - introduce

Re: [U-Boot] [PATCH v5 2/5] Kirkwood: allow to override CONFIG_SYS_TCLK

2011-05-03 Thread Prafulla Wadaskar
-Original Message- From: Simon Guinot [mailto:simon.gui...@sequanux.org] Sent: Tuesday, May 03, 2011 4:12 AM To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger Cc: u-boot@lists.denx.de; Simon Guinot Subject: [PATCH v5 2/5] Kirkwood: allow to override

Re: [U-Boot] [PATCH] part_dos: allocate sector buffer dynamically

2011-05-03 Thread Sergei Shtylyov
Hello. On 30-04-2011 23:14, Wolfgang Denk wrote: Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when it tries to read the MBR into 512-byte buffer situated on stack. Instead allocate this buffer dynamically to be safe with any large sector size. Signed-off-by:

Re: [U-Boot] [RFC] Act as a TFTP server

2011-05-03 Thread Luca Ceresoli
Il 30/04/2011 21:53, Wolfgang Denk ha scritto: Dear Luca Ceresoli, In message4da59b5e.5000...@comelit.it you wrote: Usage:tftpsrv [loadaddr] This would be used almost like tftpboot, except no file name is specified on the commandline. loadaddrwould default to the

Re: [U-Boot] [PATCH v2 2/3] arm: omap: innovator: Prepare for mach-types.h changes

2011-05-03 Thread Wolfgang Denk
Dear Igor Grinberg, In message 1304417333-30745-1-git-send-email-grinb...@compulab.co.il you wrote: This board used machine_is_* macros for identifying the arch number. Fix this by introducing a board specific configuration variable. Signed-off-by: Igor Grinberg grinb...@compulab.co.il ---

[U-Boot] [PATCH] MIPS: Move timer code to arch/mips/cpu/$(CPU)/

2011-05-03 Thread Shinya Kuribayashi
Current timer routines (arch/mips/lib/timer.c) are implemented assuming that MIPS32 coprocessor (CP0) resources, Counter and Compare registers in this case, are available. But this doesn't always work. We need to make sure that all MIPS-based systems don't necessarily use CP0 counter/compare

Re: [U-Boot] [PATCH] part_dos: allocate sector buffer dynamically

2011-05-03 Thread Wolfgang Denk
Dear Sergei Shtylyov, In message 4dbff300.9010...@mvista.com you wrote: Can we please keep the buffer on the stack as before? It will be unsafe. We can't really predict the size of the buffer (unless we postulate that the buffer size won't ever exceed e.g. 4K). In which way will a

Re: [U-Boot] [RFC] Act as a TFTP server

2011-05-03 Thread Wolfgang Denk
Dear Luca Ceresoli, In message 4dbff3af.4040...@comelit.it you wrote: So assuming we never see any incoming packets - how long will we wait? Once it has started, the server is stopped like the client is: - on a complete file reception - pressing Ctrl-C - after waiting 5 seconds for 10

Re: [U-Boot] [U-Boot-Users] U-Boot WinCE booting support?

2011-05-03 Thread Marek Vasut
On Tuesday, May 03, 2011 08:43:39 AM Balaji P wrote: Hi I am working in Arm based board which can support both linux and wince. We need unified bootloader to boot both. Please provide me some help. CCing uboot mailing list ... I can't help you more Thanks Regards Balaji P On

Re: [U-Boot] [PATCH] part_dos: allocate sector buffer dynamically

2011-05-03 Thread Sergei Shtylyov
Hello. On 03-05-2011 16:34, Wolfgang Denk wrote: Umm... you _are_ aware that you can put dynamically sized arrays on the stack, aren't you? No, it seems I'm not. Is it a standard C now? Best regards, Wolfgang Denk WBR, Sergei ___ U-Boot

Re: [U-Boot] [PATCH v2 2/3] arm: omap: innovator: Prepare for mach-types.h changes

2011-05-03 Thread Igor Grinberg
Hi Wolfgang, On 05/03/11 15:29, Wolfgang Denk wrote: Dear Igor Grinberg, In message 1304417333-30745-1-git-send-email-grinb...@compulab.co.il you wrote: This board used machine_is_* macros for identifying the arch number. Fix this by introducing a board specific configuration variable.

Re: [U-Boot] PPC405EX CHIP_21 erratum

2011-05-03 Thread Stefan Roese
On Monday 02 May 2011 23:44:58 Steven A. Falco wrote: I have not been able to find a way to distinguish a power-up versus a reboot. So for now, I've implemented the AMCC bug fix more or less as written. To do it right, we'd have to add entries in every U-Boot config file for the 405 EX/EXr to

Re: [U-Boot] [PATCH v5 5/5] Add support for Network Space v2

2011-05-03 Thread Simon Guinot
Hi Wolfgang, I have failed to find an entry for this patch in the U-Boot patchwork (and any previous version except the very first). Have I missed something and/or done something wrong ? Regards, Simon On Tue, May 03, 2011 at 12:42:28AM +0200, Simon Guinot wrote: From: Simon Guinot

[U-Boot] [PATCH v2 0/8] keymile arm boards update, part 2

2011-05-03 Thread Valentin Longchamp
This series is the second effort of merging the Keymile boards support back into mainline. This series is a subset of the first patch series: http://lists.denx.de/pipermail/u-boot/2011-April/090013.html The first large series was split up to three independent series, which are easier to review

[U-Boot] [PATCH v2 1/8] arm/km: introduce and manage bootcount environment variable

2011-05-03 Thread Valentin Longchamp
This environment variable is used to set the bootcount address for the kernel. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com cc: Wolfgang Denk

[U-Boot] [PATCH v2 2/8] arm/km: remove last_stage_init and unneeded printouts

2011-05-03 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com last_stage_init is not available for arm platforms. So move the calls to set_km_var and set_bootcount_addr to misc_init_r and remove this function. Additionally some unneeded printouts were removed. Signed-off-by: Valentin Longchamp

[U-Boot] [PATCH v2 4/8] arm/km: disable ls (through jffs2 support)

2011-05-03 Thread Valentin Longchamp
This is not supported on our km-arm boards since we have defined CONFIG_SYS_NO_FLASH for our NAND Flash chip. With CONFIG_CMD_JFFS2, the ls command is present and works very badly on our km-arm boards. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck

[U-Boot] [PATCH v2 3/8] arm/km: add BootROM config file for memphis SDRAM

2011-05-03 Thread Valentin Longchamp
This RAM is used on mgcoge3un and needs other initialization values for the SDRAM controller. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com

[U-Boot] [PATCH v2 5/8] arm/km: add second serial interface for kirkwood

2011-05-03 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com Signed-off-by: Holger Brunck holger.bru...@keymile.com Acked-by: Heiko Schocher h...@denx.de cc: Prafulla Wadaskar prafu...@marvell.com cc: Wolfgang Denk w...@denx.de cc: Detlev Zundel

[U-Boot] [PATCH v2 6/8] arm/km: rename mgcoge2un to mgcoge3un

2011-05-03 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The mgcoge2un target was only an intermediate step to mgcoge3un. For this reason the mgcoge2un support was moved to mgcoge3un, because it isn't needed to support both targets. Signed-off-by: Valentin Longchamp valentin.longch...@keymile.com

[U-Boot] [PATCH v2 7/8] arm/km: change default settings for egiga on mgcoge3un

2011-05-03 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com The reason we need this is that we have the gig port on mgcoge3un connected using a back-to-back pair of PHYs. There are no magnetics and because of that the port has to be run with a fixd configuration and auto-negotiation must be disabled. In the

[U-Boot] [PATCH v2 8/8] arm/km: update mgcoge3un board support

2011-05-03 Thread Valentin Longchamp
From: Holger Brunck holger.bru...@keymile.com Add wait for the GPIO line connected to mgcoge3ne before starting mgcoge3un. A board specific ethernet present function was added, because on this board ethernet is always present. The BOCO FPGA access was enhanced and changed to use register

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Kumar Gala
diff --git a/arch/powerpc/lib/bootm.c b/arch/powerpc/lib/bootm.c index e01787d..53b9b27 100644 --- a/arch/powerpc/lib/bootm.c +++ b/arch/powerpc/lib/bootm.c @@ -226,6 +226,23 @@ static int boot_bd_t_linux(bootm_headers_t *images) return ret; } +/* + * Verify the device tree. + *

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Timur Tabi
On May 3, 2011, at 9:21 AM, Kumar Gala ga...@kernel.crashing.org wrote: + +ft_verify_fdt(*of_flat_tree); Do we not want to error out here if verify fails? Maybe. I didn't want a false negative to prevent booting. If the DT is wrong, the kernel won't display any messages, so the

[U-Boot] [PATCH v5 0/4] OpenRD-Client and OpenRD-Ultimate support

2011-05-03 Thread Clint Adams
Changes for v5: - rebase against current u-boot-marvell.git/master Clint Adams (4): Rename openrd_base files to openrd Add definitions for OpenRD-Client and OpenRD-Ultimate Initialize second PHY on OpenRD-Client and OpenRD-Ultimate Enable multiple fs options for Marvell SoC family on

[U-Boot] [PATCH v5 1/4] Rename openrd_base files to openrd

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams cl...@debian.org Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Julian Pidancet julian.pidan...@citrix.com --- board/Marvell/{openrd_base = openrd}/Makefile |2 +- board/Marvell/{openrd_base = openrd}/kwbimage.cfg |

[U-Boot] [PATCH v5 2/4] Add definitions for OpenRD-Client and OpenRD-Ultimate

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams cl...@debian.org Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Julian Pidancet julian.pidan...@citrix.com --- MAKEALL |2 ++ board/Marvell/openrd/openrd.c |6 ++ boards.cfg

[U-Boot] [PATCH v5 3/4] Initialize second PHY on OpenRD-Client and OpenRD-Ultimate

2011-05-03 Thread Clint Adams
Though the OpenRD-Base only has one gigabit Ethernet port, both the OpenRD-Client and OpenRD-Ultimate each have two. On the Ultimate, the PHY addresses are consecutive, but on the Client they are not. (based on 62a0952ce368acc725063a00a5ec680a639d6c27.1301040318.git.julian.pidan...@citrix.com

[U-Boot] [PATCH v5 4/4] Enable multiple fs options for Marvell SoC family on OpenRD boards

2011-05-03 Thread Clint Adams
Signed-off-by: Clint Adams cl...@debian.org Cc: Albert ARIBAUD albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Julian Pidancet julian.pidan...@citrix.com --- include/configs/openrd.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Kumar Gala
On May 3, 2011, at 9:41 AM, Timur Tabi wrote: On May 3, 2011, at 9:21 AM, Kumar Gala ga...@kernel.crashing.org wrote: + +ft_verify_fdt(*of_flat_tree); Do we not want to error out here if verify fails? Maybe. I didn't want a false negative to prevent booting. If the DT is

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-03 Thread Tom Warren
On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger vap...@gentoo.org wrote: On Monday, May 02, 2011 19:06:51 Tom Warren wrote: Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that. fwiw, u-boot has splash screen support -mike Thanks, Mike. I'm talking touchscreen support. We'll

Re: [U-Boot] [PATCH v2] nand_spl: Fix large page nand_command()

2011-05-03 Thread Scott Wood
On Sun, 1 May 2011 16:43:30 +0200 Wolfgang Denk w...@denx.de wrote: Dear Alex Waterman, In message 4d9cc6b0.6020...@dawning.com you wrote: This patch changes the large page nand_command() routine to use a word offset instead of a byte offset. The 'offs' argument gets divided by 2 so

Re: [U-Boot] [PATCH V2 1/2] GPIO: Tegra2: add GPIO driver for Tegra2

2011-05-03 Thread Michael Walle
Am Di, 3.05.2011, 00:45, schrieb Tom Warren: Signed-off-by: Tom Warren twar...@nvidia.com --- Changes in V2: - use 'gpio_pin' enum in gpio.h (Simon Glass review request) - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass request) - change 'offset' to 'pin' globally

[U-Boot] [PATCH v1] PPC405EX CHIP_21 erratum

2011-05-03 Thread Steven A. Falco
APM errata CHIP_21 for the 405EX/EXr (from the rev 1.09 document dated 4/27/11) states that rev D processors may wake up with the wrong feature set. I've personally seen that happen. This patch implements the APM-proposed workaround. Note that you cannot blindly use this workaround. You must

[U-Boot] [PATCH 1/2] [v2] fdt: introduce fdt_verify_alias_address() and fdt_get_base_address()

2011-05-03 Thread Timur Tabi
Introduce two functions, fdt_verify_alias_address() and fdt_get_base_address(), which can be used to verify the physical address of a device in a device tree. fdt_get_base_address() returns the base address of an SOC or PCI node. fdt_verify_alias_address() prints a message if the address of a

[U-Boot] [PATCH 2/2] [v2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Timur Tabi
Introduce ft_verify_fdt(), a function that is called after the device tree has been fixed up, that displays warning messages if there is a mismatch between the physical addresses of some devices that U-Boot has configured with what the device tree says the addresses are. This is a particular

[U-Boot] [PATCH 2/2] fman: insert the Fman firmware into the device tree

2011-05-03 Thread Timur Tabi
The Fman device tree node binding allows for the entire Fman firmware binary data to be embedded in the device tree. This eliminates the need to have NOR flash mapped to Linux just so that the Fman driver can see the firmware. The location of the Fman firmware is taken from the 'fman_ucode'

[U-Boot] [PATCH 1/2] fdt: add prototype for fdt_increase_size()

2011-05-03 Thread Timur Tabi
Add a prototype for fdt_increase_size() so that anyone can call it. Signed-off-by: Timur Tabi ti...@freescale.com --- include/fdt_support.h |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/fdt_support.h b/include/fdt_support.h index ce6817b..7333c0c 100644 ---

Re: [U-Boot] [PATCH V2 1/2] GPIO: Tegra2: add GPIO driver for Tegra2

2011-05-03 Thread Mike Frysinger
On Tue, May 3, 2011 at 12:49, Michael Walle wrote: Am Di, 3.05.2011, 00:45, schrieb Tom Warren: Changes in V2:       - use 'gpio_pin' enum in gpio.h (Simon Glass review request)       - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass request)       - change 'offset' to 'pin' globally  

Re: [U-Boot] [PATCH] spi: Tegra2: Add SPI driver for SPIFLASH on Seaboard

2011-05-03 Thread Mike Frysinger
On Tue, May 3, 2011 at 11:13, Tom Warren wrote: On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger wrote: On Monday, May 02, 2011 19:06:51 Tom Warren wrote: Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that. fwiw, u-boot has splash screen support Thanks, Mike. I'm talking

[U-Boot] [PATCH] video: Add SHARP LQ084S3LG01 LCD support on P1022DS

2011-05-03 Thread Timur Tabi
The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision C) board. This device only supports 800x600 resolution, so if that resolution is selected, assume that this is the device. The device is attached to the LVDS port on the P1022DS board. Also change the existing entry for 800x600 so

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Scott Wood
On Tue, 3 May 2011 10:10:18 -0500 Kumar Gala ga...@kernel.crashing.org wrote: On May 3, 2011, at 9:41 AM, Timur Tabi wrote: On May 3, 2011, at 9:21 AM, Kumar Gala ga...@kernel.crashing.org wrote: + +ft_verify_fdt(*of_flat_tree); Do we not want to error out here if

Re: [U-Boot] [PATCH 2/2] powerpc/85xx: verify the device tree before booting Linux

2011-05-03 Thread Timur Tabi
Scott Wood wrote: This seems to have a higher potential for false positives than a checksum. As a compromise, if the verify function thinks that there could be a false positive, then it can display a warning and return success. Frankly, though, if the there's a mismatch with the CCSR base

[U-Boot] 8308 Clock issues - Not PCI_HOST

2011-05-03 Thread Barry G
Hello, I am working on porting u-boot to our custom board. Everything is working fine using my BSP except one common area in u-boot that I have had issues with and have fixed with the following patch: --- u-boot.without_b2040/arch/powerpc/cpu/mpc83xx/speed.c 2011-05-02 08:11:04.916529581 -0700

Re: [U-Boot] 8308 Clock issues - Not PCI_HOST

2011-05-03 Thread Kim Phillips
On Tue, 3 May 2011 15:26:16 -0700 Barry G mr.sc...@gmail.com wrote: I am working on porting u-boot to our custom board. Everything is working fine using my BSP except one common area in u-boot that I have had issues with and have fixed with the following patch: ---

[U-Boot] [GIT PULL] mpc83xx: restrict UTMI PHY configuration to 831x parts

2011-05-03 Thread Kim Phillips
Wolfgang Denk, Please pull: The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965: atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-mpc83xx.git master Kim Phillips (1):