Hi,
On 12/02/11 11:17, Shengzhou Liu wrote:
> In some NAND controllers there is a size limitation of RAM buffer(2K bytes).
> To support large-page NAND chips with greater than 2K pagesize, we need a
> large
> buffer, but we don't know pagesize before calling nand_scan_ident(), for more
> flexible
Am 03/12/2011 13:48, schrieb Fabio Estevam:
> From: Fabio Estevam
>
> Add support for NOR boot on imximage.
>
> Signed-off-by: Fabio Estevam
Hi Fabio,
> This command copies the u-boot image at the address 0x400, as required
> -by the processor.
> +by the processor when booting from SD/MMC.
Hi,
2011/12/3 Anatolij Gustschin :
> Fix:
> core.c: In function 'usbd_device_event_irq':
> core.c:596:21: warning: variable 'state' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Remy Bohmer
> ---
> drivers/usb/gadget/core.c | 4 ++--
> 1 files cha
Hi,
2011/12/3 Anatolij Gustschin :
> Fix:
> musb_udc.c: In function 'musb_peri_softconnect':
> musb_udc.c:166:14: warning: variable 'intrtx' set but not used
> [-Wunused-but-set-variable]
> musb_udc.c:166:6: warning: variable 'intrrx' set but not used
> [-Wunused-but-set-variable]
> musb_udc.c:165
Hi,
2011/12/3 Simon Glass :
> This adds basic support for the Tegra2 USB controller. Board files should
> call board_usb_init() to set things up.
>
> Configuration through FDT and CONFIG is supported. For FDT, the device
> tree aliases set the order of the port, like this fragment:
>
> alia
Hi,
2011/12/3 Simon Glass :
> CONFIG_USB_EHCI_DATA_ALIGN sets the required alignment of data for
> USB packets (e.g. 4 means word-aligned). This is required for Tegra
> to operate.
>
> Signed-off-by: Simon Glass
> ---
> Changes in v2:
> - Tidy code style in USB buffer alignment code
> - Display p
Hi,
2011/12/3 Anatolij Gustschin :
> Fix:
> ep0.c: In function 'ep0_get_descriptor':
> ep0.c:187:8: warning: variable 'cp' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Remy Bohmer
> ---
> drivers/usb/gadget/ep0.c | 2 --
> 1 files changed, 0 inse
> Fix:
> nand_spl_load.c: In function 'nand_boot':
> nand_spl_load.c:31:6: warning: variable 'ret' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Heiko Schocher
> Cc: Scott Wood
> ---
> drivers/mtd/nand/nand_spl_load.c | 13 ++---
> 1 files
> Fix warnings for both cases:
>
> definded CONFIG_SYS_NAND_HW_ECC_OOBFIRST:
> nand_spl_simple.c: In function 'nand_read_page':
> nand_spl_simple.c:156:6: warning: variable 'stat' set but not used
> [-Wunused-but-set-variable]
>
> not definded CONFIG_SYS_NAND_HW_ECC_OOBFIRST:
> nand_spl_simple.c:
> Fix:
> musb_udc.c: In function 'musb_peri_softconnect':
> musb_udc.c:166:14: warning: variable 'intrtx' set but not used
> [-Wunused-but-set-variable]
> musb_udc.c:166:6: warning: variable 'intrrx' set but not used
> [-Wunused-but-set-variable]
> musb_udc.c:165:5: warning: variable 'intrusb' set
> Fix:
> menu.c: In function 'menu_item_print':
> menu.c:91: warning: passing argument 1 of 'putc' makes integer from
> pointer without a cast
>
> Signed-off-by: Anatolij Gustschin
> ---
> common/menu.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/common/menu.c
> Fix:
> core.c: In function 'usbd_device_event_irq':
> core.c:596:21: warning: variable 'state' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Remy Bohmer
> ---
> drivers/usb/gadget/core.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(
> Fix:
> ep0.c: In function 'ep0_get_descriptor':
> ep0.c:187:8: warning: variable 'cp' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Remy Bohmer
> ---
> drivers/usb/gadget/ep0.c |2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
>
> diff
> Fix:
> spl.c: In function 'jump_to_image_no_args':
> spl.c:103: warning: assignment makes pointer from integer without a cast
> spl.c:105: warning: dereferencing type-punned pointer will break
> strict-aliasing rules
>
> Signed-off-by: Anatolij Gustschin
> Cc: sricharan
> Cc: Tom Rini
> ---
>
> Fix:
> clocks-common.c: In function 'setup_dplls':
> clocks-common.c:256:6: warning: variable 'sysclk_ind' set but not used
> [-Wunused-but-set-variable]
> clocks-common.c: In function 'setup_non_essential_dplls':
> clocks-common.c:292:6: warning: variable 'sysclk_ind' set but not used
> [-Wunuse
> Fix:
> clocks.c: In function 'setup_post_dividers':
> clocks.c:175: warning: comparison is always true due to limited range of
> data type
> clocks.c:177: warning: comparison is always true due to limited range of
> data type
> clocks.c:179: warning: comparison is always true due to limited range
> Should it be an equality operator instead of an assigning one? i.e:
>
> [ "$ONLY_LIST" == "y" ] && return
1) Please don't top post
2) It's the same thing ... = and == in shell scripting.
M
>
> On Sat, Dec 3, 2011 at 3:57 PM, Mike Frysinger wrote:
> > On Saturday 03 December 2011 02:32:03 Ma
Hi Marek,
On Sun, 4 Dec 2011 12:27:26 +0100
Marek Vasut wrote:
...
> > diff --git a/common/menu.c b/common/menu.c
> > index ca1baef..5e0817c 100644
> > --- a/common/menu.c
> > +++ b/common/menu.c
> > @@ -88,7 +88,7 @@ static inline void *menu_item_print(struct menu *m,
> >
On Sun, 4 Dec 2011 12:30:40 +0100
Marek Vasut wrote:
> > Fix:
> > clocks.c: In function 'setup_post_dividers':
> > clocks.c:175: warning: comparison is always true due to limited range of
> > data type
> > clocks.c:177: warning: comparison is always true due to limited range of
> > data type
> >
Dear Daniel Schwierzeck,
In message <4edb5f86.40...@googlemail.com> you wrote:
>
> Wolfgang, is there any reason why standalone apps are linked without
> LDFLAGS (especially PLATFORM_LDFLAGS)?
None that I know, at least.
In general, standalone applications are a rarely used special feature,
and
Dear Shinya Kuribayashi,
In message <4edb8475.1080...@pobox.com> you wrote:
>
> >> -pb1000 mipsmips32 pb1x00
> >> - au1x00 pb1x00:PB1000
> >> +pb1000 mipsmips32 pb1x00
> >> -
On 02/12/2011 14:47, Marek Vasut wrote:
> This moves SPL to common location so it can be reused by multiple boards.
> Also,
> this commit adjusts M28 SoM to avoid breakage due to the move.
>
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> Cc: Detlev Zundel
> Cc: Stefano Babic
> ---
Applie
On 02/12/2011 14:47, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Wolfgang Denk
> Cc: Detlev Zundel
> Cc: Stefano Babic
> ---
Applied to u-boot-imx, next branch.
Best regards,
Stefano Babic
--
=
DENX Software Engin
On 02/12/2011 14:47, Marek Vasut wrote:
> Signed-off-by: Marek Vasut
> Cc: Stefano Babic
> Cc: Wolfgang Denk
> ---
Applied to u-boot-imx, next branch.
Best regards,
Stefano Babic
--
=
DENX Software Engineering GmbH, MD:
> On 02/12/2011 14:47, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut
> > Cc: Stefano Babic
> > Cc: Wolfgang Denk
> > ---
>
> Applied to u-boot-imx, next branch.
>
> Best regards,
> Stefano Babic
Thank you!
M
___
U-Boot mailing list
U-Boot@lists
Hi Marek,
On Fri, Dec 2, 2011 at 11:47 AM, Marek Vasut wrote:
> rename board/denx/m28evk/mem_init.c =>
> arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c (99%)
The RAM timings are specific to the board and RAM model (DDR2 or
mDDR), memory clock, etc, so I don´t think we can use the same RAM
setting
Hello Anatolij,
Anatolij Gustschin wrote:
> Fix warnings for both cases:
>
> definded CONFIG_SYS_NAND_HW_ECC_OOBFIRST:
> nand_spl_simple.c: In function 'nand_read_page':
> nand_spl_simple.c:156:6: warning: variable 'stat' set but not used
> [-Wunused-but-set-variable]
>
> not definded CONFIG_SYS
Hello Anatolij,
Anatolij Gustschin wrote:
> Fix:
> nand_spl_load.c: In function 'nand_boot':
> nand_spl_load.c:31:6: warning: variable 'ret' set but not used
> [-Wunused-but-set-variable]
>
> Signed-off-by: Anatolij Gustschin
> Cc: Heiko Schocher
> Cc: Scott Wood
> ---
> drivers/mtd/nand/nand
Hello Anatolij,
Anatolij Gustschin wrote:
> Fix:
> menu.c: In function 'menu_item_print':
> menu.c:91: warning: passing argument 1 of 'putc' makes integer from
> pointer without a cast
>
> Signed-off-by: Anatolij Gustschin
> ---
> common/menu.c |2 +-
> 1 files changed, 1 insertions(+), 1 d
On 12/4/11 9:02 PM, Daniel Schwierzeck wrote:
diff --git a/boards.cfg b/boards.cfg
index c83d861..2cd917e 100644
--- a/boards.cfg
+++ b/boards.cfg
@@ -324,13 +324,13 @@ dbau1000 mipsmips32
dbau1x00-
dbau1100 mipsmips32
> Hi Marek,
>
> On Fri, Dec 2, 2011 at 11:47 AM, Marek Vasut wrote:
> > rename board/denx/m28evk/mem_init.c =>
> > arch/arm/cpu/arm926ejs/mx28/spl_mem_init.c (99%)
>
> The RAM timings are specific to the board and RAM model (DDR2 or
> mDDR), memory clock, etc, so I don´t think we can use the sa
This patch adds support for networking to sandbox architecture using
tap. A tap device "tap0" has to be created e.g. using openvpn
$ openvpn --mktun --dev tap0
u-boot should then be able to detect the network device on startup.
To test the network related commands the following commands can be us
On 02/12/2011 19:16, Simon Glass wrote:
> It actually started as a last-ditch panic message printer. It morphed
> into the general pre-console putc after discussions on the list (with
> Graeme).
>
> It can happen that your early board code does not know what clocks to
> use, or can't find a conso
On Fri, 2 Dec 2011, Scott Wood wrote:
> On 12/02/2011 05:19 PM, Robert P. J. Day wrote:
> > and, at this point, i would think that all i need to do is:
> >
> > => bootm 40
> > ## Booting image at 0040 ...
> >Image Name: Linux-2.6.37
> >Created: 2011-12-02 23:08:06 UTC
> >
Hi Stefan,
On Sun, Dec 4, 2011 at 10:56 AM, Stefano Babic wrote:
> On 02/12/2011 19:16, Simon Glass wrote:
>
>> It actually started as a last-ditch panic message printer. It morphed
>> into the general pre-console putc after discussions on the list (with
>> Graeme).
>>
>> It can happen that your
Hi Simon,
On Mon, Dec 5, 2011 at 2:34 PM, Simon Glass wrote:
> Hi Stefan,
>
> On Sun, Dec 4, 2011 at 10:56 AM, Stefano Babic wrote:
>> On 02/12/2011 19:16, Simon Glass wrote:
>>
>>> It actually started as a last-ditch panic message printer. It morphed
>>> into the general pre-console putc after
All the global flag defines are the same across all arches. So unify them
in one place, and add a simple way for arches to extend for their needs.
Signed-off-by: Mike Frysinger
---
v2
- rebased onto head after x86 patch has been merged
arch/arm/include/asm/global_data.h| 14 +
If we move the local funcs to the top of the file, and use the
__maybe_unused define, we can drop a lot of ugly ifdef logic and
duplicated prototypes.
Acked-by: Simon Glass
Signed-off-by: Mike Frysinger
---
v2
- rebased onto current master
common/cmd_bdinfo.c | 89 ++-
Hi Mike,
On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote:
> All the global flag defines are the same across all arches. So unify them
> in one place, and add a simple way for arches to extend for their needs.
>
> Signed-off-by: Mike Frysinger
> ---
> v2
> - rebased onto head after x
Hi Graeme,
On Sun, Dec 4, 2011 at 7:40 PM, Graeme Russ wrote:
> Hi Simon,
>
> On Mon, Dec 5, 2011 at 2:34 PM, Simon Glass wrote:
>> Hi Stefan,
>>
>> On Sun, Dec 4, 2011 at 10:56 AM, Stefano Babic wrote:
>>> On 02/12/2011 19:16, Simon Glass wrote:
>>>
It actually started as a last-ditch pan
Hi Simon,
On Mon, Dec 5, 2011 at 3:31 PM, Simon Glass wrote:
> Hi Graeme,
>
> On Sun, Dec 4, 2011 at 7:40 PM, Graeme Russ wrote:
>> Hi Simon,
>>
>> On Mon, Dec 5, 2011 at 2:34 PM, Simon Glass wrote:
>>> Hi Stefan,
>>>
>>> On Sun, Dec 4, 2011 at 10:56 AM, Stefano Babic wrote:
On 02/12/2011
On 12/04/2011 04:06 PM, Wolfgang Denk wrote:
Dear Daniel Schwierzeck,
In message<4edb5f86.40...@googlemail.com> you wrote:
Wolfgang, is there any reason why standalone apps are linked without
LDFLAGS (especially PLATFORM_LDFLAGS)?
None that I know, at least.
In general, standalone applicat
On 12/04/2011 04:08 PM, Wolfgang Denk wrote:
Dear Shinya Kuribayashi,
In message<4edb8475.1080...@pobox.com> you wrote:
-pb1000 mipsmips32 pb1x00 -
au1x00 pb1x00:PB1000
+pb1000 mipsmips32 pb
On Sunday 04 December 2011 22:47:59 Graeme Russ wrote:
> On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote:
> > +/*
> > + * Base for arches to start adding their own:
> > + * #define GD_FLG_FOO (GD_FLG_ARCH_BASE << 0)
> > + * #define GD_FLG_BAR (GD_FLG_ARCH_BASE << 1)
> > + * #define GD_FLG_CO
Hi Mike,
On Mon, Dec 5, 2011 at 5:39 PM, Mike Frysinger wrote:
> On Sunday 04 December 2011 22:47:59 Graeme Russ wrote:
>> On Mon, Dec 5, 2011 at 2:43 PM, Mike Frysinger wrote:
>> > +/*
>> > + * Base for arches to start adding their own:
>> > + * #define GD_FLG_FOO (GD_FLG_ARCH_BASE << 0)
>> > +
Simon,
On Wednesday 30 November 2011 03:39 AM, Simon Glass wrote:
+omap, samsung, imx maintainers
Hi Mike,
On Tue, Nov 29, 2011 at 1:40 PM, Mike Frysinger wrote:
On Tuesday 29 November 2011 15:08:09 Simon Glass wrote:
On Mon, Nov 28, 2011 at 7:11 PM, Mike Frysinger wrote:
On Monday 21 Nove
46 matches
Mail list logo