Dear Jain Priyanka-B32167,
In message
you wrote:
>
> I have cloned u-boot code (latest commit-id is
> 1ba91ba23396005ef7b42381cc21f0baf78d0d60) and trying to build P1020RDB.
>
> But it fails.
Hm... please retry current top of tree. I get a number of warnings,
but these are mostly harmless:
->
On Wed, Oct 20, 2010 at 10:46 AM, Mike Frysinger wrote:
> On Wednesday, October 20, 2010 00:38:08 Vaibhav Bedia wrote:
>
> please do not top post
>
> Sorry about the top posting.
> > The size of other sections like the bss section also need to be accounted
> > for when doing a size check.
>
> t
uli526x.c: In function 'uli526x_init_one':
uli526x.c:314:2: warning: dereferencing type-punned pointer will break
strict-aliasing rules
uli526x.c:314:2: warning: dereferencing type-punned pointer will break
strict-aliasing rules
Signed-off-by: Kumar Gala
---
drivers/net/uli526x.c |5 +++--
Dear Reinhard Meyer,
Am 19.10.2010 um 20:42 schrieb Reinhard Meyer:
> Hello,
>
> I just noticed that:
>
>> board/atmel/at91rm9200ek/config.mk|3 +-
>
> This file should/could be removed by moving the text base define to
> the board config file.
Good Idea, I just thought about that
Last commit 3831530dcb7b71329c272ccd6181f8038b6a6dd0a was intended
"explicitly specify FAT12/16 root directory parsing buffer size, instead
of relying on cluster size". Howver, the underlying function requires
the size of the buffer in blocks, not in bytes, and instead of passing
a double sector si
Dear Reinhard Meyer,
Am 19.10.2010 um 20:30 schrieb Reinhard Meyer:
>> +#define CONFIG_SYS_TEXT_BASE0x
> How does this work with a text base of 0? Am I missing something?
This should work when booting from NOR. The first MiB (0x-0x0010)
is mapped to internal S
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> From: John Schmoller
>
> Initial support for Extreme Engineering Solutions XPedite5500 -
> a P2020-based PMC/XMC single board computer.
>
> Signed-off-by: John Schmoller
> Signed-off-by: Peter Tyser
> CC: Kumar Gala
> ---
> Some of the chang
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> From: John Schmoller
>
> If a NOR flash is write protected it can not be initialized/detected so
> add the ability for boards to skip NOR initialization on bootup. A
> board can skip NOR initialization by implementing the
> board_flash_wp_on()
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> From: John Schmoller
>
> Add a new 'pci enum' command which re-enumerates the PCI buses. This
> command is enabled via the CONFIG_CMD_PCI_ENUM define and can be useful
> in boards with FPGAs connected via PCI/PCIe, boards that support PCI
> hot
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> Previously io_sel=0xe incorrect stated PCIE1 was enabled. Also add
> support for the mpc8640's PCIE2 interface.
>
> Signed-off-by: Peter Tyser
> CC: Kumar Gala
> ---
> arch/powerpc/cpu/mpc8xxx/pci_cfg.c |5 -
> 1 files changed, 4 insert
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote:
> Update to use the recent, common FSL PCI initialization code.
>
> Signed-off-by: Peter Tyser
> CC: joe.ham...@embeddedspecialties.com
> ---
> board/sbc8641d/sbc8641d.c | 103 ++--
> 1 files changed, 24 ins
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote:
> Update to use the recent, common FSL PCI initialization code.
>
> Signed-off-by: Peter Tyser
> CC: s...@denx.de
> ---
> board/tqc/tqm85xx/law.c |4 +-
> board/tqc/tqm85xx/tlb.c | 10 ++--
> board/tqc/tqm85xx/tqm85xx.c | 151
On Sep 29, 2010, at 1:37 PM, Peter Tyser wrote:
> Update to use the recent, common FSL PCI initialization code.
>
> Signed-off-by: Peter Tyser
> ---
> I was making the same changes to X-ES code, so applied them to
> other users of the old PCI init code. I only compile tested
> them on these bo
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> On an XPedite5370 over 11KBytes were saved:
> Before:
> text data bss dec hex filename
> 33245633364 33476 399296 617c0 ./u-boot
>
> After:
> textdata bss dec hex filename
> 3210
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> On an XPedite5170 over 11KBytes were saved:
> Before:
> text data bss dec hex filename
> 31948828700 33204 381392 5d1d0 ./u-boot
>
> After:
> text data bss dec hex filename
> 3076
On Sep 29, 2010, at 2:05 PM, Peter Tyser wrote:
> Signed-off-by: Peter Tyser
> CC: Kumar Gala
> ---
> arch/powerpc/cpu/mpc86xx/config.mk |3 +
> .../powerpc/cpu/mpc86xx}/u-boot.lds|0
> board/freescale/mpc8610hpcd/u-boot.lds | 132 -
> From: Joakim Tjernlund
> To: u-boot@lists.denx.de, Scott Wood , Kim
Phillips
>
> Cc: Joakim Tjernlund
> Date: 2010/10/13 23:12
> Subject: [U-Boot] [PATCHv3] mpc83xx: Add -fpic relocation support
> Sent by: u-boot-boun...@lists.denx.de
>
> This adds relocation of .got entries produced
> by -
Signed-off-by: Wolfgang Denk
---
include/configs/motionpro.h | 70 --
1 files changed, 27 insertions(+), 43 deletions(-)
diff --git a/include/configs/motionpro.h b/include/configs/motionpro.h
index fa4310b..c47c815 100644
--- a/include/configs/motionpro.
Can't get IP address with dhcp due to the dhcp server not
allow the empty param list request under some network env
Add the advanced DHCP options to fix this issue:
CONFIG_BOOTP_SUBNETMASK
CONFIG_BOOTP_GATEWAY
CONFIG_BOOTP_DNS
Signed-off-by: Jason Liu
---
include/configs/mx51evk.h |4
On Sep 30, 2010, at 12:22 PM, Peter Tyser wrote:
> From: Aaron Sierra
>
> Some OSes require that secondary cores not be initialized when they
> are booted (eg VxWorks). By default when U-Boot is compiled with the
> CONFIG_MP option all secondary cores are brought out of reset and held
> in spi
Hello Steve,
Steve Sakoman wrote:
> This patch removes the "magic number" delays and instead
> monitors state changes in the status register bits.
>
> Signed-off-by: Steve Sakoman
> ---
> drivers/i2c/omap24xx_i2c.c | 76 +++
> 1 files changed, 41 insert
Hi Gray
It will be great if you put some comments too.
That to describe patch objective
Regards..
Prafulla . .
> -Original Message-
> From: u-boot-boun...@lists.denx.de
> [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gray Remlin
> Sent: Tuesday, October 19, 2010 6:48 PM
> To: u-boo
sed version on my machine is GNU 3.02
Regards
Priyanka
-Original Message-
From: Kumar Gala [mailto:ga...@kernel.crashing.org]
Sent: Wednesday, October 20, 2010 11:20 AM
To: Jain Priyanka-B32167
Cc: u-boot@lists.denx.de
Subject: Re: [U-Boot] facing issue in compiling latest u-boot for
P
Hello Steve,
Steve Sakoman wrote:
> This patch removes the "magic number" delays and instead
> monitors state changes in the status register bits.
>
> Signed-off-by: Steve Sakoman
> ---
> drivers/i2c/omap24xx_i2c.c | 41 ++---
> 1 files changed, 30 insertio
Hello Steve,
Steve Sakoman wrote:
> This patch removes the "magic number" delays and instead
> monitors state changes in the status register bits.
>
> Signed-off-by: Steve Sakoman
> ---
> drivers/i2c/omap24xx_i2c.c | 76 +++
> 1 files changed, 41 insert
> bash-2.05a$ make P1020RDB_config
>
> Generating include/autoconf.mk
>
> Generating include/autoconf.mk.dep
>
> Configuring for P1020RDB - Board: P1_P2_RDB, Options: P1020RDB
>
> sed: -e expression #1, char 16: Extra characters after command
>
> make: *** [P1020RDB_config] Error 1
>
> bash-2
Hello Steve,
Steve Sakoman wrote:
> This patch removes the "magic number" delays and instead
> monitors state changes in the status register bits.
>
> Signed-off-by: Steve Sakoman
> ---
> drivers/i2c/omap24xx_i2c.c | 76 +--
> 1 files changed, 37 insert
Hello Steve,
Steve Sakoman wrote:
> This patch matches the poll interval (1 millisecond) and timeout (1 second)
> used in the linux driver. It also adds a return value of 0 in the event of
> a timeout error and cleans up some formatting errors in that section of the
> code.
>
> Signed-off-by: Ste
On Oct 18, 2010, at 3:46 PM, York Sun wrote:
> When DDR controller interleaving is eabled and less than all bank
> (chip-select)
> interleaving is seletected, the unused chip-select should be disabled.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc8xxx/ddr/ctrl_regs.c | 17
On Oct 18, 2010, at 3:46 PM, York Sun wrote:
> 800, 900, 1000, 1200MT/s data rate parameters are added for fixed sdram
> setting. SPD based parameters and fixed parameters can be toggled by hwconfig.
> To use fixed parameters,
>
> hwconfig=fsl_ddr:sdram=fixed
>
> To use SPD parameters,
>
> hwc
> -Original Message-
> From: Heiko Schocher [mailto:h...@denx.de]
> Sent: Tuesday, October 19, 2010 1:39 PM
> To: u-boot@lists.denx.de
> Cc: Heiko Schocher; Prafulla Wadaskar
> Subject: [PATCH v2] arm926ejs, suen3: fix relocation issues
>
> - use internal 2k security SRAM as RAM for ea
On May 24, 2010, at 3:10 PM, Timur Tabi wrote:
> The device tree (fdt) must always exist in within the bootmap (usually the
> first 16MB of RAM). If it doesn't, then boot_relocate_fdt() will allocate an
> LMB region in the bootmap and copy the fdt into that region. It will also
> increase the s
Hi,
I have cloned u-boot code (latest commit-id is
1ba91ba23396005ef7b42381cc21f0baf78d0d60) and trying to build P1020RDB.
But it fails.
Error log as follows:
bash-2.05a$ make P1020RDB_config
Generating include/autoconf.mk
Generating include/autoconf.mk.dep
Configuring for P1020RDB -
On Sep 28, 2010, at 5:20 PM, York Sun wrote:
> Using PIC TFRR register for post word load/store for generic MPC85xx.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/cpu.c | 19 +++
> 1 files changed, 19 insertions(+), 0 deletions(-)
applied to 85xx
- k
__
On Sep 28, 2010, at 5:20 PM, York Sun wrote:
> The memory test is performed after DDR initialization when U-boot stills runs
> in flash and cache. On recent mpc85xx platforms, the total memory can be more
> than 2GB. To cover whole memory, it needs be mapped 2GB at a time using a
> sliding TLB wi
On Sep 28, 2010, at 5:20 PM, York Sun wrote:
> The address used for post_word_load and post_word_store is in the dual port
> RAM for processors with CPM.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/commproc.c |8
> 1 files changed, 4 insertions(+), 4 deletions(-)
T
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote:
> Add a common helper that will set the PHY connection type based on enum.
> We use this on eTSEC, UCC, and will with Fman in the future.
>
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/mpc8xxx/fdt.c| 24 +++
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote:
> Have a common enum for phy types that we use in the UCC driver. We will
> also use this enum for dealing with phy connection fixup in the device
> tree.
>
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/include/asm/fsl_enet.h | 31 +++
On Sep 28, 2010, at 5:20 PM, York Sun wrote:
> A worker function setup_ddr_tlbs_phys() is introduced to implement more
> control on physical address mapping.
>
> Signed-off-by: York Sun
> ---
> arch/powerpc/cpu/mpc85xx/tlb.c | 16 ++--
> 1 files changed, 10 insertions(+), 6 deletio
Hi, John & Wolfgang,
> -Original Message-
> From: u-boot-boun...@lists.denx.de
[mailto:u-boot-boun...@lists.denx.de]
> On Behalf Of Wolfgang Denk
> Sent: Wednesday, October 20, 2010 5:28 AM
> To: John Rigby
> Cc: u-boot@lists.denx.de; Ben Warren
> Subject: Re: [U-Boot] [PATCH v2] drivers/
On Wednesday, October 20, 2010 00:38:08 Vaibhav Bedia wrote:
please do not top post
> The size of other sections like the bss section also need to be accounted
> for when doing a size check.
that really cannot be checked at compile time. it certainly cannot be done
easily or with a few lines o
No need for these structures to be writable or global.
While we're here, also drop local versions of the ARRAY_SIZE macro.
Signed-off-by: Mike Frysinger
---
common/cmd_mii.c | 68 +++--
1 files changed, 30 insertions(+), 38 deletions(-)
diff --
Hi,
The size of other sections like the bss section also need to be accounted
for when doing a size check.
Insufficient space for bss when doing something like a MMC read which
requires large buffers causes system hangs for no apparent reason.
Regards,
Vaibhav
On Wed, Oct 20, 2010 at 2:59 AM, W
Did you have the data bus error with CN5010-based board at porting u-boot?
How to debug? Any suggestions on this?
Thanks!
Shuyou
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
This was missed out in a couple of files under nand_spl
Signed-off-by: Sughosh Ganu
---
V2:
Fix whitespace issues.
nand_spl/nand_boot.c |3 ++-
nand_spl/nand_boot_fsl_nfc.c |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/nand_spl/nand_boot.c b/nand_spl/na
In message <1287497595-22758-1-git-send-email...@denx.de> I wrote:
> Appendix B "EHCI 64-Bit Data Structures" of the "Enhanced Host
> Controller Interface Specification for Universal Serial Bus" (Rev.
> 1.0, March 12, 2002) defines additional fields which were missing in
> U-Boot's struct qTD; as
Dear Stefano Babic,
In message <1287512353-31194-1-git-send-email-sba...@denx.de> you wrote:
> Removed warnings generated in the mx31_set_pad() function.
>
> Signed-off-by: Stefano Babic
> ---
> arch/arm/cpu/arm1136/mx31/generic.c |7 +++
> arch/arm/include/asm/arch-mx31/mx31.h |1
In message <20101019220814.50ea1136...@gemini.denx.de> I wrote:
> The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60:
>
> dlmalloc.c: Fix gcc alias warning (2010-10-18 22:44:31 +0200)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-arm.git master
The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60:
dlmalloc.c: Fix gcc alias warning (2010-10-18 22:44:31 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-arm.git master
Albert Aribaud (2):
arm: implement ELF relocations
edminiv2:
Dear Marek Vasut,
In message <201010192228.34814.marek.va...@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
> boot-testing/Makefile-cleanup branch. Thanks
>
> The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
Dear Sughosh Ganu,
In message <1287514522-28468-1-git-send-email-urwithsugh...@gmail.com> you
wrote:
> This was missed out in a couple of files under nand_spl
>
> Signed-off-by: Sughosh Ganu
> ---
> nand_spl/nand_boot.c |3 ++-
> nand_spl/nand_boot_fsl_nfc.c |3 ++-
> 2 files c
Dear Eric Cooper,
In message <20101019173633.ga2...@localhost> you wrote:
> Please ignore, the same patch was submitted earlier today by Gray Remlin.
Ah, right, missed that because it looked to be too Kirkwood specific.
Anyway...
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH,
Dear Eric Cooper,
In message <1287509471-4979-1-git-send-email-...@cmu.edu> you wrote:
> ---
> Makefile |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to u-boot-arm, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Z
Dear Richard Retanubun,
In message <1287498595-23725-2-git-send-email-richardretanu...@ruggedcom.com>
you wrote:
> From: Richard Retanubun
>
> Follow up to commit 620f1f6a64095ed558e68d37f1965d015cd49b02
> removed compiler warning for (now) unused cmd_tbl_t* cmdtp
> ---
> arch/avr32/lib/board.
Dear Stefan Roese,
In message <1287493082-7631-1-git-send-email...@denx.de> you wrote:
> This patch adds a small README to describe the usage of the
> U-Boot UBI commands.
>
> Signed-off-by: Stefan Roese
> ---
> doc/README.ubi | 144
>
>
Dear Stefano Babic,
In message <1287472972-11701-1-git-send-email-sba...@denx.de> you wrote:
> The usage and help for the fpga command is wrong and incomplete,
> and the parameters are not checked before to be passed to the
> underlying subfunction.
>
> Signed-off-by: Stefano Babic
> ---
> comm
Dear Stefano Babic,
In message <1287472943-11662-1-git-send-email-sba...@denx.de> you wrote:
> Add prototype function for ispVMFreeMem to remove warnings
> when support for Lattice FPGA is compiled.
>
> Signed-off-by: Stefano Babic
> ---
> include/lattice.h |1 +
> 1 files changed, 1 insert
Dear Mike Frysinger,
In message <1287470980-30991-1-git-send-email-vap...@gentoo.org> you wrote:
> The "options" field at the moment is only documented in the changelog
> which isn't terribly useful to people without git.
>
> Signed-off-by: Mike Frysinger
> ---
> boards.cfg | 14 +++--
Dear Jens Scharsig,
In message <4cbdd74b.8030...@scharsoft.de> you wrote:
> * update to support arm reloaction
> * unnecessary environment variables removed
>
>
> Signed-off-by: Jens Scharsig
> ---
>
> changes since V1
>
> * make conform with Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE patch
Dear Kristoffer Ericson,
In message <1287178303-17003-1-git-send-email-kristoffer.eric...@gmail.com> you
wrote:
> This patch adds support for the HP Jornada flashboards
> that were made in 2008. Older flashroms should work if
> memory registers are adjusted.
>
> Signed-off-by: Kristoffer Ericson
Dear Mike Frysinger,
In message <1287025103-26681-1-git-send-email-vap...@gentoo.org> you wrote:
> Boards often have a reserved size limit on the flash where they're stored.
> Sometimes during upgrades or config changes, those limits are exceeded,
> but no one notices until they try to upgrade and
Dear John Rigby,
In message <1287001868-22244-1-git-send-email-john.ri...@linaro.org> you wrote:
> Call fec_set_hwaddr in init routine to setup MAC address so when ethaddr is
> set
> late via setenv the change will propagate to the hw.
>
> Signed-off-by: John Rigby
> CC: Ben Warren
> ---
> v2
Wolfgang Denk wrote on 2010/10/19 23:13:59:
>
> Dear Joakim Tjernlund,
>
> In message 0073e...@transmode.se> you wrote:
> >
> > There is one thing though: At address 0x100(and 0x110) we have a
> > branch to where the boot is really located. This is because
> > we have small sectors in the begin
Dear Joakim Tjernlund,
In message
you
wrote:
>
> There is one thing though: At address 0x100(and 0x110) we have a
> branch to where the boot is really located. This is because
> we have small sectors in the beginning of the flash and we want to
> use those as environment etc.
Why don't you use
Wolfgang Denk wrote on 2010/10/19 22:04:17:
>
> Dear Joakim Tjernlund,
>
> In message 006aa...@transmode.se> you wrote:
> >
> > > During normal use I thought that the reset entry point was always
> > > 0xX100 and a warm reset would never occur.
> >
> > I am not so sure about this. Perhaps
Dear Marek Vasut,
In message <201010192228.34814.marek.va...@gmail.com> you wrote:
> Hi,
> please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
> boot-testing/Makefile-cleanup branch. Thanks
>
> The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
Dear York Sun,
In message <1285712437-6719-1-git-send-email-york...@freescale.com> you wrote:
> Add weak functions to enable architecture depended preparation, address
> advancing, cleaning up and error handling.
>
> These weak functions provides the framwork to implemente arch/platform
> depende
Hi,
please pull my git://git.denx.de/u-boot-pxa for-wd-testing branch into your u-
boot-testing/Makefile-cleanup branch. Thanks
The following changes since commit a5cb985d8006bd1bb6d188b84f435f5d007fd6ac:
Makefile: move all Power Architecture boards into boards.cfg (2010-10-17
01:34:08 +0200)
In message <1287517804-29731-1-git-send-email...@denx.de> I wrote:
> Add a document to maintain a list of boards removed from the current
> source tree, so archeologists can check more easily if here is
> something they might want to dig for...
>
> Signed-off-by: Wolfgang Denk
> ---
> doc/README
Dear Wolfgang Denk,
In message <1287480529-22164-1-git-send-email...@denx.de> you wrote:
> The NC650 / CP650 boards have long been unmaintained and left broken.
> As obviously nobody is interested in that code any more, we may as
> well remove it.
>
> Signed-off-by: Wolfgang Denk
> ---
> MAINTA
Signed-off-by: Marek Vasut
---
MAKEALL |5 +
Makefile|8
board/trizepsiv/conxs.c |2 +-
boards.cfg |2 ++
4 files changed, 4 insertions(+), 13 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index 59ff847..1a96b0f 100755
--- a
Signed-off-by: Marek Vasut
---
MAKEALL |3 ---
Makefile | 16
board/vpac270/vpac270.c |2 +-
boards.cfg|3 +++
include/configs/vpac270.h | 12 ++--
5 files changed, 10 insertions(+), 26 deletions(-)
dif
Dear Reinhard Meyer,
In message <4cbdab40.3040...@emk-elektronik.de> you wrote:
> Hello Wolfgang,
>
> The following changes since commit 1ba91ba23396005ef7b42381cc21f0baf78d0d60:
> Joakim Tjernlund (1):
> dlmalloc.c: Fix gcc alias warning
>
> are available in the git repository at:
>
Dear Joakim Tjernlund,
In message
you
wrote:
>
> > During normal use I thought that the reset entry point was always
> > 0xX100 and a warm reset would never occur.
>
> I am not so sure about this. Perhaps the Freescale guys can set us
> straight?
Originally U-Boot (well, PPCBoot, to be m
Dear Graeme Russ,
In message <4cac2ea2.5070...@gmail.com> you wrote:
> On 06/10/10 15:50, Reinhard Meyer wrote:
...
> > A text file in doc, like README.historic-boards would suffice, indicating
> > which u-boot release that board was nuked. It would also be good to mention
> > CPU that board used.
Add a document to maintain a list of boards removed from the current
source tree, so archeologists can check more easily if here is
something they might want to dig for...
Signed-off-by: Wolfgang Denk
---
doc/README.scrapyard | 29 +
1 files changed, 29 insertions(+
Peter Tyser wrote on 2010/10/19 20:39:41:
>
> > > > It seems like my board uses the warm start vector at all times.
> > > > Padding with 4 nop's after the _start symbol fixes the problem.
> > > > It might be due to a somewhat peculiar reset design but I cannot
> > > > understand
> > > > why. Doe
Hello,
this is to let you know that the elf_reloc branch has now been merged
into u-boot-arm # master.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66
On Tue, Oct 19, 2010 at 02:42:16PM +0100, Gray Remlin wrote:
> Signed-off-by: Gray Remlin
> ---
> README |7 ++
> common/cmd_nvedit.c |3 ++
> net/bootp.c | 52
> +++
> tools/env/fw_env.c |4 ++-
> 4 files cha
Dear Stefano Babic,
In message <4cbda6a2.5010...@denx.de> you wrote:
> Hi Wolfgang,
>
> please pull from u-boot-imx.
>
> The following changes since commit cacc342d5aa311673efdc05770cb53246dd41c9f:
>
> Merge branch 'master' of git://git.denx.de/u-boot-arm (2010-10-17
> 20:25:05 +0200)
>
> ar
This was missed out in a couple of files under nand_spl
Signed-off-by: Sughosh Ganu
---
nand_spl/nand_boot.c |3 ++-
nand_spl/nand_boot_fsl_nfc.c |3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/nand_spl/nand_boot.c b/nand_spl/nand_boot.c
index 4d6db14..a137
Dear Reinhard Meyer,
In message <4cbde68e.2000...@emk-elektronik.de> you wrote:
>
> This file should/could be removed by moving the text base define to
> the board config file.
>
> Simplest way is that you send an incremental patch and I squash it in before
> Wolfgang pulls. Or, if its OK for Wo
Hello,
I just noticed that:
> board/atmel/at91rm9200ek/config.mk|3 +-
This file should/could be removed by moving the text base define to
the board config file.
Simplest way is that you send an incremental patch and I squash it in before
Wolfgang pulls. Or, if its OK for Wolfgang
> > > It seems like my board uses the warm start vector at all times.
> > > Padding with 4 nop's after the _start symbol fixes the problem.
> > > It might be due to a somewhat peculiar reset design but I cannot
> > > understand
> > > why. Does this work for everyone else using 83xx?
> >
> > Odd..
Dear Jens Scharsig,
I would ensure that I find AT91 relevant patches when the subject contains
"AT91" ;)
> /* adress of boot parameters */
address...
> +#define CONFIG_SYS_TEXT_BASE 0x
How does this work with a text base of 0? Am I missing something?
> #define CO
Removed warnings generated in the mx31_set_pad() function.
Signed-off-by: Stefano Babic
---
arch/arm/cpu/arm1136/mx31/generic.c |7 +++
arch/arm/include/asm/arch-mx31/mx31.h |1 +
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/arm1136/mx31/generic.c
b/
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/config.mk |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/config.mk b/arch/sh/config.mk
index 07ba68f..415c949 100644
--- a/arch/sh/config.mk
+++ b/arch/sh/config.mk
@@ -29,6 +29,6 @@ STANDALONE_LOAD_ADDR += -EB
endif
Please ignore, the same patch was submitted earlier today by Gray Remlin.
--
Eric Cooper e c c @ c m u . e d u
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot
Move the rsk7203 target out of the Makefile and into boards.cfg.
And fix sh2 of MAKEALL.
Signed-off-by: Nobuhiro Iwamatsu
---
MAKEALL|5 ++---
Makefile |8
boards.cfg |1 +
3 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/MAKEALL b/MAKEALL
index c1f3842.
Move the sh4 target boards out of the Makefile and into boards.cfg.
And fix sh4 of MAKEALL.
Signed-off-by: Nobuhiro Iwamatsu
---
MAKEALL| 19 ++-
Makefile | 60
boards.cfg | 10 ++
3 files changed, 1
Move the sh3 target boards out of the Makefile and into boards.cfg.
And fix sh3 of MAKEALL.
Signed-off-by: Nobuhiro Iwamatsu
---
MAKEALL|6 +-
Makefile | 14 --
boards.cfg |2 ++
3 files changed, 3 insertions(+), 19 deletions(-)
diff --git a/MAKEALL b/MAKEALL
ind
Signed-off-by: Nobuhiro Iwamatsu
---
board/renesas/sh7785lcr/config.mk |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/board/renesas/sh7785lcr/config.mk
b/board/renesas/sh7785lcr/config.mk
index 1a9038c..6853d2b 100644
--- a/board/renesas/sh7785lcr/config.mk
+++ b/boa
Signed-off-by: Nobuhiro Iwamatsu
---
arch/sh/lib/bootm.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/sh/lib/bootm.c b/arch/sh/lib/bootm.c
index 019e8ec..f38d0b0 100644
--- a/arch/sh/lib/bootm.c
+++ b/arch/sh/lib/bootm.c
@@ -103,7 +103,7 @@ int do_bootm_linux(int
* update to support arm reloaction
* unnecessary environment variables removed
Signed-off-by: Jens Scharsig
---
changes since V1
* make conform with Rename TEXT_BASE into CONFIG_SYS_TEXT_BASE patch
board/BuS/eb_cpux9k2/config.mk |1 -
board/BuS/eb_cpux9k2/cpux9k2.c |7 +++
inclu
---
Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 30a564d..a3136da 100644
--- a/Makefile
+++ b/Makefile
@@ -341,7 +341,7 @@ $(obj)u-boot.imx: $(obj)u-boot.bin
$(obj)u-boot.kwb: $(obj)u-boot.bin
$(obj)tool
Peter Tyser wrote on 2010/10/19 17:51:11:
>
> On Tue, 2010-10-19 at 12:07 +0200, Joakim Tjernlund wrote:
> > My board has a problem with this change. I added it manually to my
tree
> > and
> > now it wont boot at all(only with BDI2000 connected).
>
> Just to clarify, it won't boot with or with
On Tue, Oct 19, 2010, Sanjeev Premi wrote:
> +#undef CONFIG_FAST_BOOT
I wonder whether CONFIG_FAST_BOOT would cause confusion if u-boot gains
support for Android fastboot someday?
http://en.wikipedia.org/wiki/Fastboot
http://android-dls.com/wiki/index.php?title=Fastboot
--
Loïc Minier
_
> -Original Message-
> From: Loïc Minier [mailto:l...@dooz.org]
> Sent: Tuesday, October 19, 2010 10:14 PM
> To: Premi, Sanjeev
> Cc: u-boot@lists.denx.de
> Subject: Re: [U-Boot] [PATCH 1/1] omap3evm: Support for fast boot
>
> On Tue, Oct 19, 2010, Sanjeev Premi wrote:
> > +#undef CONFIG_
> -Original Message-
> From: Premi, Sanjeev
> Sent: Tuesday, October 19, 2010 6:37 PM
> To: u-boot@lists.denx.de
> Cc: Premi, Sanjeev
> Subject: [PATCH] omap3evm: Move function to identify board revision
>
> Function omap3_evm_get_revision() - to identify the
> board revision was called a
On Tue, Oct 19, 2010 at 10:42 AM, Reinhard Meyer
wrote:
> Dear Wolfgang Denk,
>
>> Dear Albert,
>>
>> do you see any reason to continue keeping elf_reloc as separate
>> branch?
>>
>> I think it would be best to pull this into mainline now, or am I
>> missing anything?
>
> I personally would prefer
1 - 100 of 159 matches
Mail list logo