[U-Boot] MIPS relocation?

2010-10-04 Thread Wolfgang Denk
Dear Shinya Kuribayashi, with all the discussion about relocation on ARM going on, Heiko and me wondered if we had similar problems on MIPS. Unfortunately don't we have to any MIPS board that could be used for testing. Could you please tru and check if the current top-of-tree version of U-Boot st

Re: [U-Boot] MIPS relocation?

2010-10-04 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Wolfgang Denk since my board (Ben NanoNote) is mips. so I test the those commands in my board. printenv, saveenv: works fine. env print, evn save: make U-Boot hang. (then I must reset the board) - -- my board patch never touch the common/ folder.

Re: [U-Boot] MIPS relocation?

2010-10-04 Thread Heiko Schocher
Hello Xiangfu, Xiangfu Liu wrote: > Hi Wolfgang Denk > > since my board (Ben NanoNote) is mips. > so I test the those commands in my board. > > printenv, saveenv: works fine. > env print, evn save: make U-Boot hang. (then I must reset the board) as I thought ... can you try following patch: >F

Re: [U-Boot] MIPS relocation?

2010-10-04 Thread Xiangfu Liu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Heiko by applied this patch. both works fine. On 10/04/2010 10:49 PM, Heiko Schocher wrote: > Hello Xiangfu, > > Xiangfu Liu wrote: >> Hi Wolfgang Denk >> >> since my board (Ben NanoNote) is mips. >> so I test the those commands in my board. >>

Re: [U-Boot] MIPS relocation?

2010-10-04 Thread Wolfgang Denk
Dear Xiangfu Liu, In message <4ca9ec8e.9080...@openmobilefree.net> you wrote: > > by applied this patch. both works fine. Thanks a lot for testing. This confirms that we have a more global issue here, i. e. not only ARM is affected, but also MIPS. Any MIPS tool chain experts out there to try an

Re: [U-Boot] MIPS relocation?

2010-10-04 Thread Shinya Kuribayashi
On 10/5/2010 2:02 AM, Wolfgang Denk wrote: > Dear Xiangfu Liu, > > In message <4ca9ec8e.9080...@openmobilefree.net> you wrote: >> >> by applied this patch. both works fine. Xiangfu, thank for your testing! I don't have the latest U-Boot ready for test/debug right now, nor couldn't follow the on

[U-Boot] MIPS relocation DT error

2018-01-26 Thread Álvaro Fernández Rojas
Hello Paul & Daniel, I've finally had some time to do more testing and it appears that the relocation error I saw on BMIPS is due to a DT not found error caused by mips relocation: https://gist.github.com/Noltari/9017b3d28e2109d1de4158e5ad5b1c65 Any ideas on how to fix it? BTW, the reason

Re: [U-Boot] MIPS relocation DT error

2018-01-26 Thread Álvaro Fernández Rojas
I just found out I was missing OF_EMBED, which confirms that it was working because CFE was relocating u-boot and not u-boot itself... Sorry for the noise... El 26/01/2018 a las 22:53, Álvaro Fernández Rojas escribió: Hello Paul & Daniel, I've finally had some time to do more testing and it

Re: [U-Boot] MIPS relocation DT error

2018-01-30 Thread Daniel Schwierzeck
Hi Álvaro, On 26.01.2018 22:58, Álvaro Fernández Rojas wrote: > I just found out I was missing OF_EMBED, which confirms that it was > working because CFE was relocating u-boot and not u-boot itself... > > Sorry for the noise... > > El 26/01/2018 a las 22:53, Álvaro Fernández Rojas escribió: >> H