Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-24 Thread Timur Tabi
Chris Packham wrote: Good point. I got the firmware out of the SDK that came with our P2041RDB. I believe the intent was that the Fman microcode is written to a reserved flash block and downloaded to the frame manager by the OS when needed. As a Freescale customer I would actually prefer to

Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-22 Thread Chris Packham
On 09/22/2012 03:58 AM, Wolfgang Denk wrote: Dear judge.pack...@gmail.com, In message 1348216335-18105-1-git-send-email-judge.pack...@gmail.com you wrote: From: Chris Packham judge.pack...@gmail.com Instead of storing the mircocode in a separate flash block simply embed the image as C

[U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-21 Thread judge . packham
From: Chris Packham judge.pack...@gmail.com Instead of storing the mircocode in a separate flash block simply embed the image as C code array of bytes. Cc: Wolfgang Denk w...@denx.de Cc: Timur Tabi ti...@freescale.com Cc: Gerlando Falauto gerlando.fala...@keymile.com Signed-off-by: Chris

Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-21 Thread Tabi Timur-B04825
judge.pack...@gmail.com wrote: .../SBx81CFC960/fsl_fman_ucode_P2041_101_8.bin | Bin 0 - 7240 bytes .../SBx81CFC960/fsl_fman_ucode_P2041_101_8.c | 607 Including the firmware itself in the patch is a bad idea. I do not want any Freescale firmware to be

Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-21 Thread Wolfgang Denk
Dear judge.pack...@gmail.com, In message 1348216335-18105-1-git-send-email-judge.pack...@gmail.com you wrote: From: Chris Packham judge.pack...@gmail.com Instead of storing the mircocode in a separate flash block simply embed the image as C code array of bytes. What exactly is the

Re: [U-Boot] [PATCH] SBx81CFC960: embed Fman microcode in the bootloader

2012-09-21 Thread Timur Tabi
Wolfgang Denk wrote: Dear judge.pack...@gmail.com, In message 1348216335-18105-1-git-send-email-judge.pack...@gmail.com you wrote: From: Chris Packham judge.pack...@gmail.com Instead of storing the mircocode in a separate flash block simply embed the image as C code array of bytes.