Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Marek Vasut
no changelog as to why it's being dropped ? -mike Nope. It's unmaintained ... let's see if the author will speak to us or not. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [RFC PATCH 0/3] tegra2: Add paz00 support

2011-11-20 Thread Thierry Reding
* Stephen Warren wrote: This patch series adds support for the Toshiba AC100 Tegra netbook. I'm posting it as an RFC because: a) The AC100 is designed by Compal and marketed by Toshiba. Should we put the files into board/nvidia (since it uses an NVIDIA SoC), or create a board/toshiba or

Re: [U-Boot] [RFC PATCH 3/3] tegra2: Add support for Paz00 (Toshiba AC100)

2011-11-20 Thread Thierry Reding
* Stephen Warren wrote: The Toshiba AC100 (code-name Paz00m a/k/a Dynabook AZ) is an netbook derived from the NVIDIA Tegra Harmony reference board. It ships with Ubuntu, but is often repurposed to run Linux. This patch adds just enough support to get a U-Boot serial console, and the ability

[U-Boot] [PATCH] NAND: remove remaining NAND_MAX_CHIPS definitions

2011-11-20 Thread Vladimir Zapolskiy
This change follows the change by Wolfgang Grandegger (commit 6c869637fef), which allows to remove useless NAND_MAX_CHIPS definitions in board config files. The change is based on u-boot.git/master, this branch contains 3 new boards with the defined NAND_MAX_CHIPS macro, which are not present in

[U-Boot] [PATCH] NAND: remove NAND_MAX_CHIPS definitions

2011-11-20 Thread Vladimir Zapolskiy
This change follows the change by Wolfgang Grandegger (commit 6c869637fef), which allows to remove useless NAND_MAX_CHIPS definitions in board config files. Signed-off-by: Vladimir Zapolskiy v...@mleia.com Cc: Wolfgang Grandegger w...@grandegger.com Cc: Scott Wood scottw...@freescale.com ---

Re: [U-Boot] [PATCH v4 10/14] OMAP3 SPL: Add identify_nand_chip function

2011-11-20 Thread Tom Rini
On Sun, Nov 20, 2011 at 12:36 AM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Tom, On 11/19/11 00:48, Tom Rini wrote: A number of boards are populated with a PoP chip for both DDR and NAND memory.  Other boards may simply use this as an easy way to identify board revs.  So we provide a

Re: [U-Boot] [PATCH] Allow for parallel builds and saved output

2011-11-20 Thread Kumar Gala
On Nov 20, 2011, at 12:11 AM, Simon Glass wrote: Hi Kumar, On Tue, Nov 8, 2011 at 5:48 AM, Kumar Gala ga...@kernel.crashing.org wrote: On Nov 3, 2011, at 11:22 AM, Simon Glass wrote: Hi Andy, On Thu, Nov 3, 2011 at 12:28 AM, Andy Fleming aflem...@freescale.com wrote: The MAKEALL

Re: [U-Boot] [RFC PATCH 0/3] tegra2: Add paz00 support

2011-11-20 Thread Marc Dietrich
On Sunday 20 November 2011 13:05:58 Thierry Reding wrote: * Stephen Warren wrote: This patch series adds support for the Toshiba AC100 Tegra netbook. I'm posting it as an RFC because: a) The AC100 is designed by Compal and marketed by Toshiba. Should we put the files into

Re: [U-Boot] [RFC PATCH 3/3] tegra2: Add support for Paz00 (Toshiba AC100)

2011-11-20 Thread Marc Dietrich
Hi Stephen, first, thanks for looking at this! On Sunday 20 November 2011 13:10:08 Thierry Reding wrote: * Stephen Warren wrote: The Toshiba AC100 (code-name Paz00m a/k/a Dynabook AZ) is an netbook derived from the NVIDIA Tegra Harmony reference board. It ships with Ubuntu, but is often

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-20 Thread Jana Rapava
2011/11/19 Marek Vasut marek.va...@gmail.com 2011/11/17 Marek Vasut marek.va...@gmail.com Jana, you have efikamx and I can get you HDMI cable. Can you recheck tomorrow ? M Ok, I can. So any updates? HDMI output doesn't work with current u-boot-imx tree (no LCD output

