Le 04/02/2011 03:32, Lei Wen a écrit :
> Hi Albert,
>
> On Mon, Jan 10, 2011 at 6:21 PM, Lei Wen wrote:
>> For uImage always has a 64 bytes header, we couldn't expect to do
>> the xip from the header but should xip from the image start.
>>
>> The latter logic in that section is also move the image
Hi Alexander,
Le 03/02/2011 21:52, Alexander Stein a écrit :
> Signed-off-by: Alexander Stein
> ---
> Hello,
>
> I just played a bit with my at91sam9g20ek and tried using a new u-boot.
> So I compiled 656b990daa84bfdd512407ee2e3d2610e305a455 (atmel/wip110202) load
> it into memory using jtag to 0x
Hi Aneesh,
Le 03/02/2011 11:38, Aneesh V a écrit :
> On second thoughts I would like to keep the entire bss in SDRAM. With
> MMC and FAT support, the SPL is already nearing the IRAM budget in
> OMAP3. It helps to save some space by moving out bss to SDRAM.
>
> If needed, I can fix up the start.S
Hi All,
Le 28/01/2011 10:19, Lei Wen a écrit :
> This patch set add the Pantheon soc and dkb board support.
Prafulla,
Is this patchset going to go into u-boot-marvell and requested for pull
before 2011-03 is out?
Amicalement,
--
Albert.
___
U-Boot m
Le 02/02/2011 19:44, Albert ARIBAUD a écrit :
> Le 02/02/2011 18:06, Tom Warren a écrit :
>> Mike,
>>
>> On Wed, Feb 2, 2011 at 12:57 AM, Mike Rapoport wrote:
>>> On 02/02/11 02:09, Tom Warren wrote:
I haven't seen any new feedback on this version (V6) of the patchset
since it was poste
Hi Wolfgang,
On Sat, Feb 5, 2011 at 5:18 AM, Wolfgang Denk wrote:
> Dear Lei Wen,
>
> In message <1296788903-7604-1-git-send-email-lei...@marvell.com> you wrote:
>> Original env buf directly locate at stack lead large stack footprint
>> when call those env functions. It is not good when the syste
Dear Michael Schwingen,
In message <1296860763-16149-1-git-send-email-mich...@schwingen.org> you wrote:
>
> here is the third incarnation of the IXP patch series. I hope I addressed
> all the comments from version 2:
> - timer system now uses no BSS-based variables
> - use I/O accessors
> - re
clean up IXP PCI handling: get rid of IXP-private bus scan, BAR assign etc.
code and use u-boot's PCI infrastructure instead. Move board-specific PCI
setup code (clock/reset) to board directory.
Signed-off-by: Michael Schwingen
---
arch/arm/include/asm/arch-ixp/ixp425pci.h | 130 +--
drive
Signed-off-by: Michael Schwingen
---
board/actux3/actux3.c| 126 +++--
board/actux3/config.mk |6 --
board/actux3/u-boot.lds | 53
include/configs/actux3.h | 38 +-
4 files changed, 120 insertions(+), 103 de
Signed-off-by: Michael Schwingen
---
arch/arm/lib/board.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c
index c620d2c..50e63c7 100644
--- a/arch/arm/lib/board.c
+++ b/arch/arm/lib/board.c
@@ -262,9 +262,6 @@ init_fnc_t *
Signed-off-by: Michael Schwingen
---
MAINTAINERS|1 +
board/dvlhost/Makefile | 50 +
board/dvlhost/dvlhost.c| 130 +++
board/dvlhost/dvlhost_hw.h | 47 +
board/dvlhost/u-boot.lds | 86 +++
board/dvlhost/watchdog
Signed-off-by: Michael Schwingen
---
MAINTAINERS | 44 ++--
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index b37ed0c..709c5d9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -559,8 +559,8 @@ Stefano Babic
Signed-off-by: Michael Schwingen
---
board/prodrive/pdnb3/config.mk |2 --
include/configs/pdnb3.h| 10 +++---
2 files changed, 7 insertions(+), 5 deletions(-)
delete mode 100644 board/prodrive/pdnb3/config.mk
diff --git a/board/prodrive/pdnb3/config.mk b/board/prodrive/pdnb3
Signed-off-by: Michael Schwingen
---
board/ixdp425/config.mk|2 -
board/ixdp425/flash.c | 427
board/ixdp425/ixdp425.c| 155 ++---
boards.cfg |2 +-
include/configs/ixdp425.h | 196 ++---
Signed-off-by: Michael Schwingen
---
board/actux1/actux1.c| 111 --
board/actux1/config.mk |6 ---
board/actux1/u-boot.lds | 42 -
boards.cfg |5 ++-
include/configs/actux1.h | 63 +++---
Signed-off-by: Michael Schwingen
---
arch/arm/cpu/ixp/config.mk |5 +
arch/arm/cpu/ixp/u-boot.lds |8
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/arch/arm/cpu/ixp/config.mk b/arch/arm/cpu/ixp/config.mk
index deca3f4..5868cba 100644
--- a/arch/arm/cpu/ixp/
Signed-off-by: Michael Schwingen
---
arch/arm/config.mk |6 ++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/arch/arm/config.mk b/arch/arm/config.mk
index a6a4742..a7c4d27 100644
--- a/arch/arm/config.mk
+++ b/arch/arm/config.mk
@@ -63,7 +63,13 @@ ifeq (,$(findstring
ar
- jump to real flash location after reset before turning off flash mirror
- fix timer system to use HZ == 1000, remove broken interrupt-based code
Signed-off-by: Michael Schwingen
---
arch/arm/cpu/ixp/cpu.c |5 --
arch/arm/cpu/ixp/start.S | 59 ++
Signed-off-by: Michael Schwingen
---
arch/arm/cpu/ixp/npe/npe.c | 67 +++
1 files changed, 42 insertions(+), 25 deletions(-)
diff --git a/arch/arm/cpu/ixp/npe/npe.c b/arch/arm/cpu/ixp/npe/npe.c
index 6d92c53..f0e02bf 100644
--- a/arch/arm/cpu/ixp/npe/np
Signed-off-by: Michael Schwingen
---
board/actux2/actux2.c| 99 +++--
board/actux2/config.mk |6 ---
board/actux2/u-boot.lds | 47 +
include/configs/actux2.h | 36 +++--
4 files changed, 103 insertions(+), 8
Signed-off-by: Michael Schwingen
---
arch/arm/cpu/ixp/npe/Makefile |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/cpu/ixp/npe/Makefile b/arch/arm/cpu/ixp/npe/Makefile
index c756a1d..14ab3c7 100644
--- a/arch/arm/cpu/ixp/npe/Makefile
+++ b/arch/arm/cpu/ixp/npe/M
Signed-off-by: Michael Schwingen
---
board/actux4/actux4.c| 103 ++---
board/actux4/config.mk |4 --
include/configs/actux4.h | 40 --
3 files changed, 86 insertions(+), 61 deletions(-)
delete mode 100644 board/actux4/config.m
Signed-off-by: Michael Schwingen
---
arch/arm/cpu/ixp/npe/npe.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu/ixp/npe/npe.c b/arch/arm/cpu/ixp/npe/npe.c
index 857bcad..6d92c53 100644
--- a/arch/arm/cpu/ixp/npe/npe.c
+++ b/arch/arm/cpu/ixp/npe/npe.c
@
Hi,
here is the third incarnation of the IXP patch series. I hope I addressed
all the comments from version 2:
- timer system now uses no BSS-based variables
- use I/O accessors
- remove config.mk from board directories
- set -ffunction-sections/--gc-sections globally (for IXP architecture)
F
Signed-off-by: Michael Schwingen
---
drivers/serial/serial_ixp.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/serial_ixp.c b/drivers/serial/serial_ixp.c
index dd26af4..a9acd47 100644
--- a/drivers/serial/serial_ixp.c
+++ b/drivers/serial/serial_ix
***SEND YOUR DETAILS TO OUR PROCESSING UNIT TO GET FULL INFO
Lu c ky# : 12-12-23-35-40-41(12)
Tic k et# : 00869575733664
CG PN : 7-22-71-00-66-12
Amount Won: £ 850,000 UK Pounds.
For full information send your contact:
VERIFICATION / PROCESSING UNIT
:giveawayinfoservic...@gmail.
On 02/02/11 06:51, Scott Wood wrote:
> On Tue, 1 Feb 2011 20:32:29 +0100
> Wolfgang Denk wrote:
>
>> Dear Scott Wood,
>>
>> In message <20110201102446.23b4a...@udp111988uds.am.freescale.net> you wrote:
>>>
>>> Prior to the introduction of LDFLAGS_u-boot, was LDFLAGS not what was
>>> used? So bef
On 05/02/11 07:42, Scott Wood wrote:
> On Fri, 4 Feb 2011 23:35:29 +1100
> Graeme Russ wrote:
>
>> LDFLAGS += --cref
>> -LDFLAGS_u-boot += --gc-sections
>> -PLATFORM_RELFLAGS += -ffunction-sections
>> +LDFLAGS_u-boot += --gc-sections -pie
>> +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
>
> The
Beside displaying RDIMM or UDIMM, this patch adds display of the model numbers
embedded in SPD.
Signed-off-by: York Sun
---
.../cpu/mpc8xxx/ddr/lc_common_dimm_params.c| 11 +++
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/cpu/mpc8xxx/ddr/lc_common
Most of time U-boot doesn't get an exact clock number. For example, clock
900MHz may be detected as 899.99MHz. 800MHz could be 799.99MHz. Update the
table to align the desired clocks in the middle.
Signed-off-by: York Sun
---
board/freescale/corenet_ds/p4080ds_ddr.c | 16
1 fi
Dear Lei Wen,
In message <1296788903-7604-1-git-send-email-lei...@marvell.com> you wrote:
> Original env buf directly locate at stack lead large stack footprint
> when call those env functions. It is not good when the system memory
> is critical or only want the uboot run at restrict range, that i
If some pre-boot or earlier stage bootloader (NAND SPL) has setup LAW
entries consider them good and mark them used.
In the NAND SPL case we skip re-initializing based on the law_table
since the SPL phase already did that.
Signed-off-by: Kumar Gala
---
* Fix problem in non-NAND case we didn't se
Some bug fix and errata fixes.
- k
The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
are available in the git repository at:
git://git.denx.de/u-boot-mpc85xx.git master
Kumar Gala (3):
powerpc/85xx: Enable ES
On Feb 4, 2011, at 12:56 PM, Kumar Gala wrote:
> The P1013 is a single core version of P1022 and thus should use the
> p1022_serdes.c code. It was acciently pointing to p1013_serdes.c which
> doesn't exist.
>
> Reported-by: Renaud Barbier
> Signed-off-by: Kumar Gala
> ---
> arch/powerpc/cpu/m
Dear Scott Wood,
In message <20110202221646.GA7634@udp111988uds> you wrote:
> The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
>
> Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-nand-flash.gi
Move fsl_ddr_get_spd into common mpc8xxx/ddr/main.c as most boards
pretty much do the same thing. The only variations are in how many
controllers or DIMMs per controller exist. To make this work we
standardize on the names of the SPD_EEPROM_ADDRESS defines based on the
use case of the board.
We
If some pre-boot or earlier stage bootloader (NAND SPL) has setup LAW
entries consider them good and mark them used.
In the NAND SPL case we skip re-initializing based on the law_table
since the SPL phase already did that.
Signed-off-by: Kumar Gala
---
* Fixed wording in comment per Timur's feed
From: Prabhakar Kushwaha
FSL PCIe controller v2.1:
- New MSI inbound window
- Same Inbound windows address as PCIe controller v1.x
Added new pit_t member(pmit) to struct ccsr_pci for MSI inbound window
FSL PCIe controller v2.2 and v2.3:
- Different addresses for PCIe inb
On Fri, 4 Feb 2011 23:35:29 +1100
Graeme Russ wrote:
> LDFLAGS += --cref
> -LDFLAGS_u-boot += --gc-sections
> -PLATFORM_RELFLAGS += -ffunction-sections
> +LDFLAGS_u-boot += --gc-sections -pie
> +LDSCRIPT := $(SRCTREE)/$(CPUDIR)/u-boot.lds
The use of --cref came up recently (see
http://lists.den
From: Roy Zang
Add P1023 (dual core) & P1017 (single core) specific information:
* SERDES Table
* Added P1023/P1017 to cpu_type_list and SVR list
(fixed issue with P1013 not being sorted correctly).
* Added P1023/P1027 to config_mpc85xx.h
* Added new LAW type introduced on P1023/P1017
* Updated
From: Haiying Wang
There are some differences between CoreNet (P2040, P3041, P5020, P4080)
and and non-CoreNet (P1017, P1023) based SoCs in what features exist and
the memory maps.
* Rename various immap defines to remove _CORENET_ if they are shared
* Added P1023/P1017 specific memory offsets
*
On Fri, 4 Feb 2011 11:08:23 +0800
Lei Wen wrote:
> Original env buf directly locate at stack lead large stack footprint
> when call those env functions. It is not good when the system memory
> is critical or only want the uboot run at restrict range, that is not
> to touch the memory of other pla
On Fri, 4 Feb 2011 20:37:58 +0100
Wolfgang Denk wrote:
> Dear Scott Wood,
>
> In message <20110202221646.GA7634@udp111988uds> you wrote:
> > The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
> >
> > Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
> >
> > are avail
for more information about this chip, please check:
http://www.asix.com.tw/products.php?op=pItemdetail&PItemID=98;65;86&PLine=6
Signed-off-by: Joe Xue
Cc: Wolfgang Denk
Cc: Stefano Babic
---
README|6 +
drivers/net/Makefile |1 +
drivers/net/ax88783.c | 295 +
On 02/04/2011 08:10 PM, Wolfgang Denk wrote:
> Dear Michael Trimarchi,
>
> In message <4d4c4a77.4060...@gandalf.sssup.it> you wrote:
>> I have seen that there is not an atmel maintainer. Is it correct to send the
>> patch to arm
>> one? Who is the right person?
> Where have you seen that?
>
> The
Dear Nobuhiro Iwamatsu,
In message you
wrote:
>
> git://git.denx.de/u-boot-sh.git master
>
> Nobuhiro Iwamatsu (14):
> sh: Remove config.mk for MigoR board
> sh: Remove config.mk for ap325rxa board
> sh: Remove config.mk for r2dplus board
> sh: Remove config.mk for r7
Dear Scott Wood,
In message <20110202221646.GA7634@udp111988uds> you wrote:
> The following changes since commit 42d44f631c4e8e5359775bdc098f2fffde4e5c05:
>
> Prepare v2011.03-rc1 (2011-02-02 22:37:32 +0100)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-nand-flash.gi
Dear Michael Trimarchi,
In message <4d4c4a77.4060...@gandalf.sssup.it> you wrote:
>
> I have seen that there is not an atmel maintainer. Is it correct to send the
> patch to arm
> one? Who is the right person?
Where have you seen that?
The official source of this information is
http://www.denx.
The P1013 is a single core version of P1022 and thus should use the
p1022_serdes.c code. It was acciently pointing to p1013_serdes.c which
doesn't exist.
Reported-by: Renaud Barbier
Signed-off-by: Kumar Gala
---
arch/powerpc/cpu/mpc85xx/Makefile |2 +-
1 files changed, 1 insertions(+), 1 d
Dear Wolfgang
I have seen that there is not an atmel maintainer. Is it correct to send the
patch to arm
one? Who is the right person?
Michael Trimarchi
On 02/02/2011 04:11 PM, Michael Trimarchi wrote:
> Hi,
>
> this patch fix the support for CE don't care nand
>
> Michael Trimarchi
>
>
>
On Feb 4, 2011, at 11:30 AM, Renaud Barbier wrote:
> just noticed the following:
>
> The object file p1013_serdes.o is referenced in the
> file arch/powerpc/cpu/mpc85xx/Makefile:
> COBJS-$(CONFIG_P1013) += p1013_serdes.o
>
> However, the source code is not found in the directory.
I'll fix
On Mon, Jan 24, 2011 at 6:08 PM, Alexander Holler wrote:
> Using the new env import command it is possible to use plain text files
> instead
> of script-images. Plain text files are much easier to handle.
I agree this has been a frequent concern of BeagleBoard users. I
would like to see this pa
just noticed the following:
The object file p1013_serdes.o is referenced in the
file arch/powerpc/cpu/mpc85xx/Makefile:
COBJS-$(CONFIG_P1013) += p1013_serdes.o
However, the source code is not found in the directory.
--
Renaud Barbier
14, Links Place
3/2 great Michael House
Edinburgh, EH67
Am 02.02.2011 15:50, schrieb jacopo mondi:
> Mine is a question related to an end-user problem, since I'm no more
> able to do multiplexing for my DM3730 Beagleboard xM platform.
> The problem is quite simple, multiplexer configurations are totally
> ignored by u-boot (v2010.12), and I'm not able t
On Thu, 3 Feb 2011 18:52:58 +0100
Alexander Holler wrote:
> Hello,
>
> Am 02.02.2011 22:55, schrieb Wolfgang Denk:
> > * U-Boot v2011.03-rc1 was released on Wed, 02 Feb 2011.
> >
> > * Release "v2011.03" is scheduled in 39 days - on March 13, 2011.
> >
> > Please help testing, and check if all y
Dear Joe XUE,
In message you wrote:
>
> > > Signed-off-by: Joe Xue
> > >
> >
> > Please add a version number to your patch to make easier tracking which
> > is your last version.
> >
> Will add it.
> > Do not forget to add always the net Maintainer to CC (Wolfgang Denk), I
> > added him now.
Dear Wolfgang,
On Tue, 2011-02-01 at 14:40 -0600, Scott Wood wrote:
> On Tue, 1 Feb 2011 21:20:50 +0100
> Wolfgang Denk wrote:
>
> > Dear Scott Wood,
> >
> > In message <20110201135136.0817f...@udp111988uds.am.freescale.net> you
> > wrote:
> > >
> > > > > Prior to the introduction of LDFLAGS_
On 02/03/2011 03:19 PM, Loïc Minier wrote:
> Upstream linux moved from MACH_TYPE_MX51_LANGE51 to
> MACH_TYPE_MX51_EFIKAMX.
>
> Signed-off-by: Loïc Minier
> ---
> Changes for V2:
> * Add Signed-off-by
Applied to u-boot-imx, as this is a fix, thanks.
Best regards,
Stefano Babic
--
On 02/04/2011 03:47 PM, Joe XUE wrote:
>> Do not forget to add always the net Maintainer to CC (Wolfgang Denk), I
>> added him now.
>>
>
> Not exactly understand your meaning. You mean I should add wd as
> maintainer to my code or
> just add him in mail.
Only add him in mail. He is the maintain
Than you Stefano.
> Date: Wed, 2 Feb 2011 19:02:11 +0100
> From: sba...@denx.de
> To: lg...@hotmail.com
> CC: u-boot@lists.denx.de; w...@denx.de
> Subject: Re: [U-Boot] [PATCH] Add support for ASIX's AX88783 ethernet chip
>
> On 01/31/2011 06:42 PM, Joe Xue wrote:
> > for more information about
Hello,
I would like to configure multiple serial (UART's) in the OMAP l-138
evaluation board (da850evm). I thought that in the serial section of the
da850evm.h I should only add CONFIG_SERIAL_MULTI, but then I got compilation
problem: \common\serial.c
" #error No default console ".
It also seem th
Rename STANDALONE_LOAD_ADDR into CONFIG_STANDALONE_LOAD_ADDR
and allow that the architecture-specific default value gets
overwritten by defining the value in the board header file.
Signed-off-by: Wolfgang Denk
Cc: Mike Frysinger
Cc: Shinya Kuribayashi
Cc: Daniel Hellstrom
Cc: Tsi Chung Liew
C
Signed-off-by: Graeme Russ
---
board/eNET/eNET.c | 17 +--
board/eNET/eNET_start.S |7 -
include/configs/eNET.h | 290 ---
3 files changed, 129 insertions(+), 185 deletions(-)
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index 8e11
Signed-off-by: Graeme Russ
---
board/eNET/eNET.c | 61 ---
include/configs/eNET.h | 15 ---
2 files changed, 46 insertions(+), 30 deletions(-)
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index 546406a..8e11acf 100644
--- a/boar
The SC520 has an inbuilt MC146818 - Enable it for the eNET board
Signed-off-by: Graeme Russ
---
drivers/rtc/mc146818.c |6 ++
include/configs/eNET.h |2 ++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/drivers/rtc/mc146818.c b/drivers/rtc/mc146818.c
index ac4eb6a..59
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/sc520.c |7 ---
arch/i386/lib/board.c | 17 +++--
2 files changed, 11 insertions(+), 13 deletions(-)
diff --git a/arch/i386/cpu/sc520/sc520.c b/arch/i386/cpu/sc520/sc520.c
index d5597ca..e5dcac6 100644
--- a/arch/i38
Signed-off-by: Graeme Russ
---
include/configs/eNET.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/configs/eNET.h b/include/configs/eNET.h
index 50ee73e..0358b97 100644
--- a/include/configs/eNET.h
+++ b/include/configs/eNET.h
@@ -169,7 +169,7 @@
#define CON
Signed-off-by: Graeme Russ
---
arch/i386/lib/board.c | 70
1 files changed, 29 insertions(+), 41 deletions(-)
diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c
index 4751e49..0c37c23 100644
--- a/arch/i386/lib/board.c
+++ b/arch/i386/l
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/sc520.c | 16 +++-
1 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/arch/i386/cpu/sc520/sc520.c b/arch/i386/cpu/sc520/sc520.c
index e5dcac6..d0c313b 100644
--- a/arch/i386/cpu/sc520/sc520.c
+++ b/arch/i386/cpu/sc520/
Signed-off-by: Graeme Russ
---
arch/i386/lib/board.c | 16
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c
index 44e871b..4751e49 100644
--- a/arch/i386/lib/board.c
+++ b/arch/i386/lib/board.c
@@ -235,6 +235,14 @@ st
Signed-off-by: Graeme Russ
---
arch/i386/include/asm/global_data.h | 12 +++-
arch/i386/lib/board.c | 111 +--
2 files changed, 74 insertions(+), 49 deletions(-)
diff --git a/arch/i386/include/asm/global_data.h
b/arch/i386/include/asm/global_dat
x86 has always used relocation offset in the opposite sense to the ELF
standard - Fix this
Signed-off-by: Graeme Russ
---
arch/i386/cpu/start.S |2 +-
arch/i386/lib/board.c | 10 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu
Signed-off-by: Graeme Russ
---
arch/i386/lib/board.c | 15 ---
1 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/arch/i386/lib/board.c b/arch/i386/lib/board.c
index 73aaadc..1a9 100644
--- a/arch/i386/lib/board.c
+++ b/arch/i386/lib/board.c
@@ -162,9 +162,6 @@ ini
Signed-off-by: Graeme Russ
---
arch/i386/cpu/start.S |3 ---
arch/i386/include/asm/u-boot-i386.h |1 +
arch/i386/lib/board.c |3 +++
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu/start.S
index 77f0332.
Signed-off-by: Graeme Russ
---
arch/i386/cpu/start.S | 44 +---
arch/i386/lib/board.c |6 --
2 files changed, 33 insertions(+), 17 deletions(-)
diff --git a/arch/i386/cpu/start.S b/arch/i386/cpu/start.S
index 95be5a2..77f0332 100644
--- a/arch/i
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/Makefile |2 +-
arch/i386/cpu/sc520/sc520.c | 110 ---
arch/i386/cpu/sc520/sc520_asm.S | 608 -
arch/i386/cpu/sc520/sc520_sdram.c | 532
arch/i386/cpu/s
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/Makefile|1 +
arch/i386/cpu/sc520/sc520_asm.S |6 +-
arch/i386/cpu/sc520/sc520_car.S | 94 +++
arch/i386/cpu/start.S | 35 +++---
include/configs/eNET.h | 20 ++
Signed-off-by: Graeme Russ
---
arch/i386/cpu/start.S | 12 +-
arch/i386/include/asm/global_data.h |7 +-
arch/i386/lib/board.c | 36 +++---
include/configs/eNET.h |3 ++
4 files changed, 39 insertions(+)
Signed-off-by: Graeme Russ
---
board/eNET/eNET.c | 104 +++-
board/eNET/eNET_start16.S |5 +-
include/configs/eNET.h| 382 +
3 files changed, 445 insertions(+), 46 deletions(-)
diff --git a/board/eNET/eNET.c b/board/eNET/eNET
Fix minor issues with the configuration of the hardware interrupts for
Linux when booting the eNET board
Signed-off-by: Graeme Russ
---
board/eNET/eNET.c | 15 +--
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/board/eNET/eNET.c b/board/eNET/eNET.c
index b2f349f..3b
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/sc520.c | 19 ---
board/eNET/eNET.c |9 +
2 files changed, 9 insertions(+), 19 deletions(-)
diff --git a/arch/i386/cpu/sc520/sc520.c b/arch/i386/cpu/sc520/sc520.c
index 7caa4c8..19a678d 100644
--- a/arch/
In later patches, cpu_init_f will be called before console has been
initialised and printf will not be legitimately available
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/sc520.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/arch/i386/cpu/sc520/sc520.c b/arch/i3
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/sc520.c |2 +-
arch/i386/cpu/sc520/sc520_asm.S | 49 -
arch/i386/include/asm/ic/sc520.h | 36 ++-
board/eNET/eNET_start16.S|7 +++--
4 files changed, 55 insert
Signed-off-by: Graeme Russ
---
arch/i386/cpu/cpu.c | 14 --
arch/i386/cpu/sc520/sc520.c | 11 +++
arch/i386/include/asm/u-boot-i386.h |2 ++
board/eNET/eNET.c | 22 --
4 files changed, 17 insertions(+), 3
Signed-off-by: Graeme Russ
---
arch/i386/cpu/cpu.c | 13 +++-
arch/i386/cpu/interrupts.c |3 +-
arch/i386/cpu/sc520/sc520.c |7 ++-
arch/i386/cpu/start.S |3 +-
arch/i386/cpu/start16.S |5 +-
arch/i3
early_board_init has been skipped to avoid SDRAM corruption in the case
that a fully relocatable image has been loaded into SDRAM and is being
executed from SDRAM. x86 is being aligned with other architectures (ARM
and PPC in particlar) and will be using Cache-As-RAM to run a C
environment from Fla
Signed-off-by: Graeme Russ
---
arch/i386/cpu/cpu.c |8 +---
arch/i386/include/asm/processor.h |9 ++---
2 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/arch/i386/cpu/cpu.c b/arch/i386/cpu/cpu.c
index ae40384..1dcbb98 100644
--- a/arch/i386/cpu/cpu.c
Signed-off-by: Graeme Russ
---
arch/i386/cpu/interrupts.c | 16
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/arch/i386/cpu/interrupts.c b/arch/i386/cpu/interrupts.c
index e4d0868..cdff3d9 100644
--- a/arch/i386/cpu/interrupts.c
+++ b/arch/i386/cpu/interrupts
git mergetool has a nasty habit of mangling umlats - fix ones that have
been missed in previous submissions
Signed-off-by: Graeme Russ
---
arch/i386/cpu/start.S |2 +-
arch/i386/lib/board.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/i386/cpu/start.S b/arch
Signed-off-by: Graeme Russ
---
arch/i386/config.mk |1 +
arch/i386/cpu/config.mk |6 ++
arch/i386/cpu/u-boot.lds | 24
arch/i386/lib/realmode.c |8
board/eNET/config.mk |1 +
5 files changed, 20 insertions(+), 20 deletions(-)
dif
Signed-off-by: Graeme Russ
---
arch/i386/cpu/sc520/Makefile |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/i386/cpu/sc520/Makefile b/arch/i386/cpu/sc520/Makefile
index fb47c20..b962b02 100644
--- a/arch/i386/cpu/sc520/Makefile
+++ b/arch/i386/cpu/sc520/Makefile
@@
Position independant functionality is due for removal from the x86
architecture, so create two distinct configurations - One for Flash and
one for SRAM
Signed-off-by: Graeme Russ
---
board/eNET/config.mk |1 -
boards.cfg |3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
Signed-off-by: Graeme Russ
---
arch/i386/config.mk | 13 --
arch/i386/cpu/config.mk |4 +-
arch/i386/cpu/u-boot.lds | 104 ++
board/eNET/config.mk |4 --
board/eNET/u-boot.lds| 104 -
Signed-off-by: Graeme Russ
---
arch/i386/include/asm/global_data.h |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/i386/include/asm/global_data.h
b/arch/i386/include/asm/global_data.h
index e3f8a25..e9000c3 100644
--- a/arch/i386/include/asm/global_data.h
+++ b/ar
This patch series marks a considerably significant milestone in the x86
port of U-Boot - Running the initial init sequence from Flash using the
CPU on-die cache as a temporary stack.
Prior to this patch series, the low-level assembler code running in Flash
was responsible for initialising SDRAM an
Signed-off-by: Catalin Radu
---
lib/gunzip.c | 16 ++--
1 files changed, 10 insertions(+), 6 deletions(-)
diff --git a/lib/gunzip.c b/lib/gunzip.c
index 482a476..8b16b24 100644
--- a/lib/gunzip.c
+++ b/lib/gunzip.c
@@ -106,12 +106,16 @@ int zunzip(void *dst, int dstlen, unsigned c
Anthony Foiani wrote:
> Catalin, greetings!
>
> Some very minor code style issues that I noticed. All cosmetic.
>
> Catalin Radu writes:
>
>
>> Signed-off-by: Catalin Radu
>> ---
>> lib/gunzip.c | 16 ++--
>> 1 files changed, 10 insertions(+), 6 deletions(-)
>>
>> diff --git a/
Dear marku...@bredband.net,
In message you wrote:
>
> This is a question related to memory testing from within Uboot:
Actually this is not quite correct. Your question is a very general
one and only artially related to U-Boot, if at all.
> On a CPU (ppc476) there is 2 GB RAM which is tested in
Hi,
This is a question related to memory testing from within Uboot:
On a CPU (ppc476) there is 2 GB RAM which is tested in Uboot (the
operating system uses this memory). On the same CPU there is an
additional 256 MB memory chip which is used only by the IP-stack and not
the operating system.
* eb_cpux9k2: fix chip select initialization for frame buffer
(increase speed)
Signed-off-by: Jens Scharsig
---
board/BuS/eb_cpux9k2/cpux9k2.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/board/BuS/eb_cpux9k2/cpux9k2.c b/board/BuS/eb_cpux9k2/cpux9k2.c
index f
1 - 100 of 103 matches
Mail list logo