Re: Wrong relocation with Mini2440

2014-10-10 Thread luigi origa
, 2014 at 12:24:40AM +0200, luigi origa wrote: I'm trying to have barebox working on my mini2440. After many test, today i got a jtag interface and after some check i found this: - source s3c24x0_nand_boot - 2: ldr sp, =(TEXT_BASE - SZ_2M) /* Setup a temporary stack in SDRAM */ /* * We still

Wrong relocation with Mini2440

2014-10-09 Thread luigi origa
I'm trying to have barebox working on my mini2440. After many test, today i got a jtag interface and after some check i found this: - source s3c24x0_nand_boot - 2: ldr sp, =(TEXT_BASE - SZ_2M) /* Setup a temporary stack in SDRAM */ /* * We still run at a location we are not linked to. But lets

Re: Little bug

2014-10-01 Thread luigi origa
Few days ago i got the files using git but in this moment i'm out so i downloaded the file barebox-2014.08.0.tar.bz2. Looking inside i found the same error. Open the file barebox-2014.08.0\arch\arm\boards\friendlyarm-mini2440\mini2440.c and goto at line 84. #ifdef CONFIG_MINI2440_VIDEO_A70 {

Little bug

2014-09-30 Thread luigi origa
I found a little bug in your code. The structure fb_videomode contains a field display_flags but selecting video svga or video a70 the code initialize the struct using the field .flag. Obviously the compiler in this case, exit with an error. Luigi