Re: [U-Boot] [PATCH] ppc: xilinx: Remove ancient ppc405 and ppc440 platform

2015-05-12 Thread Georg Schardt
Hello, yes, we have still some fx12mm in use and i can try to compile and run the newest u-boot in the next few days. regards Georg Am 12.05.2015 um 16:19 schrieb Ricardo Ribalda Delgado: > Hello > > I have followed doc/README.generic-board and simply adding > CONFIG_SYS_GENERIC_BOARD does the

Re: [U-Boot] saveenv problems

2008-10-31 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear Wolfgang > You may see a problem similar to mine (patch just went into the CFI > repo). > > What exactly is your flash configuration? Bus width? Which > flash chips? How can the bus be read? I mean, for example if you > use 2 x 16 bit devi

[U-Boot] saveenv problems

2008-10-31 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, i have a strange problem with the saveenv command, or maybe with my config :) After booting a fresh compiled u-boot with the default environment i can save the env without any problems. U-boot unprotect, erase and write the flash. but after add

Re: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule

2008-10-24 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sorry, i was very busy on my dayjob this week. I will send a new patch this evening. Georg Stefan Roese schrieb: > Georg, > > On Wednesday 22 October 2008, Georg Schardt wrote: >> thx for your comments, i will pay attention on

