-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi all,
Just FYI,
I'm missing the ROMSTRAP aka ROMSIP in image generated with new kbuild method. Try it for M2V-MX SE. It causes random HT errors and will not boot the board sometimes.
You should see at the end:
good:
0007FF80 AA 00 44 50 │ C2 0F 97 61 │ AA 00 44 50 │ C2 0F 97 61 │ AA 00 44 50 │ C2 0F 97 61 ..DP...a..DP...a..DP...a 0007FF98 AA 00 44 50 │ C2 0F 97 61 │ AA 00 44 50 │ C2 0F 97 61 │ 00 00 00 00 │ 00 00 00 00 ..DP...a..DP...a........ 0007FFB0 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 ........................ 0007FFC8 00 00 00 00 │ 00 00 00 00 │ 80 FF 0F 00 │ FF FF FF FF │ FF FF FF FF │ FF FF FF FF ........................ 0007FFE0 FF FF FF FF │ FF FF FF FF │ FF FF FF FF │ FF FF FF FF │ E9 11 00 FF │ FF 00 00 00 ........................ 0007FFF8 E9 5F 00 FF │ E0 FF FD FF │ ._......
bad: 0007FF80 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 ........................ 0007FF98 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 ........................ 0007FFB0 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 ........................ 0007FFC8 00 00 00 00 │ 00 00 00 00 │ 00 00 00 00 │ 00 41 53 55 │ 53 00 4D 32 │ 56 2D 4D 58 .............ASUS.M2V-MX 0007FFE0 20 53 45 00 │ 2B 00 00 00 │ 26 00 00 00 │ 00 00 08 00 │ E9 11 00 FF │ FF 00 00 00 SE.+...&............... 0007FFF8 E9 5F 00 FF │ E0 FF FE FF │ ._......
Rudolf
I'm missing the ROMSTRAP aka ROMSIP in image generated with new kbuild method. Try it for M2V-MX SE. It causes random HT errors and will not boot the board sometimes.
Try the attached patch.
Signed-off-by: Myles Watson mylesgw@gmail.com
Thanks, Myles
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thank you for quick response:
LINK coreboot /usr/bin/ld: section .romstrap loaded at [00000000fffffff0,0000000100000043] overlaps section .reset loaded at [00000000fffffff0,00000000ffffffff] /usr/bin/ld: /mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot: section .romstrap vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make: *** [/mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot] Error 1
Rudolf
On Thu, Oct 1, 2009 at 12:06 PM, Rudolf Marek r.marek@assembler.cz wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thank you for quick response:
LINK coreboot /usr/bin/ld: section .romstrap loaded at [00000000fffffff0,0000000100000043] overlaps section .reset loaded at [00000000fffffff0,00000000ffffffff] /usr/bin/ld: /mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot: section .romstrap vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make: *** [/mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot] Error 1
LINK coreboot OBJCOPY coreboot.bootblock CC build/lib/version.o AR coreboot.a CC coreboot_ram.o CC coreboot_ram PAYLOAD none (as specified by user)
I didn't configure the build at all. I just ran ./util/kbuildall/kbuildall asus/m2v-mx_se.
I'll help you track it down, but it works for me.
Thanks, Myles
On Thu, Oct 1, 2009 at 12:13 PM, Myles Watson mylesgw@gmail.com wrote:
On Thu, Oct 1, 2009 at 12:06 PM, Rudolf Marek r.marek@assembler.cz wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Thank you for quick response:
LINK coreboot /usr/bin/ld: section .romstrap loaded at [00000000fffffff0,0000000100000043] overlaps section .reset loaded at [00000000fffffff0,00000000ffffffff] /usr/bin/ld: /mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot: section .romstrap vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make: *** [/mnt/disc3/Moje_dilna/coreboot-v2/build/coreboot] Error 1
LINK coreboot OBJCOPY coreboot.bootblock CC build/lib/version.o AR coreboot.a CC coreboot_ram.o CC coreboot_ram PAYLOAD none (as specified by user)
I didn't configure the build at all. I just ran ./util/kbuildall/kbuildall asus/m2v-mx_se.
It looks like a dependency problem somewhere. I replicated it.
Try rm -rf build make oldconfig make
(make clean didn't do it for me)
Thanks, Myles
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi,
Well I did just make clean which was not enough.
Thank you now the ROMSIP is there again
Acked-by: Rudolf Marek r.marek@assembler.cz
Rudolf
Thank you now the ROMSIP is there again
I'm glad it was an easy fix :)
Acked-by: Rudolf Marek r.marek@assembler.cz
Rev 4704.
Thanks, Myles
On Thu, Oct 1, 2009 at 4:56 PM, Peter Stuge peter@stuge.se wrote:
Myles Watson wrote:
It looks like a dependency problem somewhere. I replicated it.
Try rm -rf build make oldconfig make
(make clean didn't do it for me)
Rudolf Marek wrote:
Well I did just make clean which was not enough.
What do you think this dependency problem is?
I think make clean doesn't remove the load script. Most of the time this isn't a problem, but it should probably be fixed.
Thanks, Myles