On Mon, Apr 25, 2011 at 02:50, Macpaul Lin wrote:
> +void spi_init()
please use "(void)"
> +void andes_spi_spit_en(struct andes_spi_slave *ds)
mark static
> +struct spi_slave *spi_setup_slave(unsigned int bus, unsigned int cs,
> + unsigned int max_hz, unsigned int mode)
>
Hi Wolfgang et al.,
(replying both to 5/9 and 6/9 here)
Le 25/04/2011 01:55, Wolfgang Denk a écrit :
> This is an inconsistency between architectures which I dislike.
Then these two config options could be defined for other architectures
as well.
> Also, what in case we should want to skip on
Le 25/04/2011 01:27, Wolfgang Denk a écrit :
> Dear Minkyu Kang,
>
> In message<4d8be6bd.2090...@samsung.com> you wrote:
>> If FB address is defined specific address then don't grab memory for LCD
>>
>> Signed-off-by: Minkyu Kang
>> Cc: Albert Aribaud
>> Cc: Wolfgang Denk
>> Cc: Stefan Roese
>> Cc
Dear Albert ARIBAUD,
On 25 April 2011 16:38, Albert ARIBAUD wrote:
>> Sorry for the late review, but it makes littel sense to add individual
>> README.* files for each and every CONFIG option. Please add the
>> documentation (with a little less verbocity) to the top level README
>> instead.
>
>
andes_spi is an spi interface developed by Andes Tech.
Signed-off-by: Macpaul Lin
Cc: Wolfgang Denk
Cc: Mike Frysinger
---
Changes for v2:
- Replace redundant length checking by min(len, 4).
- Remove redundant debug marco.
- Replace reading register in debug() by local variable.
- Add B
If FB address is defined specific address then don't grab memory for LCD
Signed-off-by: Minkyu Kang
Cc: Albert Aribaud
Cc: Wolfgang Denk
Cc: Stefan Roese
Cc: Kim Phillips
Cc: Andy Fleming
Cc: Kumar Gala
---
v4
move the document
v3
fix whitespace errors
v2
add document
README
vapierfil...@gmail.com wrote on 2011/04/25 06:13:20:
>
> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31:
> >> On Sun, Apr 24, 2011 at 6:14 PM, Wolfgang Denk wrote:
> >> > Joakim Tjernlund wrote:
> >> >> --- a/examples/standalone/time
vapierfil...@gmail.com wrote on 2011/04/25 07:40:00:
>
> On Mon, Apr 25, 2011 at 12:13 AM, Mike Frysinger wrote:
> > however, that doesnt change my original point ... we shouldnt be
> > "fixing" things like this that have no relevance in the u-boot world.
> > disable the warning flags in the build
Dear Joakim Tjernlund,
In message
you
wrote:
>
> Well, your gcc is different from mine and I know nothing about it as
> you won't say anything about it.
If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC
4.2.2) for ppc_8xx.
> ## 4.4.5 has been patched to support msingle-pic
Dear Zang Roy-R61911,
In message
<2239ac579c7d3646a720227a37e02681124...@039-sn1mpn1-004.039d.mgd.msft.net> you
wrote:
>
> > You did not comment to these questions, and your current code is
> > still powerpc-centric.
> Yes. because there is other voice:
> http://lists.denx.de/pipermail/u-boot/2
Code clean up of cmd_nvedit.c by using checkpatch.pl.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- Replace the ident characters for #ifdef from space to tab.
common/cmd_nvedit.c | 148 +--
1 files changed, 73 insertions(+), 75 deletions(-)
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, April 25, 2011 16:39 PM
> To: Zang Roy-R61911
> Cc: u-boot@lists.denx.de; Wood Scott-B07421; Kumar Gala
> Subject: Re: [PATCH] powerpc:Enable compiler debug option for powerpc
> platforms
>
> Dear Zang Roy-R
Wolfgang Denk wrote on 2011/04/25 10:35:25:
>
> Dear Joakim Tjernlund,
>
> In message
> you
> wrote:
> >
> > Well, your gcc is different from mine and I know nothing about it as
> > you won't say anything about it.
>
> If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC
> 4.2.
> -Original Message-
> From: Wolfgang Denk [mailto:w...@denx.de]
> Sent: Monday, April 25, 2011 16:39 PM
> To: Zang Roy-R61911
> Cc: u-boot@lists.denx.de; Wood Scott-B07421; Kumar Gala
> Subject: Re: [PATCH] powerpc:Enable compiler debug option for powerpc
> platforms
>
> Dear Zang Roy-R
Dear John Rigby,
In message you wrote:
>
> Ok, I had already read both of those posts and when I read "design" I
> was thinking that Android Fastboot exists and the feature list is
> already set as is the wire protocol, so I don't see that we have a lot
> of flexibility in those areas. The only
Dear Dudhat Dipen-B09055,
In message
<57d3ab35efb0e542a4326dbd78e17e95149...@039-sn1mpn1-003.039d.mgd.msft.net> you
wrote:
>
> Any comments on this patch...
>
> This patch is acked by kumar gala.
I have no comments other than
- The merge window is closed
- I have never seen an ACK from Kuma
Dear Mike Frysinger,
[this goes also to all other custodians[
In message you wrote:
> On Mon, Apr 25, 2011 at 02:50, Macpaul Lin wrote:
> > +void spi_init()
>
> please use "(void)"
>
> > +void andes_spi_spit_en(struct andes_spi_slave *ds)
>
> mark static
...
If you request changes to a patc
Dear Zang Roy-R61911,
In message
<2239ac579c7d3646a720227a37e02681124...@039-sn1mpn1-004.039d.mgd.msft.net> you
wrote:
>
> > |... I can't
> > | provide exact details, since the current toolchains work fine without
> > | such tweaking -
Dear Joakim Tjernlund,
In message
you
wrote:
>
> > If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC
> > 4.2.2) for ppc_8xx.
>
> Have you tried gcc 4.3.x yet?
No, and from the list of bugs I have seen for it (especially for ARM)
I will not invest time and efforts on it.
>
Hi Wolfgang,
2011/4/12 Wolfgang Denk
>
> Dear Macpaul Lin,
> ...
> > + extern void ide_write_register(int, unsigned int, unsigned
> > char);
> ...
> > + extern unsigned char ide_read_register(int, unsigned int);
>
> Etc. Please move all such prototype decarations to an appropria
On Sun, Apr 24, 2011 at 6:50 PM, Wolfgang Denk wrote:
> And please add documentation for the new CONFIG_PRESERVE_LOCAL_MAC to
> the README.
We have something similar already on Freescale parts, but it does
sometimes cause problems. If the environment ethaddr is already set,
it is left alone. O
Noticed while building all of mpc8xx. Also
constify usage string in timer.c
Warnings fixed are:
timer.c: In function 'timer':
timer.c:189: warning: format not a string literal and no format arguments
timer.c:258: warning: format not a string literal and no format arguments
atm.c: In function 'atmUn
Wolfgang Denk wrote on 2011/04/25 12:17:11:
>
> Dear Joakim Tjernlund,
>
> In message
> you
> wrote:
> >
> > > If in doubt, use ELDK. All examples were compiled with ELDK 4.2 (GCC
> > > 4.2.2) for ppc_8xx.
> >
> > Have you tried gcc 4.3.x yet?
>
> No, and from the list of bugs I have seen for
I need some help in determining how to have a color splash image display in
place of the Linux scrolling-text during the boot-up process on an embedded
Linux device using u-boot. The kernel used is a stripped-down version of
Linux (kernel 2.6.29), which has been custom configured. The distros used
On Mon, Apr 25, 2011 at 04:30, Joakim Tjernlund wrote:
> vapierfil...@gmail.com wrote on 2011/04/25 06:13:20:
>> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
>> > Yes, but puts() adds an newline so you can't just replace the above printf
>> > with puts()
>>
>> no, it doesnt. u-boot's p
On Mon, Apr 25, 2011 at 10:53, Stephen Saputo wrote:
> I need some help in determining how to have a color splash image display in
> place of the Linux scrolling-text during the boot-up process on an embedded
> Linux device using u-boot. The kernel used is a stripped-down version of
> Linux (kernel
Once we add a new page_size field for write lengths, we can unify the
write methods for most of the spi flash drivers.
Signed-off-by: Mike Frysinger
---
v2
- push page program command into common code too since all spi
flashes use the same one (0x02)
drivers/mtd/spi/eon.c
Every spi flash uses the same write disnable command, so unify this in
the common code.
Signed-off-by: Mike Frysinger
---
drivers/mtd/spi/spi_flash_internal.h |9 +
drivers/mtd/spi/sst.c|2 +-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/drivers
Newer SST flashes have dropped the Auto Address Increment (AAI) word
programming (WP) modes in favor of the standard page programming mode
that most flashes now support. So add a flags field to the different
flashes to support both modes with new and old styles.
Signed-off-by: Mike Frysinger
---
btw, i dont currently plan on pushing these spi patches for 2011.06
since it's kind of late in the merge window. but people can find them
in my sf branch if they feel like playing with them:
git://www.denx.de/git/u-boot-blackfin.git sf
-mike
___
U-Boot m
Dear "Ciummo, Larry (DS-1)",
please keep the mailing list on Cc:.
In message
you
wrote:
>
> Stephan:
I'm not Stephan.
> Out board really isn't a Canyonlands, but a 460GT based board with a lot
> of custom hardware and mfg/bringup diagnostics code added. Certainly
> porting to a newer uboot
On Mon, 25 Apr 2011 04:06:10 +
Dudhat Dipen-B09055 wrote:
> Hi Wolfgang,
>
> Any comments on this patch...
>
> This patch is acked by kumar gala.
There's still been no patch posted for a board that enables this driver. It
would be nice to have the ability to at least see if this compiles
On Fri, 22 Apr 2011 09:13:34 +0200
Stefano Babic wrote:
> The only point is we need that the controller checks the parameters
> after the tail part, as the tail part scans the chip and sets its
> options, as the SUBPAGE flag. We could add a pre_adjust() and
> post_adjust() functions to be called
On Mon, 25 Apr 2011 00:13:20 -0400
Mike Frysinger wrote:
> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31:
> >> probably want to disable this stuff for u-boot since it doesnt make
> >> much sense by adding -Wno-format-nonliteral an
On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote:
> On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote:
>> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
>> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31:
>> >> probably want to disable this stuff for u-boot since it doesnt make
vapierfil...@gmail.com wrote on 2011/04/25 19:53:50:
>
> On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote:
> > On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote:
> >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
> >> > vapierfil...@gmail.com wrote on 2011/04/25 00:38:31:
> >> >> pr
On Mon, Apr 25, 2011 at 13:58, Joakim Tjernlund wrote:
> vapierfil...@gmail.com wrote on 2011/04/25 19:53:50:
>> On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote:
>> > On Mon, 25 Apr 2011 00:13:20 -0400 Mike Frysinger wrote:
>> >> On Sun, Apr 24, 2011 at 7:42 PM, Joakim Tjernlund wrote:
>> >> > vapi
Some toolchains enable security warning flags by default, but these don't
really make sense in the u-boot world. Such as forcing changes like:
-printf(foo);
+printf("%s", foo);
So disable the flags when the compiler supports them. Linux has already
merged a similar change in thei
Is there any way to rename or delete a file from a FAT formatted SD card?
--
W. David Kesselring
919-349-1079
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Dear Stephen Saputo,
In message you wrote:
>
> I need some help in determining how to have a color splash image display in
> place of the Linux scrolling-text during the boot-up process on an embedded
> Linux device using u-boot. The kernel used is a stripped-down version of
> Linux (kernel 2.6.2
Dear Scott Wood,
In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote:
>
> > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> > +USA */
>
> Fix the formatting here.
>
> > +
> > +static uint32_t get_sram_addr(int page_no, int page_size) {
> [sni
Dear D Kesselring,
In message you wrote:
> Is there any way to rename or delete a file from a FAT formatted SD card?
Of course there is. The easiest way is a two-pass sort of solution.
In the first pass, boot an operating system.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH
On Mon, 25 Apr 2011 21:01:26 +0200
Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <20110425123215.004cd...@schlenkerla.am.freescale.net> you wrote:
> >
> > > + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
> > > +USA */
> >
> > Fix the formatting here.
> >
>
A lot of boards set FT_FSL_PCI_SETUP directly in their board code
and don't check to see if CONFIG_PCI is actually defined. This
will cause the board compilation to fail if CONFIG_PCI is not
defined. The p1022ds board is one such example.
Instead of fixing every board this patch wraps FT_FSL_PCI_S
Mike Frysinger wrote on 2011/04/25 20:06:40:
>
> Some toolchains enable security warning flags by default, but these don't
> really make sense in the u-boot world. Such as forcing changes like:
>-printf(foo);
>+printf("%s", foo);
>
> So disable the flags when the compiler supports them.
On Mon, Apr 25, 2011 at 15:16, Joakim Tjernlund wrote:
> Mike Frysinger wrote on 2011/04/25 20:06:40:
>> Some toolchains enable security warning flags by default, but these don't
>> really make sense in the u-boot world. Such as forcing changes like:
>> -printf(foo);
>> +printf("%s", foo);
>
could you delete the useless 2009.01-rc2 tag ? it's duplicated by
v2009.01-rc2 ...
git tag -d 2009.01-rc2
git push origin :2009.01-rc2
-mike
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
On Mon, 25 Apr 2011 13:53:50 -0400
Mike Frysinger wrote:
> On Mon, Apr 25, 2011 at 13:45, Scott Wood wrote:
> > Why encourage bad habits? Are there any instances of this in U-Boot where
> > conversion to puts() wouldn't be an improvement, especially given the lack
> > of an automatic newline in
On Mon, Apr 25, 2011 at 15:45, Scott Wood wrote:
> And after writing this, you sent a patch changing the warning options...
i sent a proper patch to do a suggestion i already made here. and it
isnt really changing anything ... most toolchains already have this
behavior by default. my patch only
Dear Mike Frysinger,
In message you wrote:
> could you delete the useless 2009.01-rc2 tag ? it's duplicated by
> v2009.01-rc2 ...
>
> git tag -d 2009.01-rc2
> git push origin :2009.01-rc2
Done. Hope we don't pull it in again via some old repo...
Best regards,
Wolfgang Denk
--
DENX Softwar
Dear Scott Wood,
In message <20110425144518.5a37b...@schlenkerla.am.freescale.net> you wrote:
>
> Mike Frysinger wrote:
...
> > that wasnt what i was saying. my point is simply that changing
> > printf(foo); to printf("%s", foo); simply to satisfy a gcc warning is
> > wrong and unnecessarily blo
On Mon, 25 Apr 2011 23:23:41 +0200
Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <20110425144518.5a37b...@schlenkerla.am.freescale.net> you wrote:
> >
> > Mike Frysinger wrote:
> ...
> > > that wasnt what i was saying. my point is simply that changing
> > > printf(foo); to printf("%s"
Dear ro...@dawes.za.net,
In message <1300435500-4909-3-git-send-email-ro...@dawes.za.net> you wrote:
> From: Rogan Dawes
>
> Some SATA controllers can operate in an IDE compatible mode (e.g. mvsata)
> but will only ever have a single device per bus.
>
> This allows the upcoming DNS323 port to p
Dear ro...@dawes.za.net,
In message <1300435500-4909-8-git-send-email-ro...@dawes.za.net> you wrote:
> From: ro...@dawes.za.net
>
> This allows us to match the exact behaviour of the vendor U-boot in the
> kernel boot logs
Please note that the behaviour of some out of tree port is not exactly
Dear ro...@dawes.za.net,
In message <1300435500-4909-10-git-send-email-ro...@dawes.za.net> you wrote:
> From: Rogan Dawes
>
> ---
> arch/arm/include/asm/setup.h | 18 ++
> arch/arm/lib/bootm.c | 30 ++
> 2 files changed, 48 insertions(+),
Dear ro...@dawes.za.net,
In message <1300435500-4909-11-git-send-email-ro...@dawes.za.net> you wrote:
> From: ro...@dawes.za.net
>
> ---
> common/image.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
This is the wrong approach.
Rather fix the Linux kernel to accept a ramdisk
Dear Luca Ceresoli,
In message <4da2b9fe.20...@comelit.it> you wrote:
>
> > Note that arch/arm/cpu/armv7/omap3/mem.c is also the only file in the
> > whole U-Boot source tree which references these variables:
> >
> > -> egrep -lR
> > 'boot_flash_base|boot_flash_off|boot_flash_sec|boot_flash_type
Dear "Macpaul Lin",
In message <1300770080-9893-2-git-send-email-macp...@andestech.com> you wrote:
> Support registers definitions of ftsdmc021 SDRAM controller.
>
> Signed-off-by: Macpaul Lin
> ---
> Changes for v2:
> - Add __ASSEMBLY__ protecton to register offset for supporting
> lowlevel_i
Dear =?UTF-8?q?Lo=C3=AFc=20Minier?=,
In message <1300983702-31251-1-git-send-email-loic.min...@linaro.org> you wrote:
> Signed-off-by: Loïc Minier
> ---
> common/cmd_nvedit.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX S
Dear Clint Adams,
In message <1303170450-4230-2-git-send-email-cl...@debian.org> you wrote:
> ---
> board/Marvell/{openrd_base => openrd}/Makefile |2 +-
> board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0
> .../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +-
> .../{ope
Dear Clint Adams,
In message <1303170450-4230-3-git-send-email-cl...@debian.org> you wrote:
> ---
> MAKEALL |2 ++
> board/Marvell/openrd/openrd.c |6 ++
> boards.cfg|2 ++
> include/configs/openrd.h | 14 +-
> 4 files c
Dear Clint Adams,
In message <1303170450-4230-3-git-send-email-cl...@debian.org> you wrote:
> ---
> MAKEALL |2 ++
> board/Marvell/openrd/openrd.c |6 ++
> boards.cfg|2 ++
> include/configs/openrd.h | 14 +-
> 4 files c
Dear Clint Adams,
In message <1303170450-4230-4-git-send-email-cl...@debian.org> you wrote:
> (rework of Julian Pidancet's patch)
> ---
> board/Marvell/openrd/openrd.c | 25 +
> include/configs/openrd.h | 14 --
> 2 files changed, 33 insertions(+), 6 d
Dear Clint Adams,
In message <1303170450-4230-5-git-send-email-cl...@debian.org> you wrote:
> ---
> include/configs/openrd.h |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Signed-off-by: line missing.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfga
Dear Heiko Schocher,
In message <1301297063-4072-2-git-send-email...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher
> ---
> README |2 +
> drivers/rtc/rv3029.c | 87
> ++
> 2 files changed, 89 insertions(+), 0 deletions(-)
Dear Heiko Schocher,
In message <1301297063-4072-3-git-send-email...@denx.de> you wrote:
> Signed-off-by: Heiko Schocher
>
> ---
> changes for v2:
> - set CONFIG_SYS_RV3029_TCR to 5k Ohm
>
> include/configs/digsy_mtc.h |2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
Applied, tha
Dear Scott Wood,
In message <20110425162854.05500...@schlenkerla.am.freescale.net> you wrote:
>
> > I disagree. "printf(foo);" may be suboptimal but there are cases
> > where I do not want to see a warning about this. Consider for example
> > common/main.c:
> >
> > 115 # ifdef CONFIG_AUTOBOOT_P
On Tue, 26 Apr 2011 00:29:06 +0200
Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <20110425162854.05500...@schlenkerla.am.freescale.net> you wrote:
> >
> > > I disagree. "printf(foo);" may be suboptimal but there are cases
> > > where I do not want to see a warning about this. Consider f
Some users would like the ability to not emit some of the
messages that checkpatch produces.
Add command line option to "--ignore" various message types.
Add .checkpatch.conf file to store a default set of "ignore" flags
Categorize all ERROR, WARN and CHK types with flags.
Signed-off-by: Joe Perc
Signed-off-by: Fabio Estevam
---
arch/arm/cpu/armv7/mx5/soc.c |3 +++
arch/arm/include/asm/arch-mx5/imx-regs.h |1 +
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/armv7/mx5/soc.c b/arch/arm/cpu/armv7/mx5/soc.c
index 6f4e8db..fa7ee6d 100644
--- a/a
Hi Stefano,
Ping?
Regards,
Fabio Estevam
On 4/10/2011 3:17 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam
> ---
> Changes since v1:
> - define BOARD_LATE_INIT in /mx31pdk.h
>
> board/freescale/mx31pdk/mx31pdk.c | 16
> include/configs/mx31pdk.h |3 +++
(My apologies for the last message. I tried to send it from my phone.)
I should have been more specific. On first boot, I boot the os then rename a
uboot script so that it will run on reboot. Once the script runs now I need
to either delete or rename the script so that it does not rerun on the next
On Tue, Apr 26, 2011 at 12:12:36AM +0200, Wolfgang Denk wrote:
> Please fix globally, and use checkpatch to verify result.
Thanks, that appears to be this:
http://kernel.org/pub/linux/kernel/people/apw/checkpatch/
___
U-Boot mailing list
U-Boot@lists.den
Changes for v4:
- Various commit log and whitespace tweaks
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 OpenRD boa
Signed-off-by: Clint Adams
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
Cc: Julian Pidancet
---
Changes for v4:
- Added Signed-off-by: line to commit message
---
MAKEALL |2 ++
board/Marvell/openrd/openrd.c |6 ++
boards.cfg|2 ++
includ
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>
Signed-off-by: Clint Adams
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
Cc: Julian Pidancet
---
Changes for v4:
- Added Signed-off-by: line to commit message
---
include/configs/openrd.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/openrd.h b/include/
Signed-off-by: Clint Adams
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
Cc: Julian Pidancet
---
Changes for v4:
- Added Signed-off-by: line to commit message
---
board/Marvell/{openrd_base => openrd}/Makefile |2 +-
board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0
.../{openrd_
Anatolij,
Are you planning on making a pull request for u-boot-video soon? The
merge window closed last week, but I have some pending video patches
that I would like to see included.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mail
Dear Wolfgang,
The following pull request is for Grant Likely's changes "[PATCH 0/6]
ARM device tree support improvements". I had to make two minor fixes, a
missing ";" in patch [1 of 6] and a misspelling in patch [2 of 6]
s/getenv_bootm_base/getenv_bootm_low/
Note that I did *not* include
On Sun, Apr 24, 2011 at 7:57 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-8-git-send-email-msp...@csclub.uwaterloo.ca> you
> wrote:
>> The TS-7800 is an Orion5x implementation by Technologic Systems.
>>
>> Signed-off-by: Michael Spang
>> ---
>> MAKEALL
On Sun, Apr 24, 2011 at 7:53 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-6-git-send-email-msp...@csclub.uwaterloo.ca> you
> wrote:
>> For ARM, the CONFIG_SKIP_LOWLEVEL_INIT option implies that the
>> cpu_init_crit and lowlevel_init assembly functions are skippe
Replace usb root support from 2 to 5.
Some board has more then 2 usb slots hubs on the board.
Signed-off-by: Macpaul Lin
---
drivers/usb/host/ehci.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h
index 945ab64..c097d3d
On Sun, Apr 24, 2011 at 7:59 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-9-git-send-email-msp...@csclub.uwaterloo.ca> you
> wrote:
>> The NAND control functions were written by Alexander Clouter and
>> copied here from Linux.
>
> Please provide exact reference,
On Sun, Apr 24, 2011 at 8:01 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-10-git-send-email-msp...@csclub.uwaterloo.ca>
> you wrote:
>> Signed-off-by: Michael Spang
>> ---
>> doc/README.ts7800 | 84
>> +
>>
On Sun, Apr 24, 2011 at 7:50 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-3-git-send-email-msp...@csclub.uwaterloo.ca> you
> wrote:
>> The MVGBE driver either gets the MAC from the environment, or invents
>> one. This allows the driver to leave the existing addr
On Mon, Apr 25, 2011 at 7:37 AM, Tabi Timur-B04825 wrote:
> On Sun, Apr 24, 2011 at 6:50 PM, Wolfgang Denk wrote:
>
>> And please add documentation for the new CONFIG_PRESERVE_LOCAL_MAC to
>> the README.
>
> We have something similar already on Freescale parts, but it does
> sometimes cause probl
Dear Macpaul Lin,
In message <1303790229-9332-1-git-send-email-macp...@andestech.com> you wrote:
> Replace usb root support from 2 to 5.
> Some board has more then 2 usb slots hubs on the board.
>
> Signed-off-by: Macpaul Lin
> ---
> drivers/usb/host/ehci.h |2 +-
> 1 files changed, 1 inser
Dear Michael Spang,
In message you wrote:
>
> > Please provide exact reference, see bullet # 4 at
> > http://www.denx.de/wiki/view/U-Boot/Patches#Attributing_Code_Copyrights_Sign
>
> Will add the following:
>
> [upstream commit 75bb6b9aab3255f440ef4e72a31978d1681105d6]
Please follow the example
Hi Wolfgang,
2011/4/26 Wolfgang Denk :
> Dear Macpaul Lin,
>
>> #if !defined(CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS)
>> -#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 2
>> +#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 5
>> #endif
>
> I think only very few systems will really need this. Why cannot yo
On Sun, Apr 24, 2011 at 7:55 PM, Wolfgang Denk wrote:
> Dear Michael Spang,
>
> In message <1300391223-11879-7-git-send-email-msp...@csclub.uwaterloo.ca> you
> wrote:
>> The TS-7800 needs to skip SDRAM initialization since it loads from
>> RAM, but the CPU should still be initialized to the corre
Hello, All!
Can you please answer the following questions:
* Is there an ability to access files stored on a UBIFS partition on a
flash drive connected via SPI?
* If yes, are there any pitfalls in using UBIFS with SPI?
I will be glad to get any comments on this topic.
Regards
Stas
Hi guys,
I use u-boot to boot omap3530 Board. Angstrom is the operating flavour i
use.
I got the following kernel messages while booting and, hence the
devices associate with those boot arguments, does not function.
Please show me a solution.
Below is the log :
U-Boot 2009.11 (Feb 18 2011 -
12:0
Drop warning caused by missing prototype for
mxc_hw_watchdog_reset().
Signed-off-by: Stefano Babic
---
arch/arm/include/asm/arch-mx31/clock.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/include/asm/arch-mx31/clock.h
b/arch/arm/include/asm/arch-mx31/clock.h
On 03/09/2011 05:35 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam
> ---
> board/freescale/mx31pdk/mx31pdk.c | 16
> include/configs/mx31pdk.h |1 +
> 2 files changed, 17 insertions(+), 0 deletions(-)
>
> diff --git a/board/freescale/mx31pdk/mx31pdk.c
> b
On 04/09/2011 10:43 PM, Fabio Estevam wrote:
> Signed-off-by: Fabio Estevam
> ---
> drivers/gpio/mxc_gpio.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
The include for was missing, I have added myself.
Applied to u-boot-imx, thanks.
Best regards,
Stefano Babic
--
ftahbc020s.h provides basic definitions of this controller
to help a SoC which use this AHB Controller could
do scalable software settings in lowlevel_init.S.
Signed-off-by: Macpaul Lin
Changes for v2:
- Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init
---
include/far
Support registers definitions of ftsdmc021 SDRAM controller.
Signed-off-by: Macpaul Lin
Changes for v2:
- Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init
---
include/faraday/ftsdmc021.h | 154 +++
1 files changed, 154 insertio
Hi Wolfgang,
2011/4/26 Wolfgang Denk :
> Corrupted patch (line wrapped). Please resubmit after fixing
> your mailer (or better use git sendmail).
>
> Best regards,
>
> Wolfgang Denk
>
I did use git sent-email to send this patch.
However it seems still some problem.
I will change a mail server to
ftahbc020s.h provides basic definitions of this controller
to help a SoC which use this AHB Controller could
do scalable software settings in lowlevel_init.S.
Signed-off-by: Macpaul Lin
---
Changes for v2:
- Add __ASSEMBLY__ protecton to register offset for supporting lowlevel_init
Changes for v
1 - 100 of 104 matches
Mail list logo