[U-Boot] Fwd: [U-Boot-Users] [PATCH] (Resend)Allows negative offset in command loads

2008-08-21 Thread Ricardo Ribalda Delgado
I think I did send this mail to the old mail list -- Forwarded message -- From: Ricardo Ribalda Delgado [EMAIL PROTECTED] Date: Tue, Aug 19, 2008 at 08:59 Subject: Re: [U-Boot-Users] [PATCH] (Resend)Allows negative offset in command loads To: Wolfgang Denk [EMAIL PROTECTED] Cc: u

[U-Boot] [PATCH] ppc440: New board: Avnet Virtex5 FXT Evaluation

2008-08-22 Thread Ricardo Ribalda Delgado
Cheap board by Avnet for evaluating the Virtex5 FX technology. This patch adds support for: - UartLite - 16MB Flash - 64MB RAM Prior using U-boot in this board, read carefully the ERRATA by Avnet to solve some memory initialization issues. Signed-off-by: Ricardo Ribalda Delgado [EMAIL

Re: [U-Boot] [PATCH] ppc440: New board: Avnet Virtex5 FXT Evaluation

2008-08-25 Thread Ricardo Ribalda Delgado
Hello Again Michal, on xilinx boards almost everything can be handled by edk+xparameters, but in other boards this is not true. Last month I was working on a board that had a weird watchdog and a memory that needed to handled by a propietary IP, in this case, we need a board directory because

[U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v3

2008-08-27 Thread Ricardo Ribalda Delgado
(wdenx) - Copyright issues - RFC-Patch Propossal Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- CREDITS|3 +- MAINTAINERS|2 + MAKEALL|4

Re: [U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v3

2008-08-29 Thread Ricardo Ribalda Delgado
Dear Wolfgang: I believe that it is not setting any configuration information. In many boards the TEXT_BASE address is set up in the makefile depending if the user wants to compile u-boot for ram o for flash. Like the acadia (and many others) @echo TEXT_BASE = 0x0100

Re: [U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v3

2008-08-29 Thread Ricardo Ribalda Delgado
On Fri, Aug 29, 2008 at 17:01, Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Ricardo Ribalda Delgado, In message [EMAIL PROTECTED] you wrote: I have no problem in setting the Makefile in the classic way, I just wanted to create a new way with the less code replication possible. Shall I

Re: [U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v3

2008-08-29 Thread Ricardo Ribalda Delgado
[EMAIL PROTECTED] wrote: Dear Ricardo Ribalda Delgado, In message [EMAIL PROTECTED] you wrote: Before this unification patch I send another path that did treat the avnet board as a new board (a lot of code replication). This is what I call the old way. Let me be more clear. What do we

[U-Boot] [PATCH] ppc44x: Unification of virtex5 pp440 boards v4

2008-09-01 Thread Ricardo Ribalda Delgado
(wdenx) - Copyright issues - RFC-Patch Propossal v4 diff: - MAKEALL gives same output as other boards (stefan) - Simplify board configuration (wdenx) Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- CREDITS|3 +- MAINTAINERS

[U-Boot] [PATCH] Remove gap fill in srec object v2

2008-09-07 Thread Ricardo Ribalda Delgado
SREC files do not need gap fill: The load address is specified in the file. On the other hand, it can't be avoided in a .bin object. It has no information about memory location. diff in v2: -Change comment (wd) Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Makefile |2 +- 1

Re: [U-Boot] [PATCH] ppc440: ml507: Add .gitignore

2008-09-08 Thread Ricardo Ribalda Delgado
Hello Stefan You can forget about this patch. With the commit e07f4a8033b6270b8103049adb6456f660ff4a89 it is not again needed Best regards On Mon, Sep 8, 2008 at 08:56, Stefan Roese [EMAIL PROTECTED] wrote: On Friday 22 August 2008, Ricardo Ribalda Delgado wrote: Signed-off-by: Ricardo

[U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build

2008-09-09 Thread Ricardo Ribalda Delgado
This patch solves the problems compiling ml507, v5fx30teval and ppc440-generic out of tree. Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Makefile | 49 +++--- board/xilinx/ppc440-generic/Makefile |4 +- 2 files changed

Re: [U-Boot] [PATCH] ppc4xx: ppc440-generic-ALL: Fix out of tree build

2008-09-09 Thread Ricardo Ribalda Delgado
Hello Wolfgang I just wanted to avoid the creation of one config.mk per board. A new version is in the mailbox. Best regards On Tue, Sep 9, 2008 at 09:18, Wolfgang Denk [EMAIL PROTECTED] wrote: Dear Ricardo Ribalda Delgado, In message [EMAIL PROTECTED] you wrote: This patch

[U-Boot] [PATCH] I2C EEPROM simulator v2

2008-09-10 Thread Ricardo Ribalda Delgado
CONFIG_EEPROM_SIMUL_LEN and CONFIG_EEPROM_SIMUL_DATA to define the content of the simulated eeprom Signed-off-by: [EMAIL PROTECTED] [EMAIL PROTECTED] Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- drivers/i2c/Makefile |1 + drivers/i2c/eeprom_simul.c | 67

[U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-10 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/xilinx/ppc440-generic/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/board/xilinx/ppc440-generic/config.mk b/board/xilinx/ppc440-generic/config.mk index 8d220da..6d76755 100644 --- a/board

Re: [U-Boot] [PATCH] ppc4xx:FIX in-tree build for ppc440-generic boards

2008-09-11 Thread Ricardo Ribalda Delgado
. They only work out of three, Best regards On Wed, Sep 10, 2008 at 17:44, Ricardo Ribalda Delgado [EMAIL PROTECTED] wrote: Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/xilinx/ppc440-generic/config.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[U-Boot] [PATCH] ppc4xx: Fix compilation of v5fx30teval_flash

2008-09-11 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e8bbd78..116d9e7 100644 --- a/Makefile +++ b/Makefile @@ -1488,9 +1488,9 @@ v5fx30teval_flash_config: unconfig

[U-Boot] [PATCH] ppc4xx: Add .gitignore file to xlnx-ppc440 boards

2008-09-11 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/avnet/v5fx30teval/.gitignore |1 + board/xilinx/ml507/.gitignore |1 + board/xilinx/ppc440-generic/.gitignore |1 + 3 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 board/avnet

[U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405

2008-10-16 Thread Ricardo Ribalda Delgado
be used on almost any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h This patch is prepared to work with the latest version of EDK (10.1) Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- Please patch it against ppc4xx/next CREDITS

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405

2008-10-16 Thread Ricardo Ribalda Delgado
Hello Stefan Thanks for your comments. I have just uploaded v2 of the patch. How about the existing Xilinx PPC405 boards like ml300? Should they somehow use this new infrastructure? Yes, that is the idea, adapt them to use this. So we have less work to support them in the future. This

[U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2008-10-21 Thread Ricardo Ribalda Delgado
be used on almost any design with xilinx ppc405 replacing the file ppc405-generic/xparameters.h This patch is prepared to work with the latest version of EDK (10.1) Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- v2 Includes changes propossed by Stefan Roese -Remove unneeded init.S

[U-Boot] [PATCH] ubifs.c: BUG: Error following links

2010-12-02 Thread Ricardo Ribalda Delgado
The link_name variable is declared inside the if block and it is used outside it through the name pointer. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- fs/ubifs/ubifs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Use common u-boot.lds

2010-12-07 Thread Ricardo Ribalda Delgado
Use common ppc4xx linker script for xilinx ppc440 and ppc405 related boards. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- arch/powerpc/cpu/ppc4xx/start.S|2 +- arch/powerpc/cpu/ppc4xx/u-boot.lds |8 ++ board/xilinx/ppc405-generic/Makefile

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
at 23:22, Wolfgang Denk w...@denx.de wrote: Dear Ricardo Ribalda Delgado, In message 1224606586-7538-1-git-send-email-ricardo.riba...@uam.es you wrote: As ppc44x: Unification of virtex5 pp440 boards did for the xilinx ppc440 boards, this patch presents a common architecture for all

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL

2010-12-23 Thread Ricardo Ribalda Delgado
config.mk only mkdirs $(obj), but we have objects shared with other boards located on other dirs. This patch mkdirs the needed dirs for the xlnx-generic boards. --- board/xilinx/ppc405-generic/Makefile | 11 +++ board/xilinx/ppc440-generic/Makefile | 14 -- 2 files

Re: [U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)

2010-12-23 Thread Ricardo Ribalda Delgado
Patch is on the mail Best regards and Merry Christmas! On Fri, Dec 24, 2010 at 01:16, Ricardo Ribalda Delgado ricardo.riba...@uam.es wrote: Hello  It is weird.  just fetch stefan/next from the repository and make fx12mm works with no problem (what is mainly what I use for tests

[U-Boot] [PATCH] xilinx_ppc_boards: Change address of RESET_VECTOR

2011-01-12 Thread Ricardo Ribalda Delgado
Old address of RESET_VECTOR were overwritten by the bss sector, making impossible its run from xmd. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- boards.cfg | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/boards.cfg b/boards.cfg index

[U-Boot] [PATCH 1/9] ubifs: BUG: Blocks commpressed with zlib

2009-04-24 Thread Ricardo Ribalda Delgado
Blocks compressed with zlib are not handled correctly. gunzip decompress blocks with the gzip header, but ubi blocks dont have header. --- fs/ubifs/ubifs.c | 43 ++- fs/ubifs/ubifs.h |2 -- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git

[U-Boot] [PATCH 9/9] ubifs: Add '\0' to the end of the realpath

2009-04-24 Thread Ricardo Ribalda Delgado
--- fs/ubifs/ubifs.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/ubifs/ubifs.c b/fs/ubifs/ubifs.c index 0708d90..4dc315e 100644 --- a/fs/ubifs/ubifs.c +++ b/fs/ubifs/ubifs.c @@ -646,6 +646,8 @@ int ubifs_load(char *filename, u32 addr, u32 size) ui =

[U-Boot] [PATCH 2/2] ubifs: BUG: Blocks commpressed with zlib

2009-04-24 Thread Ricardo Ribalda Delgado
Blocks compressed with zlib dont have the full gzip header. This patch adds a new function to properly handle blocks compressed with zlib. Without this patch, block compressed with zlib cannot be readed! Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v2: remove unused parts

[U-Boot] [PATCH 1/2] ubifs: BUG realpath string must be ended with ZERO

2009-04-24 Thread Ricardo Ribalda Delgado
If the memory used to copy the link_make is dirty the string wont be ended with Zero, throwing out multiple memory bugs. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v2: better doc and remove duplicated memcpy fs/ubifs/ubifs.c |1 + 1 files changed, 1 insertions(+), 0

[U-Boot] [PATCH 2/2] ubifs: BUG: Blocks commpressed with zlib

2009-04-24 Thread Ricardo Ribalda Delgado
Blocks compressed with zlib dont have the full gzip header. This patch adds a new function to properly handle blocks compressed with zlib. Without this patch, block compressed with zlib cannot be readed! Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v3: return

Re: [U-Boot] [PATCH 2/2] ubifs: BUG: Blocks commpressed with zlib

2009-04-27 Thread Ricardo Ribalda Delgado
...@gentoo.org wrote: On Friday 24 April 2009 10:36:06 Ricardo Ribalda Delgado wrote: Blocks compressed with zlib dont have the full gzip header. This patch adds a new function to properly handle blocks compressed with zlib. Without this patch, block compressed with zlib cannot be readed! this really

[U-Boot] [PATCH 1/2] ubifs: BUG realpath string must be ended with NULL

2009-04-27 Thread Ricardo Ribalda Delgado
If the memory used to copy the link_make is dirty the string wont be ended with NULL, throwing out multiple memory bugs. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v3: s/ZERO/NULL/, s/=/ = / v2: better doc and remove duplicated memcpy fs/ubifs/ubifs.c |1 + 1 files

Re: [U-Boot] [PATCH 2/2] ubifs: BUG: Blocks commpressed with zlib

2009-04-27 Thread Ricardo Ribalda Delgado
Hello I am creating a new function (zunzip). Where this function should be placed. In zlib.c or in gunzip.c? Best regards On Mon, Apr 27, 2009 at 09:36, Stefan Roese s...@denx.de wrote: On Monday 27 April 2009, Mike Frysinger wrote: Who is in charge of the lib_generic stuff? if

[U-Boot] [PATCH 1/2] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
Separate gunzip in gunzip: Find the end of the header and call zunzip. zunzip: Inflate gunzip block without header. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- lib_generic/gunzip.c | 27 --- 1 files changed, 20 insertions(+), 7 deletions(-) diff

Re: [U-Boot] [PATCH 1/2] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
Hello Wolfgang UBI fs blocks can be compresed in lzo, zlib or no-compression. The current implementation of u-boot supported all the compressions but there was a bug in the implementation of zlib. UBIFS's Zlib blocks do not have header but they were compressed using gunzip, a function used to

Re: [U-Boot] [PATCH 1/2] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
Hello Then please write this in the commit message of the patch. It is already written in the ubifs patch (#2) Shall I also add this to this patch (#1), that only touches the gunzip file? Regards Best regards, Wolfgang Denk -- DENX Software Engineering GmbH,     MD: Wolfgang Denk

Re: [U-Boot] [PATCH 1/2] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
Sorry for the mess. There were 2 patch 1/2 -: BUG realpath string must be ended with NULL posting? 2/2 -ubifs: BUG: Blocks commpressed with zlib Since 1/2 has been applied. And 2/2 needed to be separated in two patches 1/2 - lib_generic: gunzip: New function zunzip 2/2 - ubifs: BUG: Blocks

[U-Boot] [PATCH 1/3] ubifs: BUG realpath string must be ended with NULL

2009-04-27 Thread Ricardo Ribalda Delgado
If the memory used to copy the link_make is dirty the string wont be ended with NULL, throwing out multiple memory bugs. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- fs/ubifs/ubifs.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/ubifs/ubifs.c b

[U-Boot] [PATCH 2/3] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
of the zlib blocks. UBIFS's Zlib blocks do not have header but they were compressed using gunzip, a function used to decompress gunzip files/sectors with a header. This patch adds a new function zunzip that uncompress a zlib block with no header. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba

[U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib

2009-04-27 Thread Ricardo Ribalda Delgado
Blocks compressed with zlib dont have the full gzip header. Without this patch, block compressed with zlib cannot be readed! Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v3: rename patch 2- patch 3 v2: remove unused parts.. fs/ubifs/ubifs.c |7 +-- fs/ubifs/ubifs.h

Re: [U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib

2009-04-27 Thread Ricardo Ribalda Delgado
Hello Wolfgang If the only purpose of zunzip() is to be used here, then why do we not make the parameters fit the intended purpose, thus avoiding an additional wrapper? The purpose of zunzip is to use it in more places. Like Mike Frysinger said: Mike this really should be a common function

[U-Boot] [PATCH 1/3] ubifs: BUG realpath string must be ended with NULL

2009-04-27 Thread Ricardo Ribalda Delgado
If the memory used to copy the link_name is dirty the string wont be ended with NULL, throwing out multiple memory bugs. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v3: link_make - link_name fs/ubifs/ubifs.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH 2/3] lib_generic: gunzip: New function zunzip

2009-04-27 Thread Ricardo Ribalda Delgado
of the zlib blocks. UBIFS's Zlib blocks do not have header but they were compressed using gunzip, a function used to decompress gunzip files/sectors with a header. This patch adds a new function zunzip that uncompress a zlib block with no header. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba

[U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib

2009-04-27 Thread Ricardo Ribalda Delgado
Blocks compressed with zlib dont have the full gzip header. Without this patch, block compressed with zlib cannot be readed! Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@uam.es --- v3: Move the prototype to the header file fs/ubifs/ubifs.c |5 +++-- fs/ubifs/ubifs.h |3 ++- 2

Re: [U-Boot] [PATCH 3/3] ubifs: BUG: Blocks commpressed with zlib

2009-04-28 Thread Ricardo Ribalda Delgado
Hello What is the situation now? We apply this patch and then make lzo parameter compatible? I am a bit lost -- Ricardo Ribalda http://www.eps.uam.es/~rribalda/ ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] [PATCH] ppc4xx: merge xilinx-ppc440 and xilinx-ppc405 cfg

2008-10-27 Thread Ricardo Ribalda Delgado
Xilinx ppc440 and ppc405 have many similarities. This patch merge the config files of both infrastuctures Signed-off-by: Ricardo Ribalda Delgado [EMAIL PROTECTED] --- board/avnet/fx12mm/xparameters.h |2 +- include/configs/fx12mm.h |3 - include/configs/ml507.h |6

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-22 Thread Ricardo Ribalda Delgado
Hello Stefan, Hello Wolfgang, Hello Michal, I have tried the code on a Propietary Virtex5 fx board (ppc440) and it works Thanks for your work. Regards! -- Ricardo Ribalda ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] [PATCH v6] net: ll_temac: Add LL TEMAC driver to u-boot

2011-12-22 Thread Ricardo Ribalda Delgado
, Am Donnerstag, den 22.12.2011, 17:06 +0100 schrieb Ricardo Ribalda Delgado: Hello Stefan, Hello Wolfgang, Hello Michal, I have tried the code on a Propietary Virtex5 fx board (ppc440) and it works Thanks for your work. OK, thanks for your efforts. Would it be possible for you to test

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

2015-05-11 Thread Ricardo Ribalda Delgado
Hello Michal Thanks for your reply On Mon, May 11, 2015 at 9:11 AM, Michal Simek michal.si...@xilinx.com wrote: Hi, On 05/09/2015 06:24 PM, Ricardo Ribalda Delgado wrote: Hello Michal and Stefan Could you provide some context about why are we removing this? Virtex 5 (and V4) are not yet

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

2015-05-09 Thread Ricardo Ribalda Delgado
Hello Michal and Stefan Could you provide some context about why are we removing this? Virtex 5 (and V4) are not yet in their end of life. The plan is to re-factor the code for this platform or just drop all the support? There are also yocto layers that support ml507 and ml405

[U-Boot] [PATCH 2/2] ppc: xilinx-ppc: Move to generic board support

2015-05-12 Thread Ricardo Ribalda Delgado
Generic board support seems to work just fine. Tested on ml507 with bitstream generated on the latest ISE software. Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- include/configs/xilinx-ppc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/configs/xilinx

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

2015-05-12 Thread Ricardo Ribalda Delgado
other test that needs to be done after porting them to generic board? Thanks On Mon, May 11, 2015 at 3:45 PM, Michal Simek michal.si...@xilinx.com wrote: Hi, On 05/11/2015 09:34 AM, Ricardo Ribalda Delgado wrote: Hello Michal Thanks for your reply On Mon, May 11, 2015 at 9:11 AM, Michal

[U-Boot] [PATCH 1/2] doc/README.generic-board: Trivial spell check

2015-05-12 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado ricardo.riba...@gmail.com --- doc/README.generic-board | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/README.generic-board b/doc/README.generic-board index bd8eae1992c7..734f1aa9249a 100644 --- a/doc/README.generic-board

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

2015-05-12 Thread Ricardo Ribalda Delgado
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 trick. So far it has build with no warnings for: ml507 ml507_flash

Re: [U-Boot] [PATCH 2/2] ppc: xilinx-ppc: Move to generic board support

2015-05-28 Thread Ricardo Ribalda Delgado
On behalf of Georg Tested-by: Georg Schardt scha...@team-ctech.de On Tue, May 12, 2015 at 4:20 PM, Ricardo Ribalda Delgado ricardo.riba...@gmail.com wrote: Generic board support seems to work just fine. Tested on ml507 with bitstream generated on the latest ISE software. Signed-off

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-14 Thread Ricardo Ribalda Delgado
Hello Michal I will give a look to it during the next week. Hopefuly by the end of it I can give you the patch or an educated estimated. Is this a good timeline for you? Thanks! On Thu, Jan 14, 2016 at 2:50 PM, Michal Simek wrote: > Hi Ricardo, > > On 14.1.2016 14:17, Tom

Re: [U-Boot] [GIT PULL] Xilinx changes

2016-02-04 Thread Ricardo Ribalda Delgado
Hi I have just sent a patch for this. Sorry about that! On Fri, Jan 29, 2016 at 12:18 AM, Tom Rini wrote: > On Wed, Jan 27, 2016 at 04:42:09PM +0100, Michal Simek wrote: > >> Hi Tom, >> >> here is the branch with xilinx changes which are flying around. >> It is targeting

[U-Boot] [PATCH] ppc: xilinx-ppc405-generic

2016-02-04 Thread Ricardo Ribalda Delgado
-generic.dtb] Error 1 +(xilinx-ppc405-generic) make[1]: *** [dts] Error 2 Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- configs/xilinx-ppc405-generic_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/xilinx-ppc405-generic_defcon

Re: [U-Boot] [PATCH 00/22] xilinx-ppc4xx: Cleanout and port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
, 2016 at 12:55 PM, Michal Simek <mon...@monstr.eu> wrote: > On 26.1.2016 11:24, Ricardo Ribalda Delgado wrote: >> xilinx-ppc4xx made us of serial uartlite, which was ported to DM. >> This patch moves port these boards to DM. >> >> Now that Kconfig works really w

[U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
If the xparameters file contains a LL_TEMAC definition compile its driver and the net commands. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .../xilinx/ppc440-generic/xilinx_ppc440_generic.c | 22 ++ board/xilinx/ppc440-generic/xparame

[U-Boot] [PATCH 18/22] ppc: xilinx_ppc440_generic: Remove weak attributes

2016-01-26 Thread Ricardo Ribalda Delgado
Now that the specific boards have been removed there is no need to maintain the weak functions. Fix also CamelCase to make checkpatch happy Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 18 +++---

[U-Boot] [PATCH 21/22] net: xilinx_ll_temac: Fix string overflow

2016-01-26 Thread Ricardo Ribalda Delgado
Size of this snprintf "lltemac.%lx" is bigger than 16 characters. Replacing it with "ll_tem.%lx" Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- drivers/net/xilinx_ll_temac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[U-Boot] [PATCH 17/22] ppc: xilinx_ppc405_generic: Remove weak attributes

2016-01-26 Thread Ricardo Ribalda Delgado
Now that the specific boards have been removed there is no need to maintain the weak functions. Fix also CamelCase to make checkpatch happy Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .../xilinx/ppc405-generic/xilinx_ppc405_generic.c | 22 ---

[U-Boot] [PATCH 20/22] ppc: xilinx_ppc440_generic: Remove uncalled functions

2016-01-26 Thread Ricardo Ribalda Delgado
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not set. Remove unused function. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc440-generic/xilinx_ppc440_generic.c | 5 - 1 file changed, 5 deletions(-) diff --git a/board/

[U-Boot] [PATCH 11/22] ppc: xilinx-ppc405-generic: Cleanout header files

2016-01-26 Thread Ricardo Ribalda Delgado
Now that there is only one header file for all ppc405 files, merge header files. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- include/configs/xilinx-ppc405-generic.h | 5 - include/configs/xilinx-ppc405.h | 22 -- 2 files chan

[U-Boot] [PATCH 01/22] ppc: xilinx-ppc440: Remove support for ml507

2016-01-26 Thread Ricardo Ribalda Delgado
ml507 is just a specialized version of the xilinx-ppc440-generic Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 board/xilinx/ml507/Kconfig | 12 board/xilinx/ml507/MAINTAINERS | 7 --- board/

[U-Boot] [PATCH 04/22] .mailmap: Add all the mail alias for Ricardo Ribalda

2016-01-26 Thread Ricardo Ribalda Delgado
Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- .mailmap | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.mailmap b/.mailmap index 02dccfc1aee7..f72fef174825 100644 --- a/.mailmap +++ b/.mailmap @@ -21,6 +21,9 @@ Jagan Teki <jagannadha.sutradharudu-t...@x

[U-Boot] [PATCH 00/22] xilinx-ppc4xx: Cleanout and port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
xilinx-ppc4xx made us of serial uartlite, which was ported to DM. This patch moves port these boards to DM. Now that Kconfig works really well, there is no need to maintain the specific boards (fx12mm, ml507 and v5fx30teval) or their flash version. The ppc440 boards have been wired to the

[U-Boot] [PATCH 02/22] ppc: xilinx-ppc405: Remove support for fx12mm

2016-01-26 Thread Ricardo Ribalda Delgado
It is just a specialized version of the xilinx-ppc405 Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 board/avnet/fx12mm/Kconfig | 12 -- board/avnet/fx12mm/MAINTAINERS | 7 -- board/avnet/fx12mm/Ma

[U-Boot] [PATCH 03/22] xilinx-ppc440: Remove support for v5fx30teval

2016-01-26 Thread Ricardo Ribalda Delgado
It is just a specialized version of xilinx-ppc440 Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/cpu/ppc4xx/Kconfig | 4 board/avnet/v5fx30teval/Kconfig | 12 --- board/avnet/v5fx30teval/MAINTAINERS | 7 --- board

[U-Boot] [PATCH 05/22] mailaddr: Update mail address

2016-01-26 Thread Ricardo Ribalda Delgado
The old mail address will stop working soon. Update it all the files Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/cpu/ppc4xx/interrupts.c| 2 +- arch/powerpc/cpu/ppc4xx/uic.c | 2 +- arch/powerpc/cpu/ppc4xx/xilinx

[U-Boot] [PATCH 09/22] ppc: ppc405: ppc405-generic_flash_defconfig

2016-01-26 Thread Ricardo Ribalda Delgado
Remove redundant defconfig file. Boot via flash can be configured via Kconfig. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- configs/xilinx-ppc405-generic_flash_defconfig | 8 1 file changed, 8 deletions(-) delete mode 100644 configs/xilinx-

[U-Boot] [PATCH 07/22] ppc: pp440-generic: Simplify Makefile

2016-01-26 Thread Ricardo Ribalda Delgado
As a result of the specific board removal, the Makefiles can be simplified. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc440-generic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/xilinx/ppc440-generic/Makef

[U-Boot] [PATCH 16/22] ppc: xilinx-ppc4xx: Port to DM serial

2016-01-26 Thread Ricardo Ribalda Delgado
xilinx_uartlite has been ported to DM, this patch makes the xilinx-ppc405-generic and the xilinx-ppc440-generic boards use the new DM driver. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/cpu/ppc4xx/Kconfig | 8 board/

[U-Boot] [PATCH 19/22] ppc: xilinx_ppc405_generic: Remove uncalled functions

2016-01-26 Thread Ricardo Ribalda Delgado
board_pre_init was not called because CONFIG_BOARD_EARLY_INIT_F was not set. Remove unused function. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc405-generic/xilinx_ppc405_generic.c | 5 - 1 file changed, 5 deletions(-) diff --git a/board/

[U-Boot] [PATCH 15/22] configs/xilinx-ppc440-generic: Typos and size

2016-01-26 Thread Ricardo Ribalda Delgado
-Fix typos (runnining -> running) -Increase default size Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- include/configs/xilinx-ppc440-generic.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/xilinx-ppc440-gen

[U-Boot] [PATCH 10/22] ppc: xilinx-ppc440-generic: Cleanout header files

2016-01-26 Thread Ricardo Ribalda Delgado
Now that there is only one header file for all ppc440 files, merge header files. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- include/configs/xilinx-ppc440-generic.h | 3 ++- include/configs/xilinx-ppc440.h | 17 - 2 files changed, 2 inse

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-22 Thread Ricardo Ribalda Delgado
, and it is not that bad. Most of the hard work has already been done by you for mblaze. Thanks for your understanding ;). On 22 Jan 2016 19:23, "Michal Simek" <mon...@monstr.eu> wrote: > Hi, > > On 22.1.2016 15:53, Ricardo Ribalda Delgado wrote: > > Hello > > >

Re: [U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
hello We are using the driver and can take a look if we can port it to DM. But it wont be in this or next week sorry. Regards! On Tue, Jan 26, 2016 at 3:20 PM, Michal Simek <mon...@monstr.eu> wrote: > On 26.1.2016 13:43, Ricardo Ribalda Delgado wrote: >> Hello Bin >> &g

[U-Boot] [PATCH 14/22] configs/xilinx-ppc405-generic: Typos and size

2016-01-26 Thread Ricardo Ribalda Delgado
-Fix typos (runnining -> running) -Increase default size Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- include/configs/xilinx-ppc405-generic.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/xilinx-ppc405-gen

[U-Boot] [PATCH 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
Add device tree example file for xilinx-ppc440-generic and xilinx-ppc405-generic Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/dts/Makefile | 2 ++ arch/powerpc/dts/xilinx-ppc405-generic.dts | 13 + arch/powerpc/dts/

[U-Boot] [PATCH 12/22] ppc: xilinx-ppc4xx-generic: Update xparameters.h

2016-01-26 Thread Ricardo Ribalda Delgado
-Remove UART address (It is now part of the dts). -Include dummy ns16550 clock -Fix address to last test Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc405-generic/xparameters.h | 5 ++--- board/xilinx/ppc440-generic/xparameters.h | 9 - 2

[U-Boot] [PATCH 08/22] ppc: ppc440: ppc440-generic_flash_defconfig

2016-01-26 Thread Ricardo Ribalda Delgado
Remove redundant defconfig file. Boot via flash can be configured via Kconfig. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- configs/xilinx-ppc440-generic_flash_defconfig | 8 1 file changed, 8 deletions(-) delete mode 100644 configs/xilinx-

[U-Boot] [PATCH 06/22] ppc: pp405-generic: Simplify Makefile

2016-01-26 Thread Ricardo Ribalda Delgado
As a result of the specific board removal, the Makefiles can be simplified. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- board/xilinx/ppc405-generic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/xilinx/ppc405-generic/Makef

[U-Boot] [PATCH v2 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
If the xparameters file contains a LL_TEMAC definition compile its driver and the net commands. Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- v2: Add whitespaces after /* and before*/ Credit-to: Bin Meng <bmeng...@gmail.com> .../xilinx/pp

Re: [U-Boot] [PATCH 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng <bmeng...@gmail.com> wrote: > Hi Ricardo, > > On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> Add device tree example file for xilinx-ppc440-generic and >> xilinx-ppc405-

Re: [U-Boot] [PATCH 22/22] ppc: xilinx-ppc440-generic: Wire LL_TEMAC driver

2016-01-26 Thread Ricardo Ribalda Delgado
Hello Bin On Tue, Jan 26, 2016 at 1:21 PM, Bin Meng <bmeng...@gmail.com> wrote: > Hi Ricardo, > > On Tue, Jan 26, 2016 at 6:24 PM, Ricardo Ribalda Delgado > <ricardo.riba...@gmail.com> wrote: >> If the xparameters file contains a LL_TEMAC definition compile its

[U-Boot] [PATCH v2 13/22] ppc: dts: Add device tree for xilix-ppc4xx-generic

2016-01-26 Thread Ricardo Ribalda Delgado
Add device tree example file for xilinx-ppc440-generic and xilinx-ppc405-generic Signed-off-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> --- arch/powerpc/dts/Makefile | 2 ++ arch/powerpc/dts/xilinx-ppc405-generic.dts | 15 +++ arch/powerpc/dts/

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-20 Thread Ricardo Ribalda Delgado
I have allocated the whole Friday for this On Wed, Jan 20, 2016 at 2:23 PM, Michal Simek <mon...@monstr.eu> wrote: > Hi Ricardo, > > are you on track on this? > > Thanks, > Michal > > On 15.1.2016 08:08, Michal Simek wrote: >> Hi, >> >> On 14.1.2016

Re: [U-Boot] [GIT PULL] Microblaze changes

2016-01-22 Thread Ricardo Ribalda Delgado
Hello I will probably have something by next week. Is it ok? On Wed, Jan 20, 2016 at 2:35 PM, Ricardo Ribalda Delgado <ricardo.riba...@uam.es> wrote: > I have allocated the whole Friday for this > > On Wed, Jan 20, 2016 at 2:23 PM, Michal Simek <mon...@monstr.eu>

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-07 Thread Ricardo Ribalda Delgado
Hi Michal You are right, OF_CONTROL (on arch/powerpc/cpu/ppc4xx/Kconfig ) selects OF_LIBFDT by default (on lib/Kconfig) So no need for my changes Thanks! On Thu, Apr 7, 2016 at 8:06 AM, Michal Simek <michal.si...@xilinx.com> wrote: > Hi, > > On 6.4.2016 22:34, Ricardo Ribald

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-07 Thread Ricardo Ribalda Delgado
For xilinx-ppc405-generic and xilinx-ppc440-generic: Reviewed-by: Ricardo Ribalda Delgado <ricardo.riba...@gmail.com> I have access to my hardware again from the 20th of April. I can give you a tested-by by them if you want ;) regards! On Thu, Apr 7, 2016 at 2:39 PM, Michal Simek <

Re: [U-Boot] [PATCH v2 1/2] kconfig: Move CONFIG_OF_LIBFDT to Kconfig

2016-04-06 Thread Ricardo Ribalda Delgado
Hi Michal xilinx-ppc405-generic and xilinx-ppc440-generic also depend on xilinx-ppc.h So I think this is missing. Shall I send this as a separated patch? or you want to include it in yours? Regards ricardo@pilix:~/curro/u-boot$ git diff diff --git a/configs/xilinx-ppc405-generic_defconfig

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-06-30 Thread Ricardo Ribalda Delgado
Hi On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini wrote: > I also recall this. Ricardo? Do you still have interest here? > Otherwise I'm going to remove these soon, thanks! This also makes me quite sad. It has been my first big contribution to OS. I personally do not have

Re: [U-Boot] [PATCH 0/2] powerpc: remove 4xx support

2017-07-03 Thread Ricardo Ribalda Delgado
Hi all On Fri, Jun 30, 2017 at 3:54 PM, Tom Rini <tr...@konsulko.com> wrote: > On Fri, Jun 30, 2017 at 03:50:28PM +0200, Ricardo Ribalda Delgado wrote: >> Hi >> >> On Thu, Jun 29, 2017 at 7:26 PM, Tom Rini <tr...@konsulko.com> wrote: >> >> >>

[U-Boot] [PATCH] mailmap: Update mail address

2019-08-24 Thread Ricardo Ribalda Delgado
Update my email address from gmail to my domain. Signed-off-by: Ricardo Ribalda Delgado --- .mailmap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mailmap b/.mailmap index dc72f24688..63afce3774 100644 --- a/.mailmap +++ b/.mailmap @@ -31,8 +31,8 @@ Markus