as checkpatch proposes to use strict_strtoul instead of
simple_strtoul, introduce it.
Ported this function from Linux 2.6.38 commit ID:
521cb40b0c44418a4fd36dc633f575813d59a43d
Signed-off-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Valentin Longchamp
cc: Holger Brunck
Signed-o
On 05/03/2011 08:48 AM, Alexander Stein wrote:
Hi Alexander,
> Am Montag, 2. Mai 2011, 19:00:47 schrieb Wolfgang Denk:
>> In message <201105021640.27241.alexander.st...@systec-electronic.com> you
> wrote:
>>> Ok, let me be more precise on this.
>>> We used U-Boot v2010.09 on a custom board runni
Hello,
Valentin Longchamp wrote:
> This series is the second effort of merging the Keymile boards support
> back into mainline.
>
> Most of the patches are only keymile relevant and should only affect our
> boards.
>
> There are also patches for the i2c deblocking support and cramfs for ARM.
We
Hi Wolfgang,
Wolfgang Denk wrote:
> Dear Luca Ceresoli,
>
> In message<1302796377-3321-3-git-send-email-luca.ceres...@comelit.it> you
> wrote:
>> This is needed for the upcoming TFTP server implementation.
>>
>> This also simplifies PingHandler() and fixes rxhand_f documentation.
>>
>> Signed-o
This series is the second effort of merging the Keymile boards support
back into mainline.
This serie is a smaller serie based on the first patch serie:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large serie was split up to three independent series, which
is easier to re
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first large patch serie to three independent smaller
patch series
- no change in the content of this patch
board/keymile/mgcog
The hdlc implementation for mgcoge was initially developed,
but later on not used. Remove the C files, the references
in mgcoge.c and the Makefile to decrease maintenance effort.
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detle
The directory and file mgcoge was renamed to km82xx.
Because other keymile 82xx will follow and will use the
same platform code.
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first
From: Huber, Andreas
Introduce a struct for the BFTICU FPGA to increase the readability of
the code. And the define CONFIG_SYS_BFTICU_BASE was removed because
the CONFIG_SYS_FPGA_BASE is already the base value for BFTICU registers.
Signed-off-by: Andreas Huber
Signed-off-by: Holger Brunck
Sign
This patch adds support for the MPC8247 based board mgcoge3ne.
Additionaly mgcoge2ne board supprot was removed, because due
to the mgcoge3ne, this board is obsolete and not longer
maintained.
The board is similar to mgcoge. The difference is that
a NUMONYX flash is used and a different SDRAM (256MB
Reserved bit was changed according to the processors manual.
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first large patch serie to three independent smaller
patch series
On mgcoge3ne a new environment variable bobcatreset is used.
So this patch adds a possibility to add board specific
environment variables in general and this specific variable
for mgcoge3ne.
Signed-off-by: Holger Brunck
Signed-off-by: Valentin Longchamp
Acked-by: Heiko Schocher
cc: Wolfgang Den
> -Original Message-
> From: Simon Guinot [mailto:simon.gui...@sequanux.org]
> Sent: Tuesday, May 03, 2011 4:12 AM
> To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger
> Cc: u-boot@lists.denx.de; Simon Guinot
> Subject: [PATCH v5 0/5] Add support for LaCie NAS Network Sp
This board used machine_is_* macros for identifying the arch number.
Fix this by introducing a board specific configuration variable.
Signed-off-by: Igor Grinberg
---
v2: remove the ifdeferry by introducing config variable,
Alessandro, what about this one?
board/ti/omap1610inn/omap1
Dear Heiko Schocher,
In message <4dbf9760.5030...@denx.de> you wrote:
>
> >> --- a/common/cmd_cramfs.c
> >> +++ b/common/cmd_cramfs.c
> >> @@ -43,7 +43,9 @@
> >> #endif
> >>
> >> #ifdef CONFIG_CRAMFS_CMDLINE
> >> -flash_info_t flash_info[1];
> >> +#if !defined(CONFIG_SYS_NO_FLASH)
> >> +#inclu
> -Original Message-
> From: Clint Adams [mailto:cl...@debian.org]
> Sent: Tuesday, April 26, 2011 6:47 AM
> To: u-boot@lists.denx.de
> Cc: Albert ARIBAUD; Prafulla Wadaskar; Wolfgang Denk; Clint Adams
> Subject: [PATCH v4 0/4] OpenRD-Client and OpenRD-Ultimate support
>
> Changes for v4
> -Original Message-
> From: Simon Guinot [mailto:simon.gui...@sequanux.org]
> Sent: Tuesday, May 03, 2011 4:12 AM
> To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger
> Cc: u-boot@lists.denx.de; Simon Guinot
> Subject: [PATCH v5 3/5] mv-common.h: fix DRAM banks configur
do not define own flash_info variable, instead use
the flash_info variable defined in your flash driver.
Signed-off-by: Heiko Schocher
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Valentin Longchamp
cc: Holger Brunck
Signed-off-by: Valentin Longchamp
---
changes for v2:
- added comments from Wolf
cc: Wolfgang Denk
cc: Detlev Zundel
cc: Valentin Longchamp
cc: Holger Brunck
Signed-off-by: Valentin Longchamp
---
changes for v2:
- added comments from Wolfgang Denk:
- introduce define OFFSET_ADJUSTMENT, so command can be used
without a NOR flash.
common/cmd_cramfs.c | 10 -
> -Original Message-
> From: Simon Guinot [mailto:simon.gui...@sequanux.org]
> Sent: Tuesday, May 03, 2011 4:12 AM
> To: Prafulla Wadaskar; Albert ARIBAUD; Wolfgang Denk; Mike Frysinger
> Cc: u-boot@lists.denx.de; Simon Guinot
> Subject: [PATCH v5 2/5] Kirkwood: allow to override CONFIG_S
Hello.
On 30-04-2011 23:14, Wolfgang Denk wrote:
>> Apple iPod nanos have sector sizes of 2 or 4 KiB, which crashes U-Boot when
>> it
>> tries to read the MBR into 512-byte buffer situated on stack. Instead
>> allocate
>> this buffer dynamically to be safe with any large sector size.
>> Signed
Il 30/04/2011 21:53, Wolfgang Denk ha scritto:
> Dear Luca Ceresoli,
>
> In message<4da59b5e.5000...@comelit.it> you wrote:
Usage:tftpsrv []
This would be used almost like tftpboot, except no file name is specified
on
the commandline.
would default to th
Dear Igor Grinberg,
In message <1304417333-30745-1-git-send-email-grinb...@compulab.co.il> you
wrote:
> This board used machine_is_* macros for identifying the arch number.
> Fix this by introducing a board specific configuration variable.
>
> Signed-off-by: Igor Grinberg
> ---
> v2: remove t
Current timer routines (arch/mips/lib/timer.c) are implemented assuming
that MIPS32 coprocessor (CP0) resources, Counter and Compare registers
in this case, are available. But this doesn't always work.
We need to make sure that all MIPS-based systems don't necessarily use
CP0 counter/compare regi
Dear Sergei Shtylyov,
In message <4dbff300.9010...@mvista.com> you wrote:
>
> > Can we please keep the buffer on the stack as before?
>
> It will be unsafe. We can't really predict the size of the buffer (unless
> we postulate that the buffer size won't ever exceed e.g. 4K).
In which way w
Dear Luca Ceresoli,
In message <4dbff3af.4040...@comelit.it> you wrote:
>
> > So assuming we never see any incoming packets - how long will we wait?
>
> Once it has started, the server is stopped like the client is:
> - on a complete file reception
> - pressing Ctrl-C
> - after waiting 5 seconds
On Tuesday, May 03, 2011 08:43:39 AM Balaji P wrote:
> Hi
> I am working in Arm based board which can support both linux and
> wince. We need unified bootloader to boot both. Please provide me some
> help.
CCing uboot mailing list ... I can't help you more
>
> Thanks& Regards
> Balaji P
>
Hello.
On 03-05-2011 16:34, Wolfgang Denk wrote:
> Umm... you _are_ aware that you can put dynamically sized arrays on
> the stack, aren't you?
No, it seems I'm not. Is it a standard C now?
> Best regards,
> Wolfgang Denk
WBR, Sergei
___
U-Boot
Hi Wolfgang,
On 05/03/11 15:29, Wolfgang Denk wrote:
> Dear Igor Grinberg,
>
> In message <1304417333-30745-1-git-send-email-grinb...@compulab.co.il> you
> wrote:
>> This board used machine_is_* macros for identifying the arch number.
>> Fix this by introducing a board specific configuration vari
On Monday 02 May 2011 23:44:58 Steven A. Falco wrote:
> I have not been able to find a way to distinguish a power-up versus a
> reboot. So for now, I've implemented the AMCC bug fix more or less as
> written. To do it right, we'd have to add entries in every U-Boot config
> file for the 405 EX/EXr
Hi Wolfgang,
I have failed to find an entry for this patch in the U-Boot patchwork
(and any previous version except the very first).
Have I missed something and/or done something wrong ?
Regards,
Simon
On Tue, May 03, 2011 at 12:42:28AM +0200, Simon Guinot wrote:
> From: Simon Guinot
>
> Thi
This series is the second effort of merging the Keymile boards support
back into mainline.
This series is a subset of the first patch series:
http://lists.denx.de/pipermail/u-boot/2011-April/090013.html
The first large series was split up to three independent series, which
are easier to review and
This environment variable is used to set the bootcount address
for the kernel.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
cc: Prafulla Wadaskar
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first large patch series to three
From: Holger Brunck
last_stage_init is not available for arm platforms. So move
the calls to set_km_var and set_bootcount_addr to misc_init_r
and remove this function.
Additionally some unneeded printouts were removed.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: H
This is not supported on our km-arm boards since we have defined
CONFIG_SYS_NO_FLASH for our NAND Flash chip.
With CONFIG_CMD_JFFS2, the ls command is present and works very badly
on our km-arm boards.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
cc:
This RAM is used on mgcoge3un and needs other initialization values
for the SDRAM controller.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
cc: Prafulla Wadaskar
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first large patch
From: Holger Brunck
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
cc: Prafulla Wadaskar
cc: Wolfgang Denk
cc: Detlev Zundel
---
Changes for v2:
- split up first large patch series to three independent smaller
patch series
include/configs/k
From: Holger Brunck
The mgcoge2un target was only an intermediate step to mgcoge3un.
For this reason the mgcoge2un support was moved to mgcoge3un,
because it isn't needed to support both targets.
Signed-off-by: Valentin Longchamp
Signed-off-by: Holger Brunck
Acked-by: Heiko Schocher
cc: Prafu
From: Holger Brunck
The reason we need this is that we have the gig port on mgcoge3un
connected using a back-to-back pair of PHYs. There are no magnetics and
because of that the port has to be run with a fixd configuration and
auto-negotiation must be disabled. In the default mode the egiga drive
From: Holger Brunck
Add wait for the GPIO line connected to mgcoge3ne before
starting mgcoge3un. A board specific ethernet present function
was added, because on this board ethernet is always present.
The BOCO FPGA access was enhanced and changed to use register
definitions.
Signed-off-by: Valen
> diff --git a/arch/powerpc/lib/bootm.c b/arch/powerpc/lib/bootm.c
> index e01787d..53b9b27 100644
> --- a/arch/powerpc/lib/bootm.c
> +++ b/arch/powerpc/lib/bootm.c
> @@ -226,6 +226,23 @@ static int boot_bd_t_linux(bootm_headers_t *images)
> return ret;
> }
>
> +/*
> + * Verify the device tr
On May 3, 2011, at 9:21 AM, Kumar Gala wrote:
>>
>> +
>> +ft_verify_fdt(*of_flat_tree);
>
> Do we not want to error out here if verify fails?
Maybe. I didn't want a false negative to prevent booting. If the DT is wrong,
the kernel won't display any messages, so the warning will be t
Changes for v5:
- rebase against current u-boot-marvell.git/master
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 Op
Signed-off-by: Clint Adams
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
Cc: Julian Pidancet
---
board/Marvell/{openrd_base => openrd}/Makefile |2 +-
board/Marvell/{openrd_base => openrd}/kwbimage.cfg |0
.../{openrd_base/openrd_base.c => openrd/openrd.c} |2 +-
.../{openrd_base/op
Signed-off-by: Clint Adams
Cc: Albert ARIBAUD
Cc: Prafulla Wadaskar
Cc: Julian Pidancet
---
MAKEALL |2 ++
board/Marvell/openrd/openrd.c |6 ++
boards.cfg|2 ++
include/configs/openrd.h | 14 +-
4 files changed, 23 in
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
---
include/configs/openrd.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/configs/openrd.h b/include/configs/openrd.h
index 8d86067..3256cb3 100644
--- a/include/configs/
On May 3, 2011, at 9:41 AM, Timur Tabi wrote:
> On May 3, 2011, at 9:21 AM, Kumar Gala wrote:
>
>>>
>>> +
>>> +ft_verify_fdt(*of_flat_tree);
>>
>> Do we not want to error out here if verify fails?
>
> Maybe. I didn't want a false negative to prevent booting. If the DT is
> wrong,
On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger wrote:
> On Monday, May 02, 2011 19:06:51 Tom Warren wrote:
>> Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that.
>
> fwiw, u-boot has splash screen support
> -mike
>
Thanks, Mike. I'm talking touchscreen support. We'll be submitt
On Sun, 1 May 2011 16:43:30 +0200
Wolfgang Denk wrote:
> Dear Alex Waterman,
>
> In message <4d9cc6b0.6020...@dawning.com> you wrote:
> >
> > This patch changes the large page nand_command() routine to use a word
> > offset instead of a byte offset. The 'offs' argument gets divided by 2
> > so t
Am Di, 3.05.2011, 00:45, schrieb Tom Warren:
> Signed-off-by: Tom Warren
> ---
> Changes in V2:
> - use 'gpio_pin' enum in gpio.h (Simon Glass review request)
> - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass request)
> - change 'offset' to 'pin' globally
>
> arch/arm/incl
APM errata CHIP_21 for the 405EX/EXr (from the rev 1.09 document dated 4/27/11)
states that rev D processors may wake up with the wrong feature set. I've
personally seen that happen. This patch implements the APM-proposed workaround.
Note that you cannot blindly use this workaround. You must ad
Introduce two functions, fdt_verify_alias_address() and fdt_get_base_address(),
which can be used to verify the physical address of a device in a device tree.
fdt_get_base_address() returns the base address of an SOC or PCI node.
fdt_verify_alias_address() prints a message if the address of a nod
Introduce ft_verify_fdt(), a function that is called after the device tree
has been fixed up, that displays warning messages if there is a mismatch
between the physical addresses of some devices that U-Boot has configured with
what the device tree says the addresses are.
This is a particular probl
The Fman device tree node binding allows for the entire Fman firmware binary
data to be embedded in the device tree. This eliminates the need to have
NOR flash mapped to Linux just so that the Fman driver can see the firmware.
The location of the Fman firmware is taken from the 'fman_ucode' envir
Add a prototype for fdt_increase_size() so that anyone can call it.
Signed-off-by: Timur Tabi
---
include/fdt_support.h |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/include/fdt_support.h b/include/fdt_support.h
index ce6817b..7333c0c 100644
--- a/include/fdt_support.h
On Tue, May 3, 2011 at 12:49, Michael Walle wrote:
> Am Di, 3.05.2011, 00:45, schrieb Tom Warren:
>> Changes in V2:
>> - use 'gpio_pin' enum in gpio.h (Simon Glass review request)
>> - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass request)
>> - change 'offset' to 'pin' globa
On Tue, May 3, 2011 at 11:13, Tom Warren wrote:
> On Mon, May 2, 2011 at 4:16 PM, Mike Frysinger wrote:
>> On Monday, May 02, 2011 19:06:51 Tom Warren wrote:
>>> Seaboard has a touchscreen on SPI1, but U-Boot doesn't care about that.
>>
>> fwiw, u-boot has splash screen support
>
> Thanks, Mike. I'
The SHARP LQ084S3LG01 is a TFT LCD used on the P1022DS (revision "C") board.
This device only supports 800x600 resolution, so if that resolution is selected,
assume that this is the device. The device is attached to the LVDS port
on the P1022DS board.
Also change the existing entry for 800x600 so
On Tue, 3 May 2011 10:10:18 -0500
Kumar Gala wrote:
>
> On May 3, 2011, at 9:41 AM, Timur Tabi wrote:
>
> > On May 3, 2011, at 9:21 AM, Kumar Gala wrote:
> >
> >>>
> >>> +
> >>> +ft_verify_fdt(*of_flat_tree);
> >>
> >> Do we not want to error out here if verify fails?
> >
> > Maybe
Scott Wood wrote:
> This seems to have a higher potential for false positives than a checksum.
As a compromise, if the verify function thinks that there could be a false
positive, then it can display a warning and return success.
Frankly, though, if the there's a mismatch with the CCSR base addre
Hello,
I am working on porting u-boot to our custom board. Everything
is working fine using my BSP except one common area in u-boot
that I have had issues with and have fixed with the following patch:
--- u-boot.without_b2040/arch/powerpc/cpu/mpc83xx/speed.c
2011-05-02 08:11:04.916529581 -0700
++
On Tue, 3 May 2011 15:26:16 -0700
Barry G wrote:
> I am working on porting u-boot to our custom board. Everything
> is working fine using my BSP except one common area in u-boot
> that I have had issues with and have fixed with the following
> patch:
> --- u-boot.without_b2040/arch/powerpc/cpu/m
Wolfgang Denk,
Please pull:
The following changes since commit
67a490d60d70f2b01d55976440ba30154af96965:
atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01
14:49:08 -0500)
are available in the git repository at:
git://git.denx.de/u-boot-mpc83xx.git master
Kim Phillips (1):
Since the following commit, definition CONFIG_SYS_BOOTMAPSZ is not
needed any more.
ed59e58786cae9f8afcb575649afc65985beed4d
Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ
Signed-off-by: Shawn Guo
---
Why resend?
The previous post does not apply on u-boot mainline, so rebase a
With the following commit, CONFIG_OF_LIBFDT is redefined.
2fa8ca98c37d5b1bb0328b19ddb7e9d162cd9683
Add CONFIG_OF_LIBFDT to more boards.
Remove the duplicated definition to fix CONFIG_OF_LIBFDT redefined
warning.
Signed-off-by: Shawn Guo
---
include/configs/mx51evk.h |2 --
include/conf
66 matches
Mail list logo