Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split apart from "Un-typedef variables in net"
> - Renamed structs from *_t to *_hdr since they are no
Dear Graeme Russ,
In message
you wrote:
>
> We do support patches > 100k - Just not directly via the mailing list.
> They get posted here:
>
> http://www.denx.de/wiki/view/U-Boot/TooBigPatches
Actually this is only for true monster patches that (significantly)
exceed the "hard" limit of 400..
Dear Charles Manning,
In message <201204271059.46750.mannin...@actrix.gen.nz> you wrote:
>
> I understand what you are trying to achieve but the reality is that nobody is
> going to read the patching of a whole file system.
You may be wrong. In any case we will run them though thigs like
checkp
Dear Tom Rini,
In message <1335480396-29478-1-git-send-email-tr...@ti.com> you wrote:
> We provide a default table of { 9600, 19200, 38400, 57600, 115200 }
> in which mkconfig places after in
> the generated config file. This is used when a board has not set its
> own table. A number of boards
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split from "Improve variable names and code readability"
>
> include/net.h |6 ++
> net/arp.c
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
Acked-by: Simon Glass
> ---
> Changes for v2:
> - Split from "Improve variable names and code readability"
>
> net/arp.c |6 +++---
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split from "Improve variable names and code readability"
>
> net/net.c | 20 ++--
> 1
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Clearer constant name.
> Also remove related BOOTP_SIZE which was unused and doesn't take
> into account VLAN packets.
>
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Cha
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> This is not called as a handler, so don't name it that way
>
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split from "Improve variable names and co
Hi Mike,
On Fri, Apr 27, 2012 at 5:29 PM, Mike Frysinger wrote:
> On Thursday 26 April 2012 06:34:43 Thierry Reding wrote:
> > For reference, see sd_change_freq() in drivers/mmc/mmc.c.
>
> yes, that shows what we're talking about.
> int sd_change_freq(struct mmc *mmc)
> {
>... stack vars
On 26.04.2012 22:17, Fabio Estevam wrote:
Pete,
On Thu, Apr 26, 2012 at 5:10 PM, Pinewski Pete-RYLV50
wrote:
Eric, Fabio,
I just cloned the master tree, applied the patches (no problems), built u-boot
("make mx6qsabrelite") and tried to flash the u-boot.bin into the sabrelite
board but I am
Acked-by: Mike Frysinger
-mike
signature.asc
Description: This is a digitally signed message part.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Thursday 26 April 2012 18:46:35 Tom Rini wrote:
> --- /dev/null
> +++ b/include/config_fallbacks.h
> @@ -0,0 +1,16 @@
> +/*
> + * Copyright 2012 Texas Instruments
> + *
> + * This file is licensed under the terms of the GNU General Public
> + * License Version 2. This file is licensed "as is" wi
On Thursday 26 April 2012 00:16:24 Jason wrote:
> I know this is a little off topic, but u-boot is the only project I've
> found implementing a feature I'd like to add to a project.
> Specifically, the macro U_BOOT_CMD() and it's use of
> section(".u_boot_cmd").
what is it you want to do ? a list
On Sunday 08 April 2012 23:09:52 Marek Vasut wrote:
> The construction of QH and qTD lists in ehci_submit_async() call is cryptic
> business, add at least a bit of comments so if someone is reading it, he
> can at least reference the intel ehci manual (ehci-r10.pdf).
nice
-mike
signature.asc
Des
On Thursday 26 April 2012 06:34:43 Thierry Reding wrote:
> For reference, see sd_change_freq() in drivers/mmc/mmc.c.
yes, that shows what we're talking about.
int sd_change_freq(struct mmc *mmc)
{
... stack vars ...
int err;
ALLOC_CACHE_ALIGN_BUFFER(uint, scr, 2);
s
* Stephen Warren wrote:
> On 04/26/2012 12:32 PM, Thierry Reding wrote:
> > The problem is that neither the format of the BCT nor that of the PT is
> > documented anywhere. It seems like the BCT contains a reference to where in
> > the flash the PT starts but I wasn't able to find out where.
>
> I
s6e8ax0 panel has many panel of types. This patch support another panel
on TIZEN lunchbox board(HWREVISION 2). This panel has reversed panel
display type. So, I had added necessary command.
Signed-off-by: Donghwa Lee
Signed-off-by: Kyungmin Park
---
arch/arm/include/asm/arch-exynos/mipi_dsim.h
On 26 April 2012 17:21, Donghwa Lee wrote:
> This patches support drawing 32bpp bitmap TIZEN logo in exynos fb.
> trats_logo.h data is compressed from trats_logo.bmp to
> trats_logo.bmp.gz by gzip and converted to trats_logo.h header file
> format by some application. And then it is decomressed at
Argh, forgot to copy the list.
>>
>>
>> Enabling it on individual SoCs based on verification conflicts with
>> putting this in the core-specific config area.
>>
>> Just test with a reasonable sample of SoCs, grep for TLB assignments to
>> look for any conflicts, and then enable it in the generic e
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> x is a poor variable name
>
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
Acked-by: Simon Glass
> ---
> Changes for v2:
> - Split from "Improve variable names and code readability
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
Acked-by: Simon Glass
A general comment - it would be good to have a short commit message on all
patches.
Regards,
Simon
> ---
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> This name more explicitly claims that it does not include the
> header size
>
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
Acked-by: Simon Glass
> ---
> Changes for v2:
>
Dear Wolfgang Denk,
On 26 April 2012 21:43, Wolfgang Denk wrote:
> Dear Donghwa Lee,
>
> In message <4f99057f.5040...@samsung.com> you wrote:
>> This patch is 32bpp BMP image data that is converted to header
>> after gzip. I had agonized about where these data located.
>> I think TIZEN is not spe
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split apart from "Un-typedef variables in net"
> - Renamed structs from *_t to *_hdr since they are no
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
> ---
> Changes for v2:
> - Split apart from "Un-typedef variables in net"
> - Renamed structs from *_t to *_hdr since they are no
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Separate the Ethernet header from the 802 header.
> Base the size constants on the structs.
>
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
How about struct ethernet_hdr? Othe
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Rename IP header related things to IP_UDP. The existing definition
> of IP_t includes UDP header, so name it to accurately describe the
> structure. Also add a structure that only contains IP header fields
> to be used by function
On Thu, Apr 26, 2012 at 3:46 PM, Tom Rini wrote:
> We provide a default table of { 9600, 19200, 38400, 57600, 115200 }
> in which mkconfig places after in
> the generated config file. This is used when a board has not set its
> own table. A number of boards set values below 9600 but it is my b
Hi Minkyu,
Le 25/04/2012 09:51, Minkyu Kang a écrit :
Dear Albert,
The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02:
arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
(2012-04-23 09:15:23 -0700)
are available in the git repository at:
git
Hi Charles,
On Fri, Apr 27, 2012 at 8:59 AM, Charles Manning
wrote:
> On Friday 27 April 2012 00:25:55 Wolfgang Denk wrote:
>> Dear Charles Manning,
>>
>> In message <201204261028.44543.mannin...@actrix.gen.nz> you wrote:
>> > yaffs went through a large reformat a while ago meaning that the curre
On Friday 27 April 2012 00:25:55 Wolfgang Denk wrote:
> Dear Charles Manning,
>
> In message <201204261028.44543.mannin...@actrix.gen.nz> you wrote:
> > yaffs went through a large reformat a while ago meaning that the current
> > code does not diff well against the old code. Future changes shuld be
Hi Joe,
On Wed, Mar 28, 2012 at 12:42 PM, Joe Hershberger wrote:
> Signed-off-by: Joe Hershberger
> Cc: Joe Hershberger
> Cc: Simon Glass
> Cc: Mike Frysinger
>
Just a few nits, but otherwise:
Acked-by: Simon Glass
> ---
> Changes for v2:
> - Moved void to the same line as function
>
On Thursday 26 April 2012 23:45:52 Anatolij Gustschin wrote:
> Hi,
>
> On Tue, 24 Jan 2012 15:28:02 +0100
>
> Pali Rohár wrote:
> > * Use correct buffer size, do not damage screen output
>
> It seems that I can reproduce similar problem on the
> beagleboard now. Will try to debug and find a solut
Hi,
On Tue, 24 Jan 2012 15:28:02 +0100
Pali Rohár wrote:
> * Use correct buffer size, do not damage screen output
It seems that I can reproduce similar problem on the beagleboard now.
Will try to debug and find a solution for it.
Thanks,
Anatolij
__
On 04/26/2012 01:53 AM, Joakim Tjernlund wrote:
> Scott Wood wrote on 2012/04/25 21:01:00:
>>
>> On 04/18/2012 05:07 AM, Joakim Tjernlund wrote:
>>> Your linker file is buggy I think. I found u-boot-nand_spl.lds, is that the
>>> one?
>>
>> That's the one for the SPL part.
>
> OK, good.
>
>>
>>>
Albert,
Please pull u-boot-tegra/master into arm master. Thanks!
The following changes since commit 6e7c76a15753f3a5e1b94df372392a08e4b11b02:
Nobuhiro Iwamatsu (1):
arm: ea20: Change macro from BOARD_LATE_INIT to CONFIG_BOARD_LATE_INIT
are available in the git repository at:
git://g
Dear Rob Herring,
In message <4f99459f.4060...@gmail.com> you wrote:
>
> > Can you please provide a fix? Thanks!
>
> The issue is I require a wfi assembly instruction for reset, so I would
> have to hard code the machine code to work on all compilers.
If it's only for this single instruction th
Pete,
On Thu, Apr 26, 2012 at 5:10 PM, Pinewski Pete-RYLV50
wrote:
> Eric, Fabio,
> I just cloned the master tree, applied the patches (no problems), built
> u-boot ("make mx6qsabrelite") and tried to flash the u-boot.bin into the
> sabrelite board but I am having issues.
> Is there a trick to
On 04/26/2012 12:11 PM, Peter Barada wrote:
> On 04/26/2012 07:27 AM, Alexandre Gambier wrote:
>> Hi,
>>
>> I'm working on a STM chip under linux and U-Boot 1.3.1.
>>
>> Here's my problem.
>> To boot linux up I load the kernel stored in a NAND device. If a bad
>> block is present in the nand I can
On 04/25/2012 09:07 PM, li guohu wrote:
>
> Hello, everyone!
> I find a strange problem when I use the u-boot command. I list the command I
> used in the u-boot command line as follows.
>
> nand erase
> nand read 0x200 0x0 0x800
> md 0x200
>
> I should see 2K bytes of "0xFF" because I
On 04/26/2012 12:32 PM, Thierry Reding wrote:
> * Stephen Warren wrote:
>> Yes, I'd recommend not putting information in DT that can be easily
>> extracted from the partition table on the device itself.
>
> The problem is that neither the format of the BCT nor that of the PT is
> documented anywhe
* Stephen Warren wrote:
> Yes, I'd recommend not putting information in DT that can be easily
> extracted from the partition table on the device itself.
The problem is that neither the format of the BCT nor that of the PT is
documented anywhere. It seems like the BCT contains a reference to where
Hi Vikram,
On Thu, Apr 26, 2012 at 3:44 AM, Vikram Narayanan wrote:
>
> Vikram Narayanan (4):
> patman: Fix a typo error
> patman: Add meaningful statements instead of blah blah
> patman: Change the location of patman path in README
> patman: Handle searching of patman config
>
Thanks for se
Hi Vikram,
On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan wrote:
> patman shouts when it couldn't find a $(HOME)/.config/patman file.
> Also, it couldn't create patch files without the above config file.
> Handle it in a sane way by creating a new one for the user.
>
> The title of this patch
Hi Vikram,
On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan wrote:
> Signed-off-by: Vikram Narayanan
> Cc: Simon Glass
> ---
> tools/patman/README |6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tools/patman/README b/tools/patman/README
> index d98f081..4
Hi Vikram,
On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan wrote:
> Signed-off-by: Vikram Narayanan
> Cc: Simon Glass
>
It would be better if you added a commit message for each of these patches,
even a brief one. Otherwise:
Acked-by: Simon Glass
> ---
> tools/patman/README |9 -
On Thu, Apr 26, 2012 at 3:45 AM, Vikram Narayanan wrote:
>
> Signed-off-by: Vikram Narayanan
> Cc: Simon Glass
>
Acked-by: Simon Glass
> ---
> tools/patman/README |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/tools/patman/README b/tools/patman/README
> index
On 04/26/2012 07:27 AM, Alexandre Gambier wrote:
> Hi,
>
> I'm working on a STM chip under linux and U-Boot 1.3.1.
>
> Here's my problem.
> To boot linux up I load the kernel stored in a NAND device. If a bad
> block is present in the nand I can't load the kernel.
>
> To store the kernel I first e
HI Dirk,
On Thursday 26 April 2012 15:54:22 Dirk Eibach wrote:
> In order to add boards that have different hardware for fpga reset,
> any 405ep gdsys board now provides these functions:
>
> void gd405ep_init(void);
> void gd405ep_set_fpga_reset(unsigned state);
> void gd405ep_setup_hw(void);
> i
Hi Timo,
On Thu, 26 Apr 2012 17:37:31 +0300
Timo Ketola wrote:
...
> Thanks for the review. Everything else is clear, but...
>
> On 26.04.2012 14:51, Anatolij Gustschin wrote:
> ...
> >> +++ b/drivers/video/mx2fb.c
> >> @@ -0,0 +1,92 @@
> >
> > Please add Copyright info here.
> ...
> >> +++ b/i
On 04/26/2012 04:50 AM, Thierry Reding wrote:
> * Simon Glass wrote:
>> This series adds NAND flash support to Tegra and enables it on Seaboard.
>>
>> Included here is a proposed device tree binding with most of the properties
>> private to "nvidia,". The binding includes information about the NAND
Dear Anatolij,
Thanks for the review. Everything else is clear, but...
On 26.04.2012 14:51, Anatolij Gustschin wrote:
...
>> +++ b/drivers/video/mx2fb.c
>> @@ -0,0 +1,92 @@
>
> Please add Copyright info here.
...
>> +++ b/include/mx2fb.h
...
> Please consider Stefano's comment regarding copyrigh
On Thu, 26 Apr 2012 11:57:36 +0100, Prafulla Wadaskar
wrote:
Hi Jamie
-Original Message-
From: Jamie Lentin [mailto:j...@lentin.co.uk]
Sent: 26 April 2012 15:54
To: u-boot@lists.denx.de
Cc: Jamie Lentin; Prafulla Wadaskar; albert.u.b...@aribaud.net
Subject: [PATCH] kirkwood: add su
When CONFIG_ZERO_BOOTDELAY_CHECK is not defined, bootdelay==0 prevents the
check for console input (as stated in README.autoboot).
This must also work in CONFIG_AUTOBOOT_KEYED mode.
Signed-off-by: Dirk Eibach
---
Changes in v2:
- split up original patch series
common/main.c |5 +
1 fi
Signed-off-by: Dirk Eibach
Cc: Timur Tabi
---
Changes in v2:
- add Cc
- split up original patch series
board/freescale/p1022ds/p1022ds.c |4 ++
board/freescale/p1022ds/tlb.c | 10 ++
boards.cfg|4 ++
include/configs/P1022DS.h | 63
In hardware revision 1.20 one more fan controller is added to dlvision-10g.
Signed-off-by: Dirk Eibach
Cc: Stefan Roese
---
Changes in v2:
- add Cc
- split up original patch series
board/gdsys/405ep/dlvision-10g.c | 12 +++-
include/configs/dlvision-10g.h |4 ++--
2 files chang
Print fpga info at last_stage_init on gdsys 405ep boards.
Use dtt_init() to startup fans.
Signed-off-by: Dirk Eibach
Cc: Stefan Roese
---
Changes in v2:
- add Cc
- split up original patch series
board/gdsys/405ep/dlvision-10g.c | 28 -
board/gdsys/405ep/io.c
In order to add boards that have different hardware for fpga reset,
any 405ep gdsys board now provides these functions:
void gd405ep_init(void);
void gd405ep_set_fpga_reset(unsigned state);
void gd405ep_setup_hw(void);
int gd405ep_get_fpga_done(unsigned fpga);
Signed-off-by: Dirk Eibach
Cc: Stef
Signed-off-by: Dirk Eibach
Cc: Stefan Roese
---
Changes in v2:
- add Cc
- split up original patch series
include/gdsys_fpga.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index 555fbe2..bfa656f 100644
--- a/include/gdsys_f
Signed-off-by: Dirk Eibach
Cc: Stefan Roese
---
Changes in v2:
- add Cc
- split up original patch series
include/configs/gdppc440etx.h |4
include/configs/intip.h |4 ++--
include/configs/io.h |6 +-
include/configs/io64.h|2 +-
include/configs/io
Dirk Eibach (6):
powerpc/ppc4xx: Adjust environment size on neo
powerpc/ppc4xx: Make gdsys 405ep boards reset more generic
powerpc/ppc4xx: Adapt gdsys 405ep boards to platform changes
powerpc/ppc4xx: Support gdsys dlvision-10g hardware 1.20
powerpc/ppc4xx: Update gdsys board configuration
Environment size on neo has to be 0x2 for compatibilty reasons.
Signed-off-by: Dirk Eibach
Cc: Stefan Roese
---
Changes in v2:
- add Cc
- split up original patch series
include/configs/neo.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/neo.h b/i
Hi Dirk,
On Thursday 26 April 2012 13:49:31 Dirk Eibach wrote:
> Print fpga info at last_stage_init on gdsys 405ep boards.
> Use dtt_init() to startup fans.
Your patchset is not organized optimally. You sent 8 patches in one patchset,
from a quick glance 6 patches are ppc4xx related (4xx board c
On Mon, 9 Apr 2012 19:39:55 -0400
Mike Frysinger wrote:
> This lets us use it in more places than just mtd code.
>
> Signed-off-by: Mike Frysinger
> ---
> board/samsung/smdkc100/onenand.c|2 +-
> common/cmd_onenand.c|2 +-
> common/env_onenand.c|
On 04/26/2012 07:03 AM, Wolfgang Denk wrote:
> Dear Rob,
>
> arch/arm/cpu/armv7/highbank/config.mk contains this setting:
>
> PLATFORM_CPPFLAGS += -march=armv7-a
>
> This results in code bueing built with the follwoing compiler options:
>
> ... -march=armv5 -march=armv7-a ...
>
>
* Jason Cooper wrote:
> This patch dramatically drops the amount of time u-boot needs to read a
> file from an ext2 partition. On a typical 2 to 5 MB file (kernels and
> initrds) it goes from tens of seconds to a couple seconds.
>
> All we are doing here is grouping contiguous blocks into one rea
On Mon, 9 Apr 2012 19:39:54 -0400
Mike Frysinger wrote:
> No need to provide our own mdelay() macro when we have a func for it.
>
> Signed-off-by: Mike Frysinger
> ---
> include/usb/lin_gadget_compat.h |1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
Applied to u-boot-staging/ag.
On Mon, 9 Apr 2012 19:39:53 -0400
Mike Frysinger wrote:
> This allows us to add a proper zalloc() func (one that does a zeroing
> alloc), and removes duplicate prototypes.
>
> Signed-off-by: Mike Frysinger
> ---
> fs/cramfs/uncompress.c |7 ++-
> include/u-boot/zlib.h |3 +++
> l
Dear Donghwa Lee,
In message <4f99057f.5040...@samsung.com> you wrote:
> This patch is 32bpp BMP image data that is converted to header
> after gzip. I had agonized about where these data located.
> I think TIZEN is not specific on board and SoC, so I determined
> that position is proper in includ
Dear Haneef Mohamed,
In message <1335434285.83714.yahoomail...@web193302.mail.sg3.yahoo.com> you
wrote:
>
> Is there a way to get input for a script file from console(hush), so
> as to make the script file interactive. like in linux there is a read
> command which the shell scripts make use of t
From: Mike Frysinger
Merge our duplicate definitions with the common header.
Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to
use min() instead of min_t() since we remove the latter
from compat.h.
Additionally use memalign() directly as the lin_gadget
specific kmalloc() macro is removed fr
Dear Thirumalesha N,
In message
you
wrote:
>
> > > I have BDI 2000 tool, but its not connecting to board.
> >
> > This is a problem that should be fixable. Keep in mind that the
> > MPC82xx can come up in different modes, depending on if there is a
> > valid HRCW in flash or not. This can c
Hi Wolfgang,
On 04/26/2012 10:18 PM, Wolfgang Denk wrote:
> Dear Graeme Russ,
>
> In message
> you
> wrote:
>>
>>> Any plan to add Kconfig or any other way to configure u-boot?
>>
>> Not that I am aware of, but I would support anyone who submitted
>> patches to add Kconfig support
>
> Well, p
Dear Charles Manning,
In message <201204261028.44543.mannin...@actrix.gen.nz> you wrote:
>
> yaffs went through a large reformat a while ago meaning that the current code
> does not diff well against the old code. Future changes shuld be a lot easier
> to handle with direct patching.
>
> yaffs
Dear Graeme Russ,
In message
you wrote:
>
> > Any plan to add Kconfig or any other way to configure u-boot?
>
> Not that I am aware of, but I would support anyone who submitted
> patches to add Kconfig support
Well, please talk to Marek, then...
> (it would be great to get U-Boot added to bu
Hi,
I'm working on a STM chip under linux and U-Boot 1.3.1.
Here's my problem.
To boot linux up I load the kernel stored in a NAND device. If a bad
block is present in the nand I can't load the kernel.
To store the kernel I first erase the partition and write the kernel image.
During the eras
Dear Rob,
arch/arm/cpu/armv7/highbank/config.mk contains this setting:
PLATFORM_CPPFLAGS += -march=armv7-a
This results in code bueing built with the follwoing compiler options:
... -march=armv5 -march=armv7-a ...
This is a bad idea - dependign on tool chain used, this may resu
On Thu, 26 Apr 2012 14:18:29 +0300
Timo Ketola wrote:
...
> Then I might resubmit the original patch. Is there basically anything
> else than the lack of proper attributions?
Some minor coding style issues. I've sent my comments to both patches.
Thanks,
Anatolij
_
On Fri, 20 Apr 2012 14:01:49 +0300
"Timo Ketola" wrote:
> Signed-off-by: Timo Ketola
> ---
> arch/arm/include/asm/arch-mx25/imx-regs.h | 32
> +
> 1 files changed, 32 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/include/asm/arch-mx25/imx-regs.h
> b/ar
When CONFIG_ZERO_BOOTDELAY_CHECK is not defined, bootdelay==0 prevents the
check for console input (as stated in README.autoboot).
This must also work in CONFIG_AUTOBOOT_KEYED mode.
Signed-off-by: Dirk Eibach
---
common/main.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff
Print fpga info at last_stage_init on gdsys 405ep boards.
Use dtt_init() to startup fans.
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/dlvision-10g.c | 28 -
board/gdsys/405ep/io.c | 41 +
board/gdsys/405ep/iocon.c
Signed-off-by: Dirk Eibach
---
include/gdsys_fpga.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index 555fbe2..bfa656f 100644
--- a/include/gdsys_fpga.h
+++ b/include/gdsys_fpga.h
@@ -115,7 +115,7 @@ typedef struct ihs_fpga
Environment size on neo has to be 0x2 for compatibilty reasons.
Signed-off-by: Dirk Eibach
---
include/configs/neo.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/neo.h b/include/configs/neo.h
index 8de5aaf..6559353 100644
--- a/include/configs/neo
Signed-off-by: Dirk Eibach
---
board/freescale/p1022ds/p1022ds.c |4 ++
board/freescale/p1022ds/tlb.c | 10 ++
boards.cfg|4 ++
include/configs/P1022DS.h | 63 ++---
4 files changed, 76 insertions(+), 5 deletions(
In order to add boards that have different hardware for fpga reset,
any 405ep gdsys board now provides these functions:
void gd405ep_init(void);
void gd405ep_set_fpga_reset(unsigned state);
void gd405ep_setup_hw(void);
int gd405ep_get_fpga_done(unsigned fpga);
Signed-off-by: Dirk Eibach
---
boa
In hardware revision 1.20 one more fan controller is added to dlvision-10g.
Signed-off-by: Dirk Eibach
---
board/gdsys/405ep/dlvision-10g.c | 12 +++-
include/configs/dlvision-10g.h |4 ++--
2 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/board/gdsys/405ep/dlvisio
Signed-off-by: Dirk Eibach
---
include/configs/gdppc440etx.h |4
include/configs/intip.h |4 ++--
include/configs/io.h |6 +-
include/configs/io64.h|2 +-
include/configs/iocon.h |6 +-
5 files changed, 17 insertions(+), 5 deletions(-)
On Wed, 18 Apr 2012 11:54:21 +0300
"Timo Ketola" wrote:
> Signed-off-by: Timo Ketola
> ---
> arch/arm/include/asm/arch-mx25/imx-regs.h | 29 +
> drivers/video/Makefile|1 +
> drivers/video/mx2fb.c | 92
> +
> i
On 26.04.2012 12:57, Anatolij Gustschin wrote:
...
> On Fri, 20 Apr 2012 14:01:48 +0300 "Timo Ketola"
> wrote:
...
>> What if I implement the driver in my board folder instead?
...
> I would prefer not including the driver in the board code. The
> disadvantage of using the video API is increased
This patch adds support for D-Link DNS-320 ShareCenter NAS.
Signed-off-by: Jamie Lentin
Cc: prafu...@marvell.com
Cc: albert.u.b...@aribaud.net
---
This patch is heavily based on Stefan's work for the DNS-325 port, the
main difference being the memory timings. I've tested this on my board against
Hi Jamie
> -Original Message-
> From: Jamie Lentin [mailto:j...@lentin.co.uk]
> Sent: 26 April 2012 15:54
> To: u-boot@lists.denx.de
> Cc: Jamie Lentin; Prafulla Wadaskar; albert.u.b...@aribaud.net
> Subject: [PATCH] kirkwood: add support for D-Link DNS-320
May you please post here a lin
Hi Lukasz,
On Thu, 26 Apr 2012 12:32:40 +0200
Lukasz Majewski wrote:
...
> > Now I see another issue. In this 4/4 patch we are removing kmalloc:
> >
> > -#define kmalloc(size, type) memalign(CONFIG_SYS_CACHELINE_SIZE, size)
> >
> > linux/compat.h defines kmalloc() to be malloc(), so the gadget
* Simon Glass wrote:
> This series adds NAND flash support to Tegra and enables it on Seaboard.
>
> Included here is a proposed device tree binding with most of the properties
> private to "nvidia,". The binding includes information about the NAND
> controller as well as the connected NAND device.
Hi,
Is there a way to get input for a script file from console(hush), so as to make
the script file interactive. like in linux there is a read command which the
shell scripts make use of to read inputs from console.
Thanks
Haneef
___
U-Boot maili
Dear all:
I'd solved this problem.
I define a global symbol at link script and used this global symbol to set
up stack pointer.
This global symbol indicated the end address of U-boot.
I also changed the globla gd pointer address and memory allocation address.
Thanks
-Original Message--
* Simon Glass wrote:
> Hi Thierry,
>
> On Thu, Apr 26, 2012 at 6:18 PM, Thierry Reding <
> thierry.red...@avionic-design.de> wrote:
>
> > * Mike Frysinger wrote:
> > > On Tuesday 24 April 2012 03:53:44 Thierry Reding wrote:
> > > > The MMC core sometimes reads buffers that are smaller than a comp
Hi Anatolij,
> > Hi Anatolij,
> >
> > > From: Mike Frysinger
> > >
> > > Merge our duplicate definitions with the common header.
> > > Also fix drivers/usb/gadget/s3c_udc_otg_xfer_dma.c to
> > > use min() instead of min_t() since we remove the latter
> > > from compat.h.
> >
> > Yes. the incl
On p1010rdb some signals are muxed for tdm/can/uart/flash.
If we don't set fsl_p1010mux:tdm_can to "can" or "tdm" explicitly,
defaultly we keep spi chip selection to spi-flash instead of to
tdm/slic and disable uart1 when not using flexcan, as well disable sdhc.
Signed-off-by: Shengzhou Liu
---
b
Hi Thierry,
On Thu, Apr 26, 2012 at 6:18 PM, Thierry Reding <
thierry.red...@avionic-design.de> wrote:
> * Mike Frysinger wrote:
> > On Tuesday 24 April 2012 03:53:44 Thierry Reding wrote:
> > > The MMC core sometimes reads buffers that are smaller than a complete
> > > cacheline, for example whe
1 - 100 of 111 matches
Mail list logo