[U-Boot] decompile u-boot.bin file

2013-07-09 Thread Heer Lorcan
Hey, have this iriver cover story. would like to hack the damn thing, since it's linux based and could do some work. add some options, delete others. have gotten the firmware decompressed from a EB05.HEX file to a very nice extended directory. the rootfs.cramfs is also decompressed. just leaves me

Re: [U-Boot] [PATCH v2] arm: exynos: fix clock calculation

2013-07-09 Thread Minkyu Kang
On 09/07/13 16:56, Rajeshwari Birje wrote: > Looks fine to me. > > Acked-by: Rajeshwari Shinde > > On Tue, Jul 9, 2013 at 1:07 PM, Minkyu Kang wrote: >> There are differnce with clock calcuation by cpu variations. >> This patch will fix it according to user manual. >> >> Signed-off-by: Minkyu Ka

Re: [U-Boot] decompile u-boot.bin file

2013-07-09 Thread Graeme Russ
Hi there ShinSham, Best bet is to contact the device manufacturer and ask for the U-Boot source code. As it is GPL, they are legally obliged to provide it to you. They are actually required to provide you with either the source when you obtained the device, or a reliable means of obtaining the sou

Re: [U-Boot] [PATCH 1/2] cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc

2013-07-09 Thread Stephen Warren
On 07/09/2013 01:34 PM, Tom Rini wrote: > Like 'bootm', 'bootz' needs to consume 'bootz' so that the rest of the > state functions will work. I found that the Raspberry Pi was randomly crashing with recent u-boot/master (bisect points at/near commit 35fc84f "Refactor the bootm command to reduce co

[U-Boot] [PATCH V2 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread amar_g
This patch resolves the below mentioned compilation error of i2c driver for non-FDT case Compilation error: s3c24x0_i2c.c: In function 'board_i2c_init': s3c24x0_i2c.c:544:18: error: 'CONFIG_MAX_I2C_NUM' undeclared (first use in this function) s3c24x0_i2c.c:544:18: note: each undeclared identifier

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Dear Minkyu, Please find the response below. Thanks & Regards Amarendra Reddy On 10 July 2013 07:42, Minkyu Kang wrote: > On 09/07/13 23:05, amar_g wrote: > > This patch resolves the below mentiond compilation error of i2c driver > > typo.. maybe mentiond will be mentioned? > OK will change me

Re: [U-Boot] [PATCH V1 1/1] EXYNOS: Resolve the i2c compilation error for

2013-07-09 Thread Amarendra Reddy
Hi Albert, Please find my response below. Thanks & Regards Amarendra Reddy On 9 July 2013 20:15, Albert ARIBAUD wrote: > Hi amar_g, > > On Tue, 09 Jul 2013 19:35:40 +0530, amar_g > wrote: > > > This patch resolves the below mentiond compilation error of i2c driver > > for non-FDT case > > > >

<    1   2