Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-06 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-06 Thread Michael Schwingen
/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

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Michael Schwingen
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

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread Michael Schwingen
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

Re: [U-Boot] U-Boot/IXP

2012-03-05 Thread 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 > boards > be removed? I'd be great if you helped bringing them back in-line! I still use them and woul

Re: [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards

2011-09-20 Thread Michael Schwingen
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. >

Re: [U-Boot] [STATUS] [ARM] Status for last 13 unclean-building ARM boards

2011-09-19 Thread Michael Schwingen
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

Re: [U-Boot] [STATUS] v2011.06-rc3 released

2011-06-22 Thread Michael Schwingen
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

Re: [U-Boot] [IXP42x PATCH series v5 06/17] support CONFIG_SYS_LDSCRIPT on ARM

2011-05-23 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 14/17] update/fix IXDP425 / IXDPG425 boards

2011-05-22 Thread Michael Schwingen
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 -

[U-Boot] [IXP42x PATCH series v5 11/17] update/fix AcTux4 board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 16/17] IXP42x PCI rewrite

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 04/17] Fix IXP code to work after relocation was added

2011-05-22 Thread Michael Schwingen
- 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

[U-Boot] [IXP42x PATCH series v5 17/17] run arm_pci_init after relocation

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 00/17] Overview

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 07/17] use -ffunction-sections / --gc-sections on IXP42x

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 13/17] add dvlhost (dLAN 200 AV Wireless G) board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 10/17] update/fix AcTux3 board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 09/17] update/fix AcTux2 board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 02/17] add support for IXP42x Rev. B1 and newer

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 08/17] update/fix AcTux1 board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 03/17] trigger hardware watchdog in IXP42x serial driver

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 12/17] IXP NPE: add support for fixed-speed MII ports

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 05/17] fix "depend" target in npe directory

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 15/17] update/fix PDNB3 board

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 01/17] add XScale sub architecture (IXP/PXA) to maintainer list

2011-05-22 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v5 06/17] support CONFIG_SYS_LDSCRIPT on ARM

2011-05-22 Thread Michael Schwingen
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

Re: [U-Boot] [IXP42x PATCH series v4 08/17] update/fix AcTux1 board

2011-05-22 Thread Michael Schwingen
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: >>&

Re: [U-Boot] [IXP42x PATCH series v4 13/17] add dvlhost (dLAN 200 AV Wireless G) board

2011-05-22 Thread Michael Schwingen
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 */ >> +

Re: [U-Boot] [IXP42x PATCH series v4 08/17] update/fix AcTux1 board

2011-05-22 Thread Michael Schwingen
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

Re: [U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-05-22 Thread Michael Schwingen
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 */ >> -

Re: [U-Boot] RFC: auto-generate ARM mach-types.h file from ARM machine database

2011-05-09 Thread Michael Schwingen
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,

Re: [U-Boot] RFC: auto-generate ARM mach-types.h file from ARM machine database

2011-05-09 Thread Michael Schwingen
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

Re: [U-Boot] RFC: auto-generate ARM mach-types.h file from ARM machine database

2011-05-07 Thread Michael Schwingen
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

[U-Boot] RFC: auto-generate ARM mach-types.h file from ARM machine database

2011-05-05 Thread Michael Schwingen
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

Re: [U-Boot] Update and Cut down mach types

2011-04-27 Thread Michael Schwingen
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

Re: [U-Boot] Update and Cut down mach types

2011-04-26 Thread Michael Schwingen
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

Re: [U-Boot] Update and Cut down mach types

2011-04-20 Thread Michael Schwingen
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?

Re: [U-Boot] Update and Cut down mach types

2011-04-20 Thread Michael Schwingen
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

Re: [U-Boot] Update and Cut down mach types

2011-04-19 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 16/17] IXP42x PCI rewrite

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 10/17] update/fix AcTux3 board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 13/17] add dvlhost (dLAN 200 AV Wireless G) board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 08/17] update/fix AcTux1 board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 15/17] update/fix PDNB3 board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 14/17] update/fix IXDP425 / IXDPG425 boards

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 02/17] add support for IXP42x Rev. B1 and newer

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 12/17] IXP NPE: add support for fixed-speed MII ports

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 09/17] update/fix AcTux2 board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 06/17] support CONFIG_SYS_LDSCRIPT on ARM

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 17/17] run arm_pci_init after relocation

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 11/17] update/fix AcTux4 board

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 04/17] Fix IXP code to work after relocation was added

