On 03/06/2012 09:19 AM, Marek Vasut wrote:
Dear Michael Schwingen,
On 03/06/2012 01:18 AM, Marek Vasut wrote:
This series of patches makes ARM/IXP platform compile with usual
arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected
with gcc4.6.
Marek Vasut (6
/configs/dvlhost.h|2 ++
include/configs/pdnb3.h |2 ++
20 files changed, 25 insertions(+), 36 deletions(-)
Cc: Bryan Hundven
Cc: Michael Schwingen
Can you guys please verify if after applying these patches, IXP builds with your
armeb toolchains?
Also, can
Am 03/05/2012 11:14 PM, schrieb Bryan Hundven:
> 1) Does usual arm-linux-gnueabi- toolchain work? (possibly if I use some
> switch
> to toggle arm core endianness)
> No, the arm and armeb toolchains are different tuples.
>
>> 2) Do I need any special options to build the toolchain?
> You have to b
Am 03/05/2012 12:54 PM, schrieb Marek Vasut:
> Dear Michael Schwingen,
>
>> On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote:
>>> Dear Michael Schwingen,
>>>
>>> do you still intend to maintain IXP support in uboot or can all those IXP
>>&g
On Mon, Mar 05, 2012 at 02:14:56AM +0100, Marek Vasut wrote:
> Dear Michael Schwingen,
>
> do you still intend to maintain IXP support in uboot or can all those IXP
> boards
> be removed? I'd be great if you helped bringing them back in-line!
I still use them and woul
Am 09/20/2011 10:44 PM, schrieb Albert ARIBAUD:
> Just tried actux3 - I get only this one warning:
>>
>> /usr/local/pkg/x-tools/armeb-unknown-linux-gnu/bin/.armeb-unknown-linux-gnu-ld:
>>
>> warning: creating a DT_TEXTREL in object.
>>
>> AFAIK, that one has been there since relocation was added.
>
Am 09/17/2011 10:12 AM, schrieb Albert ARIBAUD:
> (board maintainers in CC:)
>
> Hi all,
>
> There remains 13 boards listed as having warnings or errors at this
> point in a ./MAKEALL arm:
>
> - SUMMARY
> Boards compiled: 242
> Boards with warnings o
Am 06/22/2011 02:19 PM, schrieb Wolfgang Denk:
> Hello everybody:
>
> * U-Boot v2011.06-rc3 was released on Wed, June 22, 2011
>
> * Release "v2011.06" is scheduled in 5 days - on June 27, 2011.
>
> Please help testing, and check if all your relevant patches have been
> included.
Hi,
I think the I
Am 05/23/2011 02:42 AM, schrieb Marek Vasut:
> On Monday, May 23, 2011 12:00:02 AM Michael Schwingen wrote:
>> Signed-off-by: Michael Schwingen
>> ---
> Honestly, I don't really understand this one ... Wolfgang, is this one OK to
> merge ?
The idea was to be able to def
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3 (split from "update_fix some more IXP42x boards" in V2)
Changes for V4:
- add changelog
Changes for V5:
board/ixdp425/config.mk|2 -
board/ixdp425/flash.c | 427 -
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- coding style / indentation cleanup
- move config.h changes to AcTux2/AcTux3 board patches
Changes for V4:
- add changelog
Changes for V5:
board/actux4/actux4.c| 103
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
---
Changes for V3:
- new in V3
Changes for V4:
- add chan
- 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
---
Changes for V2:
- fix patch description
Changes for V3:
- use I/O accessors
- move timestamp variable from
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3
Changes for V4:
- add changelog
Changes for V5:
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 1a784a1..99bc2c7 100644
--- a
Hi,
this is V5 of the IXP42x patch series - it is now based on Marek's
u-boot-pxa.git, with one additional fix:
- fix one missing I/O accessor in get_ticks() in Patch #0004
cu
Michael
Michael Schwingen (17):
add XScale sub architecture (IXP/PXA) to maintainer list
add support for I
Signed-off-by: Michael Schwingen
---
Changes for V2:
- remove changes from config.mk and board config.h files
- add wildcards to sections in arch/arm/cpu/ixp/u-boot.lds
Changes for V3:
- set compiler/linker flags in arch/arm/cpu/ixp/config.mk instead of
per-board config.mk files
Changes for
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
- add ethprime/ethrotate to default environment
Changes for V3:
- use I/O accessors
- coding style fixes
- add PCI clock/reset
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- use get_ram_size in dram_init
- remove config.mk
- remove unused
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- use get_ram_size in dram_init
- remove config.mk
- remove unused
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- reformat to wrap long lines
Changes for V4:
- add changelog
Changes for V5:
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
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- add PCI clock/reset initialization
- use get_ram_size in dram_init
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- coding style fixes
Changes for V4:
- add changelog
Changes for V5:
drivers/serial/serial_ixp.c |7 +--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/drivers/serial/serial_ixp.c b/drivers/serial
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- coding style / indentation cleanup
- move config.h changes to AcTux2/AcTux3 board patches
Changes for V4:
- add changelog
Changes for V5:
arch/arm/cpu/ixp/npe/npe.c | 67 +++
1
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
Changes for V4:
- add changelog
Changes for V5:
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
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3 (split from "update_fix some more IXP42x boards" in V2)
Changes for V4:
- add changelog
Changes for V5:
board/prodrive/pdnb3/config.mk |2 --
include/configs/pdnb3.h| 10 +++---
2 files changed, 7
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- change patch description
- drop wepep250 (should already be deleted)
Changes for V4:
- add changelog
Changes for V5:
MAINTAINERS | 44 ++--
1 files changed, 22 insertions(+), 22
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3, replaces config.mk files in earlier patches
Changes for V4:
- add changelog
Changes for V5:
arch/arm/config.mk |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/arch/arm/config.mk b/arch/arm
Am 05/22/2011 05:36 PM, schrieb Marek Vasut:
> On Saturday, May 21, 2011 02:03:24 AM Marek Vasut wrote:
>> On Wednesday, April 06, 2011 11:49:09 PM Michael Schwingen wrote:
>>> Signed-off-by: Michael Schwingen
>>> ---
>>>
>>> Changes for V2:
>>&
Am 05/21/2011 02:06 AM, schrieb Marek Vasut:
>
>> +/* Setup GPIO's for 33MHz clock output */
>> +GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_PCI_CLK);
>> +GPIO_OUTPUT_ENABLE(CONFIG_SYS_GPIO_EXTBUS_CLK);
>> +writel(0x01FF01FF, IXP425_GPIO_GPCLKR);
>> +
>> +/* turn off all LEDs */
>> +
Am 05/21/2011 02:03 AM, schrieb Marek Vasut:
>
>> -int board_init (void)
>> +int board_early_init_f(void)
>> +{
>> +/* CS5: Debug port */
>> +writel(0x9d520003, IXP425_EXP_CS5);
>> +/* CS6: HwRel */
>> +writel(0x81860001, IXP425_EXP_CS6);
>> +/* CS7: LEDs */
>> +writel(0x809
Am 05/21/2011 01:58 AM, schrieb Marek Vasut:
>
>> -int timer_init (void)
>> +unsigned long long get_ticks(void)
>> {
>> -/* install interrupt handler for timer */
>> -irq_install_handler(IXP425_TIMER_2_IRQ, timer_isr, (void *)×tamp);
>> -
>> -/* setup the Timer counter value */
>> -
Mike Frysinger wrote:
> On Saturday, May 07, 2011 06:57:32 Michael Schwingen wrote:
>
>> mach-types.h needs to be built before autoconf.mk can be generated, and
>> the rules for autoconf.mk are in the top-level Makefile.
>>
>> If I put rules in arch/arm/config.mk,
Am 05/09/2011 07:37 AM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <4dc5259c.7040...@discworld.dascon.de> you wrote:
>> If I put rules in arch/arm/config.mk, then the first of these rules
>> becomes the default rule which is executed in subdir m
Am 05/06/2011 07:09 AM, schrieb Mike Frysinger:
> On Thu, May 5, 2011 at 17:48, Michael Schwingen wrote:
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -469,7 +469,7 @@ $(obj)System.map: $(obj)u-boot
>> # This target actually generates 2 files; autoconf.mk and autoconf.mk
el
>From 2cb8bfd1b387a4a49d9e0cebd96824c879000420 Mon Sep 17 00:00:00 2001
From: Michael Schwingen
Date: Thu, 5 May 2011 23:04:00 +0200
Subject: [ARM: auto-generate mach-types.h 1/1] auto-generate mach-types.h
include file from ARM machine database dump
Signed-off-by: Michael Schwingen
based directly on Makefile/scri
Am 04/26/2011 11:38 PM, schrieb Reinhard Meyer:
>>
>>> So IMO, if we have mach-types in U-Boot for supporting Linux, then we
>>> should keep using a (reasonably) up-to-date Linux machine ID list just
>>> like we do now -- mach-types that disappear from the list mean Linux
>>> support has become use
Am 04/21/2011 01:39 PM, schrieb Albert ARIBAUD:
> Le 20/04/2011 21:26, Michael Schwingen a écrit :
>> year, right? Do ACTUX* and DVLHOST boards fit in this description?
>> Yes. The ACTUX board ports are by me, while the DVLHOST machine type
>> seems to be allocated by the manu
On 04/20/2011 07:49 PM, Albert ARIBAUD wrote:
> Le 20/04/2011 19:15, Michael Schwingen a écrit :
>
>> Why don't we pull the original master mach-types file, and generate the
>> required .h file(s) during make using the same (or a similar) script
>> Linux uses?
On 04/20/2011 10:58 AM, Igor Grinberg wrote:
> Hi Sandeep, Albert, Wolfgang,
>
> On 04/19/11 15:42, Paulraj, Sandeep wrote:
>> Wolfgang, Albert,
>>
>> Russell King sent some updates to the linux kernel for mach-types.
>>
>> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdi
t;bd->bi_arch_number?
> I think you have two options:
>
> 1) Complain with RMK about the removal of yoru MACH_ID. Explain to
>him that you use this elsewhere and ash to re-add it.
I did that and got the following reply (without quotes due to cut-and-paste)
cu
Michael
Fro
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
---
Changes for V3:
- new in V3
Changes for V4:
- add chan
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- use get_ram_size in dram_init
- remove config.mk
- remove unused
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
- add ethprime/ethrotate to default environment
Changes for V3:
- use I/O accessors
- coding style fixes
- add PCI clock/reset
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- add PCI clock/reset initialization
- use get_ram_size in dram_init
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3 (split from "update_fix some more IXP42x boards" in V2)
Changes for V4:
- add changelog
board/prodrive/pdnb3/config.mk |2 --
include/configs/pdnb3.h| 10 +++---
2 files changed, 7 insertions(+), 5
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3 (split from "update_fix some more IXP42x boards" in V2)
Changes for V4:
- add changelog
board/ixdp425/config.mk|2 -
board/ixdp425/flash.c | 427
board/ixdp4
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- reformat to wrap long lines
Changes for V4:
- add changelog
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
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- coding style / indentation cleanup
- move config.h changes to AcTux2/AcTux3 board patches
Changes for V4:
- add changelog
arch/arm/cpu/ixp/npe/npe.c | 67 +++
1 files changed, 42
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
- add wildcard to bss segment in linker script
Changes for V3:
- use I/O accessors
- coding style fixes
- use get_ram_size in dram_init
- remove config.mk
- remove unused
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3, replaces config.mk files in earlier patches
Changes for V4:
- add changelog
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
Signed-off-by: Michael Schwingen
---
Changes for V3:
- new in V3
Changes for V4:
- add changelog
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 dc46e21..233dc56 100644
--- a/arch/arm/lib
Signed-off-by: Michael Schwingen
---
Changes for V2:
- move -ffunction-sections/--gc-sections to board config.mk
Changes for V3:
- use I/O accessors
- coding style fixes
- use get_ram_size in dram_init
- add PCI support
- remove config.mk
- remove unused definitions from config.h
- add
- 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
---
Changes for V2:
- fix patch description
Changes for V3:
- use I/O accessors
- move timestamp variable from
Signed-off-by: Michael Schwingen
---
Changes for V2:
- remove changes from config.mk and board config.h files
- add wildcards to sections in arch/arm/cpu/ixp/u-boot.lds
Changes for V3:
- set compiler/linker flags in arch/arm/cpu/ixp/config.mk instead of
per-board config.mk files
Changes
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
Changes for V4:
- add changelog
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
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- change patch description
- drop wepep250 (should already be deleted)
Changes for V4:
- add changelog
MAINTAINERS | 44 ++--
1 files changed, 22 insertions(+), 22 deletions
Hi,
here is the fourth incarnation of the IXP patch series. This is rebased
against master (basically pulling in the __bss_end change), and it adds
separate changelogs per patch.
cu
Michael
Michael Schwingen (17):
add XScale sub architecture (IXP/PXA) to maintainer list
add support for
Signed-off-by: Michael Schwingen
---
Changes for V2:
Changes for V3:
- coding style fixes
Changes for V4:
- add changelog
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
Am 02/14/2011 01:00 PM, schrieb Albert ARIBAUD:
> Le 14/02/2011 00:38, Michael Schwingen a écrit :
>> Am 02/13/2011 11:03 PM, schrieb Wolfgang Denk:
>>> Dear Graeme Russ,
>>>
>>> In message
>>> you wrote:
>>>> For multi-patch series, you
Am 02/14/2011 01:00 PM, schrieb Albert ARIBAUD:
> Le 14/02/2011 00:38, Michael Schwingen a écrit :
>> Am 02/13/2011 11:03 PM, schrieb Wolfgang Denk:
>>> Dear Graeme Russ,
>>>
>>> In message
>>> you wrote:
>>>> For multi-patch series, you
Am 02/13/2011 11:03 PM, schrieb Wolfgang Denk:
> Dear Graeme Russ,
>
> In message you
> wrote:
>> For multi-patch series, you only need to put the revision history in the
>> [00/nn] file - No need to individually annotate each and every patch
> This is *wrong*.
>
> See the Note at bullet 2 at
> h
Am 02/07/2011 09:54 PM, schrieb Graeme Russ:
> On Tue, Feb 8, 2011 at 7:37 AM, Michael Schwingen
> wrote:
>> Am 02/05/2011 12:52 AM, schrieb Wolfgang Denk:
>>> Dear Michael Schwingen,
>>>
>>> In message <1296860763-16149-1-git-send-email-mich...@schwi
Am 02/05/2011 12:52 AM, schrieb Wolfgang Denk:
> 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 ver
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 |
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
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
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
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
- 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
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
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
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
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
Am 02/03/2011 08:27 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <4d4acba0.9030...@discworld.dascon.de> you wrote:
>>> Note that still a large number of ARM boards are broken. I hope many
>>> people join the efforts and fix all the curre
Wolfgang Denk wrote:
> Hello everybody:
>
> * 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 your relevant patches have been
> included.
>
>
> Note that still a large number of AR
On 01/31/2011 09:45 AM, Heiko Schocher wrote:
>
> I think, on arm plattforms we should move the pci_init as it is
> done on powerpc plattforms, to board_init_r. It seems to me, that
> this is a leftover from introducing relocation to arm. I also just
> could think of using a "PCI console" before re
Am 01/31/2011 08:01 PM, schrieb Scott Wood:
>>
>> I got out everything except the LDSCRIPT definition. However, I can't
>> find a way to specify a board-specific linker script (which I need due
>> to the embedded environment) without using config.mk in the board
>> directory, since the platform set
Wolfgang Denk wrote:
> Dear Michael Schwingen,
>
> In message <4d45eb1d.4020...@discworld.dascon.de> you wrote:
>
>>> Do these need to be architecture specific? Probably not.
>>>
>> I do remember that we needed architecture-dependent debug opti
Wolfgang Denk wrote:
> Dear Michael Schwingen,
>
> In message <4d45ea43.3070...@discworld.dascon.de> you wrote:
>
>> The system hangs during early init, and does not get past relocation.
>>
>
> That is to be expected when you use this before relocation.
Albert ARIBAUD wrote:
> Le 30/01/2011 23:46, Michael Schwingen a écrit :
>> Am 01/30/2011 11:07 PM, schrieb Albert ARIBAUD:
>>> Hi Michael,
>>>
>>> Le 30/01/2011 22:39, Michael Schwingen a écrit :
>>>> Hi,
>>>>
>>>> ist it a
Am 01/30/2011 08:43 PM, schrieb Wolfgang Denk:
>
> I don't see where this is specific to the Power architecture either -
> expect that you only tested it there.
>
> My understanding is that you enable debug settings for the GNU
> debugger.
>
> Do these need to be architecture specific? Probably not
Am 01/30/2011 11:07 PM, schrieb Albert ARIBAUD:
> Hi Michael,
>
> Le 30/01/2011 22:39, Michael Schwingen a écrit :
>> Hi,
>>
>> ist it allowed to call pci_init before relocation?
>>
>> The code looks like this is not supposed to happen. However, on ARM,
&
Hi,
ist it allowed to call pci_init before relocation?
The code looks like this is not supposed to happen. However, on ARM,
arm_pci_init (which calls pci_init in turn) is called from
init_sequence, which happens before relocation.
Am I overlooking some way in which this can actually work? Are th
Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk:
>
>> diff --git a/board/actux1/config.mk b/board/actux1/config.mk
>> index 88634f7..a370337 100644
>> --- a/board/actux1/config.mk
>> +++ b/board/actux1/config.mk
>> @@ -1,6 +1,3 @@
>> -CONFIG_SYS_TEXT_BASE = 0x00e0
>> -
>> -# include NPE ethernet
Hi,
I am wondering how CONFIG_ENV_IS_EMBEDDED is supposed to work.
As far as I understand the code, it is set automatically by
environment.h in case the environment is in a sector in NOR flash that
overlaps with the u-boot code.
However, I see two problems:
- CONFIG_ENV_IS_EMBEDDED does not end
Am 01/25/2011 09:42 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <1294062338-21084-6-git-send-email-mich...@schwingen.org> you
> wrote:
>> Signed-off-by: Michael Schwingen
>> ---
>> arch/arm/cpu/ixp/npe/Makefile |1 +
>> 1 f
Wolfgang Denk wrote:
>>
>> +int board_early_init_f (void)
>> +{
>> +/* CS1: IPAC-X */
>> +*IXP425_EXP_CS1 = 0x94d10013;
>> +/* CS5: Debug port */
>> +*IXP425_EXP_CS5 = 0x9d520003;
>> +/* CS6: HW release register */
>> +*IXP425_EXP_CS6 = 0x81860001;
>> +/* CS7: LEDs */
Am 01/25/2011 09:47 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <1294062338-21084-12-git-send-email-mich...@schwingen.org> you
> wrote:
>> Signed-off-by: Michael Schwingen
>> ---
>> board/ixdp425/config.mk|3 ++-
>&
Am 01/25/2011 09:36 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <1294062338-21084-14-git-send-email-mich...@schwingen.org> you
> wrote:
>> Signed-off-by: Michael Schwingen
> ...
>> diff --git a/board/dvlhost/config.mk b/board/dvlhost/
Am 01/25/2011 09:44 PM, schrieb Wolfgang Denk:
>
>> diff --git a/board/actux1/config.mk b/board/actux1/config.mk
>> index 88634f7..a370337 100644
>> --- a/board/actux1/config.mk
>> +++ b/board/actux1/config.mk
>> @@ -1,6 +1,3 @@
>> -CONFIG_SYS_TEXT_BASE = 0x00e0
>> -
>> -# include NPE ethernet
Am 01/25/2011 09:38 PM, schrieb Wolfgang Denk:
> Dear Michael Schwingen,
>
> In message <1294062338-21084-2-git-send-email-mich...@schwingen.org> you
> wrote:
>> Signed-off-by: Michael Schwingen
> That's not a "board list", but the MAINTAINERS file (I w
Signed-off-by: Michael Schwingen
---
MAINTAINERS|1 +
board/dvlhost/Makefile | 50 +
board/dvlhost/config.mk|3 +
board/dvlhost/dvlhost.c| 118 +
board/dvlhost/dvlhost_hw.h | 47 +
board/dvlhost/u-boot.lds | 86
1 - 100 of 136 matches
Mail list logo