[U-Boot] [PATCH] powerpc/85xx: Add workaround for erratum A-003474

2011-11-20 Thread York Sun
Erratum A-003474: Internal DDR calibration circuit is not supported Impact: Experience shows no significant benefit to device operation with auto-calibration enabled versus it disabled. To ensure consistent timing results, Freescale recommends this feature be disabled in future customer products.

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-20 Thread Marek Vasut
2011/11/19 Marek Vasut marek.va...@gmail.com 2011/11/17 Marek Vasut marek.va...@gmail.com Jana, you have efikamx and I can get you HDMI cable. Can you recheck tomorrow ? M Ok, I can. So any updates? HDMI output doesn't work with current u-boot-imx tree

Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Mike Frysinger
On Sunday 20 November 2011 03:41:49 Marek Vasut wrote: no changelog as to why it's being dropped ? Nope. It's unmaintained ... let's see if the author will speak to us or not. does it fail to build ? is it missing some critical update ? a board that builds fine and probably works

Re: [U-Boot] [PATCH] Add PR1 Appliance - ISDN PRI board

2011-11-20 Thread Dimitar Penev
Hi Mike, Your patch is nice and working and OK for me. :) I have noticed however that you have removed the random MAC generation which I would consider as a good feature. What is your reasoning behind this? Best Regards Dimitar - Original Message - From: Mike Frysinger

Re: [U-Boot] [PATCH] Allow for parallel builds and saved output

2011-11-20 Thread Mike Frysinger
On Thursday 03 November 2011 03:28:29 Andy Fleming wrote: +if [ ! ${BUILD_NBUILDS} ] ; then + BUILD_NBUILDS=1 +fi : ${BUILD_NBUILDS:=1} + if [ ! ${BUILD_DIR} ] ; then + BUILD_DIR=./build + fi : ${BUILD_DIR:=./build} + mkdir -p ${BUILD_DIR}/ERR mkdir -p

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-20 Thread Jana Rapava
2011/11/20 Marek Vasut marek.va...@gmail.com HDMI output doesn't work with current u-boot-imx tree (no LCD output after 'setenv stdout lcd'), but works with current u-boot-marex/efikasb tree. Ok, so are you debugging it or not ? No, I thought that if it works with

[U-Boot] Your new friend.

2011-11-20 Thread Rama Djirama
Hello Dear, How are you today, Hope all is well with you and your family? My name is Miss Rama Djirama. However it really pleases me to write you for a lovely and sincere friendship even if we haven’t met or seen each other before. I will so much appreciate to see your reply soon so that

Re: [U-Boot] [PATCH 1/4] onenand:samsung Target dependent OneNAND chip probe function

2011-11-20 Thread Kyungmin Park
On 11/20/11, Marek Vasut marek.va...@gmail.com wrote: Separate callback for probing OneNAND memory chip. If no special function is defined, default implementation will be used. This approach gives more flexibility for OneNAND device probing. Signed-off-by: Lukasz Majewski

Re: [U-Boot] [PATCH v3] AT91: pio: Add PIO3 features

2011-11-20 Thread Hong Xu
ping ... BR, Eric On 11/16/2011 06:47 PM, Hong Xu wrote: This patch adds the support for new PIO controller introduced by some AT91 SoCs. New features include * More peripheral multiplexing * Pull-down, Schmitt trigger, Debouncer * More irq trigger mode (may be not interesting in U-Boot)

Re: [U-Boot] [PATCH] drivers/net/mvgbe.c: Fix GCC 4.6 warnings