2011-04-06 Thread Michael Schwingen
- 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

[U-Boot] [IXP42x PATCH series v4 07/17] use -ffunction-sections / --gc-sections on IXP42x

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 05/17] fix "depend" target in npe directory

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 01/17] add XScale sub architecture (IXP/PXA) to maintainer list

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 00/17] Overview

2011-04-06 Thread Michael Schwingen
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

[U-Boot] [IXP42x PATCH series v4 03/17] trigger hardware watchdog in IXP42x serial driver

2011-04-06 Thread Michael Schwingen
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

Re: [U-Boot] IXP42x patch series version 3 - patch summaries

2011-02-16 Thread Michael Schwingen
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

Re: [U-Boot] IXP42x patch series version 3

2011-02-15 Thread Michael Schwingen
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

Re: [U-Boot] IXP42x patch series version 3

2011-02-13 Thread Michael Schwingen
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

Re: [U-Boot] IXP42x patch series version 3

2011-02-13 Thread Michael Schwingen
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

Re: [U-Boot] IXP42x patch series version 3

2011-02-07 Thread Michael Schwingen
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

[U-Boot] [PATCH 16/17] IXP42x PCI rewrite

2011-02-04 Thread Michael Schwingen
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 |

[U-Boot] [PATCH 10/17] update/fix AcTux3 board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 17/17] run arm_pci_init after relocation

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 13/17] add dvlhost (dLAN 200 AV Wireless G) board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 01/17] add XScale sub architecture (IXP/PXA) to maintainer list

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 15/17] update/fix PDNB3 board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 14/17] update/fix IXDP425 / IXDPG425 boards

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 08/17] update/fix AcTux1 board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 07/17] use -ffunction-sections / --gc-sections on IXP42x

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 06/17] support CONFIG_SYS_LDSCRIPT on ARM

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 04/17] Fix IXP code to work after relocation was added

2011-02-04 Thread Michael Schwingen
- 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

[U-Boot] [PATCH 12/17] IXP NPE: add support for fixed-speed MII ports

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 09/17] update/fix AcTux2 board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 05/17] fix "depend" target in npe directory

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 11/17] update/fix AcTux4 board

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 02/17] add support for IXP42x Rev. B1 and newer

2011-02-04 Thread Michael Schwingen
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

[U-Boot] IXP42x patch series version 3

2011-02-04 Thread Michael Schwingen
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

[U-Boot] [PATCH 03/17] trigger hardware watchdog in IXP42x serial driver

2011-02-04 Thread Michael Schwingen
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

Re: [U-Boot] [STATUS] v2011.03-rc1 released

2011-02-03 Thread Michael Schwingen
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

Re: [U-Boot] [STATUS] v2011.03-rc1 released

2011-02-03 Thread Michael Schwingen
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

Re: [U-Boot] calling pci_init before relocation?

2011-02-01 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-31 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-31 Thread Michael Schwingen
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

Re: [U-Boot] calling pci_init before relocation?

2011-01-31 Thread Michael Schwingen
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.

Re: [U-Boot] calling pci_init before relocation?

2011-01-31 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH v2] Adds general Freescale external debugger support

2011-01-30 Thread Michael Schwingen
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

Re: [U-Boot] calling pci_init before relocation?

2011-01-30 Thread Michael Schwingen
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, &

[U-Boot] calling pci_init before relocation?

2011-01-30 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-29 Thread Michael Schwingen
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

[U-Boot] CONFIG_ENV_IS_EMBEDDED problems

2011-01-29 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 05/13] fix "depend" target in npe directory

2011-01-26 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 08/13] update/fix AcTux2 board

2011-01-26 Thread Michael Schwingen
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 */

Re: [U-Boot] [PATCH 11/13] update/fix some more IXP42x boards (only compile tested)

2011-01-25 Thread Michael Schwingen
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 ++- >&

Re: [U-Boot] [PATCH 13/13] add dvlhost (dLAN 200 AV Wireless G) board

2011-01-25 Thread Michael Schwingen
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/

Re: [U-Boot] [PATCH 07/13] update/fix AcTux1 board

2011-01-25 Thread Michael Schwingen
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

Re: [U-Boot] [PATCH 01/13] add XScale sub architecture (IXP/PXA) to board list

2011-01-25 Thread Michael Schwingen
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

[U-Boot] [PATCH 13/13] add dvlhost (dLAN 200 AV Wireless G) board

2011-01-03 Thread Michael Schwingen
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   2   >