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

[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] 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 devices

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

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 the right patch format

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

2008-10-24 Thread schardt
Signed-off-by: schardt [EMAIL PROTECTED] Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- This patch adds support for the avnet fx12 minimodul. It needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo. v2 rebased to ppc4xx/master v3 files u-boot.lds

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

2008-10-22 Thread Georg Schardt
From: schardt [EMAIL PROTECTED] this patch adds support for the avnet fx12 minimodul it needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo v2 rebased to ppc4xx/master Signed-off-by: schardt [EMAIL PROTECTED] Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED

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

2008-10-22 Thread Georg Schardt
From: schardt [EMAIL PROTECTED] this patch adds support for the avnet fx12 minimodul it needs the ppc4xx: Generic architecture for xilinx ppc405 patch from Ricardo v2 rebased to ppc4xx/master v3 files u-boot.lds and init.S removed Signed-off-by: schardt [EMAIL PROTECTED] Signed-off-by: Ricardo

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

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 patch from Ricardo v2 rebased to ppc4xx/master The above

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

2008-09-09 Thread Georg Schardt
clean it up. its correct, the objects are not used regards georg On Mon, Sep 8, 2008 at 14:07, schardt [EMAIL PROTECTED] wrote: From: schardt [EMAIL PROTECTED](none) --- Makefile |3 + board/xilinx/fx12mm/Makefile | 63 board/xilinx

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

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 under a

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

2008-09-08 Thread schardt
From: schardt [EMAIL PROTECTED](none) --- Makefile |3 + board/xilinx/fx12mm/Makefile | 63 board/xilinx/fx12mm/config.mk | 28 +++ board/xilinx/fx12mm/fx12mm.c | 67 + board/xilinx/fx12mm/init.S| 32

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 branch checked

[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 +

[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 ---

[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

[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

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

2008-09-06 Thread Georg Schardt
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 message [EMAIL PROTECTED] you wrote

[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