2011-11-20 Thread Prafulla Wadaskar
-Original Message- From: Anatolij Gustschin [mailto:ag...@denx.de] Sent: Sunday, November 20, 2011 12:30 AM To: u-boot@lists.denx.de Cc: Prafulla Wadaskar Subject: [PATCH] drivers/net/mvgbe.c: Fix GCC 4.6 warnings Fix: mvgbe.c: In function 'mvgbe_send': mvgbe.c:555:2: warning:

Re: [U-Boot] [PATCH] Allow for parallel builds and saved output

2011-11-20 Thread Simon Glass
Hi Mike, On Sun, Nov 20, 2011 at 1:23 PM, Mike Frysinger vap...@gentoo.org wrote: On Thursday 03 November 2011 03:28:29 Andy Fleming wrote: +if [ ! ${BUILD_NBUILDS} ] ; then +     BUILD_NBUILDS=1 +fi : ${BUILD_NBUILDS:=1} +     if [ ! ${BUILD_DIR} ] ; then +             BUILD_DIR=./build

Re: [U-Boot] [PATCH v2] mvgbe: remove setting of ethaddr within the driver

2011-11-20 Thread Prafulla Wadaskar
-Original Message- From: Michael Walle [mailto:mich...@walle.cc] Sent: Friday, November 18, 2011 4:22 AM To: u-boot@lists.denx.de Cc: Wolfgang Denk; Michael Walle; Mike Frysinger; Prafulla Wadaskar; Valentin Longchamp; Eric Cooper; Jason Cooper; Siddarth Gore; Albert ARIBAUD;

Re: [U-Boot] [PATCH] PXA: Drop CERF250 board

2011-11-20 Thread Marek Vasut
On Sunday 20 November 2011 03:41:49 Marek Vasut wrote: no changelog as to why it's being dropped ? Nope. It's unmaintained ... let's see if the author will speak to us or not. does it fail to build ? is it missing some critical update ? a board that builds fine and probably works

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-20 Thread Marek Vasut
2011/11/20 Marek Vasut marek.va...@gmail.com HDMI output doesn't work with current u-boot-imx tree (no LCD output after 'setenv stdout lcd'), but works with current u-boot-marex/efikasb tree. Ok, so are you debugging it or not ? No, I thought that if it works with

Re: [U-Boot] [PATCH] Efika: Configure additional regulators for HDMI output

2011-11-20 Thread Marek Vasut
2011/11/20 Marek Vasut marek.va...@gmail.com HDMI output doesn't work with current u-boot-imx tree (no LCD output after 'setenv stdout lcd'), but works with current u-boot-marex/efikasb tree. Ok, so are you debugging it or not ? No, I thought that if it works with

Re: [U-Boot] [PATCH] Allow for parallel builds and saved output

2011-11-20 Thread Andy Fleming
On Sun, Nov 20, 2011 at 11:15 PM, Simon Glass s...@chromium.org wrote: Hi Mike, On Sun, Nov 20, 2011 at 1:23 PM, Mike Frysinger vap...@gentoo.org wrote: On Thursday 03 November 2011 03:28:29 Andy Fleming wrote: you don't need those semicolons.  also, this is not as good as it should be: if

Re: [U-Boot] [PATCH v4 10/14] OMAP3 SPL: Add identify_nand_chip function

2011-11-20 Thread Igor Grinberg
On 11/20/11 16:26, Tom Rini wrote: On Sun, Nov 20, 2011 at 12:36 AM, Igor Grinberg grinb...@compulab.co.il wrote: Hi Tom, On 11/19/11 00:48, Tom Rini wrote: A number of boards are populated with a PoP chip for both DDR and NAND memory. Other boards may simply use this as an easy way to

Re: [U-Boot] [PATCH] microblaze: usable uart16550 for big endian systems

2011-11-20 Thread Michal Simek
Hi Stephan, Stephan Linz wrote: As a result of the commit 6833260 the uart16550 driver is broken for Microblaze big endian systems, because of the missing 3 byte offset. Other than as described, the U-Boot BSP does not treat properly the 3 byte offset. However, with the new 32 bit access to