Re: [U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule

2008-10-22 Thread Georg Schardt
know that this is a problem here. Georg Jerry Van Baren schrieb: > Georg Schardt wrote: >> From: schardt <[EMAIL PROTECTED]> >> >> this patch adds support for the avnet fx12 minimodul it needs the >> "ppc4xx: Generic architecture for xilinx ppc405" pat

[U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule

2008-10-22 Thread Georg Schardt
644 include/configs/fx12mm.h diff --git a/MAINTAINERS b/MAINTAINERS index a5d1038..260c3e6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -366,6 +366,10 @@ Travis Sawyer ([EMAIL PROTECTED]> METROBOXPPC440GX XPEDITE1K PPC440GX +Georg Schardt <[EMAIL PROTECTED]

[U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule

2008-10-22 Thread Georg Schardt
PROTECTED]> METROBOXPPC440GX XPEDITE1K PPC440GX +Georg Schardt <[EMAIL PROTECTED]> + + fx12mm PPC405 + Heiko Schocher <[EMAIL PROTECTED]> ids8247 MPC8247 diff --git a/MAKEALL b/MAKEALL index aa602b7..1f56ac5 100755 -

[U-Boot] [PATCH] ppc4xx: New board avnet fx12 minimodule

2008-10-16 Thread Georg Schardt
METROBOXPPC440GX XPEDITE1K PPC440GX +Georg Schardt <[EMAIL PROTECTED]> + + fx12mm PPC405 + Heiko Schocher <[EMAIL PROTECTED]> ids8247 MPC8247 diff --git a/MAKEALL b/MAKEALL index aa602b7..1f56ac5 100755 --- a/MAKEALL

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
Hi Ricardo, if such an architecture is wanted i can try to create it ? but i'm stil a beginner in u-boot and not very firm in git, so i think i ask many things here on the list :) Georg Ricardo wrote: > Hello Georg > > Its a pleasure to help. > > >>> 2) Try to unificate the fx12mm board unde

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
sorry, just pressed ctrl-r without thinking about georg > [600+ lines of quote deleted] > > was there any need to re-quote the 600+ lines of your own posting? > > Best regards, > > Wolfgang Denk > > ___ U-Boot mailing list U-Boot@lists.denx.de http:/

Re: [U-Boot] [PATCH] add board support for virtex4fx12 minimodul

2008-09-09 Thread Georg Schardt
under the terms of the GNU General Public License as >> +# published by the Free Software Foundation; either version 2 of >> +# the License, or (at your option) any later version. >> +# >> +# This program is distributed in the hope that it will be useful, >> +# but WITHOUT ANY WARR

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-07 Thread Georg Schardt
Hi again, > This all looks good so far > > >> - then i try "git rebase master" and get the message "Current branch >> master is up to date" >> > > Hm... the "current branch master" makes be believe that you might have > checked out the master branch now? You should still have the "testing"

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-07 Thread Georg Schardt
he changes with "git commit -a" - create a patch with "git format-patch origin" - check this patch with checkpatch.pl - fix the errors, commit again, create patch again get 2 patchfiles - then i try "git rebase master" and get the message "Current branch master is up t

Re: [U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-06 Thread Georg Schardt
at-patch origin" creates me a patch-file for every commit from the testing-branch. how can i create a single file patch with the differents between the head of my testing-branch and the head of the master-branch ? regards georg Wolfgang Denk schrieb: > Dear Georg Schardt, > > In me

[U-Boot] First Patch

2008-09-06 Thread Georg Schardt
Hi, the following patch is my first, so please say what i can do better the next time. the patch adds board support for the virtex4fx12 minimodul by avnet. Sorry for the three files, i don't know how to merge the files to on. regards georg ___ U-Boot m

[U-Boot] [PATCH 2/3] fix checkpatch errors

2008-09-06 Thread Georg Schardt
--- include/configs/FX12MM.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/FX12MM.h b/include/configs/FX12MM.h index b47e403..8b8d41c 100644 --- a/include/configs/FX12MM.h +++ b/include/configs/FX12MM.h @@ -15,28 +15,28 @@ #define CONFIG_DOS_P

[U-Boot] [PATCH 3/3] fix some other patch errors

2008-09-06 Thread Georg Schardt
--- Makefile |3 +++ board/xilinx/fx12mm/fx12mm.c |4 board/xilinx/fx12mm/serial.c |2 +- include/configs/FX12MM.h |8 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 8d82ef5..1fc476d 100644 --- a/Makefi

[U-Boot] [PATCH 1/3] Add support for the virtex4fx12 minimodul

2008-09-06 Thread Georg Schardt
--- board/xilinx/fx12mm/Makefile | 64 +++ board/xilinx/fx12mm/config.mk | 28 + board/xilinx/fx12mm/fx12mm.c | 118 +++ board/xilinx/fx12mm/init.S| 48 board/xilinx/fx12mm/serial.c | 154 + board/xilin

[U-Boot] New Board: Avnet/Memec Virtex4FX12 Minimodul

2008-09-01 Thread Georg Schardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, i have create a new board-configuration and want to submit some patches. i am new to git and have some questions: - - i clone the u-boot repository with "git-clone git://git.denx.de/u-boot/" - - copy the new/changed files to the new created

Re: [U-Boot] LL Temac, MAC adresse trouble

2008-08-13 Thread Georg Schardt
a new board definition for the fx12mm copy some stuff from the ml403 board. is there any definition i have to change ? board_info or something ? Georg John Linn wrote: >> -Original Message- >> From: Georg Schardt [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, August 13, 20

Re: [U-Boot] LL Temac, MAC adresse trouble

2008-08-13 Thread Georg Schardt
> I am working on u-boot for Xilinx is the reason I'm asking. > > Thanks, > John > > >> -Original Message- >> From: [EMAIL PROTECTED] >> > [mailto:[EMAIL PROTECTED] On Behalf Of Georg Schardt > >> Sent: Wednesday, August 13, 200

[U-Boot] LL Temac, MAC adresse trouble

2008-08-13 Thread Georg Schardt
Hi , uh, the next error in my u-boot config :) if i boot my linux-kernel via the xmd-debugger the lltemac has a correct mac-address and speed negotiating works fine, link comes up and ping works. booting it with u-boot the mac-address is 0:0:0:0:0:0. i can change the address with ifconfig eth0

[U-Boot] Xilinx FX12MM Board - xparameters.h

2008-08-12 Thread Georg Schardt
Hi again, after working for another project the last months i'm back to my virtex4 minimodul. now i have a working u-boot configuration, but some things are still dirty :) for example i copy the xparameters.h to the new board/xilinx/fx12mm directory, but also in board/xilinx/common and board/x