make would spit out a message like
Generating /tmp/build/include/generated/asm-offsets.h
even when running with option "-s". Fix this.
Signed-off-by: Wolfgang Denk
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index d57c15e.
With the code that skips the 5 msecond delay if the device is ready, my fat
load time went from 80 seconds to 8 seconds. This is actually fairly close
to what it takes to do the same transfer in Linux (5 seconds). So I assume
the 5 msdelay when the device is already ready is not necessary.
On Th
Hi everybody,
this is to let you know that the v2012.07-rc3 prerelease is out.
Please help testing, so we can fix any remaining issues before the
release, which is scheduled for July 30.
Please also note that you can send pull requests for the "next"
branch.
Thanks to all.
Best regards,
Wolf
Dear Marek Vasut,
> board/samsung/goni/onenand.c
> board/samsung/smdkc100/onenand.c
> board/samsung/universal_c210/onenand.c
Those files aren't drivers. Those are board specific init functions and
in my opinion shall stay where they are.
--
Best regards,
Lukasz Majewski
Samsung Poland R&D Cen
Dear Karl,
In message <1343365025.20048.5@mofo> you wrote:
>
> This patch is not to apply, but I'm
> having a problem because the patch
> wraps. boards.cfg contains long
> lines, and some of the original
> source has long lines as well.
> What to do?
use "git format-patch" to create the patch,
> -Original Message-
> From: u-boot-boun...@lists.denx.de [mailto:u-boot-
> boun...@lists.denx.de] On Behalf Of Karl O. Pinc
> Sent: 27 July 2012 10:27
> To: U-Boot@lists.denx.de
> Subject: [U-Boot] U-Boot on the POGO-E02
>
> Hi,
>
> I'm trying to get the latest U-Boot on a
> Pogoplug (
Hi,
I'm trying to get the latest U-Boot on a
Pogoplug (Pink) POGO-E02. I've gotten
so far as to get something to compile and
thought I'd check here to see if I'm on the
right track.
The pink Pogoplug is a sheevaplug but
with 256M of RAM instead of 1G.
All it needs is a different kwbimage.cfg
fil
Dear Marek Vasut,
In message <201207270118.19524.ma...@denx.de> you wrote:
>
> Check the following list, it's the list of drivers scattered (misplaced)
> across
> the tree. The list is not complete and might be inaccurate. But it should
> give a
> good impression of what I'm going to break so
---
board/Marvell/sheevaplug/kwbimage.cfg |4 ++--
doc/README.kwbimage |2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/board/Marvell/sheevaplug/kwbimage.cfg
b/board/Marvell/sheevaplug/kwbimage.cfg
index 3b9c53f..55be3a3 100644
--- a/board/Marvell/sh
Hi,
I'm looking into the kirkwood docs and found some typos.
I'm not proficent in git. If there's a problem with my
git-age, or anything else, please let me know.
Thanks.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listin
Wolfgang,
Is there any chance to get this feature in after Stephen explained to you?
Thanks.
>-Original Message-
>From: Stephen Warren [mailto:swar...@wwwdotorg.org]
>Sent: Thursday, June 28, 2012 12:58 AM
>To: Wolfgang Denk
>Cc: Jim Lin; 'U-Boot@lists.denx.de'; Tom Warren
>Subject: Re:
Remove CONFIG_ARM_CORTEXA9.
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/kzm9g.h |1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index 15c03c7..1950f45 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -23,7 +23,
Signed-off-by: Nobuhiro Iwamatsu
---
include/configs/kzm9g.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/configs/kzm9g.h b/include/configs/kzm9g.h
index bc6dc72..15c03c7 100644
--- a/include/configs/kzm9g.h
+++ b/include/configs/kzm9g.h
@@ -36,7 +36,8 @@
#def
Applied my rmobile branch.
Thanks.
Nobuhiro
On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi wrote:
> From: Tetsuyuki Kobayashi
>
> Remove CONFIG_INTEGRATOR and CONFIG_ARCH_CINTEGRATOR. These are not for kzm9g.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> include/configs/kzm9g.h |
To ensure that complete the request, add udelay(100).
Also increased the timeout value to 1.
(Because timeout value is short, there is the case that didn't transfer data)
Signed-off-by: Jaehoon Chung
---
drivers/mmc/sdhci.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff
Samsung SoC use the cmu control to set clock.
Signed-off-by: Jaehoon Chung
---
drivers/mmc/s5p_sdhci.c |3 +++
drivers/mmc/sdhci.c |3 +++
include/sdhci.h |2 ++
3 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/mmc/s5p_sdhci.c b/drivers/mmc/s5p_sdhc
Samsung SoC is broken busy waiting for R1b type.
And clk dealy control value is modified the previosuly value.
(that value used at the s5p_mmc.c)
Signed-off-by: Jaehoon Chung
---
drivers/mmc/s5p_sdhci.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/mmc/s5p_
Useless code is removed, and get buswidth value.
Signed-off-by: Jaehoon Chung
---
arch/arm/include/asm/arch-exynos/mmc.h |4 ++--
arch/arm/include/asm/arch-s5pc1xx/mmc.h |4 ++--
drivers/mmc/s5p_sdhci.c |9 -
3 files changed, 8 insertions(+), 9 deletions(-)
To use SDHCI for Samsung-SoC, Some problem is fixed.
See the below mmcinfo message:
1. eMMC card:
Device: SAMSUNG SDHCI
Manufacturer ID: 15
OEM: 100
Name: VYL00
Tran Speed: 2500
Rd Block Len: 512
MMC version 4.0
High Capacity: Yes
Capacity: 14.7 GiB
Bus Width: 4-bit
2. SD-card
Device: SAMSUNG
Applied my rmobile branch.
Thanks.
Nobuhiro
On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi wrote:
> From: Tetsuyuki Kobayashi
>
> CPU info register was read wrongly by mistake. And function
> rmobile_get_cpu_rev() was not called properly.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
>
Applied my rmobile branch.
Thanks.
Nobuhiro
On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi wrote:
> From: Tetsuyuki Kobayashi
>
> According to SoC document, revision info is separated to integer part and
> fracton part. So I separete rmobile_get_cpu_rev() to
> rmobile_get_cpu_rev_inte
Applied my rmobile branch.
Thanks.
Nobuhiro
On Thu, Jul 26, 2012 at 1:24 PM, Tetsuyuki Kobayshi wrote:
> From: Tetsuyuki Kobayashi
>
> Set NFS_TIMEOUT to 10,000 msec.
>
> Signed-off-by: Tetsuyuki Kobayashi
> ---
> This patch needs "net: nfs: make NFS_TIMEOUT configurable", which is applied
Dear Graeme Russ,
> Hi Marek,
>
> On Fri, Jul 27, 2012 at 11:26 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
> >
> >> Hi Marek,
> >>
> >> On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote:
> >> > Dear Graeme Russ,
> >> >
> >> >> So neither of these files are 'drivers' per-se. They are real
This patch supports exynos fimd driver for various exynos series different from
existing it supports only exynos4 chip.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
Changes for v1:
- moves exynos_fimd_get_base_offset() to exynos_fb.h
Changes for v2:
- moves exynos_
Hi Marek,
On Fri, Jul 27, 2012 at 11:26 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
>> Hi Marek,
>>
>> On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote:
>> > Dear Graeme Russ,
>> >
>> >> So neither of these files are 'drivers' per-se. They are really just
>> >> initialisation and platform sp
Dear Graeme Russ,
> Hi Marek,
>
> On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote:
> > Dear Graeme Russ,
> >
> >> So neither of these files are 'drivers' per-se. They are really just
> >> initialisation and platform specific support functions. How do these fit
> >> into the new driver model
Hi Marek,
On Fri, Jul 27, 2012 at 11:11 AM, Marek Vasut wrote:
> Dear Graeme Russ,
>
>> So neither of these files are 'drivers' per-se. They are really just
>> initialisation and platform specific support functions. How do these fit
>> into the new driver model?
>
> You can supply a pointer to th
Hi Marek,
On Fri, Jul 27, 2012 at 9:18 AM, Marek Vasut wrote:
> Hello,
>
> Check the following list, it's the list of drivers scattered (misplaced)
> across
> the tree. The list is not complete and might be inaccurate. But it should
> give a
> good impression of what I'm going to break soon:
>
Dear Graeme Russ,
> Hi Marek,
>
> On Fri, Jul 27, 2012 at 9:18 AM, Marek Vasut wrote:
> > Hello,
> >
> > Check the following list, it's the list of drivers scattered (misplaced)
> > across the tree. The list is not complete and might be inaccurate. But
> > it should give a good impression of wh
Hi Jim,
On Thu, Jul 26, 2012 at 10:20:48 PM, Jim Shimer wrote:
> I'm seeing a 5ms delay in usb_stor_BBB_transport, which occurs every
> 10K of
> data for fatload usb or 500ms of delay per 1MB of image size. This
> adds up
> to quite a bit of delay if you're loading a large ramdisk.
>
> Does anyo
Hello,
Check the following list, it's the list of drivers scattered (misplaced) across
the tree. The list is not complete and might be inaccurate. But it should give
a
good impression of what I'm going to break soon:
arch/blackfin/cpu/serial.c
arch/m68k/cpu/mcf5445x/pci.c
arch/m68k/cpu/mcf547x
Hi,
On Thursday, July 26, 2012, Aneesh V wrote:
> Hi Tyler,
>
> On 07/26/2012 11:54 AM, Tyler Olmstead wrote:
>
>> Hi Christian,
>>
>> On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch
>> wrote:
>>
>>>
>>> [cc'd Prabhakar Lad, Tom Rini, and Scott Wood]
>>>
>>> Tyler,
>>>
>>> On Thu, Jul 26, 20
I'm seeing a 5ms delay in usb_stor_BBB_transport, which occurs every 10K of
data for fatload usb or 500ms of delay per 1MB of image size. This adds up
to quite a bit of delay if you're loading a large ramdisk.
Does anyone know what the reason for the 5ms delay really is? I'm assuming
that this d
Add '-ansi' to DTS_CPPFLAGS to avoid unwanted expansion of dts content
that matches some predefined macros.
Example: A number of PowerPC related *.dts files in the kernel define a
property named 'linux,network-index' which (w/o '-ansi') is expanded to
'1,network-index' by the preprocessor because
Hi Tyler,
On 07/26/2012 11:54 AM, Tyler Olmstead wrote:
Hi Christian,
On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch
wrote:
[cc'd Prabhakar Lad, Tom Rini, and Scott Wood]
Tyler,
On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead
wrote:
Hi all,
I have encountered some issues adding a
Hi Michael,
On Tue, Jul 10, 2012 at 4:08 PM, Hornung, Michael wrote:
> gd->bd->bi_baudrate = gd->baudrate;
> /* Ram ist board specific, so move it to board code ... */
> - dram_init_banksize();
> - display_dram_config(); /* and display it */
> + //dram_init_ban
Bill,
On Thu, Jul 26, 2012 at 3:28 PM, Bill wrote:
> All,
>
> I am working on building the latest u-boot for the imx28evk board. I
> have done the following steps:
>
> 1. git clone git://git.denx.de/u-boot-imx.git
> 2. setup paths for finding my cross-compiler
> 1. make mx28evk_config
> 2.
Hi Wolfgang,
In your opinion, is MPC8308 USB Device Mode completely broken?
Define completely...
:)
When acting as a mass storage device, we saw some ~14 MB/s throughput
to the device when the bug did not trigger; when it did, we got 1.8
MB/s and less, and many device reset messages in th
Dear David Hawkins,
In message <50118fe1.2000...@ovro.caltech.edu> you wrote:
>
> In your opinion, is MPC8308 USB Device Mode completely broken?
Define completely...
When acting as a mass storage device, we saw some ~14 MB/s throughput
to the device when the bug did not trigger; when it did, w
Hi Christian,
On Thu, Jul 26, 2012 at 10:03 AM, Christian Riesch
wrote:
>
> [cc'd Prabhakar Lad, Tom Rini, and Scott Wood]
>
> Tyler,
>
> On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead
> wrote:
> > Hi all,
> >
> > I have encountered some issues adding a board-specific command to the
> > board f
Hi Kim,
Has anyone had any bad experiences with this part, or is there
some 'feature' of the part I should be aware of?
it has a different DMA engine than the rest of the mpc8xxx parts.
Ilya Yanok added support for it - see Linux commit ba2eea2,
drivers/dma/mpc512x_dma.c.
Thanks.
I'd noted
Hi Wolfgang,
Grazing through the MPC8308 errata, there don't appear to be any
major 'gotchas' with this part. ...
... not unless you try to use USB device mode.
Ah, that is a gotcha then.
Has anyone had any bad experiences with this part, or is there
some 'feature' of the part I should be
All,
I am working on building the latest u-boot for the imx28evk board.
I have done the following steps:
1. git clone git://git.denx.de/u-boot-imx.git
2. setup paths for finding my cross-compiler
1. make mx28evk_config
2. make u-boot.imx
3. It then gets through most of the build proces
On Thu, 26 Jul 2012 10:05:46 -0700
David Hawkins wrote:
> Has anyone had any bad experiences with this part, or is there
> some 'feature' of the part I should be aware of?
it has a different DMA engine than the rest of the mpc8xxx parts.
Ilya Yanok added support for it - see Linux commit ba2eea2
Dear David Hawkins,
In message <501178ea.6050...@ovro.caltech.edu> you wrote:
>
> Grazing through the MPC8308 errata, there don't appear to be any
> major 'gotchas' with this part. ...
... not unless you try to use USB device mode.
> Has anyone had any bad experiences with this part, or is there
Hi Wolfgang and Avner (and the Freescale developers),
I need bdi3000 reg file and u-boot configuration file for MPB8308RDB
Where can I find those fies?
The register files provided with the Abatron firmware are generic
enough. We used the reg8313e.def with the MPC7308RDB.
As for the config fil
[cc'd Prabhakar Lad, Tom Rini, and Scott Wood]
Tyler,
On Thu, Jul 26, 2012 at 5:37 PM, Tyler Olmstead
wrote:
> Hi all,
>
> I have encountered some issues adding a board-specific command to the
> board file of a project I have been working on. Specifically, after
> adding a U-Boot shell command t
Dear Avner Flesch,
In message
<4a6f885e2bde12468ec281ba9f1cb58f09067...@dbxprd0610mb359.eurprd06.prod.outlook.com>
you wrote:
>
> I need bdi3000 reg file and u-boot configuration file for MPB8308RDB
> Where can I find those fies?
The register files provided with the Abatron firmware are generic
Hi all,
I have encountered some issues adding a board-specific command to the
board file of a project I have been working on. Specifically, after
adding a U-Boot shell command to my board file, I have been seeing
link-stage failures when attempting to build SPL.
UNDEF_SYM=`arm-arago-linux-gnuea
On Thursday 26 July 2012 03:06:06 Horst Kronstorfer wrote:
> On 07/25/2012 06:06 PM, Mike Frysinger wrote:
> > On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote:
> >> On 07/24/2012 05:28 PM, Mike Frysinger wrote:
> >>> On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote:
> On 07/19
Dear Lauri Hintsala,
> On 07/25/2012 10:28 PM, Marek Vasut wrote:
> > Dear Lauri Hintsala,
> >
> >> On 07/25/2012 05:17 PM, Lauri Hintsala wrote:
> >>> Hi Marek,
> >>>
> >>> On 05/02/2012 12:09 AM, Marek Vasut wrote:
> From: Marek Vasut
>
> Signed-off-by: Marek Vasut
> Cc:
Hi,
I need bdi3000 reg file and u-boot configuration file for MPB8308RDB
Where can I find those fies?
Thanks
Avner
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On 7/6/2012 11:21, Bo Shen wrote:
Add at91sam9x5ek board support, this board support the following SoCs
AT91SAM9G15, AT91SAM9G25, AT91SAM9G35, AT91SAM9X25, AT91SAM9X35
Using at91sam9x5ek_nandflash to configure for the board
Now only supports NAND with software ECC boot up
Signed-off-by: Bo S
On 07/25/2012 10:28 PM, Marek Vasut wrote:
Dear Lauri Hintsala,
On 07/25/2012 05:17 PM, Lauri Hintsala wrote:
Hi Marek,
On 05/02/2012 12:09 AM, Marek Vasut wrote:
From: Marek Vasut
Signed-off-by: Marek Vasut
Cc: Detlev Zundel
Cc: Fabio Estevam
Cc: Stefano Babic
Cc: Wolfgang Denk
---
Dear Joe Hershberger,
In message
you wrote:
> The following changes since commit f41471e6a36e70e53bf4cbe4247ff4c0ba87e56f:
> benoit.thebaudeau@advans (1):
> net: fec_mxc: Fix MDC for xMII
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-net.git next
>
> Yos
Dear Joe Hershberger,
In message
you wrote:
> Hi Wolfgang,
>
> Please apply this fix for netconsole for the 2012.07 release.
>
> The following changes since commit 8b10652d6d9cc05023b5a6b73840078066f95a50:
> Wolfgang Denk (1):
> Prepare v2012.07-rc2
>
> are available in the git repo
On 07/25/2012 06:06 PM, Mike Frysinger wrote:
On Tuesday 24 July 2012 15:38:55 Horst Kronstorfer wrote:
On 07/24/2012 05:28 PM, Mike Frysinger wrote:
On Tuesday 24 July 2012 06:11:04 Horst Kronstorfer wrote:
On 07/19/2012 05:22 AM, Mike Frysinger wrote:
On Friday 13 July 2012 09:03:40 Horst K
57 matches
Mail list logo